# Telegram React

> Add Telegram reaction directives in assistant replies. Use when the user asks for Telegram reaction tags, react directives, emoji reactions, or wants reply text to include [react:<emoji>] metadata. Trigger phrases include "telegram react", "reaction directive", "add [react]", "emoji reaction", "react tag", and "telegram reply format".

- Skill: `moazbuilds/telegram-react` (Agent Skill)
- Install (CLI): `npx skillmds@latest add moazbuilds/telegram-react`
- Raw SKILL.md: https://api.skillmd.com/api/skills/moazbuilds/telegram-react/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: moazbuilds (https://skillmd.com/u/moazbuilds)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/moazbuilds/telegram-react

---


# Telegram Reaction Directive

When replying for Telegram, you can include a reaction directive anywhere in the output:

- Syntax: `[react:<emoji>]`
- Example: `Nice work [react:🔥]`

Runtime behavior:

- The bot removes all `[react:...]` tags from the outgoing text.
- It applies the first valid directive as a Telegram reaction to the user's message.
- The remaining text is sent normally.

