发送合并转发
send_group_forward_msgSend multiple node-based messages to a QQ group as a combined forward (chat history). Construct each node with uin, nickname, and content to assemble the forward.
Instructions
以合并转发(聊天记录)形式向群发送若干条由 send_forward_node 构建的节点消息。nodes 为 node 消息段数组,每节点 {type:'node',data:{uin,nickname,content}}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | node 消息段数组 | |
| group_id | Yes | 目标群号 |