diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 09:41:01 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-29 09:41:01 +0200 |
commit | 32d6616677bc4a94554527110e8d227aaf3aea34 (patch) | |
tree | fdf81c40fc605e69f48321ed4666c8475c1c2726 /lib/csapi/room_send.h | |
parent | 0735daf3c905c2758aa89dff02570789804b9e8f (diff) | |
download | libquotient-32d6616677bc4a94554527110e8d227aaf3aea34.tar.gz libquotient-32d6616677bc4a94554527110e8d227aaf3aea34.zip |
More re-generated API files (only doc-comments updated)
All actual updates to the API go to 0.7.
Diffstat (limited to 'lib/csapi/room_send.h')
-rw-r--r-- | lib/csapi/room_send.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/csapi/room_send.h b/lib/csapi/room_send.h index 39460aca..96f5beca 100644 --- a/lib/csapi/room_send.h +++ b/lib/csapi/room_send.h @@ -16,7 +16,7 @@ namespace Quotient { * * The body of the request should be the content object of the event; the * fields in this object will vary depending on the type of event. See - * `Room Events`_ for the m. event specification. + * [Room Events](/client-server-api/#room-events) for the m. event specification. */ class SendMessageJob : public BaseJob { public: @@ -40,7 +40,8 @@ public: * * The body of the request should be the content object of the event; the * fields in this object will vary depending on the type of event. See - * `Room Events`_ for the m. event specification. + * [Room Events](/client-server-api/#room-events) for the m. event + * specification. */ explicit SendMessageJob(const QString& roomId, const QString& eventType, const QString& txnId, const QJsonObject& body = {}); |