Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestThreadControlEvent

RequestThreadControlEvent is sent to the Primary Receiver app when a Secondary Receiver app calls the Request Thread Control API. The Primary Receiver may then choose to honor the request and pass thread control, or ignore the request.

subscription

messaging_handovers

guides

Check official doc and reference.

Hierarchy

  • EventObject<"handover_protocol", "request_thread_control">
  • EventBase
  • RequestThreadControl
    • RequestThreadControlEvent

Index

Properties

[toStringTag]: "MessengerEvent"
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.

metadata: string

Custom string specified in the API request.

payload: any
platform: "messenger"
requestedOwnerAppId: string

App ID of the Secondary Receiver that is requesting thread control.

The user that triggered the webhook event.

timestamp: number
type: "request_thread_control"

Generated using TypeDoc