ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts.unique
/
UniqueGiftModel
Unique
Gift
Model
@
Serializable
data
class
UniqueGiftModel
(
val
name
:
String
,
val
sticker
:
Sticker
,
val
rarityPerMille
:
Int
)
Members
Constructors
Unique
Gift
Model
Link copied to clipboard
constructor
(
name
:
String
,
sticker
:
Sticker
,
rarityPerMille
:
Int
)
Properties
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
sticker
Link copied to clipboard
@
SerialName
(
value
=
"sticker"
)
val
sticker
:
Sticker