Sha256: 8b62d24026236ec1aaaf655074caeaf0f5c54628053618ec1a5603905e8e8836
Contents?: true
Size: 810 Bytes
Versions: 2
Compression:
Stored size: 810 Bytes
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. | **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, text: null, actions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-9.2.0 | docs/ImageMessage.md |
sunshine-conversations-client-9.1.1 | docs/ImageMessage.md |