/****************************************************************************** * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ #pragma once #include "csapi/../application-service/definitions/user.h" #include "converters.h" #include #include "converters.h" namespace QMatrixClient { // Data structures /// List of matched third party users. struct UserBatch : QVector { }; QJsonObject toJson(const UserBatch& pod); template <> struct FromJson { UserBatch operator()(const QJsonValue& jv); }; } // namespace QMatrixClient