12 lines
211 B
Protocol Buffer
12 lines
211 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "SKBuiltinString_t.proto";
|
||
|
|
||
|
message DelContactMsg {
|
||
|
required SKBuiltinString_t _UserName = 1;
|
||
|
required int32 _MaxMsgId = 2;
|
||
|
optional int64 _NewMsgId = 3;
|
||
|
}
|