ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
Gift
/
Unique
Unique
@
Serializable
data
class
Unique
(
val
baseName
:
String
,
val
name
:
String
,
val
number
:
Int
,
val
model
:
UniqueGiftModel
,
val
symbol
:
UniqueGiftSymbol
,
val
backdrop
:
UniqueGiftBackdrop
)
:
Gift
Members
Constructors
Unique
Link copied to clipboard
constructor
(
baseName
:
String
,
name
:
String
,
number
:
Int
,
model
:
UniqueGiftModel
,
symbol
:
UniqueGiftSymbol
,
backdrop
:
UniqueGiftBackdrop
)
Properties
backdrop
Link copied to clipboard
@
SerialName
(
value
=
"backdrop"
)
val
backdrop
:
UniqueGiftBackdrop
base
Name
Link copied to clipboard
@
SerialName
(
value
=
"base_name"
)
val
baseName
:
String
model
Link copied to clipboard
@
SerialName
(
value
=
"model"
)
val
model
:
UniqueGiftModel
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
number
Link copied to clipboard
@
SerialName
(
value
=
"number"
)
val
number
:
Int
symbol
Link copied to clipboard
@
SerialName
(
value
=
"symbol"
)
val
symbol
:
UniqueGiftSymbol