- Enclosing class:
- TdApi
Returns information about a message
with the callback button that originated
a callback query; for bots only.
Returns
Message-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the callback query.longIdentifier of the chat the message belongs to.static final intlongMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-