fix: メッセージ転送の誤ったパラメータを修正

This commit is contained in:
ikechan8370 2023-11-11 01:27:50 +08:00 committed by GitHub
parent 099b542e29
commit 9760e28f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ icon: comment
| 字段 | 类型 | 必须 | 说明 |
| ---------- | ----- | ---- | ------- |
| group_id | int64 | 是 | 发送到的目标群号 |
| message | foward message[] | 合并转发消息集 |
| messages | foward message[] | 合并转发消息集 |
### 响应
@ -373,8 +373,8 @@ icon: comment
| 字段 | 类型 | 必须 | 说明 |
| ---------- | ----- | ---- | ------- |
| user_id | int64 | 是 | 发送到的目标QQ |
| message | foward message[] | 合并转发消息集 |
| messages | foward message[] | 合并转发消息集 |
### 响应
该接口将返回处理结果,其中 `data` 字段无数据。
该接口将返回处理结果,其中 `data` 字段无数据。