Call via POST http://127.0.0.1:3000/get_group_album_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 |
群相册列表数组,每项为一个相册的基本信息。
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 |
|---|---|---|---|
id |
string | ✓ | 相册 id |
name |
string | ✓ | 相册名称 |
picNum |
integer | ✓ | 相册内照片数量 |
createTime |
integer | ✓ | 相册创建时间(unix 秒) |
last_upload_time |
integer | ✓ | 最后上传时间(unix 秒) |
cover |
object,null | ✓ | 相册封面;没有封面时为 null |
createuin |
string | ✓ | 相册创建者 QQ 号 |
createnickname |
string | ✓ | 相册创建者昵称(原始 Unicode) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.