Types
Link copied to clipboard
data class Limited(val id: GiftId, val sticker: Sticker, val starCount: Int, val totalCount: Int, val remainingCount: 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 limited gifts
Link copied to clipboard
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