From babc4927a83551eefa64d79f88ab7b183ed66fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 24 May 2024 11:28:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E9=87=8A=E8=A7=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot11/main.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index fbd81179..96d0327a 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -140,6 +140,24 @@ export class NapCatOnebot11 { // postOB11Event(groupDecreaseEvent, true); // } // } + // MsgType (SubType) EventName + // 33 GroupMemIncreased + // 34 GroupMemberDecreased + // 44 GroupAdminChange + // 82 GroupMessage + // 84 GroupApply + // 87 InviteGroup + // 528 35 FriendApply + // 528 39 CardChange + // 528 68 GroupApply + // 528 138 C2CRecall + // 528 290 C2CPoke + // 732 12 GroupBan + // 732 16 GroupUniqueTitleChange + // 732 17 GroupRecall + // 732 20 GroupCommonTips + // 732 21 EssenceMessage + } } catch (e) { log('解析SysMsg异常', e); // console.log(e);