From 21f07e985808d7ad97d3523fbabe26199a420b4f Mon Sep 17 00:00:00 2001 From: dengbiao Date: Thu, 2 Jan 2025 19:04:10 +0800 Subject: [PATCH] update --- egg_im/logic.ext.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/egg_im/logic.ext.proto b/egg_im/logic.ext.proto index e8fef6e..09932ec 100644 --- a/egg_im/logic.ext.proto +++ b/egg_im/logic.ext.proto @@ -169,6 +169,7 @@ message CreateGroupReq { string introduction = 3; // 简介 string extra = 4; // 附加字段 repeated int64 member_ids = 5; // 群组成员ID列表 + GroupKindType kind = 6; // 创建类型 } message CreateGroupResp { int64 group_id = 1; // 群组id