Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactionEvent

ReactionEvent will be sent to your webhook when a user reacts to a message.

subscription

message_reactions

guides

Check official reference.

Hierarchy

  • EventObject<"action", "reaction">
  • EventBase
  • Reaction
    • ReactionEvent

Index

Properties

[toStringTag]: "MessengerEvent"
action: "react" | "unreact"

Action performed by the user.

category: "action"
channel: MessengerChat
emoji: string

Reference to the emoji corresponding to the reaction.

isEcho: boolean

Indicate whether the event is an echo.

isStandby: boolean

Indicate whether the event is sent to a standby channel.

messageId: string

Reference to the Message ID that the user performed the reaction on.

payload: any
platform: "messenger"
reactionType: ReactionType

Text description of the reaction.

The user that triggered the webhook event.

timestamp: number
type: "reaction"

Generated using TypeDoc