Share via


FacebookEntry 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 a Facebook Message Entry.

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

Constructors

FacebookEntry()

Properties

Changes

Gets the changes list.

Id

Gets or sets the page ID.

Messaging

Gets the messaging list.

Standby

Gets the standby messages list.

Time

Gets or sets the time of the update.

Methods

ShouldSerializeChanges()

Newtonsoft JSON method for conditionally serializing the Changes property.

ShouldSerializeMessaging()

Newtonsoft JSON method for conditionally serializing the Messaging property.

ShouldSerializeStandby()

Newtonsoft JSON method for conditionally serializing the Standby property.

Applies to