public static class TdApi.UpdateChatMessageAutoDeleteTime extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
messageAutoDeleteTime
New value of messageAutoDeleteTime.
|
| Constructor and Description |
|---|
UpdateChatMessageAutoDeleteTime()
The message auto-delete or self-destruct timer setting for a chat was changed.
|
UpdateChatMessageAutoDeleteTime(long chatId,
int messageAutoDeleteTime)
The message auto-delete or self-destruct timer setting for a chat was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int messageAutoDeleteTime
public static final int CONSTRUCTOR
public UpdateChatMessageAutoDeleteTime()
public UpdateChatMessageAutoDeleteTime(long chatId,
int messageAutoDeleteTime)
chatId - Chat identifier.messageAutoDeleteTime - New value of messageAutoDeleteTime.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object