Interface BaseStickerNew

interface BaseStickerNew {
    animation_url: string;
    animations: BaseStickerAnimation[];
    images: BaseImage[];
    images_with_background: BaseImage[];
    is_allowed: number | boolean;
    product_id: number;
    sticker_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

animation_url: string

URL of sticker animation script

animations: BaseStickerAnimation[]
images: BaseImage[]
images_with_background: BaseImage[]
is_allowed: number | boolean

Information whether the sticker is allowed

product_id: number

Pack ID

sticker_id: number

Sticker ID

Generated using TypeDoc