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;
|
repeated Body body = 2;
|
||||||
}
|
}
|
||||||
message Header {
|
message Header {
|
||||||
uint32 GroupNumber = 1;
|
uint32 PeerNumber = 1;
|
||||||
string GroupString = 2;
|
string PeerString = 2;
|
||||||
uint32 QQ = 5;
|
uint32 Uin = 5;
|
||||||
optional string Uid = 6;
|
optional string Uid = 6;
|
||||||
}
|
}
|
||||||
message Body {
|
message Body {
|
||||||
|
Loading…
Reference in New Issue
Block a user