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-366 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() |
toString
public 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-366 days.public int getConstructor()
getConstructor
in class TdApi.Object