NewSlackMessage.Attachments Propiedad

Definición

Recibe o establece los archivos adjuntos que podrían venir con el mensaje.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Slack.Model.SlackAttachment> Attachments { get; set; }
member this.Attachments : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Slack.Model.SlackAttachment> with get, set
Public Property Attachments As List(Of SlackAttachment)

Valor de propiedad

Los anexos que podrían venir con el mensaje.

Se aplica a