add modify conversation api

This commit is contained in:
Gordon
2022-04-24 17:27:26 +08:00
parent e73f0a916a
commit 3247d84b6b
3 changed files with 16 additions and 16 deletions
+7 -7
View File
@@ -215,13 +215,13 @@ var ContentType2PushContent = map[int64]string{
}
const (
RecvMsgOpt = 1
IsPinned = 2
AttachedInfo = 3
IsPrivateChat = 4
GroupAtType = 5
IsNotInGroup = 6
Ex = 7
FieldRecvMsgOpt = 1
FieldIsPinned = 2
FieldAttachedInfo = 3
FieldIsPrivateChat = 4
FieldGroupAtType = 5
FieldIsNotInGroup = 6
FieldEx = 7
)
const (