Partager via


MessageActionsPayload.Attachments Propriété

Définition

Obtient ou définit des pièces jointes dans le message : carte, image, fichier, etc.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.MessageActionsPayloadAttachment> Attachments { get; set; }
member this.Attachments : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.MessageActionsPayloadAttachment> with get, set
Public Property Attachments As IList(Of MessageActionsPayloadAttachment)

Valeur de propriété

Pièces jointes dans le message.

S’applique à