Compartir a través de


Message.Attachments Propiedad

Definición

Obtiene una lista de datos adjuntos.

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

Valor de propiedad

Datos adjuntos que podrían aparecer con un mensaje de Facebook.

Se aplica a