docs/Content.md in sunshine-conversations-client-10.0.0 vs docs/Content.md in sunshine-conversations-client-10.0.1
- old
+ new
@@ -9,11 +9,11 @@
**actions** | [**Array<ActionSubset>**](ActionSubset.md) | An array of objects representing the actions associated with the message. The array length is limited by the third party channel. | [optional]
**payload** | **String** | The payload of a [reply button](https://docs.smooch.io/guide/structured-messages/#reply-buttons) response message. | [optional]
**items** | [**Array<Item>**](Item.md) | An array of objects representing the items associated with the message. Only present in carousel and list type messages. |
**display_settings** | [**CarouselMessageDisplaySettings**](CarouselMessageDisplaySettings.md) | | [optional]
**media_url** | **String** | The URL for media, such as an image, attached to the message. |
-**media_size** | **Float** | The size of the media. | [optional] [readonly]
-**media_type** | **String** | The media type of the file. | [optional] [readonly]
+**media_size** | **Float** | The size of the media in bytes. | [optional] [readonly]
+**media_type** | **String** | The type of media. | [optional] [readonly]
**alt_text** | **String** | An optional description of the image for accessibility purposes. The field will be saved by default with the file name as the value. | [optional]
**block_chat_input** | **Boolean** | true if the message should block the chat input on Web Messenger. | [optional]
**fields** | [**Array<Field>**](Field.md) | Array of field objects that contain the submitted fields. |
**text_fallback** | **String** | A string containing the `label: value` of all fields, each separated by a newline character. | [optional] [readonly]
**coordinates** | [**LocationMessageCoordinates**](LocationMessageCoordinates.md) | |