1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

update proto.

This commit is contained in:
Mrs4s 2020-11-26 09:52:06 +08:00
parent 97fa8a53b5
commit 37bfcb6971
2 changed files with 1484 additions and 1245 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,6 +59,21 @@ message GroupMsgWithDrawReq{
optional bytes userDef = 5; optional bytes userDef = 5;
} }
message MsgWithDrawResp {
repeated C2CMsgWithDrawResp c2cWithDraw = 1;
repeated GroupMsgWithDrawResp groupWithDraw = 2;
}
message C2CMsgWithDrawResp {
optional int32 result = 1;
optional string errMsg = 2;
}
message GroupMsgWithDrawResp {
optional int32 result = 1;
optional string errMsg = 2;
}
message GroupMsgInfo { message GroupMsgInfo {
optional int32 msgSeq = 1; optional int32 msgSeq = 1;
optional int32 msgRandom = 2; optional int32 msgRandom = 2;