autosaveSettingsScopeChannelChats property

AutosaveSettingsScopeChannelChats? autosaveSettingsScopeChannelChats

Autosave settings applied to all channel chats without chat-specific settings

Implementation

AutosaveSettingsScopeChannelChats? get autosaveSettingsScopeChannelChats {
  if (this is AutosaveSettingsScopeChannelChats) {
    return this as AutosaveSettingsScopeChannelChats;
  }
  return null;
}