From 9db9e140285b7ab9da5aff05b93ed0cd8f78a343 Mon Sep 17 00:00:00 2001 From: yyyytawa <116234899+yyyytawa@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:31:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs(v1/msg):=20=E4=BF=AE=E5=A4=8D=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=9D=97=E9=94=99=E8=AF=AF=E7=9A=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/v1/msg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/v1/msg.md b/src/api/v1/msg.md index 27fc251b..a98983b1 100644 --- a/src/api/v1/msg.md +++ b/src/api/v1/msg.md @@ -110,7 +110,7 @@ POST /v1/msg/send-message 使用 [v1/group/bot-list](group.html#获取群机器人列表) 获取机器人表单 找到一个你想要调用的机器人,提取其字段3(Instruction_data)一个数据组内的字段10,这是发送表单消息需要的,示例: -```原Json已压缩成行,示例内是已经格式化后的 +```json [ { "key": 0, From 8fa33056373385d4df4402b3fead30f0a20a60ec Mon Sep 17 00:00:00 2001 From: yyyytawa <116234899+yyyytawa@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:47:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs(full.proto):=20=E4=BF=AE=E6=AD=A3=20Gr?= =?UTF-8?q?oupData=20=E4=B8=AD=2021=20=E5=AD=97=E6=AE=B5=E4=B8=BA=E7=A6=81?= =?UTF-8?q?=E8=A8=80=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4,=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=2025=20=E5=AD=97=E6=AE=B5(=E6=98=AF=E5=90=A6=E7=A6=81?= =?UTF-8?q?=E8=A8=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/full.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/full.proto b/src/full.proto index c060b8c1..0a0080ef 100644 --- a/src/full.proto +++ b/src/full.proto @@ -205,11 +205,11 @@ message GroupData { int64 ban_until_timestamp = 18; // 群聊解禁时间戳,永久无此项,时区 Asia/Shanghai bool top = 19; // 会话置顶 repeated string admin = 20; // 管理员列表 - uint64 create_time = 21; // 群聊创建时间 + int64 gag_until_timestamp = 21; // 禁言截止时间,时区 UTC+8,永久禁言为 int64 最大值~~小心别被 JS 坑了~~ string limited_msg_type = 22; // 被限制的消息类型,例如 1,2,3 string owner = 23; // 群主 bool recommandation = 24; // 是否加入群推荐 - int64 field25 = 25; // 未知 + bool is_gag = 25; // 是否被禁言 repeated string tag_old = 26; // 标签(旧版) repeated Tag tag = 27; string my_group_nickname = 28; // 我的群昵称