add modify conversation api

This commit is contained in:
Gordon
2022-04-24 17:27:26 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 9e593085c1
commit 9b6446c95e
3 changed files with 16 additions and 16 deletions
+7 -7
View File
@@ -201,13 +201,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 (