aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/receipts.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 19:46:40 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-07 19:46:40 +0200
commit32729d9a7519cd2c4cddb0174b8329c6fd4a4a83 (patch)
tree9a966d7dc0bf628f610d5de1ad64c8d29b6b26f8 /lib/csapi/receipts.h
parenta0430b1fb722a77ad7cbd28f181727d46d92b3a2 (diff)
downloadlibquotient-32729d9a7519cd2c4cddb0174b8329c6fd4a4a83.tar.gz
libquotient-32729d9a7519cd2c4cddb0174b8329c6fd4a4a83.zip
Update generated files according to gtad/* changes
Diffstat (limited to 'lib/csapi/receipts.h')
-rw-r--r--lib/csapi/receipts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/receipts.h b/lib/csapi/receipts.h
index eb82fc28..fdec3b88 100644
--- a/lib/csapi/receipts.h
+++ b/lib/csapi/receipts.h
@@ -6,12 +6,8 @@
#include "jobs/basejob.h"
-#include <QtCore/QJsonObject>
-
namespace Quotient {
-// Operations
-
/*! \brief Send a receipt for the given event ID.
*
* This API updates the marker for the given receipt type to the event ID
@@ -21,12 +17,16 @@ class PostReceiptJob : public BaseJob {
public:
/*! \brief Send a receipt for the given event ID.
*
+ *
* \param roomId
* The room in which to send the event.
+ *
* \param receiptType
* The type of receipt to send.
+ *
* \param eventId
* The event ID to acknowledge up to.
+ *
* \param receipt
* Extra receipt information to attach to ``content`` if any. The
* server will automatically set the ``ts`` field.