ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
OwnedGifts
Owned
Gifts
@
Serializable
data
class
OwnedGifts
<
GiftType
:
GiftSentOrReceived
>
(
val
totalCount
:
Int
,
val
gifts
:
List
<
GiftType
>
,
val
nextOffset
:
String
?
=
null
)
Members
Constructors
Owned
Gifts
Link copied to clipboard
constructor
(
totalCount
:
Int
,
gifts
:
List
<
GiftType
>
,
nextOffset
:
String
?
=
null
)
Properties
gifts
Link copied to clipboard
@
SerialName
(
value
=
"gifts"
)
val
gifts
:
List
<
GiftType
>
next
Offset
Link copied to clipboard
@
SerialName
(
value
=
"next_offset"
)
val
nextOffset
:
String
?
=
null
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"total_count"
)
val
totalCount
:
Int