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

9 lines
220 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message WithChatroom {
optional string _ChatroomId = 1;
optional uint32 _WithChatroomUserListCount = 2;
// optional WithChatroomUser _WithChatroomUserListList = 3;
}