messageVideoChatStarted property

MessageVideoChatStarted? messageVideoChatStarted

A newly created video chat

Implementation

MessageVideoChatStarted? get messageVideoChatStarted {
  if (this is MessageVideoChatStarted) {
    return this as MessageVideoChatStarted;
  }
  return null;
}