群成员新增加群时间字段

This commit is contained in:
李寻欢
2023-12-01 10:22:01 +08:00
parent 2af0719f51
commit 454b5f0980
6 changed files with 22 additions and 19 deletions

View File

@@ -26,6 +26,7 @@ type GroupUserItem struct {
HeadImage string `json:"headImage"` // 头像
Nickname string `json:"nickname"` // 昵称
IsMember bool `json:"isMember" ` // 是否群成员
JoinTime types.DateTime `json:"joinTime"` // 加入时间
LastActiveTime types.DateTime `json:"lastActiveTime"` // 最后活跃时间
LeaveTime types.DateTime `json:"leaveTime"` // 离开时间
SkipChatRank bool `json:"skipChatRank" ` // 是否跳过聊天排行