messageVideoChatStarted property
A newly created video chat
Implementation
MessageVideoChatStarted? get messageVideoChatStarted {
if (this is MessageVideoChatStarted) {
return this as MessageVideoChatStarted;
}
return null;
}
A newly created video chat
MessageVideoChatStarted? get messageVideoChatStarted {
if (this is MessageVideoChatStarted) {
return this as MessageVideoChatStarted;
}
return null;
}