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