public static class TdApi.GetCallbackQueryMessage extends TdApi.Function
Returns Message
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
callbackQueryId
Identifier of the callback query.
|
long |
chatId
Identifier of the chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
Constructor and Description |
---|
GetCallbackQueryMessage()
Default constructor for a function, which returns information about a message with the callback button that originated a callback query; for bots only.
|
GetCallbackQueryMessage(long chatId,
long messageId,
long callbackQueryId)
Creates a function, which returns information about a message with the callback button that originated a callback query; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public long callbackQueryId
public static final int CONSTRUCTOR
public GetCallbackQueryMessage()
Returns Message
public GetCallbackQueryMessage(long chatId, long messageId, long callbackQueryId)
Returns Message
chatId
- Identifier of the chat the message belongs to.messageId
- Message identifier.callbackQueryId
- Identifier of the callback query.public int getConstructor()
getConstructor
in class TdApi.Function