Files
openclaw/docs/tools/reactions.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

---
2026-01-13 07:15:57 +00:00
summary: "Reaction semantics shared across channels"
read_when:
2026-01-13 07:15:57 +00:00
- Working on reactions in any channel
title: "Reactions"
---
2026-01-31 21:13:13 +09:00
# Reaction tooling
2026-01-13 07:15:57 +00:00
Shared reaction semantics across channels:
2026-01-11 03:42:34 +00:00
- `emoji` is required when adding a reaction.
2026-01-11 03:55:54 +00:00
- `emoji=""` removes the bot's reaction(s) when supported.
2026-01-11 03:42:34 +00:00
- `remove: true` removes the specified emoji when supported (requires `emoji`).
2026-01-13 07:15:57 +00:00
Channel notes:
- **Discord/Slack**: empty `emoji` removes all of the bot's reactions on the message; `remove: true` removes just that emoji.
2026-01-23 16:45:37 -06:00
- **Google Chat**: empty `emoji` removes the app's reactions on the message; `remove: true` removes just that emoji.
2026-01-11 03:42:34 +00:00
- **Telegram**: empty `emoji` removes the bot's reactions; `remove: true` also removes reactions but still requires a non-empty `emoji` for tool validation.
- **WhatsApp**: empty `emoji` removes the bot reaction; `remove: true` maps to empty emoji (still requires `emoji`).
- **Signal**: inbound reaction notifications emit system events when `channels.signal.reactionNotifications` is enabled.