Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickReplyEvent

QuickReplyEvent occur when a QuickReply button is tapped.

subscription

messages

guides

Check official doc and reference.

Hierarchy

  • EventObject<"postback" | "standby", "quick_reply">
  • EventBase
  • Message
  • Text
  • QuickReply
    • QuickReplyEvent

Index

Properties

[toStringTag]: "MessengerEvent"
category: "postback" | "standby"
channel: MessengerChat
data: string

Custom data provided by the app with the quick_reply.

isEcho: boolean

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

messageId: string

Message ID.

payload: any
platform: "messenger"
referralProductId: undefined | string

Reference to the product id when the user sends a message from Facebook Shops product detail page.

replyTo: undefined | string

Reference to the message id (mid) that this message is replying to.

The user that triggered the webhook event.

text: string

Text of message.

timestamp: number
type: "quick_reply"

Generated using TypeDoc