Package org.drinkless.tdlib
Class TdApi.SetInactiveSessionTtl
- Enclosing class:
- TdApi
Changes the period of inactivity after which sessions will automatically be terminated.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intNew number of days of inactivity before sessions will be automatically terminated; 1-366 days. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the period of inactivity after which sessions will automatically be terminated.SetInactiveSessionTtl(int inactiveSessionTtlDays) Creates a function, which changes the period of inactivity after which sessions will automatically be terminated. -
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
-
inactiveSessionTtlDays
public int inactiveSessionTtlDaysNew number of days of inactivity before sessions will be automatically terminated; 1-366 days. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetInactiveSessionTtl
public SetInactiveSessionTtl()Default constructor for a function, which changes the period of inactivity after which sessions will automatically be terminated.Returns
Ok -
SetInactiveSessionTtl
public SetInactiveSessionTtl(int inactiveSessionTtlDays) Creates a function, which changes the period of inactivity after which sessions will automatically be terminated.Returns
Ok- Parameters:
inactiveSessionTtlDays- New number of days of inactivity before sessions will be automatically terminated; 1-366 days.
-
-
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
-