InlineKeyboardMarkup constructor

const InlineKeyboardMarkup({
  1. required List<List<InlineKeyboardButton>> inlineKeyboard,
})

Creates an InlineKeyboardMarkup object

Implementation

const InlineKeyboardMarkup({
  required this.inlineKeyboard,
});