UpdateAutosaveSettings constructor

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

Autosave settings for some type of chats were updated

Implementation

const UpdateAutosaveSettings({
  required this.scope,
  this.settings,
  this.extra,
  this.clientId,
});