AutosaveSettingsException constructor
const
AutosaveSettingsException({
- required int chatId,
- 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,
});