Call via POST http://127.0.0.1:3000/get_group_album_media_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
group_id |
uint | ✓ | 群号 | |
album_id |
string | ✓ | ||
attach_info |
string | – | "" |
相册媒体列表及下一页分页游标:{mediaList, nextAttachInfo}。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
mediaList |
object[] | ✓ | 相册媒体项列表(各项字段不固定) |
nextAttachInfo |
string | ✓ | 下一页分页游标(空串表示无更多) |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.