FeedMessageData

One message in the message feed.

Properties

Parameter Type Description
AuthorName string Name of the author of this message.
Date DateTime Date when the message was created.
Text string Text of the message. HTML or plain text.

JSON Example

{
    "AuthorName": "Dr. Ben",
    "Date": "2013-08-02T14:45:58.9525711+01:00",
    "Text": "<div><b>Hi John</b></div>"
}