From 9cd611bef45768ef17f58da94aba447e74028e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B1=A0?= <98259561+whitechi73@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:49:45 +0800 Subject: [PATCH] #201 --- docs/api/message.md | 9 ++++++--- docs/event/notice.md | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/api/message.md b/docs/api/message.md index f6669a8a..878d01be 100644 --- a/docs/api/message.md +++ b/docs/api/message.md @@ -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` diff --git a/docs/event/notice.md b/docs/event/notice.md index 8c6f3d7c..a81a202d 100644 --- a/docs/event/notice.md +++ b/docs/event/notice.md @@ -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) | ## 群组管理员变动