docs
2.1.3
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
)
Content copied to clipboard
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
)
Content copied to clipboard
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