Compartir a través de


NewSlackMessage.Attachments Propiedad

Definición

Obtiene o establece los datos adjuntos que podrían aparecer 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 datos adjuntos que podrían aparecer con el mensaje.

Se aplica a