ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
GiftBackground
Gift
Background
@
Serializable
data
class
GiftBackground
(
val
centerColor
:
RGBColor
,
val
edgeColor
:
RGBColor
,
val
textColor
:
RGBColor
)
Members
Constructors
Gift
Background
Link copied to clipboard
constructor
(
centerColor
:
RGBColor
,
edgeColor
:
RGBColor
,
textColor
:
RGBColor
)
Properties
center
Color
Link copied to clipboard
@
SerialName
(
value
=
"center_color"
)
val
centerColor
:
RGBColor
edge
Color
Link copied to clipboard
@
SerialName
(
value
=
"edge_color"
)
val
edgeColor
:
RGBColor
text
Color
Link copied to clipboard
@
SerialName
(
value
=
"text_color"
)
val
textColor
:
RGBColor