Class TdApi.GetCallbackQueryMessage

  • Enclosing class:
    TdApi

    public static class TdApi.GetCallbackQueryMessage
    extends TdApi.Function
    Returns information about a message with the callback button that originated a callback query; for bots only.

    Returns Message

    • Field Detail

      • chatId

        public long chatId
        Identifier of the chat the message belongs to.
      • messageId

        public long messageId
        Message identifier.
      • callbackQueryId

        public long callbackQueryId
        Identifier of the callback query.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.