Parse from a json
factory ChatEventVideoChatCreated.fromJson(Map<String, dynamic> json) => ChatEventVideoChatCreated( groupCallId: json['group_call_id'], );