Package org.drinkless.tdlib
Class TdApi.ChatEventMessageTtlChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventMessageTtlChanged
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventMessageTtlChanged extends TdApi.ChatEventAction
The message TTL was changed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intnewMessageTtlNew value of messageTtl.intoldMessageTtlPrevious value of messageTtl.
-
Constructor Summary
Constructors Constructor Description ChatEventMessageTtlChanged()The message TTL was changed.ChatEventMessageTtlChanged(int oldMessageTtl, int newMessageTtl)The message TTL 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
-
oldMessageTtl
public int oldMessageTtl
Previous value of messageTtl.
-
newMessageTtl
public int newMessageTtl
New value of messageTtl.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventMessageTtlChanged
public ChatEventMessageTtlChanged()
The message TTL was changed.
-
ChatEventMessageTtlChanged
public ChatEventMessageTtlChanged(int oldMessageTtl, int newMessageTtl)The message TTL was changed.- Parameters:
oldMessageTtl- Previous value of messageTtl.newMessageTtl- New value of messageTtl.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-