Uses of Class
org.drinkless.tdlib.TdApi.KeyboardButton
Packages that use TdApi.KeyboardButton
-
Uses of TdApi.KeyboardButton in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.KeyboardButtonModifier and TypeFieldDescriptionTdApi.SavePreparedKeyboardButton.buttonThe button; must be of the type keyboardButtonTypeRequestUsers, keyboardButtonTypeRequestChat, or keyboardButtonTypeRequestManagedBot.TdApi.ReplyMarkupShowKeyboard.rowsA list of rows of bot keyboard buttons.Constructors in org.drinkless.tdlib with parameters of type TdApi.KeyboardButtonModifierConstructorDescriptionReplyMarkupShowKeyboard(TdApi.KeyboardButton[][] rows, boolean isPersistent, boolean resizeKeyboard, boolean oneTime, boolean isPersonal, String inputFieldPlaceholder) Contains a custom keyboard layout to quickly reply to bots.SavePreparedKeyboardButton(long userId, TdApi.KeyboardButton button) Creates a function, which saves a keyboard button to be shown to the given user; for bots only.