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