Share via


FacebookRecipient 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.

Facebook Recipient object used as part of a Facebook message.

[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 FacebookRecipient
[<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 FacebookRecipient = class
Public Class FacebookRecipient
Inheritance
FacebookRecipient
Attributes

Constructors

FacebookRecipient()

Properties

CommentId

Gets or sets the comment ID.

Id

Gets or sets the message recipient ID.

PostId

Gets or sets the post ID.

UserRef

Gets or sets the value for the user_ref parameter of the checkbox plugin.

Applies to