Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TakeThreadControlEvent

TakeThreadControlEvent occurs when the thread ownership for a user has been taken away from your application.

subscription

messaging_handovers

guides

Check official doc and reference.

Hierarchy

  • EventObject<"handover_protocol", "take_thread_control">
  • EventBase
  • TakeThreadControl
    • TakeThreadControlEvent

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"
previousOwnerAppId: string

App ID that thread control was taken from.

The user that triggered the webhook event.

timestamp: number
type: "take_thread_control"

Generated using TypeDoc