AnimationCard.Media Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets media URLs for this card. When this field contains more than one URL, each URL is an alternative format of the same content.
public System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> Media { get; set; }
member this.Media : System.Collections.Generic.IList<Microsoft.Bot.Schema.MediaUrl> with get, set
Public Property Media As IList(Of MediaUrl)
Property Value
The media URLs for this card.