Message
This entity represents a private message exchanged in private conversation. It can be nested in a
Conversation if it is the first message.
Properties
Property |
Type (Length) |
Editable |
Description |
author |
diaspora* ID |
✘ |
The diaspora* ID of the author of the message. |
guid |
GUID |
✘ |
The GUID of the message. |
conversation_guid |
GUID |
✘ |
The GUID of the Conversation. |
text |
Markdown (65535) |
✔ |
The message text. |
created_at |
Timestamp |
✘ |
The create timestamp of the message. |
Optional Properties
Property |
Type (Length) |
Editable |
Description |
edited_at |
Timestamp |
✔ |
The timestamp when the message was edited. |
Example
<message>
<author>alice@example.org</author>
<guid>5cc5692029eb013487753131731751e9</guid>
<conversation_guid>9b1376a029eb013487753131731751e9</conversation_guid>
<text>this is a very informative text</text>
<created_at>2016-07-11T23:17:48Z</created_at>
</message>