Package org.drinkless.tdlib
Class TdApi.UpdateChatMessageTtl
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateChatMessageTtl
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatMessageTtl extends TdApi.Update
The message Time To Live setting for a chat was changed.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.intmessageTtlNew value of messageTtl.
-
Constructor Summary
Constructors Constructor Description UpdateChatMessageTtl()The message Time To Live setting for a chat was changed.UpdateChatMessageTtl(long chatId, int messageTtl)The message Time To Live setting for a chat was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
messageTtl
public int messageTtl
New value of messageTtl.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateChatMessageTtl
public UpdateChatMessageTtl()
The message Time To Live setting for a chat was changed.
-
UpdateChatMessageTtl
public UpdateChatMessageTtl(long chatId, int messageTtl)The message Time To Live setting for a chat was changed.- Parameters:
chatId- Chat identifier.messageTtl- New value of messageTtl.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-