Skip to content

get account ttl

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / getAccountTtl

getAccountTtl

suspend fun TelegramFlow.getAccountTtl(): AccountTtl

Suspend function, which returns the period of inactivity after which the account of the current user will automatically be deleted.

Return AccountTtl Contains information about the period of inactivity after which the current user's account will automatically be deleted.

Clone this wiki locally