public static class TdApi.MessageChatSetMessageAutoDeleteTime extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
fromUserId
If not 0, a user identifier, which default setting was automatically applied.
|
int |
messageAutoDeleteTime
New value auto-delete or self-destruct time, in seconds; 0 if disabled.
|
| Constructor and Description |
|---|
MessageChatSetMessageAutoDeleteTime()
The auto-delete or self-destruct timer for messages in the chat has been changed.
|
MessageChatSetMessageAutoDeleteTime(int messageAutoDeleteTime,
long fromUserId)
The auto-delete or self-destruct timer for messages in the chat has been changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int messageAutoDeleteTime
public long fromUserId
public static final int CONSTRUCTOR
public MessageChatSetMessageAutoDeleteTime()
public MessageChatSetMessageAutoDeleteTime(int messageAutoDeleteTime,
long fromUserId)
messageAutoDeleteTime - New value auto-delete or self-destruct time, in seconds; 0 if disabled.fromUserId - If not 0, a user identifier, which default setting was automatically applied.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object