10 lines
149 B
Protocol Buffer
10 lines
149 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message StatusNotifyUnreadChat {
|
|
optional string _UserName = 1;
|
|
required uint32 _LastReadTime = 2;
|
|
}
|