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

12 lines
207 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message TranslatedMsg {
required uint32 _ClientMsgID = 1;
optional string _TranslatedText = 2;
required int32 _Ret = 3;
optional string _BrandWording = 4;
}