Uses of Class
org.drinkless.tdlib.TdApi.InlineKeyboardButtonType
Packages that use TdApi.InlineKeyboardButtonType
-
Uses of TdApi.InlineKeyboardButtonType in org.drinkless.tdlib
Subclasses of TdApi.InlineKeyboardButtonType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA button to buy something.static classA button that sends a callback query to a bot.static classA button with a game that sends a callback query to a bot.static classA button that asks for the 2-step verification password of the current user and then sends a callback query to a bot.static classA button that copies specified text to clipboard.static classA button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo.static classA button that forces an inline query to the bot to be inserted in the input field.static classA button that opens a specified URL.static classA button with a user reference to be handled in the same way as textEntityTypeMentionName entities.static classA button that opens a Web App by calling openWebApp.Fields in org.drinkless.tdlib declared as TdApi.InlineKeyboardButtonTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.InlineKeyboardButtonTypeModifierConstructorDescriptionInlineKeyboardButton(String text, TdApi.InlineKeyboardButtonType type) Represents a single button in an inline keyboard.