Interface UpdateSavedAnimations

The list of saved animations was updated. Subtype of Update.

interface UpdateSavedAnimations {
    @type: "updateSavedAnimations";
    animation_ids: number[];
}

Properties

Properties

@type: "updateSavedAnimations"
animation_ids: number[]

The new list of file identifiers of saved animations.