This website works better with JavaScript.
Home
Explore
Help
Sign In
common
/
egg_protocol
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
master
dengbiao
3 days ago
parent
226f645469
commit
21f07e9858
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
egg_im/logic.ext.proto
+ 1
- 0
egg_im/logic.ext.proto
View File
@@ -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
Write
Preview
Loading…
Cancel
Save