notificationGroupTypeSecretChat property

NotificationGroupTypeSecretChat? notificationGroupTypeSecretChat

A group containing a notification of type notificationTypeNewSecretChat

Implementation

NotificationGroupTypeSecretChat? get notificationGroupTypeSecretChat {
  if (this is NotificationGroupTypeSecretChat) {
    return this as NotificationGroupTypeSecretChat;
  }
  return null;
}