RevokeMsg

This commit is contained in:
withchao
2023-05-26 18:33:32 +08:00
parent e2e1cb19c7
commit 2b14eae33d
3 changed files with 196 additions and 212 deletions
+3 -4
View File
@@ -159,10 +159,9 @@ message DelMsgsResp{
}
message RevokeMsgReq {
string userID = 1;
string recvID = 2;
string groupID = 3;
int64 seq = 4;
string conversationID = 1;
int64 seq = 2;
string userID = 3;
}
message RevokeMsgResp {