Skip to main content

messages/reacted

Fired when a participant adds or removes a reaction on a message.

Data

messageId
string (UUID)
Branded MessageId
emoji
string
The emoji field.
participant
object
The participant field.
action
add | remove
The action field.

Example

{
  "jsonrpc": "2.0",
  "type": "event",
  "event": "messages/reacted",
  "data": { ... }
}

Triggered By