public static class TdApi.UpdateChatHasScheduledMessages extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
hasScheduledMessages
New value of hasScheduledMessages.
|
| Constructor and Description |
|---|
UpdateChatHasScheduledMessages()
A chat's hasScheduledMessages field has changed.
|
UpdateChatHasScheduledMessages(long chatId,
boolean hasScheduledMessages)
A chat's hasScheduledMessages field has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean hasScheduledMessages
public static final int CONSTRUCTOR
public UpdateChatHasScheduledMessages()
public UpdateChatHasScheduledMessages(long chatId,
boolean hasScheduledMessages)
chatId - Chat identifier.hasScheduledMessages - New value of hasScheduledMessages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object