mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +08:00
conversation
This commit is contained in:
parent
f0ebc151db
commit
2dab179166
@ -45,7 +45,7 @@ type Conversation struct {
|
|||||||
IsPrivateChat bool `json:"isPrivateChat"`
|
IsPrivateChat bool `json:"isPrivateChat"`
|
||||||
GroupAtType int32 `json:"groupAtType"`
|
GroupAtType int32 `json:"groupAtType"`
|
||||||
IsNotInGroup bool `json:"isNotInGroup"`
|
IsNotInGroup bool `json:"isNotInGroup"`
|
||||||
UpdateUnreadCountTime int64 ` json:"updateUnreadCountTime"`
|
UpdateUnreadCountTime int64 `json:"updateUnreadCountTime"`
|
||||||
AttachedInfo string `json:"attachedInfo"`
|
AttachedInfo string `json:"attachedInfo"`
|
||||||
Ex string `json:"ex"`
|
Ex string `json:"ex"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user