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)