WeChatHelper/MMPro/micromsg/proto/EmotionBannerImg.proto
2024-06-11 08:43:45 +08:00

12 lines
196 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message EmotionBannerImg {
optional string _ImgUrl = 1;
required uint32 _Width = 2;
required uint32 _Height = 3;
optional string _StripUrl = 4;
}