UpdateChatVideoChat constructor

UpdateChatVideoChat({
  1. required int chatId,
  2. VideoChat? videoChat,
})

Implementation

UpdateChatVideoChat({required this.chatId, this.videoChat});