remove_reaction
Remove the caller's reaction from a message.
Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.
Remove the caller's reaction from a message. No-op if the caller hasn't reacted.
Input
| Property | Type | Required | Description |
|---|---|---|---|
messageId | string | yes | UUID of the message. |
JSON Schema
{
"type": "object",
"properties": {
"messageId": {
"type": "string",
"description": "UUID of the message."
}
},
"required": [
"messageId"
],
"additionalProperties": false
}