Package org.drinkless.tdlib
Class TdApi.GetCallbackQueryMessage
- 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 intIdentifier uniquely determining type of the object.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetCallbackQueryMessage
public GetCallbackQueryMessage()Default constructor for a function, which returns information about a message with the callback button that originated a callback query; for bots only.Returns
Message -
GetCallbackQueryMessage
public 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.Returns
Message- Parameters:
chatId- Identifier of the chat the message belongs to.messageId- Message identifier.callbackQueryId- Identifier of the callback query.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-