Call via POST http://127.0.0.1:3000/set_friends_category (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
uin |
uint | ✓ | 要移动的好友 QQ 号 | |
categoryId |
int | – | 目标分组 ID | |
categoryName |
string | – | 目标分组名称(必须唯一且完全匹配) |
成功时返回空数据。
Returns the standard OneBot envelope; the data shape is not yet documented.
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.