autosaveSettingsScopePrivateChats property
Autosave settings applied to all private chats without chat-specific settings
Implementation
AutosaveSettingsScopePrivateChats? get autosaveSettingsScopePrivateChats {
if (this is AutosaveSettingsScopePrivateChats) {
return this as AutosaveSettingsScopePrivateChats;
}
return null;
}