Share via


MessageActionsPayload.Attachments Property

Definition

Gets or sets attachments in the message - card, image, file, 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)

Property Value

The attachments in the message.

Applies to