MadelineProtoDocs/old_docs/API_docs_v109/constructors/accountDaysTTL.md

739 B

title description image
accountDaysTTL Time to live in days of the current account https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: accountDaysTTL

Back to constructors index

Time to live in days of the current account

Attributes:

Name Type Required Description
days int Yes This account will self-destruct in the specified number of days

Type: AccountDaysTTL

Example:

$accountDaysTTL = ['_' => 'accountDaysTTL', 'days' => int];

Or, if you're into Lua:

accountDaysTTL={_='accountDaysTTL', days=int}