ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
OwnedGift
/
Unique
/
Common
/
Common
Common
constructor
(
gift
:
Gift.Unique
,
sendDate
:
TelegramDate
,
senderUser
:
PreviewUser
?
=
null
,
isSaved
:
Boolean
=
false
,
canBeTransferred
:
Boolean
=
false
,
transferStarCount
:
Int
?
=
null
,
nextTransferDate
:
TelegramDate
?
=
null
)