docs/MessagePost.md in smooch-api-5.17.0 vs docs/MessagePost.md in smooch-api-5.18.0
- old
+ new
@@ -14,9 +14,10 @@
**mediaUrl** | **String** | The mediaUrl for the message. Required for image/file messages. | [optional]
**mediaType** | **String** | The mediaType for the message. Required for image/file messages. | [optional]
**items** | [**Array<MessageItem>**](MessageItem.md) | The items in the message list. Required for carousel and list messages. | [optional]
**actions** | [**Array<Action>**](Action.md) | The actions in the message. | [optional]
**blockChatInput** | **BOOLEAN** | Indicates if the Web SDK chat input should be blocked. Defaults to false. Only for form messages. | [optional]
+**displaySettings** | [**DisplaySettings**](DisplaySettings.md) | Settings to adjust the carousel layout. See [Display Settings](https://docs.smooch.io/rest/#display-settings). | [optional]
**fields** | [**Array<FieldPost>**](FieldPost.md) | The fields in the form. Required for form messages. | [optional]
**destination** | [**Destination**](Destination.md) | Specifies which channel to deliver a message to. See [list integrations](https://docs.smooch.io/rest/#list-integrations) to get integration ID and type. | [optional]
**override** | [**MessageOverride**](MessageOverride.md) | Specifies channel-specific overrides to use in order to bypass Smooch's message translation logic. | [optional]