Call via POST http://127.0.0.1:3000/get_emoji_likes (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
message_id |
messageId | ✓ | ||
emoji_id |
string | ✓ |
{ emoji_like_list }:回应该表情的用户列表(nick_name 恒为空串)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
emoji_like_list |
object[] | ✓ | 回应用户列表 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.