Call via POST http://127.0.0.1:3000/fetch_emoji_like (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
message_id |
messageId | ✓ | ||
emojiId |
string | ✓ | ||
count |
int | – | 10 |
|
cookie |
string | – | "" |
分页的表情回应用户列表(NapCat 形状),含分页游标 cookie 与首/末页标记。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
result |
integer | ✓ | 结果码(恒 0) |
errMsg |
string | ✓ | 错误信息(恒空串) |
emojiLikesList |
object[] | ✓ | 回应用户列表 |
cookie |
string | ✓ | 下一页游标(末页为空串) |
isLastPage |
boolean | ✓ | 是否末页 |
isFirstPage |
boolean | ✓ | 是否首页 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.