Share via


MessageTemplateVideo interface

The message template's video value information.

Extends

Properties

caption

The [optional] caption of the media object.

fileName

The [optional] filename of the media file.

kind

Message parameter type is video.

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 video.

kind: "video"

Property Value

"video"

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