reactions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Reactions Skill

表情反应技能

React to the user's message with an emoji reaction (Telegram only).
用表情符号回复用户的消息(仅支持Telegram)。

Set a Reaction

设置反应

bash
curl -s -X POST http://localhost:23001/api/reaction/set \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "❤️"}'
Response:
{"success": true, "emoji": "❤️"}
bash
curl -s -X POST http://localhost:23001/api/reaction/set \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "❤️"}'
响应:
{"success": true, "emoji": "❤️"}

Available Emoji

可用表情符号

Must be one of: 👍 ❤ 🎉 😂 😢 😮 🔥 🤔 👎 🙏 🥰 🤣
必须是以下之一:👍 ❤ 🎉 😂 😢 😮 🔥 🤔 👎 🙏 🥰 🤣

When to Use

使用场景

  • User's message evokes genuine emotion — excitement, gratitude, humor, surprise
  • Something funny or heartwarming
  • A simple acknowledgment when words aren't needed
  • 用户的消息引发真实情绪——兴奋、感激、幽默、惊讶
  • 内容有趣或暖心
  • 无需文字时的简单回应

When NOT to Use

禁用场景

  • Don't react to every message
  • Neutral or factual messages don't need reactions
  • Only works for Telegram messages
  • 不要对每条消息都做出反应
  • 中性或事实性消息无需反应
  • 仅适用于Telegram消息