// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: app/grpc/message/User.proto

module app.grpc.message.User;

import google.protobuf;
import app.grpc.message.Common;

enum protocVersion = 3012004;

class User
{
    @Proto(1) string id = protoDefaultValue!string;
    @Proto(2) string chatId = protoDefaultValue!string;
    @Proto(3) string name = protoDefaultValue!string;
    @Proto(4) string remask = protoDefaultValue!string;
    @Proto(5) string avatar = protoDefaultValue!string;
    @Proto(6) string gender = protoDefaultValue!string;
    @Proto(7) string birthday = protoDefaultValue!string;
    @Proto(8) int addValidation = protoDefaultValue!int;
    @Proto(9) string mobile = protoDefaultValue!string;
    @Proto(10) long lastMsgRead = protoDefaultValue!long;
    @Proto(12) string aliasName = protoDefaultValue!string;
    @Proto(13) string qrcode = protoDefaultValue!string;
}