toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.buttons
/
InlineKeyboardMarkup
Inline
Keyboard
Markup
@
Serializable
data
class
InlineKeyboardMarkup
(
val
keyboard
:
Matrix
<
InlineKeyboardButton
>
)
:
KeyboardMarkup
Members
Constructors
Inline
Keyboard
Markup
Link copied to clipboard
constructor
(
keyboard
:
Matrix
<
InlineKeyboardButton
>
)
Properties
keyboard
Link copied to clipboard
@
SerialName
(
value
=
"inline_keyboard"
)
val
keyboard
:
Matrix
<
InlineKeyboardButton
>
Functions
minus
Link copied to clipboard
operator
fun
minus
(
other
:
InlineKeyboardMarkup
)
:
InlineKeyboardMarkup
plus
Link copied to clipboard
operator
fun
plus
(
other
:
InlineKeyboardMarkup
)
:
InlineKeyboardMarkup