// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.2
// 	protoc        v5.28.3
// source: ChatRoomPushNotice.proto

package workphone

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type ChatRoomMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	UserName        string                                `protobuf:"bytes,1,opt,name=UserName,proto3" json:"UserName,omitempty"`
	NickName        string                                `protobuf:"bytes,2,opt,name=NickName,proto3" json:"NickName,omitempty"`
	MemberList      []string                              `protobuf:"bytes,3,rep,name=MemberList,proto3" json:"MemberList,omitempty"`
	Owner           string                                `protobuf:"bytes,4,opt,name=Owner,proto3" json:"Owner,omitempty"`
	Notice          string                                `protobuf:"bytes,5,opt,name=Notice,proto3" json:"Notice,omitempty"`
	ShowNameList    []*ChatRoomMessage_DisplayNameMessage `protobuf:"bytes,6,rep,name=ShowNameList,proto3" json:"ShowNameList,omitempty"`
	SelfDisplayName string                                `protobuf:"bytes,7,opt,name=SelfDisplayName,proto3" json:"SelfDisplayName,omitempty"`
	Avatar          string                                `protobuf:"bytes,8,opt,name=Avatar,proto3" json:"Avatar,omitempty"`         //微信头像
	Verify          int32                                 `protobuf:"varint,9,opt,name=Verify,proto3" json:"Verify,omitempty"`        // 群聊邀请确认
	MsgSilent       bool                                  `protobuf:"varint,10,opt,name=MsgSilent,proto3" json:"MsgSilent,omitempty"` // 消息免打扰
	Remark          string                                `protobuf:"bytes,11,opt,name=Remark,proto3" json:"Remark,omitempty"`        // 群聊备注,7.0.14版本才有
	Type            int32                                 `protobuf:"varint,12,opt,name=Type,proto3" json:"Type,omitempty"`           // type字段,供参考 (4.6.16版本开始:&2048 置顶)
	IsUnusual       bool                                  `protobuf:"varint,30,opt,name=IsUnusual,proto3" json:"IsUnusual,omitempty"` // 是否异常
}

func (x *ChatRoomMessage) Reset() {
	*x = ChatRoomMessage{}
	mi := &file_ChatRoomPushNotice_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ChatRoomMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ChatRoomMessage) ProtoMessage() {}

func (x *ChatRoomMessage) ProtoReflect() protoreflect.Message {
	mi := &file_ChatRoomPushNotice_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ChatRoomMessage.ProtoReflect.Descriptor instead.
func (*ChatRoomMessage) Descriptor() ([]byte, []int) {
	return file_ChatRoomPushNotice_proto_rawDescGZIP(), []int{0}
}

func (x *ChatRoomMessage) GetUserName() string {
	if x != nil {
		return x.UserName
	}
	return ""
}

func (x *ChatRoomMessage) GetNickName() string {
	if x != nil {
		return x.NickName
	}
	return ""
}

func (x *ChatRoomMessage) GetMemberList() []string {
	if x != nil {
		return x.MemberList
	}
	return nil
}

func (x *ChatRoomMessage) GetOwner() string {
	if x != nil {
		return x.Owner
	}
	return ""
}

func (x *ChatRoomMessage) GetNotice() string {
	if x != nil {
		return x.Notice
	}
	return ""
}

func (x *ChatRoomMessage) GetShowNameList() []*ChatRoomMessage_DisplayNameMessage {
	if x != nil {
		return x.ShowNameList
	}
	return nil
}

func (x *ChatRoomMessage) GetSelfDisplayName() string {
	if x != nil {
		return x.SelfDisplayName
	}
	return ""
}

func (x *ChatRoomMessage) GetAvatar() string {
	if x != nil {
		return x.Avatar
	}
	return ""
}

func (x *ChatRoomMessage) GetVerify() int32 {
	if x != nil {
		return x.Verify
	}
	return 0
}

func (x *ChatRoomMessage) GetMsgSilent() bool {
	if x != nil {
		return x.MsgSilent
	}
	return false
}

func (x *ChatRoomMessage) GetRemark() string {
	if x != nil {
		return x.Remark
	}
	return ""
}

func (x *ChatRoomMessage) GetType() int32 {
	if x != nil {
		return x.Type
	}
	return 0
}

func (x *ChatRoomMessage) GetIsUnusual() bool {
	if x != nil {
		return x.IsUnusual
	}
	return false
}

// 注意MessageType大小写: ChatroomPushNotice = 2031; // 手机端推送群聊列表
type ChatRoomPushNoticeMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	WeChatId  string             `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"`   // 商家所属微信号
	ChatRooms []*ChatRoomMessage `protobuf:"bytes,2,rep,name=ChatRooms,proto3" json:"ChatRooms,omitempty"` // 好友信息模型 多个
	Size      int32              `protobuf:"varint,3,opt,name=Size,proto3" json:"Size,omitempty"`
	Count     int32              `protobuf:"varint,4,opt,name=Count,proto3" json:"Count,omitempty"`
	Page      int32              `protobuf:"varint,5,opt,name=Page,proto3" json:"Page,omitempty"`
	TaskId    int64              `protobuf:"varint,6,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
}

func (x *ChatRoomPushNoticeMessage) Reset() {
	*x = ChatRoomPushNoticeMessage{}
	mi := &file_ChatRoomPushNotice_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ChatRoomPushNoticeMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ChatRoomPushNoticeMessage) ProtoMessage() {}

func (x *ChatRoomPushNoticeMessage) ProtoReflect() protoreflect.Message {
	mi := &file_ChatRoomPushNotice_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ChatRoomPushNoticeMessage.ProtoReflect.Descriptor instead.
func (*ChatRoomPushNoticeMessage) Descriptor() ([]byte, []int) {
	return file_ChatRoomPushNotice_proto_rawDescGZIP(), []int{1}
}

func (x *ChatRoomPushNoticeMessage) GetWeChatId() string {
	if x != nil {
		return x.WeChatId
	}
	return ""
}

func (x *ChatRoomPushNoticeMessage) GetChatRooms() []*ChatRoomMessage {
	if x != nil {
		return x.ChatRooms
	}
	return nil
}

func (x *ChatRoomPushNoticeMessage) GetSize() int32 {
	if x != nil {
		return x.Size
	}
	return 0
}

func (x *ChatRoomPushNoticeMessage) GetCount() int32 {
	if x != nil {
		return x.Count
	}
	return 0
}

func (x *ChatRoomPushNoticeMessage) GetPage() int32 {
	if x != nil {
		return x.Page
	}
	return 0
}

func (x *ChatRoomPushNoticeMessage) GetTaskId() int64 {
	if x != nil {
		return x.TaskId
	}
	return 0
}

type ChatRoomMessage_DisplayNameMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	UserName string `protobuf:"bytes,1,opt,name=UserName,proto3" json:"UserName,omitempty"` // 群成员
	ShowName string `protobuf:"bytes,2,opt,name=ShowName,proto3" json:"ShowName,omitempty"` // 群显示名
	Inviter  string `protobuf:"bytes,3,opt,name=Inviter,proto3" json:"Inviter,omitempty"`   // 邀请者
	Flag     int32  `protobuf:"varint,4,opt,name=Flag,proto3" json:"Flag,omitempty"`        // &2048 群管理员,其他未知
}

func (x *ChatRoomMessage_DisplayNameMessage) Reset() {
	*x = ChatRoomMessage_DisplayNameMessage{}
	mi := &file_ChatRoomPushNotice_proto_msgTypes[2]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ChatRoomMessage_DisplayNameMessage) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ChatRoomMessage_DisplayNameMessage) ProtoMessage() {}

func (x *ChatRoomMessage_DisplayNameMessage) ProtoReflect() protoreflect.Message {
	mi := &file_ChatRoomPushNotice_proto_msgTypes[2]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ChatRoomMessage_DisplayNameMessage.ProtoReflect.Descriptor instead.
func (*ChatRoomMessage_DisplayNameMessage) Descriptor() ([]byte, []int) {
	return file_ChatRoomPushNotice_proto_rawDescGZIP(), []int{0, 0}
}

func (x *ChatRoomMessage_DisplayNameMessage) GetUserName() string {
	if x != nil {
		return x.UserName
	}
	return ""
}

func (x *ChatRoomMessage_DisplayNameMessage) GetShowName() string {
	if x != nil {
		return x.ShowName
	}
	return ""
}

func (x *ChatRoomMessage_DisplayNameMessage) GetInviter() string {
	if x != nil {
		return x.Inviter
	}
	return ""
}

func (x *ChatRoomMessage_DisplayNameMessage) GetFlag() int32 {
	if x != nil {
		return x.Flag
	}
	return 0
}

var File_ChatRoomPushNotice_proto protoreflect.FileDescriptor

var file_ChatRoomPushNotice_proto_rawDesc = []byte{
	0x0a, 0x18, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f,
	0x74, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f,
	0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72,
	0x6f, 0x74, 0x6f, 0x22, 0xb6, 0x04, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d,
	0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e,
	0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e,
	0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12,
	0x1e, 0x0a, 0x0a, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20,
	0x03, 0x28, 0x09, 0x52, 0x0a, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12,
	0x14, 0x0a, 0x05, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
	0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x18,
	0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x12, 0x5f, 0x0a,
	0x0c, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20,
	0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61,
	0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x68,
	0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x44, 0x69,
	0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
	0x52, 0x0c, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28,
	0x0a, 0x0f, 0x53, 0x65, 0x6c, 0x66, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d,
	0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x53, 0x65, 0x6c, 0x66, 0x44, 0x69, 0x73,
	0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74,
	0x61, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
	0x12, 0x16, 0x0a, 0x06, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05,
	0x52, 0x06, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x73, 0x67, 0x53,
	0x69, 0x6c, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x4d, 0x73, 0x67,
	0x53, 0x69, 0x6c, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b,
	0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x12,
	0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x54, 0x79,
	0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x73, 0x55, 0x6e, 0x75, 0x73, 0x75, 0x61, 0x6c, 0x18,
	0x1e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x49, 0x73, 0x55, 0x6e, 0x75, 0x73, 0x75, 0x61, 0x6c,
	0x1a, 0x7a, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x4d,
	0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61,
	0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61,
	0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
	0x0a, 0x07, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x07, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x46, 0x6c, 0x61, 0x67,
	0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xd5, 0x01, 0x0a,
	0x19, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74,
	0x69, 0x63, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65,
	0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65,
	0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x09, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f,
	0x6f, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x4a, 0x75, 0x62, 0x6f,
	0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72,
	0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x65, 0x73, 0x73,
	0x61, 0x67, 0x65, 0x52, 0x09, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x73, 0x12, 0x12,
	0x0a, 0x04, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x53, 0x69,
	0x7a, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
	0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65,
	0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06,
	0x54, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x54, 0x61,
	0x73, 0x6b, 0x49, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x70, 0x68,
	0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_ChatRoomPushNotice_proto_rawDescOnce sync.Once
	file_ChatRoomPushNotice_proto_rawDescData = file_ChatRoomPushNotice_proto_rawDesc
)

func file_ChatRoomPushNotice_proto_rawDescGZIP() []byte {
	file_ChatRoomPushNotice_proto_rawDescOnce.Do(func() {
		file_ChatRoomPushNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_ChatRoomPushNotice_proto_rawDescData)
	})
	return file_ChatRoomPushNotice_proto_rawDescData
}

var file_ChatRoomPushNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
var file_ChatRoomPushNotice_proto_goTypes = []any{
	(*ChatRoomMessage)(nil),                    // 0: Jubo.JuLiao.IM.Wx.Proto.ChatRoomMessage
	(*ChatRoomPushNoticeMessage)(nil),          // 1: Jubo.JuLiao.IM.Wx.Proto.ChatRoomPushNoticeMessage
	(*ChatRoomMessage_DisplayNameMessage)(nil), // 2: Jubo.JuLiao.IM.Wx.Proto.ChatRoomMessage.DisplayNameMessage
}
var file_ChatRoomPushNotice_proto_depIdxs = []int32{
	2, // 0: Jubo.JuLiao.IM.Wx.Proto.ChatRoomMessage.ShowNameList:type_name -> Jubo.JuLiao.IM.Wx.Proto.ChatRoomMessage.DisplayNameMessage
	0, // 1: Jubo.JuLiao.IM.Wx.Proto.ChatRoomPushNoticeMessage.ChatRooms:type_name -> Jubo.JuLiao.IM.Wx.Proto.ChatRoomMessage
	2, // [2:2] is the sub-list for method output_type
	2, // [2:2] is the sub-list for method input_type
	2, // [2:2] is the sub-list for extension type_name
	2, // [2:2] is the sub-list for extension extendee
	0, // [0:2] is the sub-list for field type_name
}

func init() { file_ChatRoomPushNotice_proto_init() }
func file_ChatRoomPushNotice_proto_init() {
	if File_ChatRoomPushNotice_proto != nil {
		return
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_ChatRoomPushNotice_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   3,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_ChatRoomPushNotice_proto_goTypes,
		DependencyIndexes: file_ChatRoomPushNotice_proto_depIdxs,
		MessageInfos:      file_ChatRoomPushNotice_proto_msgTypes,
	}.Build()
	File_ChatRoomPushNotice_proto = out.File
	file_ChatRoomPushNotice_proto_rawDesc = nil
	file_ChatRoomPushNotice_proto_goTypes = nil
	file_ChatRoomPushNotice_proto_depIdxs = nil
}