From 9f05dc8c5819b0a0559f715de5273bba979f78e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Tue, 11 Jan 2022 15:12:14 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BC=98=E5=8C=96=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=BE=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/group.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/group.go b/common/group.go index 2930e75..6c81978 100644 --- a/common/group.go +++ b/common/group.go @@ -9,4 +9,7 @@ const ( GroupTypeMeeting GroupType = "Meeting" // Meeting(临时会议群) GroupTypeAVChatRoom GroupType = "AVChatRoom" // AVChatRoom(直播群) GroupTypeCommunity GroupType = "Community" // Community(社群) + + GroupTypeCreatePrivate GroupType = "Private" // 好友工作群,等效于Work + GroupTypeCreateChatRoom GroupType = "ChatRoom" // 会议群,等效于Meeting )