Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.42 KB

ImageMessage.md

File metadata and controls

17 lines (13 loc) · 1.42 KB

ImageMessage

Properties

Name Type Description Notes
type str The type of message. [default to 'image']
media_url str The URL for media, such as an image, attached to the message. <aside class=&quot;notice&quot;>Note that for private attachments an authorization header is required to access the mediaUrl. See <a href=&quot;https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/\&quot;&gt;Configuring private attachments for messaging</a> guide for more details.</aside>
media_type str The type of media. [optional] [readonly]
media_size float The size of the media in bytes. [optional] [readonly]
alt_text str 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 str The text content of the message. Optional only if actions are provided. [optional]
actions list[Action] Array of message actions. [optional]
attachment_id str An identifier used by Sunshine Conversations for internal purposes. [optional]

[Back to Model list] [Back to API list] [Back to README]