MessageActionsPayload.Attachments 属性

定义

获取或设置邮件中的附件 - 卡片、图像、文件等。

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)

属性值

邮件中的附件。

适用于