toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
BackgroundFill
/
Gradient
Gradient
@
Serializable
@
SerialName
(
value
=
"gradient"
)
data
class
Gradient
(
val
topColor
:
Int
,
val
bottomColor
:
Int
,
val
rotationAngle
:
Int
)
:
BackgroundFill
Members
Constructors
Gradient
Link copied to clipboard
constructor
(
topColor
:
Int
,
bottomColor
:
Int
,
rotationAngle
:
Int
)
Properties
bottom
Color
Link copied to clipboard
val
bottomColor
:
Int
rotation
Angle
Link copied to clipboard
val
rotationAngle
:
Int
top
Color
Link copied to clipboard
val
topColor
:
Int
type
Link copied to clipboard
val
type
:
String