notificationSettingsScopePrivateChats property

NotificationSettingsScopePrivateChats? notificationSettingsScopePrivateChats

Notification settings applied to all private and secret chats when the corresponding chat setting has a default value

Implementation

NotificationSettingsScopePrivateChats?
    get notificationSettingsScopePrivateChats {
  if (this is NotificationSettingsScopePrivateChats) {
    return this as NotificationSettingsScopePrivateChats;
  }
  return null;
}