RevokeMsgReq pb

This commit is contained in:
withchao
2023-05-23 15:29:44 +08:00
parent 5983f429eb
commit 724d8bcd97
4 changed files with 125 additions and 118 deletions
+4 -3
View File
@@ -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 {