RevokeMsgTip

This commit is contained in:
wangchuxiao
2023-05-22 18:14:22 +08:00
parent 14801b0e4e
commit c5f1d874c8
4 changed files with 591 additions and 526 deletions
+8 -3
View File
@@ -425,9 +425,14 @@ message DeleteMessageTips{
message RevokeMsgTip{
string revokerUserID = 1;
string beRevokedUserID = 2;
int64 seq = 3;
string conversationID = 4;
int32 revokerLevel = 2;
string clientMsgID = 3;
string revokerNickName = 4;
int64 revokeTime = 5;
int64 sesstionType = 6;
int64 seq = 7;
string conversationID = 8;
string ex = 9;
}
///////////////////signal//////////////