copyWith method
Implementation
UpdateChatVideoChat copyWith({int? chatId, VideoChat? videoChat}) =>
UpdateChatVideoChat(
chatId: chatId ?? this.chatId,
videoChat: videoChat ?? this.videoChat,
);
UpdateChatVideoChat copyWith({int? chatId, VideoChat? videoChat}) =>
UpdateChatVideoChat(
chatId: chatId ?? this.chatId,
videoChat: videoChat ?? this.videoChat,
);