WeChatMsg/wxManager/parser/util/protocbuf/packed_info_data_img.proto
2025-03-28 21:43:32 +08:00

7 lines
186 B
Protocol Buffer

syntax = "proto3";
// 2025年3月微信测试版修改了img命名方式才有了这个东西
message PackedInfoDataImg {
int32 field1 = 1;
int32 field2 = 2;
string filename = 3;
}