mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 14:59:01 +08:00
msgDestruct
This commit is contained in:
@@ -18,6 +18,8 @@ message Conversation{
|
||||
int32 burnDuration = 12;
|
||||
int64 minSeq = 13;
|
||||
int64 maxSeq = 14;
|
||||
int64 msgDestructTime = 15;
|
||||
int64 latestMsgDestructTime = 16;
|
||||
}
|
||||
|
||||
message ConversationReq{
|
||||
@@ -34,6 +36,7 @@ message ConversationReq{
|
||||
OpenIMServer.protobuf.Int64Value minSeq = 11;
|
||||
OpenIMServer.protobuf.Int64Value maxSeq = 12;
|
||||
OpenIMServer.protobuf.Int32Value groupAtType = 13;
|
||||
OpenIMServer.protobuf.Int64Value msgDestructTime = 14;
|
||||
}
|
||||
|
||||
message SetConversationReq{
|
||||
|
||||
Reference in New Issue
Block a user