toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.internal.options
/
ReplyKeyboardMarkupOptions
Reply
Keyboard
Markup
Options
@
Serializable
data
class
ReplyKeyboardMarkupOptions
(
var
resizeKeyboard
:
Boolean
?
=
null
,
var
oneTimeKeyboard
:
Boolean
?
=
null
,
var
inputFieldPlaceholder
:
String
?
=
null
,
var
selective
:
Boolean
?
=
null
,
var
isPersistent
:
Boolean
?
=
null
)
Members
Constructors
Reply
Keyboard
Markup
Options
Link copied to clipboard
constructor
(
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
?