inlineKeyboard property

List<List<InlineKeyboardButton>> inlineKeyboard
getter/setter pair

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

Implementation

List<List<InlineKeyboardButton>> inlineKeyboard;