Package org.drinkless.tdlib
Class TdApi.MessageChatSetMessageAutoDeleteTime
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChatSetMessageAutoDeleteTime
- Enclosing class:
- TdApi
The auto-delete or self-destruct timer for messages in the chat has been changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIf not 0, a user identifier, which default setting was automatically applied.intNew value auto-delete or self-destruct time, in seconds; 0 if disabled. -
Constructor Summary
ConstructorsConstructorDescriptionThe auto-delete or self-destruct timer for messages in the chat has been changed.MessageChatSetMessageAutoDeleteTime(int messageAutoDeleteTime, long fromUserId) The auto-delete or self-destruct timer for messages in the chat has been changed. -
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
-
messageAutoDeleteTime
public int messageAutoDeleteTimeNew value auto-delete or self-destruct time, in seconds; 0 if disabled. -
fromUserId
public long fromUserIdIf not 0, a user identifier, which default setting was automatically applied. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChatSetMessageAutoDeleteTime
public MessageChatSetMessageAutoDeleteTime()The auto-delete or self-destruct timer for messages in the chat has been changed. -
MessageChatSetMessageAutoDeleteTime
public MessageChatSetMessageAutoDeleteTime(int messageAutoDeleteTime, long fromUserId) The auto-delete or self-destruct timer for messages in the chat has been changed.- Parameters:
messageAutoDeleteTime- New value auto-delete or self-destruct time, in seconds; 0 if disabled.fromUserId- If not 0, a user identifier, which default setting was automatically applied.
-
-
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
-