updateChatVideoChat property
A chat video chat state has changed
Implementation
UpdateChatVideoChat? get updateChatVideoChat {
if (this is UpdateChatVideoChat) {
return this as UpdateChatVideoChat;
}
return null;
}
A chat video chat state has changed
UpdateChatVideoChat? get updateChatVideoChat {
if (this is UpdateChatVideoChat) {
return this as UpdateChatVideoChat;
}
return null;
}