From 282b07f64778b15e3379083a656d19432114a1cf Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 13 Apr 2015 13:27:28 +0000 Subject: [PATCH] akwizgran created page: ForumApp --- MessagingApp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MessagingApp.markdown b/MessagingApp.markdown index 3b1b42f..c34aaf1 100644 --- a/MessagingApp.markdown +++ b/MessagingApp.markdown @@ -7,7 +7,7 @@ MessagingApp has a single channel with the following random identifier: ### Message types -**0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: `body` (string) and `attachments` (dictionary, may be null). The key for each attachment is its name, and the value is a list with two elements: `mime_type` (string), and `message_id` (raw, exactly HASH_LEN bytes). +**0: PRIVATE_MESSAGE** - The content is a [BDF](BDF) list with two elements: `body` (string) and `attachments` (dictionary, may be null). Each key in `attachments` is the name of an attachment, and the value is a list with two elements: `mime_type` (string) and `message_id` (raw, exactly HASH_LEN bytes). **1: ATTACHMENT** - The content is raw data.