Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppRolesEvent

AppRolesEvent occurs when a page admin changes the role of your application. An app can be assigned the roles of primary_receiver or secondary_receiver.

subscription

messaging_handovers

guides

Check official doc and reference.

Hierarchy

  • EventObject<"handover_protocol", "app_roles">
  • EventBase
  • AppRoles
    • AppRolesEvent

Index

Properties

[toStringTag]: "MessengerEvent"
appRoles: {}

The app id and roles mapping object.

Type declaration

  • [id: string]: string[]
category: "handover_protocol"
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: "app_roles"

Generated using TypeDoc