diff options
Diffstat (limited to 'lib/csapi/report_content.h')
-rw-r--r-- | lib/csapi/report_content.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/csapi/report_content.h b/lib/csapi/report_content.h new file mode 100644 index 00000000..9d59db00 --- /dev/null +++ b/lib/csapi/report_content.h @@ -0,0 +1,20 @@ +/****************************************************************************** + * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN + */ + +#pragma once + +#include "jobs/basejob.h" + +#include "converters.h" + +namespace QMatrixClient +{ + // Operations + + class ReportContentJob : public BaseJob + { + public: + explicit ReportContentJob(const QString& roomId, const QString& eventId, int score, const QString& reason); + }; +} // namespace QMatrixClient |