Call via POST http://127.0.0.1:3000/get_forward_msg (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
id |
string | – |
{ messages }:转发内的消息节点数组(每项为 OneBot 消息事件,内部字段不固定)。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
messages |
object[] | ✓ | 转发消息节点数组 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.