Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeliveryEvent

DeliveryEvent will occur when a message a Page has sent has been delivered.

subscription

message_deliveries

guides

Check official reference.

Hierarchy

  • EventObject<"system" | "standby", "delivery">
  • EventBase
  • Delivery
    • DeliveryEvent

Index

Properties

[toStringTag]: "MessengerEvent"
category: "standby" | "system"
channel: MessengerChat
isEcho: boolean

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

messageIds: undefined | string[]

Array containing message IDs of messages that were delivered. Field may not be present.

payload: any
platform: "messenger"

The user that triggered the webhook event.

timestamp: number
type: "delivery"
watermark: number

All messages that were sent before this timestamp were delivered.

Generated using TypeDoc