InlineKeyboardMarkup

data class InlineKeyboardMarkup(val inlineKeyboard: List<List<InlineKeyboardButton>> = emptyList())(source)

InlineKeyboardMarkup

This object represents an inline keyboard that appears right next to the message it belongs to.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(inlineKeyboard: List<List<InlineKeyboardButton>> = emptyList())

Properties

Link copied to clipboard
@SerialName(value = "inline_keyboard")
val inlineKeyboard: List<List<InlineKeyboardButton>>

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