FacebookQuickReply 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.
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:
|
| 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". |