Sha256: 1fa8ab20ee3588a4d41a1bd92d5ea58b2b26c6cfbcfde27d255783ea976f3085
Contents?: true
Size: 1.09 KB
Versions: 35
Compression:
Stored size: 1.09 KB
Contents
# SunshineConversationsClient::FileMessage ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of message. | [default to 'file'] **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] **alt_text** | **String** | An optional description of the file 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::FileMessage.new(type: null, media_url: null, media_size: null, media_type: null, alt_text: null, text: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems