Uses of Class
com.jtelegram.api.inline.keyboard.InlineKeyboardRow
-
Packages that use InlineKeyboardRow Package Description com.jtelegram.api.inline.keyboard -
-
Uses of InlineKeyboardRow in com.jtelegram.api.inline.keyboard
Methods in com.jtelegram.api.inline.keyboard that return InlineKeyboardRow Modifier and Type Method Description InlineKeyboardRowInlineKeyboardRow.InlineKeyboardRowBuilder. build()Methods in com.jtelegram.api.inline.keyboard that return types with arguments of type InlineKeyboardRow Modifier and Type Method Description java.util.List<InlineKeyboardRow>InlineKeyboardMarkup. getInlineKeyboard()Methods in com.jtelegram.api.inline.keyboard with parameters of type InlineKeyboardRow Modifier and Type Method Description InlineKeyboardMarkup.InlineKeyboardMarkupBuilderInlineKeyboardMarkup.InlineKeyboardMarkupBuilder. keyboard(InlineKeyboardRow keyboard)com.google.gson.JsonElementInlineKeyboardRow.Serializer. serialize(InlineKeyboardRow row, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)Method parameters in com.jtelegram.api.inline.keyboard with type arguments of type InlineKeyboardRow Modifier and Type Method Description InlineKeyboardMarkup.InlineKeyboardMarkupBuilderInlineKeyboardMarkup.InlineKeyboardMarkupBuilder. inlineKeyboard(java.util.Collection<? extends InlineKeyboardRow> inlineKeyboard)
-