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 class
A button to buy something.static class
A button that sends a callback query to a bot.static class
A button with a game that sends a callback query to a bot.static class
A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot.static class
A button that copies specified text to clipboard.static class
A button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo.static class
A button that forces an inline query to the bot to be inserted in the input field.static class
A button that opens a specified URL.static class
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities.static class
A 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.