Class CallbackQuery

java.lang.Object
org.telegram.telegrambots.meta.api.objects.CallbackQuery
All Implemented Interfaces:
Serializable, BotApiObject

public class CallbackQuery extends Object implements BotApiObject
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.
Version:
1.0
Author:
Ruben Bermudez
See Also:
  • Constructor Details

    • CallbackQuery

      public CallbackQuery()