Message Class

Definition

Facebook message object used when sending messages via the Facebook API.

public class Message
type Message = class
Public Class Message
Inheritance
Message

Constructors

Message()

Properties

Attachment

Gets or sets the attachment.

Attachments

Gets a list of attachments.

IsEcho

Gets or sets a value indicating whether the message was sent from the page itself.

Metadata

Gets or sets the metadata.

Mid

Gets or sets the message ID.

QuickReplies

Gets the quick replies.

StickerId

Gets or sets the sticker ID.

Text

Gets or sets the text of the message.

Methods

ShouldSerializeAttachments()

Newtonsoft JSON method for conditionally serializing the Attachments property.

ShouldSerializeIsEcho()

Newtonsoft JSON method for conditionally serializing the IsEcho property.

ShouldSerializeQuickReplies()

Newtonsoft JSON method for conditionally serializing the QuickReplies property.

Applies to