Share via


FacebookHelper.HandleMessageAttachments(Message) Method

Definition

Extracts attachments from a Facebook message.

public static System.Collections.Generic.List<Microsoft.Bot.Schema.Attachment> HandleMessageAttachments (Microsoft.Bot.Builder.Adapters.Facebook.Message message);
static member HandleMessageAttachments : Microsoft.Bot.Builder.Adapters.Facebook.Message -> System.Collections.Generic.List<Microsoft.Bot.Schema.Attachment>
Public Shared Function HandleMessageAttachments (message As Message) As List(Of Attachment)

Parameters

message
Message

The message to get attachments from.

Returns

A List of the attachments contained within the message.

Applies to