UpdateAutosaveSettings constructor
const
UpdateAutosaveSettings({
- required AutosaveSettingsScope scope,
- ScopeAutosaveSettings? settings,
- dynamic extra,
- int? clientId,
Autosave settings for some type of chats were updated
Implementation
const UpdateAutosaveSettings({
required this.scope,
this.settings,
this.extra,
this.clientId,
});