Message.Attachments プロパティ

定義

添付ファイルのリストを手に入れます。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.FacebookAttachment> Attachments { get; }
member this.Attachments : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.FacebookAttachment>
Public ReadOnly Property Attachments As List(Of FacebookAttachment)

プロパティ値

Facebookメッセージに添付されるような添付ファイル。

適用対象