Unlimited

data class Unlimited(val id: GiftId, val sticker: Sticker, val starCount: Int, val upgradeStarCount: Int? = null, val publisherChat: PreviewChat? = null, val personalTotalCount: Int? = null, val personalRemainingCount: Int? = null, val isPremium: Boolean = false, val hasColors: Boolean = false, val background: GiftBackground? = null, val uniqueGiftVariantCount: Int? = null) : Gift.Regular

Represents a Gift for fields of unlimited gifts

Constructors

Link copied to clipboard
constructor(id: GiftId, sticker: Sticker, starCount: Int, upgradeStarCount: Int? = null, publisherChat: PreviewChat? = null, personalTotalCount: Int? = null, personalRemainingCount: Int? = null, isPremium: Boolean = false, hasColors: Boolean = false, background: GiftBackground? = null, uniqueGiftVariantCount: Int? = null)

Properties

Link copied to clipboard
open override val background: GiftBackground? = null
Link copied to clipboard
open override val hasColors: Boolean = false
Link copied to clipboard
open override val id: GiftId
Link copied to clipboard
open override val isPremium: Boolean = false
Link copied to clipboard
open override val personalRemainingCount: Int? = null
Link copied to clipboard
open override val personalTotalCount: Int? = null
Link copied to clipboard
open override val publisherChat: PreviewChat? = null
Link copied to clipboard
open override val remainingCount: Int?
Link copied to clipboard
open override val starCount: Int
Link copied to clipboard
open override val sticker: Sticker
Link copied to clipboard
open override val totalCount: Int?
Link copied to clipboard
open override val uniqueGiftVariantCount: Int? = null
Link copied to clipboard
open override val upgradeStarCount: Int? = null