mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
pb file
This commit is contained in:
parent
7e38335f0c
commit
86a6ab1c47
@ -445,7 +445,12 @@ message ConversationSetPrivateTips{
|
|||||||
bool isPrivate = 3;
|
bool isPrivate = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////message///////////////////////
|
||||||
|
message DeleteMessageTips{
|
||||||
|
string opUserID = 1;
|
||||||
|
string userID =2;
|
||||||
|
repeated string seqList = 3;
|
||||||
|
}
|
||||||
///cms
|
///cms
|
||||||
message RequestPagination {
|
message RequestPagination {
|
||||||
int32 pageNumber = 1;
|
int32 pageNumber = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user