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

	FriendId   string     `protobuf:"bytes,1,opt,name=FriendId,proto3" json:"FriendId,omitempty"`                                      // wxid
	FriendNo   string     `protobuf:"bytes,2,opt,name=FriendNo,proto3" json:"FriendNo,omitempty"`                                      // 微信号
	FriendNick string     `protobuf:"bytes,3,opt,name=FriendNick,proto3" json:"FriendNick,omitempty"`                                  // 昵称
	Memo       string     `protobuf:"bytes,4,opt,name=Memo,proto3" json:"Memo,omitempty"`                                              // 备注
	Gender     EnumGender `protobuf:"varint,5,opt,name=Gender,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumGender" json:"Gender,omitempty"` //性别
	Country    string     `protobuf:"bytes,6,opt,name=Country,proto3" json:"Country,omitempty"`                                        //国家 (非必传)
	Province   string     `protobuf:"bytes,7,opt,name=Province,proto3" json:"Province,omitempty"`                                      //省份
	City       string     `protobuf:"bytes,8,opt,name=City,proto3" json:"City,omitempty"`                                              //城市
	Avatar     string     `protobuf:"bytes,9,opt,name=Avatar,proto3" json:"Avatar,omitempty"`                                          //头像
	Remark     string     `protobuf:"bytes,10,opt,name=Remark,proto3" json:"Remark,omitempty"`                                         // 业务备注
	Type       int32      `protobuf:"varint,11,opt,name=Type,proto3" json:"Type,omitempty"`                                            // 联系人类型,参考 (&512 消息免打扰)
	LabelIds   string     `protobuf:"bytes,12,opt,name=LabelIds,proto3" json:"LabelIds,omitempty"`                                     // 标签Id
	Phone      string     `protobuf:"bytes,13,opt,name=Phone,proto3" json:"Phone,omitempty"`                                           // 手机号
	Desc       string     `protobuf:"bytes,14,opt,name=Desc,proto3" json:"Desc,omitempty"`                                             // 描述
	Source     int32      `protobuf:"varint,15,opt,name=Source,proto3" json:"Source,omitempty"`                                        // 好友来源
	SourceExt  string     `protobuf:"bytes,16,opt,name=SourceExt,proto3" json:"SourceExt,omitempty"`                                   //来源扩展信息
}

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

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

func (*FriendMessage) ProtoMessage() {}

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

func (x *FriendMessage) GetFriendId() string {
	if x != nil {
		return x.FriendId
	}
	return ""
}

func (x *FriendMessage) GetFriendNo() string {
	if x != nil {
		return x.FriendNo
	}
	return ""
}

func (x *FriendMessage) GetFriendNick() string {
	if x != nil {
		return x.FriendNick
	}
	return ""
}

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

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

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

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

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

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

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

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

func (x *FriendMessage) GetLabelIds() string {
	if x != nil {
		return x.LabelIds
	}
	return ""
}

func (x *FriendMessage) GetPhone() string {
	if x != nil {
		return x.Phone
	}
	return ""
}

func (x *FriendMessage) GetDesc() string {
	if x != nil {
		return x.Desc
	}
	return ""
}

func (x *FriendMessage) GetSource() int32 {
	if x != nil {
		return x.Source
	}
	return 0
}

func (x *FriendMessage) GetSourceExt() string {
	if x != nil {
		return x.SourceExt
	}
	return ""
}

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

	WeChatId string         `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` // 全局唯一识别码
	Friend   *FriendMessage `protobuf:"bytes,3,opt,name=Friend,proto3" json:"Friend,omitempty"`     // 好友信息
}

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

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

func (*FriendAddNoticeMessage) ProtoMessage() {}

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

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

func (x *FriendAddNoticeMessage) GetFriend() *FriendMessage {
	if x != nil {
		return x.Friend
	}
	return nil
}

var File_FriendAddNotice_proto protoreflect.FileDescriptor

var file_FriendAddNotice_proto_rawDesc = []byte{
	0x0a, 0x15, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 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, 0xc2, 0x03, 0x0a, 0x0d, 0x46, 0x72, 0x69,
	0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x46, 0x72,
	0x69, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x46, 0x72,
	0x69, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64,
	0x4e, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64,
	0x4e, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x69, 0x63, 0x6b,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x69,
	0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x4d, 0x65, 0x6d, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x04, 0x4d, 0x65, 0x6d, 0x6f, 0x12, 0x3b, 0x0a, 0x06, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72,
	0x18, 0x05, 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, 0x06,
	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, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x08, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x69, 0x74,
	0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x43, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a,
	0x06, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x41,
	0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18,
	0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x12, 0x0a,
	0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x49, 0x64, 0x73, 0x18, 0x0c, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x08, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x49, 0x64, 0x73, 0x12, 0x14, 0x0a,
	0x05, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x50, 0x68,
	0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65, 0x73, 0x63, 0x18, 0x0e, 0x20, 0x01, 0x28,
	0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x6f, 0x75, 0x72, 0x63,
	0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12,
	0x1c, 0x0a, 0x09, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x78, 0x74, 0x18, 0x10, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x09, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x45, 0x78, 0x74, 0x22, 0x74, 0x0a,
	0x16, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 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, 0x3e, 0x0a, 0x06, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x26, 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, 0x46, 0x72,
	0x69, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x06, 0x46, 0x72, 0x69,
	0x65, 0x6e, 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_FriendAddNotice_proto_rawDescOnce sync.Once
	file_FriendAddNotice_proto_rawDescData = file_FriendAddNotice_proto_rawDesc
)

func file_FriendAddNotice_proto_rawDescGZIP() []byte {
	file_FriendAddNotice_proto_rawDescOnce.Do(func() {
		file_FriendAddNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_FriendAddNotice_proto_rawDescData)
	})
	return file_FriendAddNotice_proto_rawDescData
}

var file_FriendAddNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_FriendAddNotice_proto_goTypes = []any{
	(*FriendMessage)(nil),          // 0: Jubo.JuLiao.IM.Wx.Proto.FriendMessage
	(*FriendAddNoticeMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.FriendAddNoticeMessage
	(EnumGender)(0),                // 2: Jubo.JuLiao.IM.Wx.Proto.EnumGender
}
var file_FriendAddNotice_proto_depIdxs = []int32{
	2, // 0: Jubo.JuLiao.IM.Wx.Proto.FriendMessage.Gender:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumGender
	0, // 1: Jubo.JuLiao.IM.Wx.Proto.FriendAddNoticeMessage.Friend:type_name -> Jubo.JuLiao.IM.Wx.Proto.FriendMessage
	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_FriendAddNotice_proto_init() }
func file_FriendAddNotice_proto_init() {
	if File_FriendAddNotice_proto != nil {
		return
	}
	file_TransportMessage_proto_init()
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_FriendAddNotice_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   2,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_FriendAddNotice_proto_goTypes,
		DependencyIndexes: file_FriendAddNotice_proto_depIdxs,
		MessageInfos:      file_FriendAddNotice_proto_msgTypes,
	}.Build()
	File_FriendAddNotice_proto = out.File
	file_FriendAddNotice_proto_rawDesc = nil
	file_FriendAddNotice_proto_goTypes = nil
	file_FriendAddNotice_proto_depIdxs = nil
}