Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageEchoEvent

ImageEchoEvent will occur when a image message has been sent by your page.

subscription

message_echoes

guides

Check official reference.

Hierarchy

  • EventObject<"echo", "image">
  • EventBase
  • Message
  • Media
  • Echo
    • ImageEchoEvent

Index

Properties

[toStringTag]: "MessengerEvent"
appId: string

ID of the app from which the message was sent.

category: "echo"
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.

metadata: undefined | string

Custom string passed to the Send API as the metadata field. Only present if the metadata property was set in the original message.

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.

timestamp: number
type: "image"
url: string

URL of the attachment type.

Generated using TypeDoc