Interface CreateStickerOptions

interface CreateStickerOptions {
    description: string;
    file: File;
    name: string;
    reason?: string;
    tags: string;
}

Properties

description: string

The description of the sticker.

file: File

The file contents of the sticker. PNG, APNG, or LOTTIE (only VERIFIED & PARTNERED servers can use lottie).

name: string

The name of the sticker.

reason?: string

The reason for creating the sticker.

tags: string

The autocomplete/suggestions tags for the sticker.