read after burn time

This commit is contained in:
wangchuxiao
2022-11-16 11:54:24 +08:00
parent e53a895471
commit 3f5dd5bad8
6 changed files with 269 additions and 433 deletions
+1
View File
@@ -43,6 +43,7 @@ type Conversation struct {
DraftTextTime int64 `json:"draftTextTime"`
IsPinned bool `json:"isPinned" binding:"omitempty"`
IsPrivateChat bool `json:"isPrivateChat"`
BurnDuration int32 `json:"burnDuration"`
GroupAtType int32 `json:"groupAtType"`
IsNotInGroup bool `json:"isNotInGroup"`
UpdateUnreadCountTime int64 `json:"updateUnreadCountTime"`