PartialSticker

@Serializable
data class PartialSticker(val id: String, val name: String, val formatType: StickerFormat) : StickerItem(source)

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "format_type")
open override val formatType: StickerFormat
Link copied to clipboard
@SerialName(value = "id")
open override val id: String
Link copied to clipboard
@SerialName(value = "name")
open override val name: String