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)

プロパティ値

メッセージ内の添付ファイル。

適用対象