AutosaveSettings constructor
AutosaveSettings({
- ScopeAutosaveSettings? privateChatSettings,
- ScopeAutosaveSettings? groupSettings,
- ScopeAutosaveSettings? channelSettings,
- required List<
AutosaveSettingsException> exceptions,
Implementation
AutosaveSettings({
this.privateChatSettings,
this.groupSettings,
this.channelSettings,
required this.exceptions,
});