send_group_forward_msg

send_group_forward_msg写操作扩展
发送群合并转发

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

Parameters

Param Type Required Default Description
group_id uint 群号
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_group_forward_msg \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"group_id":123456,"messages":"你好","message":"你好"}'
Using an AI assistant?

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