mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
conversation
This commit is contained in:
parent
9590d2865a
commit
3739127044
@ -44,6 +44,7 @@ type Conversation struct {
|
|||||||
IsPinned bool `json:"isPinned" binding:"omitempty"`
|
IsPinned bool `json:"isPinned" binding:"omitempty"`
|
||||||
IsPrivateChat bool `json:"isPrivateChat"`
|
IsPrivateChat bool `json:"isPrivateChat"`
|
||||||
GroupAtType int32 `json:"groupAtType"`
|
GroupAtType int32 `json:"groupAtType"`
|
||||||
|
UpdateUnreadCountTime int64 `json:"updateUnreadCountTime"`
|
||||||
IsNotInGroup bool `json:"isNotInGroup"`
|
IsNotInGroup bool `json:"isNotInGroup"`
|
||||||
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