This commit is contained in:
wangchuxiao
2022-08-29 16:16:33 +08:00
26 changed files with 657 additions and 40 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type Conversation struct {
IsPrivateChat bool `json:"isPrivateChat"`
GroupAtType int32 `json:"groupAtType"`
IsNotInGroup bool `json:"isNotInGroup"`
UpdateUnreadCountTime int64 ` json:"updateUnreadCountTime"`
UpdateUnreadCountTime int64 `json:"updateUnreadCountTime"`
AttachedInfo string `json:"attachedInfo"`
Ex string `json:"ex"`
}