aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/receipts.h
diff options
context:
space:
mode:
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.