Sticker

@Serializable
data class Sticker(val id: String, val packId: String? = null, val name: String, val description: String? = null, val tags: String, val hash: String, val type: StickerType, val formatType: StickerFormat, val available: Boolean? = null, val guildId: String? = null, val user: User? = null, val sortValue: Int? = null) : StickerItem(source)

Constructors

Link copied to clipboard
constructor(id: String, packId: String? = null, name: String, description: String? = null, tags: String, hash: String, type: StickerType, formatType: StickerFormat, available: Boolean? = null, guildId: String? = null, user: User? = null, sortValue: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "available")
val available: Boolean? = null
Link copied to clipboard
@SerialName(value = "description")
val description: String? = null
Link copied to clipboard
@SerialName(value = "format_type")
open override val formatType: StickerFormat
Link copied to clipboard
@SerialName(value = "guild_id")
val guildId: String? = null
Link copied to clipboard
@SerialName(value = "asset")
val hash: String
Link copied to clipboard
@SerialName(value = "id")
open override val id: String
Link copied to clipboard
@SerialName(value = "name")
open override val name: String
Link copied to clipboard
@SerialName(value = "pack_id")
val packId: String? = null
Link copied to clipboard
@SerialName(value = "sort_value")
val sortValue: Int? = null
Link copied to clipboard
@SerialName(value = "tags")
val tags: String
Link copied to clipboard
@SerialName(value = "type")
val type: StickerType
Link copied to clipboard
@SerialName(value = "user")
val user: User? = null