FacebookQuickReply Class

Definition

Facebook Quick Reply object that can be sent as part of a Facebook message.

public class FacebookQuickReply
type FacebookQuickReply = class
Public Class FacebookQuickReply
Inheritance
FacebookQuickReply

Constructors

FacebookQuickReply()

Properties

ContentType

Gets or sets the content type of the reply. Can be:

  • "text", which sends a text button.
  • "user_phone_number", which sends a button allowing the recipient to send the phone number associated with their account.
  • "user_email", which sends a button allowing the recipient to send the email associated with their account.
ImageUrl

Gets or sets the optional URL of the image to display on the quick reply button for text quick replies. Required if the Title property is empty.

Payload

Gets or sets the payload of the reply. May be set to an empty string if the ImageUrl property is set.

Title

Gets or sets the title of the reply. Required if content_type is "text".

Applies to