Interface BaseStickerAnimation

interface BaseStickerAnimation {
    type: "light" | "dark";
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

type: "light" | "dark"

Type of animation script

url: string

URL of animation script

Generated using TypeDoc