From 2dab179166dd374391c1a232ce5e1e9341098f43 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Tue, 23 Aug 2022 19:13:56 +0800 Subject: [PATCH] conversation --- pkg/base_info/conversation_api_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base_info/conversation_api_struct.go b/pkg/base_info/conversation_api_struct.go index c0cb9fccf..be913a3c0 100644 --- a/pkg/base_info/conversation_api_struct.go +++ b/pkg/base_info/conversation_api_struct.go @@ -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"` }