ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts.unique
/
UniqueGiftBackdrop
Unique
Gift
Backdrop
@
Serializable
data
class
UniqueGiftBackdrop
(
val
name
:
String
,
val
colors
:
UniqueGiftBackdropColors
,
val
rarityPerMille
:
Int
)
Members
Constructors
Unique
Gift
Backdrop
Link copied to clipboard
constructor
(
name
:
String
,
colors
:
UniqueGiftBackdropColors
,
rarityPerMille
:
Int
)
Properties
colors
Link copied to clipboard
@
SerialName
(
value
=
"colors"
)
val
colors
:
UniqueGiftBackdropColors
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
rarity
Per
Mille
Link copied to clipboard
@
SerialName
(
value
=
"rarity_per_mille"
)
val
rarityPerMille
:
Int