Sticker

data class Sticker(val stickerId: Snowflake, val stickerFormatType: Sticker.FormatType) : Image(source)

Constructors

Link copied to clipboard
fun Sticker(stickerId: Snowflake, stickerFormatType: Sticker.FormatType)

Properties

Link copied to clipboard
Link copied to clipboard
open override val supportedFormats: Set<Image.Format>
Link copied to clipboard
open override val type: Image.Type