ReplyMarkupInlineKeyboard constructor

ReplyMarkupInlineKeyboard({
  1. required List<List<InlineKeyboardButton>> rows,
})

Implementation

ReplyMarkupInlineKeyboard({required this.rows});