Inline Keyboard Markup
data class InlineKeyboardMarkup(inlineKeyboard: List<List<InlineKeyboardButton>>) : ReplyMarkup
Content copied to clipboard
This object represents an inline keyboard that appears right next to the message it belongs to. Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.
Parameters
inlineKeyboard
Array of button rows, each represented by an Array of InlineKeyboardButton objects
Constructors
InlineKeyboardMarkup
Link copied to clipboard
fun InlineKeyboardMarkup(inlineKeyboard: List<List<InlineKeyboardButton>> = emptyList())
Content copied to clipboard
Array of button rows, each represented by an Array of InlineKeyboardButton objects
Functions
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(inlineKeyboard: List<List<InlineKeyboardButton>> = emptyList()): InlineKeyboardMarkup
Content copied to clipboard
Properties
inlineKeyboard
Link copied to clipboard