docs
Toggle table of contents
35.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.webapps
/
BottomButtonParams
Bottom
Button
Params
js
data
class
BottomButtonParams
(
val
iconCustomEmojiId
:
CustomEmojiId
?
=
null
,
val
text
:
String
?
=
null
,
val
color
:
String
?
=
null
,
val
textColor
:
String
?
=
null
,
val
isActive
:
Boolean
?
=
null
,
val
isVisible
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Bottom
Button
Params
Link copied to clipboard
js
constructor
(
iconCustomEmojiId
:
CustomEmojiId
?
=
null
,
text
:
String
?
=
null
,
color
:
String
?
=
null
,
textColor
:
String
?
=
null
,
isActive
:
Boolean
?
=
null
,
isVisible
:
Boolean
?
=
null
)
Properties
color
Link copied to clipboard
js
val
color
:
String
?
icon
Custom
Emoji
Id
Link copied to clipboard
js
val
iconCustomEmojiId
:
CustomEmojiId
?
is
Active
Link copied to clipboard
js
val
isActive
:
Boolean
?
is
Visible
Link copied to clipboard
js
val
isVisible
:
Boolean
?
text
Link copied to clipboard
js
val
text
:
String
?
text
Color
Link copied to clipboard
js
val
textColor
:
String
?