Uses of Class
com.jtelegram.api.message.keyboard.KeyboardButton
-
Packages that use KeyboardButton Package Description com.jtelegram.api.message.keyboard -
-
Uses of KeyboardButton in com.jtelegram.api.message.keyboard
Methods in com.jtelegram.api.message.keyboard that return KeyboardButton Modifier and Type Method Description KeyboardButton
KeyboardButton.KeyboardButtonBuilder. build()
Methods in com.jtelegram.api.message.keyboard that return types with arguments of type KeyboardButton Modifier and Type Method Description java.util.List<KeyboardButton>
ReplyKeyboardRow. getButtons()
Methods in com.jtelegram.api.message.keyboard with parameters of type KeyboardButton Modifier and Type Method Description ReplyKeyboardRow.ReplyKeyboardRowBuilder
ReplyKeyboardRow.ReplyKeyboardRowBuilder. button(KeyboardButton button)
Method parameters in com.jtelegram.api.message.keyboard with type arguments of type KeyboardButton Modifier and Type Method Description ReplyKeyboardRow.ReplyKeyboardRowBuilder
ReplyKeyboardRow.ReplyKeyboardRowBuilder. buttons(java.util.Collection<? extends KeyboardButton> buttons)
-