This commit is contained in:
白池 2024-01-18 09:49:45 +08:00 committed by GitHub
parent f881c5797a
commit 9cd611bef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -21,7 +21,8 @@ icon: comment
| ----------- | ----------------------------- | ---- | ---------------- |
| user_id | int64 | 是 | QQ 号 |
| message | `string` / `object` / `array` | 是 | 消息内容 |
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
| auto_escape | bool | 否 | 是否解析 CQ 码true为不解析。 |
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
message格式可为[消息段](../message/format.md#%E6%B6%88%E6%81%AF%E6%AE%B5)object或[消息段组合](../message/format.md#%E7%BB%84%E5%90%88)array
@ -46,7 +47,8 @@ message格式可为[消息段](../message/format.md#%E6%B6%88%E6%81%AF%E6%AE%B5)
| ----------- | ----------------------------- | ---- | ---------------- |
| group_id | int64 | 是 | 群号 |
| message | `string` / `object` / `array` | 是 | 消息内容 |
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
| auto_escape | bool | 否 | 是否解析 CQ 码true为不解析。 |
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
message格式同`/send_private_msg`
@ -74,7 +76,8 @@ message格式同`/send_private_msg`
| group_id | int64 | 是 | 群号 |
| discuss_id | int64 | 是 | 讨论组号 |
| message | `string` / `object` / `array` | 是 | 消息内容 |
| auto_escape | bool | 否 | 是否解析 CQ 码。 |
| auto_escape | bool | 否 | 是否解析 CQ 码true为不解析。 |
| recall_duration | int64 | 否 | 自动撤回时间间隔(毫秒) |
message格式同`/send_private_msg`

View File

@ -42,6 +42,8 @@ icon: bell
| group_id | int64 | 群号 |
| user_id | int64 | 新增成员 QQ |
| operator_id | int64 | 操作者 QQ 号 |
| operator_uid | string | 操作者 UID |
| user_uid | string | 新成员 UID |
| sub_type | string | 子类型(approve/invite) |
## 群组成员减少
@ -53,6 +55,8 @@ icon: bell
| group_id | int64 | 群号 |
| user_id | int64 | 减少成员 QQ |
| operator_id | int64 | 操作者 QQ 号 |
| operator_uid | string | 操作者 UID |
| user_uid | string | 新成员 UID |
| sub_type | string | 子类型(leave/kick/kick_me) |
## 群组管理员变动