- Enclosing class:
- TdApi
Returns information about a message
with the callback button that originated
a callback query; for bots only.
Returns
Message
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the callback query.long
Identifier of the chat the message belongs to.static final int
long
Message identifier. -
Constructor Summary
ConstructorDescriptionReturns information about a message with the callback button that originated a callback query; for bots only.GetCallbackQueryMessage
(long chatId, long messageId, long callbackQueryId) Returns information about a message with the callback button that originated a callback query; for bots only.GetCallbackQueryMessage
(DataInput input) Returns information about a message with the callback button that originated a callback query; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat the message belongs to. -
messageId
public long messageIdMessage identifier. -
callbackQueryId
public long callbackQueryIdIdentifier of the callback query. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetCallbackQueryMessage
public GetCallbackQueryMessage()Returns information about a message with the callback button that originated a callback query; for bots only. ReturnsMessage
-
GetCallbackQueryMessage
public GetCallbackQueryMessage(long chatId, long messageId, long callbackQueryId) Returns information about a message with the callback button that originated a callback query; for bots only. ReturnsMessage
- Parameters:
chatId
- long Identifier of the chat the message belongs to.messageId
- long Message identifier.callbackQueryId
- long Identifier of the callback query.
-
GetCallbackQueryMessage
Returns information about a message with the callback button that originated a callback query; for bots only. ReturnsMessage
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-