mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
refactor: SysMessage Proto
This commit is contained in:
parent
420624bee4
commit
52dda1d1fe
@ -5,9 +5,9 @@ message Data{
|
||||
repeated Body body = 2;
|
||||
}
|
||||
message Header {
|
||||
uint32 GroupNumber = 1;
|
||||
string GroupString = 2;
|
||||
uint32 QQ = 5;
|
||||
uint32 PeerNumber = 1;
|
||||
string PeerString = 2;
|
||||
uint32 Uin = 5;
|
||||
optional string Uid = 6;
|
||||
}
|
||||
message Body {
|
||||
@ -18,4 +18,4 @@ message Body {
|
||||
uint32 Time = 6;
|
||||
uint64 MsgID = 12;
|
||||
uint32 Other = 13;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user