Interface RemoveSavedAnimation

Removes an animation from the list of saved animations. Request type for Tdjson#removeSavedAnimation.

interface RemoveSavedAnimation {
    @type: "removeSavedAnimation";
    animation: InputFile;
}

Properties

Properties

@type: "removeSavedAnimation"
animation: InputFile

Animation file to be removed.