public static class TdApi.GetMessages extends TdApi.Function
Returns Messages
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function