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

10 lines
149 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message StatusNotifyUnreadChat {
optional string _UserName = 1;
required uint32 _LastReadTime = 2;
}