FacebookHelper.HandleMessageAttachments(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.