toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
Gift
/
Unlimited
Unlimited
@
Serializable
data
class
Unlimited
(
val
id
:
GiftId
,
val
sticker
:
Sticker
,
val
starCount
:
Int
)
:
Gift
Members
Constructors
Unlimited
Link copied to clipboard
constructor
(
id
:
GiftId
,
sticker
:
Sticker
,
starCount
:
Int
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
GiftId
remaining
Count
Link copied to clipboard
open
override
val
remainingCount
:
Int
?
star
Count
Link copied to clipboard
@
SerialName
(
value
=
"star_count"
)
open
override
val
starCount
:
Int
sticker
Link copied to clipboard
@
SerialName
(
value
=
"sticker"
)
open
override
val
sticker
:
Sticker
total
Count
Link copied to clipboard
open
override
val
totalCount
:
Int
?