Class TdApi.InlineKeyboardButtonTypeCallback

  • Enclosing class:
    TdApi

    public static class TdApi.InlineKeyboardButtonTypeCallback
    extends TdApi.InlineKeyboardButtonType
    A button that sends a special callback query to a bot.
    • Field Detail

      • data

        public byte[] data
        Data to be sent to the bot via a callback query.
      • CONSTRUCTOR

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

      • InlineKeyboardButtonTypeCallback

        public InlineKeyboardButtonTypeCallback()
        Default constructor.
      • InlineKeyboardButtonTypeCallback

        public InlineKeyboardButtonTypeCallback​(byte[] data)
        Constructor for initialization of all fields.
        Parameters:
        data - Data to be sent to the bot via a callback query.