Interface EditStickerOptions

interface EditStickerOptions {
    description?: null | string;
    name?: string;
    reason?: string;
    tags?: string;
}

Properties

description?: null | string

The description of the sticker.

name?: string

The name of the sticker.

reason?: string

The reason for editing the sticker.

tags?: string

The autocomplete/suggestions tags for the sticker.