739 B
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
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}