Interface InlineKeyboardRowMapper
public interface InlineKeyboardRowMapper
InlineKeyboardRow mapper.-
Method Summary
Modifier and TypeMethodDescriptionorg.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.InlineKeyboardRowmap(List<PostControlsSendMessageProperties.InlineKeyboardMarkupProperties.InlineKeyboardButtonProperties> ikbps, List<org.telegram.telegrambots.meta.api.objects.message.Message> messages) Maps inline keyboard button properties and associated messages toInlineKeyboardRow.
-
Method Details
-
map
org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.InlineKeyboardRow map(List<PostControlsSendMessageProperties.InlineKeyboardMarkupProperties.InlineKeyboardButtonProperties> ikbps, List<org.telegram.telegrambots.meta.api.objects.message.Message> messages) Maps inline keyboard button properties and associated messages toInlineKeyboardRow.- Parameters:
ikbps- the list of inline keyboard button propertiesmessages- the list of messages associated with the buttons- Returns:
- the mapped
InlineKeyboardRow
-