Uses of Class
org.drinkless.tdlib.TdApi.KeyboardButtonType
Packages that use TdApi.KeyboardButtonType
-
Uses of TdApi.KeyboardButtonType in org.drinkless.tdlib
Subclasses of TdApi.KeyboardButtonType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A button that requests a chat to be shared by the current user; available only in private chats.static class
A button that sends the user's location when pressed; available only in private chats.static class
A button that sends the user's phone number when pressed; available only in private chats.static class
A button that allows the user to create and send a poll when pressed; available only in private chats.static class
A button that requests users to be shared by the current user; available only in private chats.static class
A simple button, with text that must be sent when the button is pressed.static class
A button that opens a Web App by calling getWebAppUrl.Fields in org.drinkless.tdlib declared as TdApi.KeyboardButtonTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.KeyboardButtonTypeModifierConstructorDescriptionKeyboardButton
(String text, TdApi.KeyboardButtonType type) Represents a single button in a bot keyboard.