// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.6 // protoc v6.31.1 // source: waArmadilloXMA/WAArmadilloXMA.proto package waArmadilloXMA import ( waCommon "git.bobomao.top/joey/whatsmeow/proto/waCommon" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" unsafe "unsafe" ) 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 ExtendedContentMessage_OverlayIconGlyph int32 const ( ExtendedContentMessage_INFO ExtendedContentMessage_OverlayIconGlyph = 0 ExtendedContentMessage_EYE_OFF ExtendedContentMessage_OverlayIconGlyph = 1 ExtendedContentMessage_NEWS_OFF ExtendedContentMessage_OverlayIconGlyph = 2 ExtendedContentMessage_WARNING ExtendedContentMessage_OverlayIconGlyph = 3 ExtendedContentMessage_PRIVATE ExtendedContentMessage_OverlayIconGlyph = 4 ExtendedContentMessage_NONE ExtendedContentMessage_OverlayIconGlyph = 5 ExtendedContentMessage_MEDIA_LABEL ExtendedContentMessage_OverlayIconGlyph = 6 ExtendedContentMessage_POST_COVER ExtendedContentMessage_OverlayIconGlyph = 7 ExtendedContentMessage_POST_LABEL ExtendedContentMessage_OverlayIconGlyph = 8 ExtendedContentMessage_WARNING_SCREENS ExtendedContentMessage_OverlayIconGlyph = 9 ) // Enum value maps for ExtendedContentMessage_OverlayIconGlyph. var ( ExtendedContentMessage_OverlayIconGlyph_name = map[int32]string{ 0: "INFO", 1: "EYE_OFF", 2: "NEWS_OFF", 3: "WARNING", 4: "PRIVATE", 5: "NONE", 6: "MEDIA_LABEL", 7: "POST_COVER", 8: "POST_LABEL", 9: "WARNING_SCREENS", } ExtendedContentMessage_OverlayIconGlyph_value = map[string]int32{ "INFO": 0, "EYE_OFF": 1, "NEWS_OFF": 2, "WARNING": 3, "PRIVATE": 4, "NONE": 5, "MEDIA_LABEL": 6, "POST_COVER": 7, "POST_LABEL": 8, "WARNING_SCREENS": 9, } ) func (x ExtendedContentMessage_OverlayIconGlyph) Enum() *ExtendedContentMessage_OverlayIconGlyph { p := new(ExtendedContentMessage_OverlayIconGlyph) *p = x return p } func (x ExtendedContentMessage_OverlayIconGlyph) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ExtendedContentMessage_OverlayIconGlyph) Descriptor() protoreflect.EnumDescriptor { return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[0].Descriptor() } func (ExtendedContentMessage_OverlayIconGlyph) Type() protoreflect.EnumType { return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[0] } func (x ExtendedContentMessage_OverlayIconGlyph) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *ExtendedContentMessage_OverlayIconGlyph) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = ExtendedContentMessage_OverlayIconGlyph(num) return nil } // Deprecated: Use ExtendedContentMessage_OverlayIconGlyph.Descriptor instead. func (ExtendedContentMessage_OverlayIconGlyph) EnumDescriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 0} } type ExtendedContentMessage_CtaButtonType int32 const ( ExtendedContentMessage_OPEN_NATIVE ExtendedContentMessage_CtaButtonType = 11 ) // Enum value maps for ExtendedContentMessage_CtaButtonType. var ( ExtendedContentMessage_CtaButtonType_name = map[int32]string{ 11: "OPEN_NATIVE", } ExtendedContentMessage_CtaButtonType_value = map[string]int32{ "OPEN_NATIVE": 11, } ) func (x ExtendedContentMessage_CtaButtonType) Enum() *ExtendedContentMessage_CtaButtonType { p := new(ExtendedContentMessage_CtaButtonType) *p = x return p } func (x ExtendedContentMessage_CtaButtonType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ExtendedContentMessage_CtaButtonType) Descriptor() protoreflect.EnumDescriptor { return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[1].Descriptor() } func (ExtendedContentMessage_CtaButtonType) Type() protoreflect.EnumType { return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[1] } func (x ExtendedContentMessage_CtaButtonType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *ExtendedContentMessage_CtaButtonType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = ExtendedContentMessage_CtaButtonType(num) return nil } // Deprecated: Use ExtendedContentMessage_CtaButtonType.Descriptor instead. func (ExtendedContentMessage_CtaButtonType) EnumDescriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 1} } type ExtendedContentMessage_XmaLayoutType int32 const ( ExtendedContentMessage_SINGLE ExtendedContentMessage_XmaLayoutType = 0 ExtendedContentMessage_HSCROLL ExtendedContentMessage_XmaLayoutType = 1 ExtendedContentMessage_PORTRAIT ExtendedContentMessage_XmaLayoutType = 3 ExtendedContentMessage_STANDARD_DXMA ExtendedContentMessage_XmaLayoutType = 12 ExtendedContentMessage_LIST_DXMA ExtendedContentMessage_XmaLayoutType = 15 ExtendedContentMessage_GRID ExtendedContentMessage_XmaLayoutType = 16 ) // Enum value maps for ExtendedContentMessage_XmaLayoutType. var ( ExtendedContentMessage_XmaLayoutType_name = map[int32]string{ 0: "SINGLE", 1: "HSCROLL", 3: "PORTRAIT", 12: "STANDARD_DXMA", 15: "LIST_DXMA", 16: "GRID", } ExtendedContentMessage_XmaLayoutType_value = map[string]int32{ "SINGLE": 0, "HSCROLL": 1, "PORTRAIT": 3, "STANDARD_DXMA": 12, "LIST_DXMA": 15, "GRID": 16, } ) func (x ExtendedContentMessage_XmaLayoutType) Enum() *ExtendedContentMessage_XmaLayoutType { p := new(ExtendedContentMessage_XmaLayoutType) *p = x return p } func (x ExtendedContentMessage_XmaLayoutType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ExtendedContentMessage_XmaLayoutType) Descriptor() protoreflect.EnumDescriptor { return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[2].Descriptor() } func (ExtendedContentMessage_XmaLayoutType) Type() protoreflect.EnumType { return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[2] } func (x ExtendedContentMessage_XmaLayoutType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *ExtendedContentMessage_XmaLayoutType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = ExtendedContentMessage_XmaLayoutType(num) return nil } // Deprecated: Use ExtendedContentMessage_XmaLayoutType.Descriptor instead. func (ExtendedContentMessage_XmaLayoutType) EnumDescriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 2} } type ExtendedContentMessage_ExtendedContentType int32 const ( ExtendedContentMessage_UNSUPPORTED ExtendedContentMessage_ExtendedContentType = 0 ExtendedContentMessage_IG_STORY_PHOTO_MENTION ExtendedContentMessage_ExtendedContentType = 4 ExtendedContentMessage_IG_SINGLE_IMAGE_POST_SHARE ExtendedContentMessage_ExtendedContentType = 9 ExtendedContentMessage_IG_MULTIPOST_SHARE ExtendedContentMessage_ExtendedContentType = 10 ExtendedContentMessage_IG_SINGLE_VIDEO_POST_SHARE ExtendedContentMessage_ExtendedContentType = 11 ExtendedContentMessage_IG_STORY_PHOTO_SHARE ExtendedContentMessage_ExtendedContentType = 12 ExtendedContentMessage_IG_STORY_VIDEO_SHARE ExtendedContentMessage_ExtendedContentType = 13 ExtendedContentMessage_IG_CLIPS_SHARE ExtendedContentMessage_ExtendedContentType = 14 ExtendedContentMessage_IG_IGTV_SHARE ExtendedContentMessage_ExtendedContentType = 15 ExtendedContentMessage_IG_SHOP_SHARE ExtendedContentMessage_ExtendedContentType = 16 ExtendedContentMessage_IG_PROFILE_SHARE ExtendedContentMessage_ExtendedContentType = 19 ExtendedContentMessage_IG_STORY_PHOTO_HIGHLIGHT_SHARE ExtendedContentMessage_ExtendedContentType = 20 ExtendedContentMessage_IG_STORY_VIDEO_HIGHLIGHT_SHARE ExtendedContentMessage_ExtendedContentType = 21 ExtendedContentMessage_IG_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 22 ExtendedContentMessage_IG_STORY_REACTION ExtendedContentMessage_ExtendedContentType = 23 ExtendedContentMessage_IG_STORY_VIDEO_MENTION ExtendedContentMessage_ExtendedContentType = 24 ExtendedContentMessage_IG_STORY_HIGHLIGHT_REPLY ExtendedContentMessage_ExtendedContentType = 25 ExtendedContentMessage_IG_STORY_HIGHLIGHT_REACTION ExtendedContentMessage_ExtendedContentType = 26 ExtendedContentMessage_IG_EXTERNAL_LINK ExtendedContentMessage_ExtendedContentType = 27 ExtendedContentMessage_IG_RECEIVER_FETCH ExtendedContentMessage_ExtendedContentType = 28 ExtendedContentMessage_FB_FEED_SHARE ExtendedContentMessage_ExtendedContentType = 1000 ExtendedContentMessage_FB_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 1001 ExtendedContentMessage_FB_STORY_SHARE ExtendedContentMessage_ExtendedContentType = 1002 ExtendedContentMessage_FB_STORY_MENTION ExtendedContentMessage_ExtendedContentType = 1003 ExtendedContentMessage_FB_FEED_VIDEO_SHARE ExtendedContentMessage_ExtendedContentType = 1004 ExtendedContentMessage_FB_GAMING_CUSTOM_UPDATE ExtendedContentMessage_ExtendedContentType = 1005 ExtendedContentMessage_FB_PRODUCER_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 1006 ExtendedContentMessage_FB_EVENT ExtendedContentMessage_ExtendedContentType = 1007 ExtendedContentMessage_FB_FEED_POST_PRIVATE_REPLY ExtendedContentMessage_ExtendedContentType = 1008 ExtendedContentMessage_FB_SHORT ExtendedContentMessage_ExtendedContentType = 1009 ExtendedContentMessage_FB_COMMENT_MENTION_SHARE ExtendedContentMessage_ExtendedContentType = 1010 ExtendedContentMessage_FB_POST_MENTION ExtendedContentMessage_ExtendedContentType = 1011 ExtendedContentMessage_FB_PROFILE_DIRECTORY_ITEM ExtendedContentMessage_ExtendedContentType = 1013 ExtendedContentMessage_FB_FEED_POST_REACTION_REPLY ExtendedContentMessage_ExtendedContentType = 1014 ExtendedContentMessage_MSG_EXTERNAL_LINK_SHARE ExtendedContentMessage_ExtendedContentType = 2000 ExtendedContentMessage_MSG_P2P_PAYMENT ExtendedContentMessage_ExtendedContentType = 2001 ExtendedContentMessage_MSG_LOCATION_SHARING ExtendedContentMessage_ExtendedContentType = 2002 ExtendedContentMessage_MSG_LOCATION_SHARING_V2 ExtendedContentMessage_ExtendedContentType = 2003 ExtendedContentMessage_MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY ExtendedContentMessage_ExtendedContentType = 2004 ExtendedContentMessage_MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY ExtendedContentMessage_ExtendedContentType = 2005 ExtendedContentMessage_MSG_RECEIVER_FETCH ExtendedContentMessage_ExtendedContentType = 2006 ExtendedContentMessage_MSG_IG_MEDIA_SHARE ExtendedContentMessage_ExtendedContentType = 2007 ExtendedContentMessage_MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE ExtendedContentMessage_ExtendedContentType = 2008 ExtendedContentMessage_MSG_REELS_LIST ExtendedContentMessage_ExtendedContentType = 2009 ExtendedContentMessage_MSG_CONTACT ExtendedContentMessage_ExtendedContentType = 2010 ExtendedContentMessage_MSG_THREADS_POST_SHARE ExtendedContentMessage_ExtendedContentType = 2011 ExtendedContentMessage_MSG_FILE ExtendedContentMessage_ExtendedContentType = 2012 ExtendedContentMessage_MSG_AVATAR_DETAILS ExtendedContentMessage_ExtendedContentType = 2013 ExtendedContentMessage_MSG_AI_CONTACT ExtendedContentMessage_ExtendedContentType = 2014 ExtendedContentMessage_MSG_MEMORIES_SHARE ExtendedContentMessage_ExtendedContentType = 2015 ExtendedContentMessage_MSG_SHARED_ALBUM_REPLY ExtendedContentMessage_ExtendedContentType = 2016 ExtendedContentMessage_MSG_SHARED_ALBUM ExtendedContentMessage_ExtendedContentType = 2017 ExtendedContentMessage_MSG_OCCAMADILLO_XMA ExtendedContentMessage_ExtendedContentType = 2018 ExtendedContentMessage_MSG_GEN_AI_SUBSCRIPTION ExtendedContentMessage_ExtendedContentType = 2021 ExtendedContentMessage_MSG_GEN_AI_REMINDER ExtendedContentMessage_ExtendedContentType = 2022 ExtendedContentMessage_MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE ExtendedContentMessage_ExtendedContentType = 2023 ExtendedContentMessage_MSG_NOTE_REPLY ExtendedContentMessage_ExtendedContentType = 2024 ExtendedContentMessage_MSG_NOTE_MENTION ExtendedContentMessage_ExtendedContentType = 2025 ExtendedContentMessage_GEN_AI_ENTITY ExtendedContentMessage_ExtendedContentType = 2026 ExtendedContentMessage_RTC_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3000 ExtendedContentMessage_RTC_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3001 ExtendedContentMessage_RTC_MISSED_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3002 ExtendedContentMessage_RTC_MISSED_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3003 ExtendedContentMessage_RTC_GROUP_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3004 ExtendedContentMessage_RTC_GROUP_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3005 ExtendedContentMessage_RTC_MISSED_GROUP_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3006 ExtendedContentMessage_RTC_MISSED_GROUP_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3007 ExtendedContentMessage_RTC_ONGOING_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3008 ExtendedContentMessage_RTC_ONGOING_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3009 ExtendedContentMessage_MSG_RECEIVER_FETCH_FALLBACK ExtendedContentMessage_ExtendedContentType = 3025 ExtendedContentMessage_DATACLASS_SENDER_COPY ExtendedContentMessage_ExtendedContentType = 4000 ) // Enum value maps for ExtendedContentMessage_ExtendedContentType. var ( ExtendedContentMessage_ExtendedContentType_name = map[int32]string{ 0: "UNSUPPORTED", 4: "IG_STORY_PHOTO_MENTION", 9: "IG_SINGLE_IMAGE_POST_SHARE", 10: "IG_MULTIPOST_SHARE", 11: "IG_SINGLE_VIDEO_POST_SHARE", 12: "IG_STORY_PHOTO_SHARE", 13: "IG_STORY_VIDEO_SHARE", 14: "IG_CLIPS_SHARE", 15: "IG_IGTV_SHARE", 16: "IG_SHOP_SHARE", 19: "IG_PROFILE_SHARE", 20: "IG_STORY_PHOTO_HIGHLIGHT_SHARE", 21: "IG_STORY_VIDEO_HIGHLIGHT_SHARE", 22: "IG_STORY_REPLY", 23: "IG_STORY_REACTION", 24: "IG_STORY_VIDEO_MENTION", 25: "IG_STORY_HIGHLIGHT_REPLY", 26: "IG_STORY_HIGHLIGHT_REACTION", 27: "IG_EXTERNAL_LINK", 28: "IG_RECEIVER_FETCH", 1000: "FB_FEED_SHARE", 1001: "FB_STORY_REPLY", 1002: "FB_STORY_SHARE", 1003: "FB_STORY_MENTION", 1004: "FB_FEED_VIDEO_SHARE", 1005: "FB_GAMING_CUSTOM_UPDATE", 1006: "FB_PRODUCER_STORY_REPLY", 1007: "FB_EVENT", 1008: "FB_FEED_POST_PRIVATE_REPLY", 1009: "FB_SHORT", 1010: "FB_COMMENT_MENTION_SHARE", 1011: "FB_POST_MENTION", 1013: "FB_PROFILE_DIRECTORY_ITEM", 1014: "FB_FEED_POST_REACTION_REPLY", 2000: "MSG_EXTERNAL_LINK_SHARE", 2001: "MSG_P2P_PAYMENT", 2002: "MSG_LOCATION_SHARING", 2003: "MSG_LOCATION_SHARING_V2", 2004: "MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY", 2005: "MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY", 2006: "MSG_RECEIVER_FETCH", 2007: "MSG_IG_MEDIA_SHARE", 2008: "MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE", 2009: "MSG_REELS_LIST", 2010: "MSG_CONTACT", 2011: "MSG_THREADS_POST_SHARE", 2012: "MSG_FILE", 2013: "MSG_AVATAR_DETAILS", 2014: "MSG_AI_CONTACT", 2015: "MSG_MEMORIES_SHARE", 2016: "MSG_SHARED_ALBUM_REPLY", 2017: "MSG_SHARED_ALBUM", 2018: "MSG_OCCAMADILLO_XMA", 2021: "MSG_GEN_AI_SUBSCRIPTION", 2022: "MSG_GEN_AI_REMINDER", 2023: "MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE", 2024: "MSG_NOTE_REPLY", 2025: "MSG_NOTE_MENTION", 2026: "GEN_AI_ENTITY", 3000: "RTC_AUDIO_CALL", 3001: "RTC_VIDEO_CALL", 3002: "RTC_MISSED_AUDIO_CALL", 3003: "RTC_MISSED_VIDEO_CALL", 3004: "RTC_GROUP_AUDIO_CALL", 3005: "RTC_GROUP_VIDEO_CALL", 3006: "RTC_MISSED_GROUP_AUDIO_CALL", 3007: "RTC_MISSED_GROUP_VIDEO_CALL", 3008: "RTC_ONGOING_AUDIO_CALL", 3009: "RTC_ONGOING_VIDEO_CALL", 3025: "MSG_RECEIVER_FETCH_FALLBACK", 4000: "DATACLASS_SENDER_COPY", } ExtendedContentMessage_ExtendedContentType_value = map[string]int32{ "UNSUPPORTED": 0, "IG_STORY_PHOTO_MENTION": 4, "IG_SINGLE_IMAGE_POST_SHARE": 9, "IG_MULTIPOST_SHARE": 10, "IG_SINGLE_VIDEO_POST_SHARE": 11, "IG_STORY_PHOTO_SHARE": 12, "IG_STORY_VIDEO_SHARE": 13, "IG_CLIPS_SHARE": 14, "IG_IGTV_SHARE": 15, "IG_SHOP_SHARE": 16, "IG_PROFILE_SHARE": 19, "IG_STORY_PHOTO_HIGHLIGHT_SHARE": 20, "IG_STORY_VIDEO_HIGHLIGHT_SHARE": 21, "IG_STORY_REPLY": 22, "IG_STORY_REACTION": 23, "IG_STORY_VIDEO_MENTION": 24, "IG_STORY_HIGHLIGHT_REPLY": 25, "IG_STORY_HIGHLIGHT_REACTION": 26, "IG_EXTERNAL_LINK": 27, "IG_RECEIVER_FETCH": 28, "FB_FEED_SHARE": 1000, "FB_STORY_REPLY": 1001, "FB_STORY_SHARE": 1002, "FB_STORY_MENTION": 1003, "FB_FEED_VIDEO_SHARE": 1004, "FB_GAMING_CUSTOM_UPDATE": 1005, "FB_PRODUCER_STORY_REPLY": 1006, "FB_EVENT": 1007, "FB_FEED_POST_PRIVATE_REPLY": 1008, "FB_SHORT": 1009, "FB_COMMENT_MENTION_SHARE": 1010, "FB_POST_MENTION": 1011, "FB_PROFILE_DIRECTORY_ITEM": 1013, "FB_FEED_POST_REACTION_REPLY": 1014, "MSG_EXTERNAL_LINK_SHARE": 2000, "MSG_P2P_PAYMENT": 2001, "MSG_LOCATION_SHARING": 2002, "MSG_LOCATION_SHARING_V2": 2003, "MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY": 2004, "MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY": 2005, "MSG_RECEIVER_FETCH": 2006, "MSG_IG_MEDIA_SHARE": 2007, "MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE": 2008, "MSG_REELS_LIST": 2009, "MSG_CONTACT": 2010, "MSG_THREADS_POST_SHARE": 2011, "MSG_FILE": 2012, "MSG_AVATAR_DETAILS": 2013, "MSG_AI_CONTACT": 2014, "MSG_MEMORIES_SHARE": 2015, "MSG_SHARED_ALBUM_REPLY": 2016, "MSG_SHARED_ALBUM": 2017, "MSG_OCCAMADILLO_XMA": 2018, "MSG_GEN_AI_SUBSCRIPTION": 2021, "MSG_GEN_AI_REMINDER": 2022, "MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE": 2023, "MSG_NOTE_REPLY": 2024, "MSG_NOTE_MENTION": 2025, "GEN_AI_ENTITY": 2026, "RTC_AUDIO_CALL": 3000, "RTC_VIDEO_CALL": 3001, "RTC_MISSED_AUDIO_CALL": 3002, "RTC_MISSED_VIDEO_CALL": 3003, "RTC_GROUP_AUDIO_CALL": 3004, "RTC_GROUP_VIDEO_CALL": 3005, "RTC_MISSED_GROUP_AUDIO_CALL": 3006, "RTC_MISSED_GROUP_VIDEO_CALL": 3007, "RTC_ONGOING_AUDIO_CALL": 3008, "RTC_ONGOING_VIDEO_CALL": 3009, "MSG_RECEIVER_FETCH_FALLBACK": 3025, "DATACLASS_SENDER_COPY": 4000, } ) func (x ExtendedContentMessage_ExtendedContentType) Enum() *ExtendedContentMessage_ExtendedContentType { p := new(ExtendedContentMessage_ExtendedContentType) *p = x return p } func (x ExtendedContentMessage_ExtendedContentType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (ExtendedContentMessage_ExtendedContentType) Descriptor() protoreflect.EnumDescriptor { return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[3].Descriptor() } func (ExtendedContentMessage_ExtendedContentType) Type() protoreflect.EnumType { return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[3] } func (x ExtendedContentMessage_ExtendedContentType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Do not use. func (x *ExtendedContentMessage_ExtendedContentType) UnmarshalJSON(b []byte) error { num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) if err != nil { return err } *x = ExtendedContentMessage_ExtendedContentType(num) return nil } // Deprecated: Use ExtendedContentMessage_ExtendedContentType.Descriptor instead. func (ExtendedContentMessage_ExtendedContentType) EnumDescriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 3} } type ExtendedContentMessage struct { state protoimpl.MessageState `protogen:"open.v1"` AssociatedMessage *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=associatedMessage" json:"associatedMessage,omitempty"` TargetType *ExtendedContentMessage_ExtendedContentType `protobuf:"varint,2,opt,name=targetType,enum=WAArmadilloXMA.ExtendedContentMessage_ExtendedContentType" json:"targetType,omitempty"` TargetUsername *string `protobuf:"bytes,3,opt,name=targetUsername" json:"targetUsername,omitempty"` TargetID *string `protobuf:"bytes,4,opt,name=targetID" json:"targetID,omitempty"` TargetExpiringAtSec *int64 `protobuf:"varint,5,opt,name=targetExpiringAtSec" json:"targetExpiringAtSec,omitempty"` XmaLayoutType *ExtendedContentMessage_XmaLayoutType `protobuf:"varint,6,opt,name=xmaLayoutType,enum=WAArmadilloXMA.ExtendedContentMessage_XmaLayoutType" json:"xmaLayoutType,omitempty"` Ctas []*ExtendedContentMessage_CTA `protobuf:"bytes,7,rep,name=ctas" json:"ctas,omitempty"` Previews []*waCommon.SubProtocol `protobuf:"bytes,8,rep,name=previews" json:"previews,omitempty"` TitleText *string `protobuf:"bytes,9,opt,name=titleText" json:"titleText,omitempty"` SubtitleText *string `protobuf:"bytes,10,opt,name=subtitleText" json:"subtitleText,omitempty"` MaxTitleNumOfLines *uint32 `protobuf:"varint,11,opt,name=maxTitleNumOfLines" json:"maxTitleNumOfLines,omitempty"` MaxSubtitleNumOfLines *uint32 `protobuf:"varint,12,opt,name=maxSubtitleNumOfLines" json:"maxSubtitleNumOfLines,omitempty"` Favicon *waCommon.SubProtocol `protobuf:"bytes,13,opt,name=favicon" json:"favicon,omitempty"` HeaderImage *waCommon.SubProtocol `protobuf:"bytes,14,opt,name=headerImage" json:"headerImage,omitempty"` HeaderTitle *string `protobuf:"bytes,15,opt,name=headerTitle" json:"headerTitle,omitempty"` OverlayIconGlyph *ExtendedContentMessage_OverlayIconGlyph `protobuf:"varint,16,opt,name=overlayIconGlyph,enum=WAArmadilloXMA.ExtendedContentMessage_OverlayIconGlyph" json:"overlayIconGlyph,omitempty"` OverlayTitle *string `protobuf:"bytes,17,opt,name=overlayTitle" json:"overlayTitle,omitempty"` OverlayDescription *string `protobuf:"bytes,18,opt,name=overlayDescription" json:"overlayDescription,omitempty"` SentWithMessageID *string `protobuf:"bytes,19,opt,name=sentWithMessageID" json:"sentWithMessageID,omitempty"` MessageText *string `protobuf:"bytes,20,opt,name=messageText" json:"messageText,omitempty"` HeaderSubtitle *string `protobuf:"bytes,21,opt,name=headerSubtitle" json:"headerSubtitle,omitempty"` XmaDataclass *string `protobuf:"bytes,22,opt,name=xmaDataclass" json:"xmaDataclass,omitempty"` ContentRef *string `protobuf:"bytes,23,opt,name=contentRef" json:"contentRef,omitempty"` MentionedJID []string `protobuf:"bytes,24,rep,name=mentionedJID" json:"mentionedJID,omitempty"` Commands []*waCommon.Command `protobuf:"bytes,25,rep,name=commands" json:"commands,omitempty"` Mentions []*waCommon.Mention `protobuf:"bytes,26,rep,name=mentions" json:"mentions,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ExtendedContentMessage) Reset() { *x = ExtendedContentMessage{} mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ExtendedContentMessage) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtendedContentMessage) ProtoMessage() {} func (x *ExtendedContentMessage) ProtoReflect() protoreflect.Message { mi := &file_waArmadilloXMA_WAArmadilloXMA_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 ExtendedContentMessage.ProtoReflect.Descriptor instead. func (*ExtendedContentMessage) Descriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0} } func (x *ExtendedContentMessage) GetAssociatedMessage() *waCommon.SubProtocol { if x != nil { return x.AssociatedMessage } return nil } func (x *ExtendedContentMessage) GetTargetType() ExtendedContentMessage_ExtendedContentType { if x != nil && x.TargetType != nil { return *x.TargetType } return ExtendedContentMessage_UNSUPPORTED } func (x *ExtendedContentMessage) GetTargetUsername() string { if x != nil && x.TargetUsername != nil { return *x.TargetUsername } return "" } func (x *ExtendedContentMessage) GetTargetID() string { if x != nil && x.TargetID != nil { return *x.TargetID } return "" } func (x *ExtendedContentMessage) GetTargetExpiringAtSec() int64 { if x != nil && x.TargetExpiringAtSec != nil { return *x.TargetExpiringAtSec } return 0 } func (x *ExtendedContentMessage) GetXmaLayoutType() ExtendedContentMessage_XmaLayoutType { if x != nil && x.XmaLayoutType != nil { return *x.XmaLayoutType } return ExtendedContentMessage_SINGLE } func (x *ExtendedContentMessage) GetCtas() []*ExtendedContentMessage_CTA { if x != nil { return x.Ctas } return nil } func (x *ExtendedContentMessage) GetPreviews() []*waCommon.SubProtocol { if x != nil { return x.Previews } return nil } func (x *ExtendedContentMessage) GetTitleText() string { if x != nil && x.TitleText != nil { return *x.TitleText } return "" } func (x *ExtendedContentMessage) GetSubtitleText() string { if x != nil && x.SubtitleText != nil { return *x.SubtitleText } return "" } func (x *ExtendedContentMessage) GetMaxTitleNumOfLines() uint32 { if x != nil && x.MaxTitleNumOfLines != nil { return *x.MaxTitleNumOfLines } return 0 } func (x *ExtendedContentMessage) GetMaxSubtitleNumOfLines() uint32 { if x != nil && x.MaxSubtitleNumOfLines != nil { return *x.MaxSubtitleNumOfLines } return 0 } func (x *ExtendedContentMessage) GetFavicon() *waCommon.SubProtocol { if x != nil { return x.Favicon } return nil } func (x *ExtendedContentMessage) GetHeaderImage() *waCommon.SubProtocol { if x != nil { return x.HeaderImage } return nil } func (x *ExtendedContentMessage) GetHeaderTitle() string { if x != nil && x.HeaderTitle != nil { return *x.HeaderTitle } return "" } func (x *ExtendedContentMessage) GetOverlayIconGlyph() ExtendedContentMessage_OverlayIconGlyph { if x != nil && x.OverlayIconGlyph != nil { return *x.OverlayIconGlyph } return ExtendedContentMessage_INFO } func (x *ExtendedContentMessage) GetOverlayTitle() string { if x != nil && x.OverlayTitle != nil { return *x.OverlayTitle } return "" } func (x *ExtendedContentMessage) GetOverlayDescription() string { if x != nil && x.OverlayDescription != nil { return *x.OverlayDescription } return "" } func (x *ExtendedContentMessage) GetSentWithMessageID() string { if x != nil && x.SentWithMessageID != nil { return *x.SentWithMessageID } return "" } func (x *ExtendedContentMessage) GetMessageText() string { if x != nil && x.MessageText != nil { return *x.MessageText } return "" } func (x *ExtendedContentMessage) GetHeaderSubtitle() string { if x != nil && x.HeaderSubtitle != nil { return *x.HeaderSubtitle } return "" } func (x *ExtendedContentMessage) GetXmaDataclass() string { if x != nil && x.XmaDataclass != nil { return *x.XmaDataclass } return "" } func (x *ExtendedContentMessage) GetContentRef() string { if x != nil && x.ContentRef != nil { return *x.ContentRef } return "" } func (x *ExtendedContentMessage) GetMentionedJID() []string { if x != nil { return x.MentionedJID } return nil } func (x *ExtendedContentMessage) GetCommands() []*waCommon.Command { if x != nil { return x.Commands } return nil } func (x *ExtendedContentMessage) GetMentions() []*waCommon.Mention { if x != nil { return x.Mentions } return nil } type ExtendedContentMessage_CTA struct { state protoimpl.MessageState `protogen:"open.v1"` ButtonType *ExtendedContentMessage_CtaButtonType `protobuf:"varint,1,opt,name=buttonType,enum=WAArmadilloXMA.ExtendedContentMessage_CtaButtonType" json:"buttonType,omitempty"` Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"` ActionURL *string `protobuf:"bytes,3,opt,name=actionURL" json:"actionURL,omitempty"` NativeURL *string `protobuf:"bytes,4,opt,name=nativeURL" json:"nativeURL,omitempty"` CtaType *string `protobuf:"bytes,5,opt,name=ctaType" json:"ctaType,omitempty"` ActionContentBlob *string `protobuf:"bytes,6,opt,name=actionContentBlob" json:"actionContentBlob,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ExtendedContentMessage_CTA) Reset() { *x = ExtendedContentMessage_CTA{} mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ExtendedContentMessage_CTA) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtendedContentMessage_CTA) ProtoMessage() {} func (x *ExtendedContentMessage_CTA) ProtoReflect() protoreflect.Message { mi := &file_waArmadilloXMA_WAArmadilloXMA_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 ExtendedContentMessage_CTA.ProtoReflect.Descriptor instead. func (*ExtendedContentMessage_CTA) Descriptor() ([]byte, []int) { return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 0} } func (x *ExtendedContentMessage_CTA) GetButtonType() ExtendedContentMessage_CtaButtonType { if x != nil && x.ButtonType != nil { return *x.ButtonType } return ExtendedContentMessage_OPEN_NATIVE } func (x *ExtendedContentMessage_CTA) GetTitle() string { if x != nil && x.Title != nil { return *x.Title } return "" } func (x *ExtendedContentMessage_CTA) GetActionURL() string { if x != nil && x.ActionURL != nil { return *x.ActionURL } return "" } func (x *ExtendedContentMessage_CTA) GetNativeURL() string { if x != nil && x.NativeURL != nil { return *x.NativeURL } return "" } func (x *ExtendedContentMessage_CTA) GetCtaType() string { if x != nil && x.CtaType != nil { return *x.CtaType } return "" } func (x *ExtendedContentMessage_CTA) GetActionContentBlob() string { if x != nil && x.ActionContentBlob != nil { return *x.ActionContentBlob } return "" } var File_waArmadilloXMA_WAArmadilloXMA_proto protoreflect.FileDescriptor const file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc = "" + "\n" + "#waArmadilloXMA/WAArmadilloXMA.proto\x12\x0eWAArmadilloXMA\x1a\x17waCommon/WACommon.proto\"\xc6\x1d\n" + "\x16ExtendedContentMessage\x12C\n" + "\x11associatedMessage\x18\x01 \x01(\v2\x15.WACommon.SubProtocolR\x11associatedMessage\x12Z\n" + "\n" + "targetType\x18\x02 \x01(\x0e2:.WAArmadilloXMA.ExtendedContentMessage.ExtendedContentTypeR\n" + "targetType\x12&\n" + "\x0etargetUsername\x18\x03 \x01(\tR\x0etargetUsername\x12\x1a\n" + "\btargetID\x18\x04 \x01(\tR\btargetID\x120\n" + "\x13targetExpiringAtSec\x18\x05 \x01(\x03R\x13targetExpiringAtSec\x12Z\n" + "\rxmaLayoutType\x18\x06 \x01(\x0e24.WAArmadilloXMA.ExtendedContentMessage.XmaLayoutTypeR\rxmaLayoutType\x12>\n" + "\x04ctas\x18\a \x03(\v2*.WAArmadilloXMA.ExtendedContentMessage.CTAR\x04ctas\x121\n" + "\bpreviews\x18\b \x03(\v2\x15.WACommon.SubProtocolR\bpreviews\x12\x1c\n" + "\ttitleText\x18\t \x01(\tR\ttitleText\x12\"\n" + "\fsubtitleText\x18\n" + " \x01(\tR\fsubtitleText\x12.\n" + "\x12maxTitleNumOfLines\x18\v \x01(\rR\x12maxTitleNumOfLines\x124\n" + "\x15maxSubtitleNumOfLines\x18\f \x01(\rR\x15maxSubtitleNumOfLines\x12/\n" + "\afavicon\x18\r \x01(\v2\x15.WACommon.SubProtocolR\afavicon\x127\n" + "\vheaderImage\x18\x0e \x01(\v2\x15.WACommon.SubProtocolR\vheaderImage\x12 \n" + "\vheaderTitle\x18\x0f \x01(\tR\vheaderTitle\x12c\n" + "\x10overlayIconGlyph\x18\x10 \x01(\x0e27.WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyphR\x10overlayIconGlyph\x12\"\n" + "\foverlayTitle\x18\x11 \x01(\tR\foverlayTitle\x12.\n" + "\x12overlayDescription\x18\x12 \x01(\tR\x12overlayDescription\x12,\n" + "\x11sentWithMessageID\x18\x13 \x01(\tR\x11sentWithMessageID\x12 \n" + "\vmessageText\x18\x14 \x01(\tR\vmessageText\x12&\n" + "\x0eheaderSubtitle\x18\x15 \x01(\tR\x0eheaderSubtitle\x12\"\n" + "\fxmaDataclass\x18\x16 \x01(\tR\fxmaDataclass\x12\x1e\n" + "\n" + "contentRef\x18\x17 \x01(\tR\n" + "contentRef\x12\"\n" + "\fmentionedJID\x18\x18 \x03(\tR\fmentionedJID\x12-\n" + "\bcommands\x18\x19 \x03(\v2\x11.WACommon.CommandR\bcommands\x12-\n" + "\bmentions\x18\x1a \x03(\v2\x11.WACommon.MentionR\bmentions\x1a\xf5\x01\n" + "\x03CTA\x12T\n" + "\n" + "buttonType\x18\x01 \x01(\x0e24.WAArmadilloXMA.ExtendedContentMessage.CtaButtonTypeR\n" + "buttonType\x12\x14\n" + "\x05title\x18\x02 \x01(\tR\x05title\x12\x1c\n" + "\tactionURL\x18\x03 \x01(\tR\tactionURL\x12\x1c\n" + "\tnativeURL\x18\x04 \x01(\tR\tnativeURL\x12\x18\n" + "\actaType\x18\x05 \x01(\tR\actaType\x12,\n" + "\x11actionContentBlob\x18\x06 \x01(\tR\x11actionContentBlob\"\xa1\x01\n" + "\x10OverlayIconGlyph\x12\b\n" + "\x04INFO\x10\x00\x12\v\n" + "\aEYE_OFF\x10\x01\x12\f\n" + "\bNEWS_OFF\x10\x02\x12\v\n" + "\aWARNING\x10\x03\x12\v\n" + "\aPRIVATE\x10\x04\x12\b\n" + "\x04NONE\x10\x05\x12\x0f\n" + "\vMEDIA_LABEL\x10\x06\x12\x0e\n" + "\n" + "POST_COVER\x10\a\x12\x0e\n" + "\n" + "POST_LABEL\x10\b\x12\x13\n" + "\x0fWARNING_SCREENS\x10\t\" \n" + "\rCtaButtonType\x12\x0f\n" + "\vOPEN_NATIVE\x10\v\"b\n" + "\rXmaLayoutType\x12\n" + "\n" + "\x06SINGLE\x10\x00\x12\v\n" + "\aHSCROLL\x10\x01\x12\f\n" + "\bPORTRAIT\x10\x03\x12\x11\n" + "\rSTANDARD_DXMA\x10\f\x12\r\n" + "\tLIST_DXMA\x10\x0f\x12\b\n" + "\x04GRID\x10\x10\"\xf8\x0e\n" + "\x13ExtendedContentType\x12\x0f\n" + "\vUNSUPPORTED\x10\x00\x12\x1a\n" + "\x16IG_STORY_PHOTO_MENTION\x10\x04\x12\x1e\n" + "\x1aIG_SINGLE_IMAGE_POST_SHARE\x10\t\x12\x16\n" + "\x12IG_MULTIPOST_SHARE\x10\n" + "\x12\x1e\n" + "\x1aIG_SINGLE_VIDEO_POST_SHARE\x10\v\x12\x18\n" + "\x14IG_STORY_PHOTO_SHARE\x10\f\x12\x18\n" + "\x14IG_STORY_VIDEO_SHARE\x10\r\x12\x12\n" + "\x0eIG_CLIPS_SHARE\x10\x0e\x12\x11\n" + "\rIG_IGTV_SHARE\x10\x0f\x12\x11\n" + "\rIG_SHOP_SHARE\x10\x10\x12\x14\n" + "\x10IG_PROFILE_SHARE\x10\x13\x12\"\n" + "\x1eIG_STORY_PHOTO_HIGHLIGHT_SHARE\x10\x14\x12\"\n" + "\x1eIG_STORY_VIDEO_HIGHLIGHT_SHARE\x10\x15\x12\x12\n" + "\x0eIG_STORY_REPLY\x10\x16\x12\x15\n" + "\x11IG_STORY_REACTION\x10\x17\x12\x1a\n" + "\x16IG_STORY_VIDEO_MENTION\x10\x18\x12\x1c\n" + "\x18IG_STORY_HIGHLIGHT_REPLY\x10\x19\x12\x1f\n" + "\x1bIG_STORY_HIGHLIGHT_REACTION\x10\x1a\x12\x14\n" + "\x10IG_EXTERNAL_LINK\x10\x1b\x12\x15\n" + "\x11IG_RECEIVER_FETCH\x10\x1c\x12\x12\n" + "\rFB_FEED_SHARE\x10\xe8\a\x12\x13\n" + "\x0eFB_STORY_REPLY\x10\xe9\a\x12\x13\n" + "\x0eFB_STORY_SHARE\x10\xea\a\x12\x15\n" + "\x10FB_STORY_MENTION\x10\xeb\a\x12\x18\n" + "\x13FB_FEED_VIDEO_SHARE\x10\xec\a\x12\x1c\n" + "\x17FB_GAMING_CUSTOM_UPDATE\x10\xed\a\x12\x1c\n" + "\x17FB_PRODUCER_STORY_REPLY\x10\xee\a\x12\r\n" + "\bFB_EVENT\x10\xef\a\x12\x1f\n" + "\x1aFB_FEED_POST_PRIVATE_REPLY\x10\xf0\a\x12\r\n" + "\bFB_SHORT\x10\xf1\a\x12\x1d\n" + "\x18FB_COMMENT_MENTION_SHARE\x10\xf2\a\x12\x14\n" + "\x0fFB_POST_MENTION\x10\xf3\a\x12\x1e\n" + "\x19FB_PROFILE_DIRECTORY_ITEM\x10\xf5\a\x12 \n" + "\x1bFB_FEED_POST_REACTION_REPLY\x10\xf6\a\x12\x1c\n" + "\x17MSG_EXTERNAL_LINK_SHARE\x10\xd0\x0f\x12\x14\n" + "\x0fMSG_P2P_PAYMENT\x10\xd1\x0f\x12\x19\n" + "\x14MSG_LOCATION_SHARING\x10\xd2\x0f\x12\x1c\n" + "\x17MSG_LOCATION_SHARING_V2\x10\xd3\x0f\x12,\n" + "'MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY\x10\xd4\x0f\x12)\n" + "$MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY\x10\xd5\x0f\x12\x17\n" + "\x12MSG_RECEIVER_FETCH\x10\xd6\x0f\x12\x17\n" + "\x12MSG_IG_MEDIA_SHARE\x10\xd7\x0f\x12&\n" + "!MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE\x10\xd8\x0f\x12\x13\n" + "\x0eMSG_REELS_LIST\x10\xd9\x0f\x12\x10\n" + "\vMSG_CONTACT\x10\xda\x0f\x12\x1b\n" + "\x16MSG_THREADS_POST_SHARE\x10\xdb\x0f\x12\r\n" + "\bMSG_FILE\x10\xdc\x0f\x12\x17\n" + "\x12MSG_AVATAR_DETAILS\x10\xdd\x0f\x12\x13\n" + "\x0eMSG_AI_CONTACT\x10\xde\x0f\x12\x17\n" + "\x12MSG_MEMORIES_SHARE\x10\xdf\x0f\x12\x1b\n" + "\x16MSG_SHARED_ALBUM_REPLY\x10\xe0\x0f\x12\x15\n" + "\x10MSG_SHARED_ALBUM\x10\xe1\x0f\x12\x18\n" + "\x13MSG_OCCAMADILLO_XMA\x10\xe2\x0f\x12\x1c\n" + "\x17MSG_GEN_AI_SUBSCRIPTION\x10\xe5\x0f\x12\x18\n" + "\x13MSG_GEN_AI_REMINDER\x10\xe6\x0f\x12(\n" + "#MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE\x10\xe7\x0f\x12\x13\n" + "\x0eMSG_NOTE_REPLY\x10\xe8\x0f\x12\x15\n" + "\x10MSG_NOTE_MENTION\x10\xe9\x0f\x12\x12\n" + "\rGEN_AI_ENTITY\x10\xea\x0f\x12\x13\n" + "\x0eRTC_AUDIO_CALL\x10\xb8\x17\x12\x13\n" + "\x0eRTC_VIDEO_CALL\x10\xb9\x17\x12\x1a\n" + "\x15RTC_MISSED_AUDIO_CALL\x10\xba\x17\x12\x1a\n" + "\x15RTC_MISSED_VIDEO_CALL\x10\xbb\x17\x12\x19\n" + "\x14RTC_GROUP_AUDIO_CALL\x10\xbc\x17\x12\x19\n" + "\x14RTC_GROUP_VIDEO_CALL\x10\xbd\x17\x12 \n" + "\x1bRTC_MISSED_GROUP_AUDIO_CALL\x10\xbe\x17\x12 \n" + "\x1bRTC_MISSED_GROUP_VIDEO_CALL\x10\xbf\x17\x12\x1b\n" + "\x16RTC_ONGOING_AUDIO_CALL\x10\xc0\x17\x12\x1b\n" + "\x16RTC_ONGOING_VIDEO_CALL\x10\xc1\x17\x12 \n" + "\x1bMSG_RECEIVER_FETCH_FALLBACK\x10\xd1\x17\x12\x1a\n" + "\x15DATACLASS_SENDER_COPY\x10\xa0\x1fB5Z3git.bobomao.top/joey/whatsmeow/proto/waArmadilloXMA" var ( file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescOnce sync.Once file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData []byte ) func file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP() []byte { file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescOnce.Do(func() { file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc), len(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc))) }) return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData } var file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes = make([]protoimpl.EnumInfo, 4) var file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes = []any{ (ExtendedContentMessage_OverlayIconGlyph)(0), // 0: WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyph (ExtendedContentMessage_CtaButtonType)(0), // 1: WAArmadilloXMA.ExtendedContentMessage.CtaButtonType (ExtendedContentMessage_XmaLayoutType)(0), // 2: WAArmadilloXMA.ExtendedContentMessage.XmaLayoutType (ExtendedContentMessage_ExtendedContentType)(0), // 3: WAArmadilloXMA.ExtendedContentMessage.ExtendedContentType (*ExtendedContentMessage)(nil), // 4: WAArmadilloXMA.ExtendedContentMessage (*ExtendedContentMessage_CTA)(nil), // 5: WAArmadilloXMA.ExtendedContentMessage.CTA (*waCommon.SubProtocol)(nil), // 6: WACommon.SubProtocol (*waCommon.Command)(nil), // 7: WACommon.Command (*waCommon.Mention)(nil), // 8: WACommon.Mention } var file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs = []int32{ 6, // 0: WAArmadilloXMA.ExtendedContentMessage.associatedMessage:type_name -> WACommon.SubProtocol 3, // 1: WAArmadilloXMA.ExtendedContentMessage.targetType:type_name -> WAArmadilloXMA.ExtendedContentMessage.ExtendedContentType 2, // 2: WAArmadilloXMA.ExtendedContentMessage.xmaLayoutType:type_name -> WAArmadilloXMA.ExtendedContentMessage.XmaLayoutType 5, // 3: WAArmadilloXMA.ExtendedContentMessage.ctas:type_name -> WAArmadilloXMA.ExtendedContentMessage.CTA 6, // 4: WAArmadilloXMA.ExtendedContentMessage.previews:type_name -> WACommon.SubProtocol 6, // 5: WAArmadilloXMA.ExtendedContentMessage.favicon:type_name -> WACommon.SubProtocol 6, // 6: WAArmadilloXMA.ExtendedContentMessage.headerImage:type_name -> WACommon.SubProtocol 0, // 7: WAArmadilloXMA.ExtendedContentMessage.overlayIconGlyph:type_name -> WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyph 7, // 8: WAArmadilloXMA.ExtendedContentMessage.commands:type_name -> WACommon.Command 8, // 9: WAArmadilloXMA.ExtendedContentMessage.mentions:type_name -> WACommon.Mention 1, // 10: WAArmadilloXMA.ExtendedContentMessage.CTA.buttonType:type_name -> WAArmadilloXMA.ExtendedContentMessage.CtaButtonType 11, // [11:11] is the sub-list for method output_type 11, // [11:11] is the sub-list for method input_type 11, // [11:11] is the sub-list for extension type_name 11, // [11:11] is the sub-list for extension extendee 0, // [0:11] is the sub-list for field type_name } func init() { file_waArmadilloXMA_WAArmadilloXMA_proto_init() } func file_waArmadilloXMA_WAArmadilloXMA_proto_init() { if File_waArmadilloXMA_WAArmadilloXMA_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc), len(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc)), NumEnums: 4, NumMessages: 2, NumExtensions: 0, NumServices: 0, }, GoTypes: file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes, DependencyIndexes: file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs, EnumInfos: file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes, MessageInfos: file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes, }.Build() File_waArmadilloXMA_WAArmadilloXMA_proto = out.File file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes = nil file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs = nil }