CreateVideoChat constructor
Creates a video chat (a group call bound to a chat). Available only for basic groups, supergroups and channels; requires can_manage_video_chats rights
Implementation
const CreateVideoChat({
required this.chatId,
required this.title,
required this.startDate,
});