DiscordStickerItem

data class DiscordStickerItem(val id: Snowflake, val name: String, val formatType: MessageStickerType)(source)

Constructors

Link copied to clipboard
constructor(id: Snowflake, name: String, formatType: MessageStickerType)

Properties

Link copied to clipboard
@SerialName(value = "format_type")
val formatType: MessageStickerType
Link copied to clipboard
Link copied to clipboard