telegram-reaction-prober
Installation
SKILL.md
Telegram Reaction Prober
What this skill is
Telegram reactions are chat-specific: a bot can only react with emojis that are enabled for that chat/message. When you try an unsupported emoji, Telegram returns:
400 Bad Request: REACTION_INVALID
This skill is the prober (the method + starter datasets), not a global list. It helps you:
- test a list of candidate emojis against a specific
message_id - classify them as Allowed vs Rejected
- optionally remove successful reactions after testing (so you don't spam the chat)
- write the results into
TOOLS.md(or another file)
Important: Do not publish your private chat’s allow/deny list as “the answer for everyone”. Share the prober + candidate sets; each user still probes their own chat.
Limits / Reality check
There is no practical way to "test every emoji" (Unicode is enormous, and this Clawdbot Telegram integration does not expose Telegram's enabled-reaction list directly).