Layer 220
constructor
accountDaysTTL#b8d0afdf days:int = AccountDaysTTL;

Parameters

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

Returns

AccountDaysTTL

Gogram Example

// Creating AccountDaysTtl constructor
obj := &tg.AccountDaysTtl{
    Days: 0,
}