Uses of Class
org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardRow
-
Packages that use KeyboardRow Package Description org.telegram.telegrambots.meta.api.objects.replykeyboard -
-
Uses of KeyboardRow in org.telegram.telegrambots.meta.api.objects.replykeyboard
Methods in org.telegram.telegrambots.meta.api.objects.replykeyboard that return types with arguments of type KeyboardRow Modifier and Type Method Description List<KeyboardRow>ReplyKeyboardMarkup. getKeyboard()Method parameters in org.telegram.telegrambots.meta.api.objects.replykeyboard with type arguments of type KeyboardRow Modifier and Type Method Description ReplyKeyboardMarkupReplyKeyboardMarkup. setKeyboard(List<KeyboardRow> keyboard)Constructor parameters in org.telegram.telegrambots.meta.api.objects.replykeyboard with type arguments of type KeyboardRow Constructor Description ReplyKeyboardMarkup(List<KeyboardRow> keyboard)
-