//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChatType.proto
//
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// Holder for reflection information generated from ChatType.proto
public static partial class ChatTypeReflection {
#region Descriptor
/// File descriptor for ChatType.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChatTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg5DaGF0VHlwZS5wcm90bypKCghDaGF0VHlwZRISCg5DSEFUX1RZUEVfTk9O",
"RRAAEhUKEUNIQVRfVFlQRV9QUklWQVRFEAESEwoPQ0hBVF9UWVBFX0dST1VQ",
"EAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChatType), }, null, null));
}
#endregion
}
#region Enums
public enum ChatType {
[pbr::OriginalName("CHAT_TYPE_NONE")] None = 0,
[pbr::OriginalName("CHAT_TYPE_PRIVATE")] Private = 1,
[pbr::OriginalName("CHAT_TYPE_GROUP")] Group = 2,
}
#endregion
}
#endregion Designer generated code