Share via


FacebookMessage Class

Definition

Caution

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Represents information associated with a Facebook webhook event. For more information, see the Facebook Webhook Events Reference.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class FacebookMessage
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type FacebookMessage = class
Public Class FacebookMessage
Inheritance
FacebookMessage
Attributes

Constructors

FacebookMessage(String, Message, String, String, String, String, String, String)

Initializes a new instance of the FacebookMessage class.

Properties

IsStandby

Gets or sets a value indicating whether the message was received while in Standby mode.

Message

Gets or sets the message to be sent.

MessagingType

Gets or sets the messaging type.

NotificationType

Gets or sets the notification type.

OptIn

Gets or sets the value of the optin property.

PassThreadControl

Gets or sets the contents of the pass_thread_control property.

PersonaId

Gets or sets the persona ID.

PostBack

Gets or sets the value of the postback property.

Reads

Gets or sets the contents of the message_reads property.

Recipient

Gets or sets the ID of the recipient.

Referral

Gets or sets the value of the referral property in an messaging_referrals event.

RequestThreadControl

Gets or sets the contents of the request_thread_control property.

Sender

Gets or sets the ID of the sender.

SenderAction

Gets or sets the sender action.

Tag

Gets or sets a tag to the message.

TakeThreadControl

Gets or sets the contents of the take_thread_control property.

TimeStamp

Gets or sets the time-stamp.

Applies to