public static class TdApi.AccountTtl extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
days
Number of days of inactivity before the account will be flagged for deletion; 30-730 days.
|
| Constructor and Description |
|---|
AccountTtl()
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
|
AccountTtl(int days)
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int days
public static final int CONSTRUCTOR
public AccountTtl()
public AccountTtl(int days)
days - Number of days of inactivity before the account will be flagged for deletion; 30-730 days.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object