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 InlineKeyboardButtonInlineKeyboardButton.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.InlineKeyboardRowBuilderInlineKeyboardRow.InlineKeyboardRowBuilder. button(InlineKeyboardButton button)Method parameters in com.jtelegram.api.inline.keyboard with type arguments of type InlineKeyboardButton Modifier and Type Method Description InlineKeyboardRow.InlineKeyboardRowBuilderInlineKeyboardRow.InlineKeyboardRowBuilder. buttons(java.util.Collection<? extends InlineKeyboardButton> buttons)
-