Uses of Class
com.jtelegram.api.inline.keyboard.InlineKeyboardRow.InlineKeyboardRowBuilder
-
Packages that use InlineKeyboardRow.InlineKeyboardRowBuilder Package Description com.jtelegram.api.inline.keyboard -
-
Uses of InlineKeyboardRow.InlineKeyboardRowBuilder in com.jtelegram.api.inline.keyboard
Methods in com.jtelegram.api.inline.keyboard that return InlineKeyboardRow.InlineKeyboardRowBuilder Modifier and Type Method Description static InlineKeyboardRow.InlineKeyboardRowBuilder
InlineKeyboardRow. builder()
InlineKeyboardRow.InlineKeyboardRowBuilder
InlineKeyboardRow.InlineKeyboardRowBuilder. button(InlineKeyboardButton button)
InlineKeyboardRow.InlineKeyboardRowBuilder
InlineKeyboardRow.InlineKeyboardRowBuilder. buttons(java.util.Collection<? extends InlineKeyboardButton> buttons)
InlineKeyboardRow.InlineKeyboardRowBuilder
InlineKeyboardRow.InlineKeyboardRowBuilder. clearButtons()
-