Uses of Class
org.drinkless.tdlib.TdApi.KeyboardButtonType
-
Packages that use TdApi.KeyboardButtonType Package Description org.drinkless.tdlib -
-
Uses of TdApi.KeyboardButtonType in org.drinkless.tdlib
Subclasses of TdApi.KeyboardButtonType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.KeyboardButtonTypeRequestLocationA button that sends the user's location when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeRequestPhoneNumberA button that sends the user's phone number when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeRequestPollA button that allows the user to create and send a poll when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeTextA simple button, with text that must be sent when the button is pressed.Fields in org.drinkless.tdlib declared as TdApi.KeyboardButtonType Modifier and Type Field Description TdApi.KeyboardButtonTypeTdApi.KeyboardButton. typeType of the button.Constructors in org.drinkless.tdlib with parameters of type TdApi.KeyboardButtonType Constructor Description KeyboardButton(String text, TdApi.KeyboardButtonType type)Represents a single button in a bot keyboard.
-