Package org.drinkless.tdlib
Class TdApi.SetAccountTtl
- Enclosing class:
- TdApi
Changes the period of inactivity after which the account of the current user will automatically be deleted.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New account TTL. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.Creates a function, which changes the period of inactivity after which the account of the current user will automatically be deleted. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
ttl
New account TTL. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetAccountTtl
public SetAccountTtl()Default constructor for a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.Returns
Ok -
SetAccountTtl
Creates a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.Returns
Ok- Parameters:
ttl- New account TTL.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-