OwnedGifts

data class OwnedGifts<GiftType : OwnedGift>(val totalCount: Int, val gifts: List<GiftType>, val nextOffset: String? = null)

Constructors

Link copied to clipboard
constructor(totalCount: Int, gifts: List<GiftType>, nextOffset: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val nextOffset: String? = null
Link copied to clipboard