public static class TdApi.GetMessages extends TdApi.Function<TdApi.Messages>
Returns Messages
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat the messages belong to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
messageIds
Identifiers of the messages to get.
|
| Constructor and Description |
|---|
GetMessages()
Default constructor for a function, which returns information about messages.
|
GetMessages(long chatId,
long[] messageIds)
Creates a function, which returns information about messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long[] messageIds
public static final int CONSTRUCTOR
public GetMessages()
Returns Messages
public GetMessages(long chatId,
long[] messageIds)
Returns Messages
chatId - Identifier of the chat the messages belong to.messageIds - Identifiers of the messages to get.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object