summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-20 15:25:26 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-08-22 03:12:47 -0700
commita6f2e9539b9f73e40076fe85d8f1152b279142e7 (patch)
tree85caf73237df61a020e1d56420cf46403a43957a /other/apidsl
parent3f0c1017714eb8b5114ee5d0caaa5bc453217d09 (diff)
Make Message received receipts stateless
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index b1b68117..4c9c4972 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1435,7 +1435,7 @@ namespace friend {
1435 * This event is triggered when the friend receives the message sent with 1435 * This event is triggered when the friend receives the message sent with
1436 * ${send.message} with the corresponding message ID. 1436 * ${send.message} with the corresponding message ID.
1437 */ 1437 */
1438 event read_receipt { 1438 event read_receipt const {
1439 /** 1439 /**
1440 * @param friend_number The friend number of the friend who received the message. 1440 * @param friend_number The friend number of the friend who received the message.
1441 * @param message_id The message ID as returned from ${send.message} 1441 * @param message_id The message ID as returned from ${send.message}