Sha256: e1315c50b0b0d962be598c8c03b4bdb089e612cc6cca81ebe17157dddcd880c5
Contents?: true
Size: 1.01 KB
Versions: 22
Compression:
Stored size: 1.01 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. | **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, alt_text: null, text: null, actions: null) ```
Version data entries
22 entries across 22 versions & 1 rubygems