mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 03:25:59 +08:00
pb file
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
f189bb83e5
commit
5013a2cd42
+305
-280
File diff suppressed because it is too large
Load Diff
@@ -198,6 +198,7 @@ message PullMessageBySeqListResp {
|
||||
message GetMaxAndMinSeqReq {
|
||||
repeated string groupIDList = 1;
|
||||
string userID = 2;
|
||||
string operationID =3;
|
||||
}
|
||||
message MaxAndMinSeq{
|
||||
uint32 maxSeq = 1;
|
||||
@@ -206,7 +207,9 @@ message MaxAndMinSeq{
|
||||
message GetMaxAndMinSeqResp {
|
||||
uint32 maxSeq = 1;
|
||||
uint32 minSeq = 2;
|
||||
map<string, MaxAndMinSeq> groupMaxAndMinSeq = 3;
|
||||
int32 errCode = 3;
|
||||
string errMsg = 4;
|
||||
map<string, MaxAndMinSeq> groupMaxAndMinSeq = 5;
|
||||
}
|
||||
|
||||
message UserSendMsgResp {
|
||||
|
||||
Reference in New Issue
Block a user