Call via POST http://127.0.0.1:3000/get_msg_emoji_likes (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
message_id |
messageId | ✓ |
该消息上每个表情回应的编号、数量与用户列表。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
data is an array; each element:
| Field | Type | Required | Description |
|---|---|---|---|
emoji_id |
string | ✓ | 表情编号 |
emoji_type |
integer | ✓ | 表情类型 |
count |
integer | ✓ | 回应数量 |
last_reaction_time |
integer | ✓ | 最近一次回应时间 |
users |
object[] | ✓ |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.