次の方法で共有


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 メッセージに添付できる添付ファイル。

適用対象