secretChatStateClosed property
The secret chat is closed
Implementation
SecretChatStateClosed? get secretChatStateClosed {
if (this is SecretChatStateClosed) {
return this as SecretChatStateClosed;
}
return null;
}
The secret chat is closed
SecretChatStateClosed? get secretChatStateClosed {
if (this is SecretChatStateClosed) {
return this as SecretChatStateClosed;
}
return null;
}