public static class TdApi.GetMessage extends TdApi.Function
Returns Message
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message to get.
|
Constructor and Description |
---|
GetMessage()
Default constructor for a function, which returns information about a message.
|
GetMessage(long chatId,
long messageId)
Creates a function, which returns information about a message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public static final int CONSTRUCTOR
public GetMessage()
Returns Message
public GetMessage(long chatId, long messageId)
Returns Message
chatId
- Identifier of the chat the message belongs to.messageId
- Identifier of the message to get.public int getConstructor()
getConstructor
in class TdApi.Function