mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
group set memberInfo
This commit is contained in:
@@ -395,11 +395,12 @@ message SetGroupMemberNicknameResp{
|
||||
message SetGroupMemberInfoReq{
|
||||
string groupID = 1;
|
||||
string userID = 2;
|
||||
string operationID = 3;
|
||||
google.protobuf.StringValue nickname = 4;
|
||||
google.protobuf.StringValue faceURL = 5;
|
||||
google.protobuf.Int32Value roleLevel = 6;
|
||||
google.protobuf.StringValue ex = 7;
|
||||
string opUserID = 3;
|
||||
string operationID = 4;
|
||||
google.protobuf.StringValue nickname = 5;
|
||||
google.protobuf.StringValue faceURL = 6;
|
||||
google.protobuf.Int32Value roleLevel = 7;
|
||||
google.protobuf.StringValue ex = 8;
|
||||
}
|
||||
|
||||
message SetGroupMemberInfoResp{
|
||||
|
||||
Reference in New Issue
Block a user