mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-22 04:38:03 +08:00
7 lines
186 B
Protocol Buffer
7 lines
186 B
Protocol Buffer
syntax = "proto3";
|
|
// 2025年3月微信测试版修改了img命名方式才有了这个东西
|
|
message PackedInfoDataImg {
|
|
int32 field1 = 1;
|
|
int32 field2 = 2;
|
|
string filename = 3;
|
|
} |