This commit is contained in:
withchao 2023-01-29 18:31:01 +08:00
parent b83260ca30
commit f76afd3185

View File

@ -101,6 +101,7 @@ message GetGroupMemberListReq {
message GetGroupMemberListResp {
int32 total = 1;
repeated server_api_params.GroupMemberFullInfo memberList = 2;
int32 nextSeq = 3;
}