Interface InlineKeyboardRowMapper


public interface InlineKeyboardRowMapper
InlineKeyboardRow mapper.
  • 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 to InlineKeyboardRow.
      Parameters:
      ikbps - the list of inline keyboard button properties
      messages - the list of messages associated with the buttons
      Returns:
      the mapped InlineKeyboardRow