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