Class TdApi.InlineKeyboardButton

  • Enclosing class:
    TdApi

    public static class TdApi.InlineKeyboardButton
    extends TdApi.Object
    Represents a single button in an inline keyboard.
    • Constructor Detail

      • InlineKeyboardButton

        public InlineKeyboardButton()
        Default constructor.
      • InlineKeyboardButton

        public InlineKeyboardButton​(java.lang.String text,
                                    TdApi.InlineKeyboardButtonType type)
        Constructor for initialization of all fields.
        Parameters:
        text - Text of the button.
        type - Type of the button.