public static class TdApi.GetChatScheduledMessages extends TdApi.Function
Returns Messages
TdApi.Function.Constructors
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() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetChatScheduledMessages()
Returns Messages
public GetChatScheduledMessages(long chatId)
Returns Messages
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function