Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OneTimeNotifOptinEvent

OneTimeNotifOptinEvent occurs when the user consents to be notified on a specific update.

subscription

messaging_optins

guides

Check official doc.

Hierarchy

  • EventObject<"postback", "one_time_notif_optin">
  • EventBase
  • OneTimeNotifOptin
    • OneTimeNotifOptinEvent

Index

Properties

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

The payload attached with the request message

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
token: string

The token to send one time notification with

type: "one_time_notif_optin"

Generated using TypeDoc