ReceivedInBusinessAccount

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

Constructors

Link copied to clipboard
constructor(gift: Gift.Regular, ownedGiftId: GiftId, convertStarCount: Int? = null, prepaidUpgradeStarCount: Int? = null, canBeUpgraded: Boolean = false, text: String? = null, entities: RawMessageEntities? = null, isPrivate: Boolean = false, isUpgradeSeparate: Boolean = false, uniqueGiftNumber: Int? = null, nextTransferDate: TelegramDate? = null)

Properties

Link copied to clipboard
open override val canBeUpgraded: Boolean = false
Link copied to clipboard
open override val convertStarCount: Int? = null
Link copied to clipboard
open override val gift: Gift.Regular
Link copied to clipboard
open override val isPrivate: Boolean = false
Link copied to clipboard
open override val isUpgradeSeparate: Boolean = false
Link copied to clipboard
open override val nextTransferDate: TelegramDate? = null
Link copied to clipboard
open override val ownedGiftId: GiftId
Link copied to clipboard
open override val prepaidUpgradeStarCount: Int? = null
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val textSources: List<TextSource>

Full list of TextSources

Link copied to clipboard
open override val uniqueGiftNumber: Int? = null