Package org.drinkless.tdlib
Class TdApi.MessageAutoDeleteTime
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageAutoDeleteTime
- Enclosing class:
- TdApi
Contains default auto-delete timer setting for new chats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intMessage auto-delete time, in seconds. -
Constructor Summary
ConstructorsConstructorDescriptionContains default auto-delete timer setting for new chats.MessageAutoDeleteTime(int time) Contains default auto-delete timer setting for new chats. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
time
public int timeMessage auto-delete time, in seconds. If 0, then messages aren't deleted automatically. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageAutoDeleteTime
public MessageAutoDeleteTime()Contains default auto-delete timer setting for new chats. -
MessageAutoDeleteTime
public MessageAutoDeleteTime(int time) Contains default auto-delete timer setting for new chats.- Parameters:
time- Message auto-delete time, in seconds. If 0, then messages aren't deleted automatically.
-
-
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
-