docs
4.2.4
js
docs
/
dev.inmo.tgbotapi.webapps
/
MainButtonParams
Main
Button
Params
js
data
class
MainButtonParams
(
val
text
:
String
?
=
null
,
val
color
:
String
?
=
null
,
val
textColor
:
String
?
=
null
,
val
isActive
:
Boolean
?
=
null
,
val
isVisible
:
Boolean
?
=
null
)
Constructors
Properties
Constructors
Main
Button
Params
Link copied to clipboard
js
fun
MainButtonParams
(
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
?
=
null
is
Active
Link copied to clipboard
js
val
isActive
:
Boolean
?
=
null
is
Visible
Link copied to clipboard
js
val
isVisible
:
Boolean
?
=
null
text
Link copied to clipboard
js
val
text
:
String
?
=
null
text
Color
Link copied to clipboard
js
val
textColor
:
String
?
=
null