RegularGift
Represent the hierarchy of GiftInfo.
For
GiftInfowithowned_gift_idsee RegularGift.ReceivedInBusinessAccountFor all other kinds see RegularGift.Common
Inheritors
Types
Link copied to clipboard
data class Common(val gift: Gift.Regular, val convertStarCount: Int? = null, val prepaidUpgradeStarCount: Int? = null, val canBeUpgraded: Boolean = false, val text: String? = null, entities: RawMessageEntities? = null, val isPrivate: Boolean = false, val isUpgradeSeparate: Boolean = false, val uniqueGiftNumber: Int? = null, val nextTransferDate: TelegramDate? = null) : GiftSentOrReceivedEvent.RegularGift
Link copied to clipboard
data class ReceivedInBusinessAccount(val gift: Gift.Regular, val ownedGiftId: GiftId, val convertStarCount: Int? = null, val prepaidUpgradeStarCount: Int? = null, val canBeUpgraded: Boolean = false, val text: String? = null, entities: RawMessageEntities? = null, val isPrivate: Boolean = false, val isUpgradeSeparate: Boolean = false, val uniqueGiftNumber: Int? = null, val nextTransferDate: TelegramDate? = null) : GiftSentOrReceivedEvent.RegularGift, GiftSentOrReceivedEvent.ReceivedInBusinessAccount
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Full list of TextSources
Link copied to clipboard