This commit is contained in:
Gordon 2022-05-25 14:22:39 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 7e38335f0c
commit 86a6ab1c47

View File

@ -445,7 +445,12 @@ message ConversationSetPrivateTips{
bool isPrivate = 3;
}
////////////////////message///////////////////////
message DeleteMessageTips{
string opUserID = 1;
string userID =2;
repeated string seqList = 3;
}
///cms
message RequestPagination {
int32 pageNumber = 1;