@ people update

This commit is contained in:
Gordon
2022-04-24 15:55:19 +08:00
parent 86e17d38d4
commit 150af5ff8b
7 changed files with 567 additions and 366 deletions
+10
View File
@@ -214,6 +214,16 @@ var ContentType2PushContent = map[int64]string{
Common: "你收到一条新消息",
}
const (
RecvMsgOpt = 1
IsPinned = 2
AttachedInfo = 3
IsPrivateChat = 4
GroupAtType = 5
IsNotInGroup = 6
Ex = 7
)
const (
AppOrdinaryUsers = 1
AppAdmin = 2