mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
This commit is contained in:
@@ -159,9 +159,10 @@ message DelMsgsResp{
|
||||
}
|
||||
|
||||
message RevokeMsgReq {
|
||||
string conversationID = 1;
|
||||
int64 seq = 2;
|
||||
string userID = 3;
|
||||
string userID = 1;
|
||||
string recvID = 2;
|
||||
string groupID = 3;
|
||||
int64 seq = 4;
|
||||
}
|
||||
|
||||
message RevokeMsgResp {
|
||||
|
||||
Reference in New Issue
Block a user