NewSlackMessage.Attachments プロパティ

定義

メッセージに添付される可能性のある添付ファイルを取得したり設定したりします。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Slack.Model.SlackAttachment> Attachments { get; set; }
member this.Attachments : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Slack.Model.SlackAttachment> with get, set
Public Property Attachments As List(Of SlackAttachment)

プロパティ値

メッセージに添えられるかもしれない添付ファイル。

適用対象