// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.2
// 	protoc        v5.28.3
// source: ChatRoomMembersNotice.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 StrangerMessage struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Wxid      string     `protobuf:"bytes,1,opt,name=Wxid,proto3" json:"Wxid,omitempty"`                                              // 微信号
	Alias     string     `protobuf:"bytes,2,opt,name=Alias,proto3" json:"Alias,omitempty"`                                            // 微信别名
	Nickname  string     `protobuf:"bytes,3,opt,name=Nickname,proto3" json:"Nickname,omitempty"`                                      // 好友的微信昵称
	Avatar    string     `protobuf:"bytes,4,opt,name=Avatar,proto3" json:"Avatar,omitempty"`                                          //微信头像
	Type      int32      `protobuf:"varint,5,opt,name=Type,proto3" json:"Type,omitempty"`                                             // 联系人类型,判断是否为好友
	Gender    EnumGender `protobuf:"varint,6,opt,name=Gender,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumGender" json:"Gender,omitempty"` //性别
	Country   string     `protobuf:"bytes,7,opt,name=Country,proto3" json:"Country,omitempty"`                                        //国家 (非必传)
	Province  string     `protobuf:"bytes,8,opt,name=Province,proto3" json:"Province,omitempty"`                                      //省份
	City      string     `protobuf:"bytes,9,opt,name=City,proto3" json:"City,omitempty"`                                              //城市
	Memo      string     `protobuf:"bytes,10,opt,name=Memo,proto3" json:"Memo,omitempty"`                                             // 机主的备注
	Signature string     `protobuf:"bytes,11,opt,name=Signature,proto3" json:"Signature,omitempty"`                                   //签名
}

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

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

func (*StrangerMessage) ProtoMessage() {}

func (x *StrangerMessage) ProtoReflect() protoreflect.Message {
	mi := &file_ChatRoomMembersNotice_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 StrangerMessage.ProtoReflect.Descriptor instead.
func (*StrangerMessage) Descriptor() ([]byte, []int) {
	return file_ChatRoomMembersNotice_proto_rawDescGZIP(), []int{0}
}

func (x *StrangerMessage) GetWxid() string {
	if x != nil {
		return x.Wxid
	}
	return ""
}

func (x *StrangerMessage) GetAlias() string {
	if x != nil {
		return x.Alias
	}
	return ""
}

func (x *StrangerMessage) GetNickname() string {
	if x != nil {
		return x.Nickname
	}
	return ""
}

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

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

func (x *StrangerMessage) GetGender() EnumGender {
	if x != nil {
		return x.Gender
	}
	return EnumGender_UnknownGender
}

func (x *StrangerMessage) GetCountry() string {
	if x != nil {
		return x.Country
	}
	return ""
}

func (x *StrangerMessage) GetProvince() string {
	if x != nil {
		return x.Province
	}
	return ""
}

func (x *StrangerMessage) GetCity() string {
	if x != nil {
		return x.City
	}
	return ""
}

func (x *StrangerMessage) GetMemo() string {
	if x != nil {
		return x.Memo
	}
	return ""
}

func (x *StrangerMessage) GetSignature() string {
	if x != nil {
		return x.Signature
	}
	return ""
}

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

	WeChatId string             `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` // 商家个人微信内部全局唯一识别码
	Members  []*StrangerMessage `protobuf:"bytes,3,rep,name=Members,proto3" json:"Members,omitempty"`   // 联系人信息
}

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

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

func (*ChatRoomMembersNoticeMessage) ProtoMessage() {}

func (x *ChatRoomMembersNoticeMessage) ProtoReflect() protoreflect.Message {
	mi := &file_ChatRoomMembersNotice_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 ChatRoomMembersNoticeMessage.ProtoReflect.Descriptor instead.
func (*ChatRoomMembersNoticeMessage) Descriptor() ([]byte, []int) {
	return file_ChatRoomMembersNotice_proto_rawDescGZIP(), []int{1}
}

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

func (x *ChatRoomMembersNoticeMessage) GetMembers() []*StrangerMessage {
	if x != nil {
		return x.Members
	}
	return nil
}

var File_ChatRoomMembersNotice_proto protoreflect.FileDescriptor

var file_ChatRoomMembersNotice_proto_rawDesc = []byte{
	0x0a, 0x1b, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72,
	0x73, 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, 0x1a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72,
	0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbc,
	0x02, 0x0a, 0x0f, 0x53, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61,
	0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x57, 0x78, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x04, 0x57, 0x78, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x12, 0x1a, 0x0a, 0x08,
	0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
	0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x76, 0x61, 0x74,
	0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
	0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x3b, 0x0a, 0x06, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x06,
	0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 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, 0x45,
	0x6e, 0x75, 0x6d, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x06, 0x47, 0x65, 0x6e, 0x64, 0x65,
	0x72, 0x12, 0x18, 0x0a, 0x07, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x07, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x07, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x50,
	0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50,
	0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x69, 0x74, 0x79, 0x18,
	0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x43, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x4d,
	0x65, 0x6d, 0x6f, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4d, 0x65, 0x6d, 0x6f, 0x12,
	0x1c, 0x0a, 0x09, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x0b, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x09, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x22, 0x7e, 0x0a,
	0x1c, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73,
	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, 0x42, 0x0a, 0x07, 0x4d, 0x65, 0x6d,
	0x62, 0x65, 0x72, 0x73, 0x18, 0x03, 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, 0x53, 0x74, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x73,
	0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 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_ChatRoomMembersNotice_proto_rawDescOnce sync.Once
	file_ChatRoomMembersNotice_proto_rawDescData = file_ChatRoomMembersNotice_proto_rawDesc
)

func file_ChatRoomMembersNotice_proto_rawDescGZIP() []byte {
	file_ChatRoomMembersNotice_proto_rawDescOnce.Do(func() {
		file_ChatRoomMembersNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_ChatRoomMembersNotice_proto_rawDescData)
	})
	return file_ChatRoomMembersNotice_proto_rawDescData
}

var file_ChatRoomMembersNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_ChatRoomMembersNotice_proto_goTypes = []any{
	(*StrangerMessage)(nil),              // 0: Jubo.JuLiao.IM.Wx.Proto.StrangerMessage
	(*ChatRoomMembersNoticeMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.ChatRoomMembersNoticeMessage
	(EnumGender)(0),                      // 2: Jubo.JuLiao.IM.Wx.Proto.EnumGender
}
var file_ChatRoomMembersNotice_proto_depIdxs = []int32{
	2, // 0: Jubo.JuLiao.IM.Wx.Proto.StrangerMessage.Gender:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumGender
	0, // 1: Jubo.JuLiao.IM.Wx.Proto.ChatRoomMembersNoticeMessage.Members:type_name -> Jubo.JuLiao.IM.Wx.Proto.StrangerMessage
	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_ChatRoomMembersNotice_proto_init() }
func file_ChatRoomMembersNotice_proto_init() {
	if File_ChatRoomMembersNotice_proto != nil {
		return
	}
	file_TransportMessage_proto_init()
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_ChatRoomMembersNotice_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_ChatRoomMembersNotice_proto_goTypes,
		DependencyIndexes: file_ChatRoomMembersNotice_proto_depIdxs,
		MessageInfos:      file_ChatRoomMembersNotice_proto_msgTypes,
	}.Build()
	File_ChatRoomMembersNotice_proto = out.File
	file_ChatRoomMembersNotice_proto_rawDesc = nil
	file_ChatRoomMembersNotice_proto_goTypes = nil
	file_ChatRoomMembersNotice_proto_depIdxs = nil
}