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 InlineKeyboardRow
InlineKeyboardRow.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.InlineKeyboardMarkupBuilder
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder. keyboard(InlineKeyboardRow keyboard)
com.google.gson.JsonElement
InlineKeyboardRow.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.InlineKeyboardMarkupBuilder
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder. inlineKeyboard(java.util.Collection<? extends InlineKeyboardRow> inlineKeyboard)
-