This website works better with JavaScript.
Home
Explore
Help
Sign In
common
/
protocol
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
b3fa414de9
commit
ae73cedd12
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
gim/logic.ext.proto
+ 2
- 1
gim/logic.ext.proto
View File
@@ -210,8 +210,9 @@ message AddGroupMembersResp {
enum MemberType {
GMT_UNKNOWN = 0; // 未知
GMT_ADMIN = 1; //
管理员
GMT_ADMIN = 1; //
群主
GMT_MEMBER = 2; // 成员
GMT_MANAGE = 3; // 管理员
}
message UpdateGroupMemberReq {
Write
Preview
Loading…
Cancel
Save