Class CallbackQuery

  • All Implemented Interfaces:
    Serializable, BotApiObject

    public class CallbackQuery
    extends Object
    implements BotApiObject
    Version:
    1.0 This object represents an incoming callback query from a callback button in an inline keyboard. If the button that originated the query was attached to a message sent by the bot, the field message will be present. If the button was attached to a message sent via the bot (in inline mode), the field inline_message_id will be present.
    Author:
    Ruben Bermudez
    See Also:
    Serialized Form
    • Constructor Detail

      • CallbackQuery

        public CallbackQuery()