mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
kick proto modify
This commit is contained in:
parent
14e500d62a
commit
a3a7b5b803
@ -191,7 +191,7 @@ message GetGroupMembersInfoResp {
|
|||||||
|
|
||||||
message KickGroupMemberReq {
|
message KickGroupMemberReq {
|
||||||
string groupID = 1;
|
string groupID = 1;
|
||||||
repeated GroupMemberFullInfo uidList = 2;
|
repeated string uidList = 2;
|
||||||
string reason = 3;
|
string reason = 3;
|
||||||
string token = 4;
|
string token = 4;
|
||||||
string operationID = 5;
|
string operationID = 5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user