ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
GiftSentOrReceived
Gift
Sent
Or
Received
@
Serializable
sealed
interface
GiftSentOrReceived
:
CommonEvent
Represent Telegram Bots API abstraction
OwnedGiftUnique
and
UniqueGiftInfo
See also
Gift
Sent
Or
Received.
Received
In
Business
Account
Gift
Sent
Or
Received.
Regular.
Common
Gift
Sent
Or
Received.
Regular.
Received
In
Business
Account
Gift
Sent
Or
Received.
Unique.
Common
Gift
Sent
Or
Received.
Unique.
Received
In
Business
Account
Inheritors
ReceivedInBusinessAccount
Regular
Unique
Members
Types
Received
In
Business
Account
Link copied to clipboard
@
Serializable
sealed
interface
ReceivedInBusinessAccount
:
GiftSentOrReceived
Regular
Link copied to clipboard
@
Serializable
(
with
=
GiftSentOrReceived.Regular.Companion::class
)
sealed
interface
Regular
:
GiftSentOrReceived
,
TextedInput
Unique
Link copied to clipboard
@
Serializable
(
with
=
GiftSentOrReceived.Unique.Companion::class
)
sealed
interface
Unique
:
GiftSentOrReceived
Properties
gift
Link copied to clipboard
abstract
val
gift
:
Gift
next
Transfer
Date
Link copied to clipboard
abstract
val
nextTransferDate
:
TelegramDate
?
owned
Gift
Id
Link copied to clipboard
abstract
val
ownedGiftId
:
GiftId
?