public static class TdApi.MessageChatSetTtl extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
ttl
New message TTL.
|
Constructor and Description |
---|
MessageChatSetTtl()
The TTL (Time To Live) setting for messages in the chat has been changed.
|
MessageChatSetTtl(int ttl)
The TTL (Time To Live) setting for messages in the chat has been changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int ttl
public static final int CONSTRUCTOR
public MessageChatSetTtl()
public MessageChatSetTtl(int ttl)
ttl
- New message TTL.public int getConstructor()
getConstructor
in class TdApi.MessageContent