mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
update proto.
This commit is contained in:
parent
97fa8a53b5
commit
37bfcb6971
File diff suppressed because it is too large
Load Diff
@ -59,6 +59,21 @@ message GroupMsgWithDrawReq{
|
||||
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 {
|
||||
optional int32 msgSeq = 1;
|
||||
optional int32 msgRandom = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user