chatTypeSecret property
A secret chat with a user
Implementation
ChatTypeSecret? get chatTypeSecret {
if (this is ChatTypeSecret) {
return this as ChatTypeSecret;
}
return null;
}
A secret chat with a user
ChatTypeSecret? get chatTypeSecret {
if (this is ChatTypeSecret) {
return this as ChatTypeSecret;
}
return null;
}