ktgbotapi
js
tgbotapi.webapps
/
dev.inmo.tgbotapi.webapps
/
MainButtonParams
Main
Button
Params
data
class
MainButtonParams
(
val
text
:
String
?
=
null
,
val
color
:
String
?
=
null
,
val
textColor
:
String
?
=
null
,
val
isActive
:
Boolean
?
=
null
,
val
isVisible
:
Boolean
?
=
null
)
Members
Constructors
Main
Button
Params
Link copied to clipboard
constructor
(
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
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