AcsMessageMediaContent interface
Message Media Content
Properties
| animated | Optional. Set to true if the sticker is animated; false otherwise. |
| caption | Optional. The caption for the media object, if supported and provided |
| file |
Optional. The filename of the underlying media file as specified when uploaded |
| media |
Required. The media identifier |
| mime |
Required. The MIME type of the file this media represents |
Property Details
animated
Optional. Set to true if the sticker is animated; false otherwise.
animated?: boolean
Property Value
boolean
caption
Optional. The caption for the media object, if supported and provided
caption?: string
Property Value
string
fileName
Optional. The filename of the underlying media file as specified when uploaded
fileName?: string
Property Value
string
mediaId
Required. The media identifier
mediaId: string
Property Value
string
mimeType
Required. The MIME type of the file this media represents
mimeType: string
Property Value
string