Sha256: d83b61357d924d4e4f420d21366d856c0f9db3a4d72f27f18c3522db80d7a5d3
Contents?: true
Size: 1.27 KB
Versions: 13
Compression:
Stored size: 1.27 KB
Contents
# SunshineConversationsClient::ImageMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'image'] **media_url** | **String** | The URL for media, such as an image, attached to the message. | **media_type** | **String** | The type of media. | [optional] [readonly] **media_size** | **Float** | The size of the media in bytes. | [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] **text** | **String** | The text content of the message. Optional only if actions are provided. | [optional] **actions** | [**Array<Action>**](Action.md) | Array of message actions. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ImageMessage.new(type: null, media_url: null, media_type: null, media_size: null, alt_text: null, text: null, actions: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems