Jaa


AttachmentPayload.Elements Property

Definition

Gets a list of media elements of the template.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Element> Elements { get; }
member this.Elements : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Element>
Public ReadOnly Property Elements As List(Of Element)

Property Value

The list of media elements of the template.

Applies to