Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadEvent

ReadEvent will be sent to your webhook when a message a Page has sent has been read by the user.

subscription

message_reads

guides

Check official reference.

Hierarchy

  • EventObject<"action" | "standby", "read">
  • EventBase
  • Read
    • ReadEvent

Index

Properties

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

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

payload: any
platform: "messenger"

The user that triggered the webhook event.

timestamp: number
type: "read"
watermark: number

All messages that were sent before or at this timestamp were read.

Generated using TypeDoc