diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-07 11:40:46 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-07 12:53:02 +0900 |
commit | b1dd0e7ea87842fb5ff9deb14beb3474136b06f3 (patch) | |
tree | 1d25030a5355f1e065cfa00272672c9b9cc07b46 /jobs/generated/receipts.h | |
parent | 0c5a042104eaa6f8efb0dfc1c0eacca161d5787f (diff) | |
download | libquotient-b1dd0e7ea87842fb5ff9deb14beb3474136b06f3.tar.gz libquotient-b1dd0e7ea87842fb5ff9deb14beb3474136b06f3.zip |
New generated jobs for: room directory, 3PIDs, redactions, typing notifications and others
Closes #128 (the issue has the full list of jobs arriving herewith).
Diffstat (limited to 'jobs/generated/receipts.h')
-rw-r--r-- | jobs/generated/receipts.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jobs/generated/receipts.h b/jobs/generated/receipts.h new file mode 100644 index 00000000..6f36d7fc --- /dev/null +++ b/jobs/generated/receipts.h @@ -0,0 +1,23 @@ +/****************************************************************************** + * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN + */ + + +#pragma once + +#include "../basejob.h" + +#include <QtCore/QJsonObject> +#include <QtCore/QString> + + +namespace QMatrixClient +{ + // Operations + + class PostReceiptJob : public BaseJob + { + public: + explicit PostReceiptJob(const QString& roomId, const QString& receiptType, const QString& eventId, const QJsonObject& receipt = {}); + }; +} // namespace QMatrixClient |