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()
        Represents a single button in an inline keyboard.
      • InlineKeyboardButton

        public InlineKeyboardButton​(String text,
                                    TdApi.InlineKeyboardButtonType type)
        Represents a single button in an inline keyboard.
        Parameters:
        text - Text of the button.
        type - Type of the button.