AutosaveSettingsException constructor

AutosaveSettingsException({
  1. required int chatId,
  2. ScopeAutosaveSettings? settings,
})

Implementation

AutosaveSettingsException({required this.chatId, this.settings});