WeChatHelper/MMPro/micromsg/proto/InviteFriendOpen.proto

10 lines
141 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message InviteFriendOpen {
optional string _UserName = 1;
required uint32 _FriendType = 2;
}