diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index 05906924a..6469356f3 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -85,7 +85,11 @@ const ( SignalingNotificationBegin = 1600 SignalingNotification = 1601 - SignalingNotificationEnd = 1699 + SignalingNotificationEnd = 1649 + + SuperGroupNotificationBegin = 1650 + SuperGroupUpdateNotification = 1621 + SuperGroupNotificationEnd = 1699 ConversationPrivateChatNotification = 1701