Nurama Developers

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

PropertyTypeRequiredDescription
messageIdstringyesUUID of the message.

JSON Schema

{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "UUID of the message."
    }
  },
  "required": [
    "messageId"
  ],
  "additionalProperties": false
}

On this page