send_forward_msg

send_forward_msg写操作扩展
发送合并转发(按 message_type/群号自动路由)

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

Parameters

Param Type Required Default Description
messages message
message message

Returns (data)

{ message_id, res_id, forward_id }

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/send_forward_msg \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"messages":"你好","message":"你好"}'
Using an AI assistant?

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