Layer 220
AccountGetAccountTtl
Get days to live of account
method
Users
account.getAccountTTL#8fc711d = AccountDaysTTL;
Returns
AccountDaysTTLGogram Example
// AccountGetAccountTtl - positional arguments result, err := client.AccountGetAccountTtl() if err != nil { // handle error } // result is *tg.AccountDaysTtl