MessageTemplateImage interface
The message template's image value information.
- Extends
Properties
| caption | The [optional] caption of the media object. |
| file |
The [optional] filename of the media file. |
| kind | Message parameter type is image. |
| url | The (public) URL of the media. |
Inherited Properties
| name | Template binding reference name |
Property Details
caption
The [optional] caption of the media object.
caption?: string
Property Value
string
fileName
The [optional] filename of the media file.
fileName?: string
Property Value
string
kind
Message parameter type is image.
kind: "image"
Property Value
"image"
url
The (public) URL of the media.
url: string
Property Value
string
Inherited Property Details
name
Template binding reference name
name: string
Property Value
string
Inherited From MessageTemplateValueParent.name