docs
js
docs
/
dev.inmo.tgbotapi.webapps
/
MainButtonParams
Main
Button
Params
js
data
class
MainButtonParams
(
text
:
String
?
,
color
:
String
?
,
textColor
:
String
?
,
isActive
:
Boolean
?
,
isVisible
:
Boolean
?
)
Content copied to clipboard
Properties
Properties
color
Link copied to clipboard
js
val
color
:
String
?
=
null
Content copied to clipboard
isActive
Link copied to clipboard
js
val
isActive
:
Boolean
?
=
null
Content copied to clipboard
isVisible
Link copied to clipboard
js
val
isVisible
:
Boolean
?
=
null
Content copied to clipboard
text
Link copied to clipboard
js
val
text
:
String
?
=
null
Content copied to clipboard
textColor
Link copied to clipboard
js
val
textColor
:
String
?
=
null
Content copied to clipboard