KtGram
Toggle table of contents
8.1.0
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.types.keyboard
/
InlineKeyboardMarkup
Inline
Keyboard
Markup
@
Serializable
class
InlineKeyboardMarkup
:
Keyboard
(
source
)
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
>
)