docs/Message.md in smooch-api-1.11.0 vs docs/Message.md in smooch-api-1.12.0
- old
+ new
@@ -5,9 +5,10 @@
------------ | ------------- | ------------- | -------------
**_id** | **String** | The message ID, generated automatically. |
**author_id** | **String** | The ID of the message's author. |
**role** | **String** | The role of the individual posting the message. Can be either *appUser* or *appMaker*. |
**type** | **String** | The message type. |
+**source** | [**Source**](Source.md) | The source of the message. | [optional]
**name** | **String** | The display name of the message author. |
**text** | **String** | The message text. Required for text messages. |
**email** | **String** | The email address of the message author. | [optional]
**avatar_url** | **String** | The URL of the desired message avatar image. |
**received** | **Float** | The unix timestamp of the moment the message was received. |