mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 22:39:28 +08:00
1
This commit is contained in:
parent
b83260ca30
commit
f76afd3185
@ -101,6 +101,7 @@ message GetGroupMemberListReq {
|
|||||||
message GetGroupMemberListResp {
|
message GetGroupMemberListResp {
|
||||||
int32 total = 1;
|
int32 total = 1;
|
||||||
repeated server_api_params.GroupMemberFullInfo memberList = 2;
|
repeated server_api_params.GroupMemberFullInfo memberList = 2;
|
||||||
|
int32 nextSeq = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user