docs/MessagePost.md in smooch-api-5.29.1 vs docs/MessagePost.md in smooch-api-5.34.0

- old
+ new

@@ -11,9 +11,10 @@ **metadata** | **Object** | Flat JSON object containing any custom properties associated with the message. | [optional] **payload** | **String** | The payload of a reply action, if applicable. | [optional] **text** | **String** | The message text. Required for text messages. | [optional] **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] +**altText** | **String** | An optional description of the image or the file for accessibility purposes. The field will be saved by default with the file name as the value. | [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]