Layer 224
AccountDaysTtlObj
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 AccountDaysTtlObj constructor obj := &tg.AccountDaysTtlObj{ Days: 42, }