AcsMessageMediaContent interface
Message Media Content
Properties
| caption | The caption for the media object, if supported and provided |
| file |
The filename of the underlying media file as specified when uploaded |
| media |
The media identifier |
| mime |
The MIME type of the file this media represents |
Property Details
caption
The caption for the media object, if supported and provided
caption?: string
Property Value
string
fileName
The filename of the underlying media file as specified when uploaded
fileName?: string
Property Value
string
mediaId
The media identifier
mediaId?: string
Property Value
string
mimeType
The MIME type of the file this media represents
mimeType?: string
Property Value
string