toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.keyboard
/
ReplyKeyboardMarkup
Reply
Keyboard
Markup
@
Serializable
class
ReplyKeyboardMarkup
:
Keyboard
Members
Constructors
Reply
Keyboard
Markup
Link copied to clipboard
constructor
(
vararg
buttons
:
List
<
KeyboardButton
>
)
constructor
(
vararg
buttons
:
KeyboardButton
)
constructor
(
keyboard
:
List
<
List
<
KeyboardButton
>
>
,
resizeKeyboard
:
Boolean
?
=
null
,
oneTimeKeyboard
:
Boolean
?
=
null
,
inputFieldPlaceholder
:
String
?
=
null
,
selective
:
Boolean
?
=
null
,
isPersistent
:
Boolean
?
=
null
)
Properties
input
Field
Placeholder
Link copied to clipboard
var
inputFieldPlaceholder
:
String
?
is
Persistent
Link copied to clipboard
var
isPersistent
:
Boolean
?
one
Time
Keyboard
Link copied to clipboard
var
oneTimeKeyboard
:
Boolean
?
resize
Keyboard
Link copied to clipboard
var
resizeKeyboard
:
Boolean
?
selective
Link copied to clipboard
var
selective
:
Boolean
?