MessageActionsPayload.Attachments Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
The attachments in the message.