inlineKeyboard

@SerialName(value = "inline_keyboard")
val inlineKeyboard: List<List<InlineKeyboardButton>>(source)

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

type: Array of Array of InlineKeyboardButton