mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 05:56:00 +08:00
revoke tips
This commit is contained in:
+557
-464
File diff suppressed because it is too large
Load Diff
@@ -421,14 +421,15 @@ message DeleteMessageTips{
|
||||
string userID = 2;
|
||||
repeated int64 seqs = 3;
|
||||
}
|
||||
///cms
|
||||
message RequestPagination {
|
||||
int32 pageNumber = 1;
|
||||
int32 showNumber = 2;
|
||||
|
||||
|
||||
message RevokeMsgTip{
|
||||
string revokerUserID = 1;
|
||||
string beRevokedUserID = 2;
|
||||
int64 seq = 3;
|
||||
string conversationID = 4;
|
||||
}
|
||||
|
||||
|
||||
|
||||
///////////////////signal//////////////
|
||||
message SignalReq {
|
||||
oneof payload {
|
||||
@@ -642,4 +643,9 @@ message ReactionMessageDeleteNotification {
|
||||
map <string, KeyValue>successReactionExtensions = 4;
|
||||
string clientMsgID = 5;
|
||||
int64 msgFirstModifyTime = 6;
|
||||
}
|
||||
|
||||
message RequestPagination {
|
||||
int32 pageNumber = 1;
|
||||
int32 showNumber = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user