Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProductTemplateEvent

subscription

messages

guides

Check official reference.

Hierarchy

  • EventObject<"message" | "standby", "product_template">
  • EventBase
  • Message
  • TemplateProduct
    • ProductTemplateEvent

Index

Properties

[toStringTag]: "MessengerEvent"
category: "message" | "standby"
channel: MessengerChat
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"
products: { id: string; imageUrl: string; retailerId: string; subtitle: string; title: string }[]
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.

timestamp: number
type: "product_template"

Generated using TypeDoc