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