From b3ca3c1b825a7e3c555da6d0e58597b1f8b58dcd Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 19 Aug 2024 17:46:58 +0900 Subject: [PATCH] add KindSimpleGroupLeaveRequest --- event.go | 1 + 1 file changed, 1 insertion(+) diff --git a/event.go b/event.go index a4f4297..79a6b66 100644 --- a/event.go +++ b/event.go @@ -52,6 +52,7 @@ const ( KindSimpleGroupCreateGroup int = 9007 KindSimpleGroupDeleteGroup int = 9008 KindSimpleGroupJoinRequest int = 9021 + KindSimpleGroupLeaveRequest int = 9022 KindZapRequest int = 9734 KindZap int = 9735 KindMuteList int = 10000