다음을 통해 공유


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)

속성 값

메시지와 함께 제공되는 첨부 파일입니다.

적용 대상