Uses of Class
com.jtelegram.api.message.keyboard.ReplyKeyboardRow
-
Packages that use ReplyKeyboardRow Package Description com.jtelegram.api.message.keyboard -
-
Uses of ReplyKeyboardRow in com.jtelegram.api.message.keyboard
Methods in com.jtelegram.api.message.keyboard that return ReplyKeyboardRow Modifier and Type Method Description ReplyKeyboardRow
ReplyKeyboardRow.ReplyKeyboardRowBuilder. build()
Methods in com.jtelegram.api.message.keyboard that return types with arguments of type ReplyKeyboardRow Modifier and Type Method Description java.util.List<ReplyKeyboardRow>
ReplyKeyboardMarkup. getRows()
Methods in com.jtelegram.api.message.keyboard with parameters of type ReplyKeyboardRow Modifier and Type Method Description ReplyKeyboardMarkup.ReplyKeyboardMarkupBuilder
ReplyKeyboardMarkup.ReplyKeyboardMarkupBuilder. row(ReplyKeyboardRow row)
com.google.gson.JsonElement
ReplyKeyboardRow.Serializer. serialize(ReplyKeyboardRow replyKeyboardRow, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)
Method parameters in com.jtelegram.api.message.keyboard with type arguments of type ReplyKeyboardRow Modifier and Type Method Description ReplyKeyboardMarkup.ReplyKeyboardMarkupBuilder
ReplyKeyboardMarkup.ReplyKeyboardMarkupBuilder. rows(java.util.Collection<? extends ReplyKeyboardRow> rows)
-