12 lines
194 B
Protocol Buffer
12 lines
194 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message EmojiDownloadInfoReq {
|
||
|
optional string _ID = 1;
|
||
|
required int32 _StartPos = 2;
|
||
|
required int32 _TotalLen = 3;
|
||
|
optional string _MD5 = 4;
|
||
|
}
|