✨ 优化创建群参数
This commit is contained in:
parent
61de527327
commit
9f05dc8c58
@ -9,4 +9,7 @@ const (
|
|||||||
GroupTypeMeeting GroupType = "Meeting" // Meeting(临时会议群)
|
GroupTypeMeeting GroupType = "Meeting" // Meeting(临时会议群)
|
||||||
GroupTypeAVChatRoom GroupType = "AVChatRoom" // AVChatRoom(直播群)
|
GroupTypeAVChatRoom GroupType = "AVChatRoom" // AVChatRoom(直播群)
|
||||||
GroupTypeCommunity GroupType = "Community" // Community(社群)
|
GroupTypeCommunity GroupType = "Community" // Community(社群)
|
||||||
|
|
||||||
|
GroupTypeCreatePrivate GroupType = "Private" // 好友工作群,等效于Work
|
||||||
|
GroupTypeCreateChatRoom GroupType = "ChatRoom" // 会议群,等效于Meeting
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user