notificationTypeNewSecretChat property
New secret chat was created
Implementation
NotificationTypeNewSecretChat? get notificationTypeNewSecretChat {
if (this is NotificationTypeNewSecretChat) {
return this as NotificationTypeNewSecretChat;
}
return null;
}