inlineKeyboard property

List<List<InlineKeyboardButton>> inlineKeyboard
final

Array of button rows, each represented by an Array of InlineKeyboardButton objects

Implementation

final List<List<InlineKeyboardButton>> inlineKeyboard;