FacebookMessage Class
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.
Represents information associated with a Facebook webhook event. For more information, see the Facebook Webhook Events Reference.
public class FacebookMessage
type FacebookMessage = class
Public Class FacebookMessage
- Inheritance
-
FacebookMessage
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. |
| 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. |