UpdateChatVideoChat constructor
const
UpdateChatVideoChat({})
A chat video chat state has changed
Implementation
const UpdateChatVideoChat({
required this.chatId,
required this.videoChat,
this.extra,
this.clientId,
});