public static class TdApi.GetChatScheduledMessages extends TdApi.Function<TdApi.Messages>
Returns Messages
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatScheduledMessages()
Default constructor for a function, which returns all scheduled messages in a chat.
|
GetChatScheduledMessages(long chatId)
Creates a function, which returns all scheduled messages in a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GetChatScheduledMessages()
Returns Messages
public GetChatScheduledMessages(long chatId)
Returns Messages
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object