factory CommandDeleteInviteLink.fromJson(Map<String, dynamic> json) => CommandDeleteInviteLink( share_id: json['share_id'] as String, );