mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
delete
This commit is contained in:
+784
-628
File diff suppressed because it is too large
Load Diff
@@ -435,6 +435,17 @@ message RevokeMsgTips{
|
||||
string conversationID = 7;
|
||||
}
|
||||
|
||||
message ClearConversationTips {
|
||||
string userID = 1;
|
||||
repeated string conversationIDs = 2;
|
||||
}
|
||||
|
||||
message DeleteMsgsTips {
|
||||
string userID = 1;
|
||||
string conversationID = 2;
|
||||
repeated int64 seqs = 3;
|
||||
}
|
||||
|
||||
///////////////////signal//////////////
|
||||
message SignalReq {
|
||||
oneof payload {
|
||||
|
||||
Reference in New Issue
Block a user