namespace FreeSR.Proto { using ProtoBuf; public enum ALFIKOHFHLF { CHAT_TYPE_NONE = 0, CHAT_TYPE_PRIVATE = 1, CHAT_TYPE_GROUP = 2, } }