reactions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Reactions Skill

表情回复Skill

React to a message with an emoji reaction. Platform is auto-detected from the current chat context.
使用表情符号回复消息。平台会根据当前聊天上下文自动检测。

Telegram

Telegram

bash
curl -s -X POST http://localhost:23001/api/reaction/set \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "👌", "messageId": 12345}'
bash
curl -s -X POST http://localhost:23001/api/reaction/set \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "👌", "messageId": 12345}'

Discord

Discord

bash
curl -s -X POST http://localhost:23001/api/discord/reaction \
  -H 'Content-Type: application/json' \
  -d '{"channelId": "CHANNEL_ID", "messageId": "MSG_ID", "emoji": "👌"}'
bash
curl -s -X POST http://localhost:23001/api/discord/reaction \
  -H 'Content-Type: application/json' \
  -d '{"channelId": "CHANNEL_ID", "messageId": "MSG_ID", "emoji": "👌"}'

Feishu

Feishu

Feishu uses emoji type strings (e.g. "THUMBSUP", "HEART", "LAUGH", "OK", "FIRE").
bash
curl -s -X POST http://localhost:23001/api/feishu/messages/MSG_ID/reaction \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "THUMBSUP"}'
Common Feishu emoji types: THUMBSUP, HEART, LAUGH, SURPRISED, CRY, OK, FIRE, CLAP, PRAY, MUSCLE, PARTY, FACEPALM, JIAYI (加一/+1)
飞书使用表情类型字符串(例如 "THUMBSUP", "HEART", "LAUGH", "OK", "FIRE")。
bash
curl -s -X POST http://localhost:23001/api/feishu/messages/MSG_ID/reaction \
  -H 'Content-Type: application/json' \
  -d '{"emoji": "THUMBSUP"}'
常见飞书表情类型:THUMBSUP、HEART、LAUGH、SURPRISED、CRY、OK、FIRE、CLAP、PRAY、MUSCLE、PARTY、FACEPALM、JIAYI(加一/+1)

Emoji

Emoji

Choose any emoji that fits the mood naturally. Common ones: 👍 ❤ 🎉 😂 😢 😮 🔥 🤔 👎 🙏 🥰 🤣 👌 🫡 💯 🤝
Note: Each platform has different supported emoji. If rejected, just means that emoji isn't supported on the platform.
选择任何符合情绪的表情符号即可。常见表情:👍 ❤ 🎉 😂 😢 😮 🔥 🤔 👎 🙏 🥰 🤣 👌 🫡 💯 🤝
注意:每个平台支持的表情符号不同。如果请求被拒绝,说明该表情符号在对应平台不被支持。

When to Use

使用场景

  • Message evokes genuine emotion — excitement, gratitude, humor, surprise
  • Something funny or heartwarming
  • A simple acknowledgment when words aren't needed
  • In group chats: react 👌 when you agree to someone's request (use messageId from
    [msg:xxx]
    )
  • 消息引发真实情绪时——兴奋、感激、幽默、惊讶
  • 遇到有趣或暖心的内容时
  • 无需文字,仅需简单确认时
  • 群聊场景:同意他人请求时,发送👌表情回复(使用
    [msg:xxx]
    中的messageId)

When NOT to Use

禁用场景

  • Don't react to every message
  • Neutral or factual messages don't need reactions
  • 不要对每条消息都回复表情
  • 中性或事实性消息无需表情回复