Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioEvent

This callback will occur when an audio message has been sent to your Page.

subscription

messages

guides

Check official reference.

Hierarchy

  • EventObject<"message" | "standby", "audio">
  • EventBase
  • Message
  • Media
    • AudioEvent

Index

Properties

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

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

messageId: string

Message ID.

payload: any
platform: "messenger"
referralProductId: undefined | string

Reference to the product id when the user sends a message from Facebook Shops product detail page.

replyTo: undefined | string

Reference to the message id (mid) that this message is replying to.

The user that triggered the webhook event.

timestamp: number
type: "audio"
url: string

URL of the attachment type.

Generated using TypeDoc