mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
RevokeMsgReq pb
This commit is contained in:
@@ -196,9 +196,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