This commit is contained in:
skiffer-git
2022-07-07 07:51:40 +08:00
parent f2b0f54c0b
commit 4895323200
+4 -3
View File
@@ -161,9 +161,10 @@ const (
GroupStatusMuted = 3 GroupStatusMuted = 3
//GroupType //GroupType
NormalGroup = 0 NormalGroup = 0
SuperGroup = 1 SuperGroup = 1
DepartmentGroup = 2 WorkingGroup = 2
// DepartmentGroup = 2
GroupBaned = 3 GroupBaned = 3
GroupBanPrivateChat = 4 GroupBanPrivateChat = 4