mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-23 09:50:27 +08:00
proto file
This commit is contained in:
parent
7db98e55c5
commit
5f18723e2c
@ -83,12 +83,13 @@ message MsgData {
|
|||||||
int32 sessionType = 9;
|
int32 sessionType = 9;
|
||||||
int32 msgFrom = 10;
|
int32 msgFrom = 10;
|
||||||
int32 contentType = 11;
|
int32 contentType = 11;
|
||||||
string content =12;
|
bytes content =12;
|
||||||
repeated string forceList = 13;
|
repeated string forceList = 13;
|
||||||
int64 seq =14;
|
int64 seq =14;
|
||||||
int64 sendTime = 15;
|
int64 sendTime = 15;
|
||||||
int64 createTime = 16;
|
int64 createTime = 16;
|
||||||
OfflinePushInfo offlinePushInfo =17;
|
map<string,bool> Options= 17;
|
||||||
|
OfflinePushInfo offlinePushInfo =18;
|
||||||
}
|
}
|
||||||
|
|
||||||
message OfflinePushInfo{
|
message OfflinePushInfo{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user