SetAutosaveSettings constructor

SetAutosaveSettings(
  1. {required AutosaveSettingsScope scope,
  2. ScopeAutosaveSettings? settings,
  3. int? extra,
  4. int? clientId}
)

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

Returns Ok

Implementation

SetAutosaveSettings