mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 12:05:58 +08:00
pb
This commit is contained in:
+974
-962
File diff suppressed because it is too large
Load Diff
@@ -133,15 +133,13 @@ message SeqRange {
|
||||
int64 num = 4;
|
||||
}
|
||||
|
||||
|
||||
message PullMsgs {
|
||||
repeated MsgData Msgs = 1;
|
||||
bool isNotification = 2;
|
||||
string conversationID = 3;
|
||||
}
|
||||
|
||||
message PullMessageBySeqsResp {
|
||||
repeated PullMsgs msgs = 1;
|
||||
map<string, PullMsgs> msgs = 1;
|
||||
map<string, PullMsgs> notificationMsgs = 2;
|
||||
}
|
||||
|
||||
message GetMaxSeqReq {
|
||||
|
||||
Reference in New Issue
Block a user