AutosaveSettingsException constructor
AutosaveSettingsException({
- required int chatId,
- ScopeAutosaveSettings? settings,
Implementation
AutosaveSettingsException({required this.chatId, this.settings});