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