9 lines
220 B
Protocol Buffer
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;
|
||
|
}
|