|
@@ -169,6 +169,7 @@ message CreateGroupReq { |
|
|
string introduction = 3; // 简介 |
|
|
string introduction = 3; // 简介 |
|
|
string extra = 4; // 附加字段 |
|
|
string extra = 4; // 附加字段 |
|
|
repeated int64 member_ids = 5; // 群组成员ID列表 |
|
|
repeated int64 member_ids = 5; // 群组成员ID列表 |
|
|
|
|
|
GroupKindType kind = 6; // 创建类型 |
|
|
} |
|
|
} |
|
|
message CreateGroupResp { |
|
|
message CreateGroupResp { |
|
|
int64 group_id = 1; // 群组id |
|
|
int64 group_id = 1; // 群组id |
|
|