AutosaveSettingsException constructor

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

Contains autosave settings for a chat, which overrides default settings for the corresponding scope

Implementation

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