public static class TdApi.UpdateChatMessageTtl extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
messageTtl
New value of messageTtl.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int messageTtl
public static final int CONSTRUCTOR
public UpdateChatMessageTtl()
public UpdateChatMessageTtl(long chatId, int messageTtl)
chatId
- Chat identifier.messageTtl
- New value of messageTtl.public int getConstructor()
getConstructor
in class TdApi.Update