_get_friend_dress

_get_friend_dress只读扩展
获取指定 QQ 号正在使用的个性装扮(挂件/名片/来电/输入状态等)

Call via POST http://127.0.0.1:3000/_get_friend_dress (JSON params as the body) or WebSocket.

Parameters

Param Type Required Default Description
user_id uint 目标 QQ 号

Returns (data)

装扮信息;目标未使用任何可查询装扮时 items 为空数组。网络失败、未登录态/风控、页面改版、返回账号与请求不一致时返回失败并附具体原因

Returns the standard OneBot envelope; the data shape is not yet documented.

Examples

curl
Python
JavaScript
Go
SnowLuma SDK
curl -X POST http://127.0.0.1:3000/_get_friend_dress \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"user_id":10001}'
Using an AI assistant?

MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.