super group add

This commit is contained in:
Gordon
2022-07-06 15:28:34 +08:00
parent 2b6f861f3b
commit c638072902
2 changed files with 13 additions and 4 deletions
+3 -3
View File
@@ -161,9 +161,9 @@ const (
GroupStatusMuted = 3
//GroupType
NormalGroup = 0
SuperGroup = 1
DepartmentGroup = 2
NormalGroup = 0
SuperGroup = 1
WorkingGroup = 2
GroupBaned = 3
GroupBanPrivateChat = 4