This commit is contained in:
skiffer-git 2022-07-07 07:51:40 +08:00
parent f2b0f54c0b
commit 4895323200

View File

@ -161,9 +161,10 @@ const (
GroupStatusMuted = 3
//GroupType
NormalGroup = 0
SuperGroup = 1
DepartmentGroup = 2
NormalGroup = 0
SuperGroup = 1
WorkingGroup = 2
// DepartmentGroup = 2
GroupBaned = 3
GroupBanPrivateChat = 4