public static class TdApi.ChatEventMessageTtlChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
newMessageTtl
New value of messageTtl.
|
int |
oldMessageTtl
Previous value of messageTtl.
|
Constructor and Description |
---|
ChatEventMessageTtlChanged()
The message TTL was changed.
|
ChatEventMessageTtlChanged(int oldMessageTtl,
int newMessageTtl)
The message TTL was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int oldMessageTtl
public int newMessageTtl
public static final int CONSTRUCTOR
public ChatEventMessageTtlChanged()
public ChatEventMessageTtlChanged(int oldMessageTtl, int newMessageTtl)
oldMessageTtl
- Previous value of messageTtl.newMessageTtl
- New value of messageTtl.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction