public static class TdApi.SetAccountTtl extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.AccountTtl |
ttl
New account TTL.
|
Constructor and Description |
---|
SetAccountTtl()
Default constructor for a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.
|
SetAccountTtl(TdApi.AccountTtl ttl)
Creates a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.AccountTtl ttl
public static final int CONSTRUCTOR
public SetAccountTtl()
Returns Ok
public SetAccountTtl(TdApi.AccountTtl ttl)
Returns Ok
ttl
- New account TTL.public int getConstructor()
getConstructor
in class TdApi.Function