mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
ws proto
This commit is contained in:
parent
da24249850
commit
8b3df83e7e
@ -110,10 +110,7 @@ message FriendRequest{
|
||||
message PullMessageBySeqListResp {
|
||||
int32 errCode = 1;
|
||||
string errMsg = 2;
|
||||
int64 maxSeq = 3;
|
||||
int64 minSeq = 4;
|
||||
repeated GatherFormat singleUserMsg = 5;
|
||||
repeated GatherFormat groupUserMsg = 6;
|
||||
repeated MsgData list = 3;
|
||||
}
|
||||
message PullMessageBySeqListReq{
|
||||
string userID = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user