notificationGroupTypeSecretChat property
A group containing a notification of type notificationTypeNewSecretChat
Implementation
NotificationGroupTypeSecretChat? get notificationGroupTypeSecretChat {
if (this is NotificationGroupTypeSecretChat) {
return this as NotificationGroupTypeSecretChat;
}
return null;
}