// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 // protoc v3.21.12 // source: waGroupHistory/WAWebProtobufsGroupHistory.proto package waGroupHistory import ( reflect "reflect" sync "sync" unsafe "unsafe" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" waWeb "git.bobomao.top/joey/whatsmeow/proto/waWeb" ) 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 GroupHistory struct { state protoimpl.MessageState `protogen:"open.v1"` Messages []*waWeb.WebMessageInfo `protobuf:"bytes,1,rep,name=messages" json:"messages,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GroupHistory) Reset() { *x = GroupHistory{} mi := &file_waGroupHistory_WAWebProtobufsGroupHistory_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GroupHistory) String() string { return protoimpl.X.MessageStringOf(x) } func (*GroupHistory) ProtoMessage() {} func (x *GroupHistory) ProtoReflect() protoreflect.Message { mi := &file_waGroupHistory_WAWebProtobufsGroupHistory_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 GroupHistory.ProtoReflect.Descriptor instead. func (*GroupHistory) Descriptor() ([]byte, []int) { return file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescGZIP(), []int{0} } func (x *GroupHistory) GetMessages() []*waWeb.WebMessageInfo { if x != nil { return x.Messages } return nil } var File_waGroupHistory_WAWebProtobufsGroupHistory_proto protoreflect.FileDescriptor const file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDesc = "" + "\n" + "/waGroupHistory/WAWebProtobufsGroupHistory.proto\x12\x1aWAWebProtobufsGroupHistory\x1a\x1dwaWeb/WAWebProtobufsWeb.proto\"M\n" + "\fGroupHistory\x12=\n" + "\bmessages\x18\x01 \x03(\v2!.WAWebProtobufsWeb.WebMessageInfoR\bmessagesB*Z(git.bobomao.top/joey/whatsmeow/proto/waGroupHistory" var ( file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescOnce sync.Once file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescData []byte ) func file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescGZIP() []byte { file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescOnce.Do(func() { file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDesc), len(file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDesc))) }) return file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDescData } var file_waGroupHistory_WAWebProtobufsGroupHistory_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_waGroupHistory_WAWebProtobufsGroupHistory_proto_goTypes = []any{ (*GroupHistory)(nil), // 0: WAWebProtobufsGroupHistory.GroupHistory (*waWeb.WebMessageInfo)(nil), // 1: WAWebProtobufsWeb.WebMessageInfo } var file_waGroupHistory_WAWebProtobufsGroupHistory_proto_depIdxs = []int32{ 1, // 0: WAWebProtobufsGroupHistory.GroupHistory.messages:type_name -> WAWebProtobufsWeb.WebMessageInfo 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_waGroupHistory_WAWebProtobufsGroupHistory_proto_init() } func file_waGroupHistory_WAWebProtobufsGroupHistory_proto_init() { if File_waGroupHistory_WAWebProtobufsGroupHistory_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDesc), len(file_waGroupHistory_WAWebProtobufsGroupHistory_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_waGroupHistory_WAWebProtobufsGroupHistory_proto_goTypes, DependencyIndexes: file_waGroupHistory_WAWebProtobufsGroupHistory_proto_depIdxs, MessageInfos: file_waGroupHistory_WAWebProtobufsGroupHistory_proto_msgTypes, }.Build() File_waGroupHistory_WAWebProtobufsGroupHistory_proto = out.File file_waGroupHistory_WAWebProtobufsGroupHistory_proto_goTypes = nil file_waGroupHistory_WAWebProtobufsGroupHistory_proto_depIdxs = nil }