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

15 lines
323 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
import "SKBuiltinString_t.proto";
message WhatsNewsResponse {
required BaseResponse _BaseResponse = 1;
optional uint32 _RegistTime = 2;
optional uint32 _FstSNSTime = 3;
optional uint32 _Count = 4;
repeated SKBuiltinString_t _PicUrlList = 5;
}