다음을 통해 공유


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)

속성 값

메시지의 첨부 파일입니다.

적용 대상