toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.keyboard
/
InlineKeyboardMarkup
Inline
Keyboard
Markup
@
Serializable
class
InlineKeyboardMarkup
:
Keyboard
Members
Constructors
Inline
Keyboard
Markup
Link copied to clipboard
constructor
(
vararg
buttons
:
InlineKeyboardButton
)
constructor
(
keyboard
:
List
<
List
<
InlineKeyboardButton
>
>
)
Properties
keyboard
Link copied to clipboard
val
keyboard
:
List
<
List
<
InlineKeyboardButton
>
>
Functions
add
Element
Link copied to clipboard
fun
addElement
(
button
:
InlineKeyboardButton
)
fun
addElement
(
buttons
:
List
<
InlineKeyboardButton
>
)