mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 14:59:01 +08:00
add group proto
This commit is contained in:
+2668
-4372
File diff suppressed because it is too large
Load Diff
@@ -388,7 +388,7 @@ message GroupIsExistResp {
|
||||
|
||||
message UserIsInGroupReq {
|
||||
string groupID = 1;
|
||||
string userIDList = 2;
|
||||
repeated string userIDList = 2;
|
||||
string operationID = 3;
|
||||
}
|
||||
|
||||
@@ -430,7 +430,7 @@ service group{
|
||||
rpc SetGroupMemberInfo(SetGroupMemberInfoReq) returns (SetGroupMemberInfoResp);
|
||||
rpc GetGroupAbstractInfo(GetGroupAbstractInfoReq) returns (GetGroupAbstractInfoResp);
|
||||
rpc GroupIsExist(GroupIsExistReq) returns(GroupIsExistResp);
|
||||
rpc UserIsInGroup(UserIsInGroupReq) returns();
|
||||
rpc UserIsInGroup(UserIsInGroupReq) returns(UserIsInGroupResp);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user