Interface SetAutosaveSettings

Sets autosave settings for the given scope. The method is guaranteed to work only after at least one call to getAutosaveSettings. Request type for Tdjson#setAutosaveSettings.

interface SetAutosaveSettings {
    @type: "setAutosaveSettings";
    scope: AutosaveSettingsScope;
    settings: ScopeAutosaveSettings;
}

Properties

Properties

@type: "setAutosaveSettings"

Autosave settings scope.

New autosave settings for the scope; pass null to set autosave settings to default.