Layer 220
AccountDaysTtl
Time to live in days of the current account
constructor
accountDaysTTL#b8d0afdf days:int = AccountDaysTTL;
Parameters
| Name | Type | Description |
|---|---|---|
| Days | int | This account will self-destruct in the specified number of days |
Returns
AccountDaysTTLGogram Example
// Creating AccountDaysTtl constructor obj := &tg.AccountDaysTtl{ Days: 0, }