优化创建群参数

This commit is contained in:
李寻欢 2022-01-11 15:12:14 +08:00
parent 61de527327
commit 9f05dc8c58
1 changed files with 3 additions and 0 deletions

View File

@ -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
)