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