notificationSettingsScopeChannelChats property

NotificationSettingsScopeChannelChats? notificationSettingsScopeChannelChats

Notification settings applied to all channel chats when the corresponding chat setting has a default value

Implementation

NotificationSettingsScopeChannelChats?
    get notificationSettingsScopeChannelChats {
  if (this is NotificationSettingsScopeChannelChats) {
    return this as NotificationSettingsScopeChannelChats;
  }
  return null;
}