Interface ScopeAutosaveSettings

Contains autosave settings for an autosave settings scope.

interface ScopeAutosaveSettings {
    @type: "scopeAutosaveSettings";
    autosave_photos?: boolean;
    autosave_videos?: boolean;
    max_video_file_size: number;
}

Properties

@type: "scopeAutosaveSettings"
autosave_photos?: boolean

True, if photo autosave is enabled.

autosave_videos?: boolean

True, if video autosave is enabled.

max_video_file_size: number

The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.