group dismissed

This commit is contained in:
skiffer-git
2022-03-24 15:33:30 +08:00
parent e7b95892ff
commit 9d29d49ada
14 changed files with 2632 additions and 4037 deletions
+5 -3
View File
@@ -77,6 +77,7 @@ const (
MemberKickedNotification = 1508
MemberInvitedNotification = 1509
MemberEnterNotification = 1510
GroupDismissedNotification = 1511
SignalingNotificationBegin = 1600
SignalingNotification = 1601
@@ -129,9 +130,10 @@ const (
IsSenderSync = "senderSync"
//GroupStatus
GroupOk = 0
GroupBanChat = 1
GroupDisband = 2
GroupOk = 0
GroupBanChat = 1
GroupStatusDismissed = 2
GroupBaned = 3
GroupBanPrivateChat = 4