summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorDiadlo <polsha3@gmail.com>2018-01-15 01:42:30 +0300
committeriphydf <iphydf@users.noreply.github.com>2018-01-15 08:48:22 +0000
commite16d3894c5979fcfe1c57bf7dadc455ce690baf9 (patch)
tree8428e54e3f985866f91e3765489fe663b2256556 /toxcore/tox.api.h
parentda739a9438bab75b1ad18cb96208069895b88d2b (diff)
Add correction message type
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 63959207..7f3d8d4c 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -338,6 +338,11 @@ enum class MESSAGE_TYPE {
338 * on IRC. 338 * on IRC.
339 */ 339 */
340 ACTION, 340 ACTION,
341 /**
342 * Correction of the last message. With empty message body can be used to mark
343 * last message as deleted.
344 */
345 CORRECTION,
341} 346}
342 347
343 348