WAArmadilloXMA.pb.go 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.10
  4. // protoc v3.21.12
  5. // source: waArmadilloXMA/WAArmadilloXMA.proto
  6. package waArmadilloXMA
  7. import (
  8. reflect "reflect"
  9. sync "sync"
  10. unsafe "unsafe"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. waCommon "go.mau.fi/whatsmeow/proto/waCommon"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. type ExtendedContentMessage_XmaDataclassType int32
  22. const (
  23. ExtendedContentMessage_SENDER_COPY ExtendedContentMessage_XmaDataclassType = 0
  24. ExtendedContentMessage_SERVER ExtendedContentMessage_XmaDataclassType = 1
  25. ExtendedContentMessage_SIGNED_CLIENT ExtendedContentMessage_XmaDataclassType = 2
  26. )
  27. // Enum value maps for ExtendedContentMessage_XmaDataclassType.
  28. var (
  29. ExtendedContentMessage_XmaDataclassType_name = map[int32]string{
  30. 0: "SENDER_COPY",
  31. 1: "SERVER",
  32. 2: "SIGNED_CLIENT",
  33. }
  34. ExtendedContentMessage_XmaDataclassType_value = map[string]int32{
  35. "SENDER_COPY": 0,
  36. "SERVER": 1,
  37. "SIGNED_CLIENT": 2,
  38. }
  39. )
  40. func (x ExtendedContentMessage_XmaDataclassType) Enum() *ExtendedContentMessage_XmaDataclassType {
  41. p := new(ExtendedContentMessage_XmaDataclassType)
  42. *p = x
  43. return p
  44. }
  45. func (x ExtendedContentMessage_XmaDataclassType) String() string {
  46. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  47. }
  48. func (ExtendedContentMessage_XmaDataclassType) Descriptor() protoreflect.EnumDescriptor {
  49. return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[0].Descriptor()
  50. }
  51. func (ExtendedContentMessage_XmaDataclassType) Type() protoreflect.EnumType {
  52. return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[0]
  53. }
  54. func (x ExtendedContentMessage_XmaDataclassType) Number() protoreflect.EnumNumber {
  55. return protoreflect.EnumNumber(x)
  56. }
  57. // Deprecated: Do not use.
  58. func (x *ExtendedContentMessage_XmaDataclassType) UnmarshalJSON(b []byte) error {
  59. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  60. if err != nil {
  61. return err
  62. }
  63. *x = ExtendedContentMessage_XmaDataclassType(num)
  64. return nil
  65. }
  66. // Deprecated: Use ExtendedContentMessage_XmaDataclassType.Descriptor instead.
  67. func (ExtendedContentMessage_XmaDataclassType) EnumDescriptor() ([]byte, []int) {
  68. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 0}
  69. }
  70. type ExtendedContentMessage_OverlayIconGlyph int32
  71. const (
  72. ExtendedContentMessage_INFO ExtendedContentMessage_OverlayIconGlyph = 0
  73. ExtendedContentMessage_EYE_OFF ExtendedContentMessage_OverlayIconGlyph = 1
  74. ExtendedContentMessage_NEWS_OFF ExtendedContentMessage_OverlayIconGlyph = 2
  75. ExtendedContentMessage_WARNING ExtendedContentMessage_OverlayIconGlyph = 3
  76. ExtendedContentMessage_PRIVATE ExtendedContentMessage_OverlayIconGlyph = 4
  77. ExtendedContentMessage_NONE ExtendedContentMessage_OverlayIconGlyph = 5
  78. ExtendedContentMessage_MEDIA_LABEL ExtendedContentMessage_OverlayIconGlyph = 6
  79. ExtendedContentMessage_POST_COVER ExtendedContentMessage_OverlayIconGlyph = 7
  80. ExtendedContentMessage_POST_LABEL ExtendedContentMessage_OverlayIconGlyph = 8
  81. ExtendedContentMessage_WARNING_SCREENS ExtendedContentMessage_OverlayIconGlyph = 9
  82. )
  83. // Enum value maps for ExtendedContentMessage_OverlayIconGlyph.
  84. var (
  85. ExtendedContentMessage_OverlayIconGlyph_name = map[int32]string{
  86. 0: "INFO",
  87. 1: "EYE_OFF",
  88. 2: "NEWS_OFF",
  89. 3: "WARNING",
  90. 4: "PRIVATE",
  91. 5: "NONE",
  92. 6: "MEDIA_LABEL",
  93. 7: "POST_COVER",
  94. 8: "POST_LABEL",
  95. 9: "WARNING_SCREENS",
  96. }
  97. ExtendedContentMessage_OverlayIconGlyph_value = map[string]int32{
  98. "INFO": 0,
  99. "EYE_OFF": 1,
  100. "NEWS_OFF": 2,
  101. "WARNING": 3,
  102. "PRIVATE": 4,
  103. "NONE": 5,
  104. "MEDIA_LABEL": 6,
  105. "POST_COVER": 7,
  106. "POST_LABEL": 8,
  107. "WARNING_SCREENS": 9,
  108. }
  109. )
  110. func (x ExtendedContentMessage_OverlayIconGlyph) Enum() *ExtendedContentMessage_OverlayIconGlyph {
  111. p := new(ExtendedContentMessage_OverlayIconGlyph)
  112. *p = x
  113. return p
  114. }
  115. func (x ExtendedContentMessage_OverlayIconGlyph) String() string {
  116. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  117. }
  118. func (ExtendedContentMessage_OverlayIconGlyph) Descriptor() protoreflect.EnumDescriptor {
  119. return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[1].Descriptor()
  120. }
  121. func (ExtendedContentMessage_OverlayIconGlyph) Type() protoreflect.EnumType {
  122. return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[1]
  123. }
  124. func (x ExtendedContentMessage_OverlayIconGlyph) Number() protoreflect.EnumNumber {
  125. return protoreflect.EnumNumber(x)
  126. }
  127. // Deprecated: Do not use.
  128. func (x *ExtendedContentMessage_OverlayIconGlyph) UnmarshalJSON(b []byte) error {
  129. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  130. if err != nil {
  131. return err
  132. }
  133. *x = ExtendedContentMessage_OverlayIconGlyph(num)
  134. return nil
  135. }
  136. // Deprecated: Use ExtendedContentMessage_OverlayIconGlyph.Descriptor instead.
  137. func (ExtendedContentMessage_OverlayIconGlyph) EnumDescriptor() ([]byte, []int) {
  138. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 1}
  139. }
  140. type ExtendedContentMessage_CtaButtonType int32
  141. const (
  142. ExtendedContentMessage_OPEN_NATIVE ExtendedContentMessage_CtaButtonType = 11
  143. )
  144. // Enum value maps for ExtendedContentMessage_CtaButtonType.
  145. var (
  146. ExtendedContentMessage_CtaButtonType_name = map[int32]string{
  147. 11: "OPEN_NATIVE",
  148. }
  149. ExtendedContentMessage_CtaButtonType_value = map[string]int32{
  150. "OPEN_NATIVE": 11,
  151. }
  152. )
  153. func (x ExtendedContentMessage_CtaButtonType) Enum() *ExtendedContentMessage_CtaButtonType {
  154. p := new(ExtendedContentMessage_CtaButtonType)
  155. *p = x
  156. return p
  157. }
  158. func (x ExtendedContentMessage_CtaButtonType) String() string {
  159. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  160. }
  161. func (ExtendedContentMessage_CtaButtonType) Descriptor() protoreflect.EnumDescriptor {
  162. return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[2].Descriptor()
  163. }
  164. func (ExtendedContentMessage_CtaButtonType) Type() protoreflect.EnumType {
  165. return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[2]
  166. }
  167. func (x ExtendedContentMessage_CtaButtonType) Number() protoreflect.EnumNumber {
  168. return protoreflect.EnumNumber(x)
  169. }
  170. // Deprecated: Do not use.
  171. func (x *ExtendedContentMessage_CtaButtonType) UnmarshalJSON(b []byte) error {
  172. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  173. if err != nil {
  174. return err
  175. }
  176. *x = ExtendedContentMessage_CtaButtonType(num)
  177. return nil
  178. }
  179. // Deprecated: Use ExtendedContentMessage_CtaButtonType.Descriptor instead.
  180. func (ExtendedContentMessage_CtaButtonType) EnumDescriptor() ([]byte, []int) {
  181. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 2}
  182. }
  183. type ExtendedContentMessage_XmaLayoutType int32
  184. const (
  185. ExtendedContentMessage_SINGLE ExtendedContentMessage_XmaLayoutType = 0
  186. ExtendedContentMessage_HSCROLL ExtendedContentMessage_XmaLayoutType = 1
  187. ExtendedContentMessage_PORTRAIT ExtendedContentMessage_XmaLayoutType = 3
  188. ExtendedContentMessage_STANDARD_DXMA ExtendedContentMessage_XmaLayoutType = 12
  189. ExtendedContentMessage_LIST_DXMA ExtendedContentMessage_XmaLayoutType = 15
  190. ExtendedContentMessage_GRID ExtendedContentMessage_XmaLayoutType = 16
  191. )
  192. // Enum value maps for ExtendedContentMessage_XmaLayoutType.
  193. var (
  194. ExtendedContentMessage_XmaLayoutType_name = map[int32]string{
  195. 0: "SINGLE",
  196. 1: "HSCROLL",
  197. 3: "PORTRAIT",
  198. 12: "STANDARD_DXMA",
  199. 15: "LIST_DXMA",
  200. 16: "GRID",
  201. }
  202. ExtendedContentMessage_XmaLayoutType_value = map[string]int32{
  203. "SINGLE": 0,
  204. "HSCROLL": 1,
  205. "PORTRAIT": 3,
  206. "STANDARD_DXMA": 12,
  207. "LIST_DXMA": 15,
  208. "GRID": 16,
  209. }
  210. )
  211. func (x ExtendedContentMessage_XmaLayoutType) Enum() *ExtendedContentMessage_XmaLayoutType {
  212. p := new(ExtendedContentMessage_XmaLayoutType)
  213. *p = x
  214. return p
  215. }
  216. func (x ExtendedContentMessage_XmaLayoutType) String() string {
  217. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  218. }
  219. func (ExtendedContentMessage_XmaLayoutType) Descriptor() protoreflect.EnumDescriptor {
  220. return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[3].Descriptor()
  221. }
  222. func (ExtendedContentMessage_XmaLayoutType) Type() protoreflect.EnumType {
  223. return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[3]
  224. }
  225. func (x ExtendedContentMessage_XmaLayoutType) Number() protoreflect.EnumNumber {
  226. return protoreflect.EnumNumber(x)
  227. }
  228. // Deprecated: Do not use.
  229. func (x *ExtendedContentMessage_XmaLayoutType) UnmarshalJSON(b []byte) error {
  230. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  231. if err != nil {
  232. return err
  233. }
  234. *x = ExtendedContentMessage_XmaLayoutType(num)
  235. return nil
  236. }
  237. // Deprecated: Use ExtendedContentMessage_XmaLayoutType.Descriptor instead.
  238. func (ExtendedContentMessage_XmaLayoutType) EnumDescriptor() ([]byte, []int) {
  239. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 3}
  240. }
  241. type ExtendedContentMessage_ExtendedContentType int32
  242. const (
  243. ExtendedContentMessage_UNSUPPORTED ExtendedContentMessage_ExtendedContentType = 0
  244. ExtendedContentMessage_IG_STORY_PHOTO_MENTION ExtendedContentMessage_ExtendedContentType = 4
  245. ExtendedContentMessage_IG_SINGLE_IMAGE_POST_SHARE ExtendedContentMessage_ExtendedContentType = 9
  246. ExtendedContentMessage_IG_MULTIPOST_SHARE ExtendedContentMessage_ExtendedContentType = 10
  247. ExtendedContentMessage_IG_SINGLE_VIDEO_POST_SHARE ExtendedContentMessage_ExtendedContentType = 11
  248. ExtendedContentMessage_IG_STORY_PHOTO_SHARE ExtendedContentMessage_ExtendedContentType = 12
  249. ExtendedContentMessage_IG_STORY_VIDEO_SHARE ExtendedContentMessage_ExtendedContentType = 13
  250. ExtendedContentMessage_IG_CLIPS_SHARE ExtendedContentMessage_ExtendedContentType = 14
  251. ExtendedContentMessage_IG_IGTV_SHARE ExtendedContentMessage_ExtendedContentType = 15
  252. ExtendedContentMessage_IG_SHOP_SHARE ExtendedContentMessage_ExtendedContentType = 16
  253. ExtendedContentMessage_IG_PROFILE_SHARE ExtendedContentMessage_ExtendedContentType = 19
  254. ExtendedContentMessage_IG_STORY_PHOTO_HIGHLIGHT_SHARE ExtendedContentMessage_ExtendedContentType = 20
  255. ExtendedContentMessage_IG_STORY_VIDEO_HIGHLIGHT_SHARE ExtendedContentMessage_ExtendedContentType = 21
  256. ExtendedContentMessage_IG_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 22
  257. ExtendedContentMessage_IG_STORY_REACTION ExtendedContentMessage_ExtendedContentType = 23
  258. ExtendedContentMessage_IG_STORY_VIDEO_MENTION ExtendedContentMessage_ExtendedContentType = 24
  259. ExtendedContentMessage_IG_STORY_HIGHLIGHT_REPLY ExtendedContentMessage_ExtendedContentType = 25
  260. ExtendedContentMessage_IG_STORY_HIGHLIGHT_REACTION ExtendedContentMessage_ExtendedContentType = 26
  261. ExtendedContentMessage_IG_EXTERNAL_LINK ExtendedContentMessage_ExtendedContentType = 27
  262. ExtendedContentMessage_IG_RECEIVER_FETCH ExtendedContentMessage_ExtendedContentType = 28
  263. ExtendedContentMessage_FB_FEED_SHARE ExtendedContentMessage_ExtendedContentType = 1000
  264. ExtendedContentMessage_FB_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 1001
  265. ExtendedContentMessage_FB_STORY_SHARE ExtendedContentMessage_ExtendedContentType = 1002
  266. ExtendedContentMessage_FB_STORY_MENTION ExtendedContentMessage_ExtendedContentType = 1003
  267. ExtendedContentMessage_FB_FEED_VIDEO_SHARE ExtendedContentMessage_ExtendedContentType = 1004
  268. ExtendedContentMessage_FB_GAMING_CUSTOM_UPDATE ExtendedContentMessage_ExtendedContentType = 1005
  269. ExtendedContentMessage_FB_PRODUCER_STORY_REPLY ExtendedContentMessage_ExtendedContentType = 1006
  270. ExtendedContentMessage_FB_EVENT ExtendedContentMessage_ExtendedContentType = 1007
  271. ExtendedContentMessage_FB_FEED_POST_PRIVATE_REPLY ExtendedContentMessage_ExtendedContentType = 1008
  272. ExtendedContentMessage_FB_SHORT ExtendedContentMessage_ExtendedContentType = 1009
  273. ExtendedContentMessage_FB_COMMENT_MENTION_SHARE ExtendedContentMessage_ExtendedContentType = 1010
  274. ExtendedContentMessage_FB_POST_MENTION ExtendedContentMessage_ExtendedContentType = 1011
  275. ExtendedContentMessage_FB_PROFILE_DIRECTORY_ITEM ExtendedContentMessage_ExtendedContentType = 1013
  276. ExtendedContentMessage_FB_FEED_POST_REACTION_REPLY ExtendedContentMessage_ExtendedContentType = 1014
  277. ExtendedContentMessage_FB_QUICKSNAP_REPLY ExtendedContentMessage_ExtendedContentType = 1015
  278. ExtendedContentMessage_MSG_EXTERNAL_LINK_SHARE ExtendedContentMessage_ExtendedContentType = 2000
  279. ExtendedContentMessage_MSG_P2P_PAYMENT ExtendedContentMessage_ExtendedContentType = 2001
  280. ExtendedContentMessage_MSG_LOCATION_SHARING ExtendedContentMessage_ExtendedContentType = 2002
  281. ExtendedContentMessage_MSG_LOCATION_SHARING_V2 ExtendedContentMessage_ExtendedContentType = 2003
  282. ExtendedContentMessage_MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY ExtendedContentMessage_ExtendedContentType = 2004
  283. ExtendedContentMessage_MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY ExtendedContentMessage_ExtendedContentType = 2005
  284. ExtendedContentMessage_MSG_RECEIVER_FETCH ExtendedContentMessage_ExtendedContentType = 2006
  285. ExtendedContentMessage_MSG_IG_MEDIA_SHARE ExtendedContentMessage_ExtendedContentType = 2007
  286. ExtendedContentMessage_MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE ExtendedContentMessage_ExtendedContentType = 2008
  287. ExtendedContentMessage_MSG_REELS_LIST ExtendedContentMessage_ExtendedContentType = 2009
  288. ExtendedContentMessage_MSG_CONTACT ExtendedContentMessage_ExtendedContentType = 2010
  289. ExtendedContentMessage_MSG_THREADS_POST_SHARE ExtendedContentMessage_ExtendedContentType = 2011
  290. ExtendedContentMessage_MSG_FILE ExtendedContentMessage_ExtendedContentType = 2012
  291. ExtendedContentMessage_MSG_AVATAR_DETAILS ExtendedContentMessage_ExtendedContentType = 2013
  292. ExtendedContentMessage_MSG_AI_CONTACT ExtendedContentMessage_ExtendedContentType = 2014
  293. ExtendedContentMessage_MSG_MEMORIES_SHARE ExtendedContentMessage_ExtendedContentType = 2015
  294. ExtendedContentMessage_MSG_SHARED_ALBUM_REPLY ExtendedContentMessage_ExtendedContentType = 2016
  295. ExtendedContentMessage_MSG_SHARED_ALBUM ExtendedContentMessage_ExtendedContentType = 2017
  296. ExtendedContentMessage_MSG_OCCAMADILLO_XMA ExtendedContentMessage_ExtendedContentType = 2018
  297. ExtendedContentMessage_MSG_GEN_AI_SUBSCRIPTION ExtendedContentMessage_ExtendedContentType = 2021
  298. ExtendedContentMessage_MSG_GEN_AI_REMINDER ExtendedContentMessage_ExtendedContentType = 2022
  299. ExtendedContentMessage_MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE ExtendedContentMessage_ExtendedContentType = 2023
  300. ExtendedContentMessage_MSG_NOTE_REPLY ExtendedContentMessage_ExtendedContentType = 2024
  301. ExtendedContentMessage_MSG_NOTE_MENTION ExtendedContentMessage_ExtendedContentType = 2025
  302. ExtendedContentMessage_GEN_AI_ENTITY ExtendedContentMessage_ExtendedContentType = 2026
  303. ExtendedContentMessage_MSG_OPG_P2P_PAYMENT ExtendedContentMessage_ExtendedContentType = 2027
  304. ExtendedContentMessage_GEN_AI_RICH_RESPONSE ExtendedContentMessage_ExtendedContentType = 2028
  305. ExtendedContentMessage_MSG_MUSIC_STICKER ExtendedContentMessage_ExtendedContentType = 2029
  306. ExtendedContentMessage_MSG_PHONE_NUMBER ExtendedContentMessage_ExtendedContentType = 2030
  307. ExtendedContentMessage_AI_ACTIVITY_SHARE ExtendedContentMessage_ExtendedContentType = 2031
  308. ExtendedContentMessage_MSG_PRIVATE_XMA ExtendedContentMessage_ExtendedContentType = 2032
  309. ExtendedContentMessage_RTC_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3000
  310. ExtendedContentMessage_RTC_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3001
  311. ExtendedContentMessage_RTC_MISSED_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3002
  312. ExtendedContentMessage_RTC_MISSED_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3003
  313. ExtendedContentMessage_RTC_GROUP_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3004
  314. ExtendedContentMessage_RTC_GROUP_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3005
  315. ExtendedContentMessage_RTC_MISSED_GROUP_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3006
  316. ExtendedContentMessage_RTC_MISSED_GROUP_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3007
  317. ExtendedContentMessage_RTC_ONGOING_AUDIO_CALL ExtendedContentMessage_ExtendedContentType = 3008
  318. ExtendedContentMessage_RTC_ONGOING_VIDEO_CALL ExtendedContentMessage_ExtendedContentType = 3009
  319. ExtendedContentMessage_MSG_RECEIVER_FETCH_FALLBACK ExtendedContentMessage_ExtendedContentType = 3025
  320. ExtendedContentMessage_DATACLASS_SENDER_COPY ExtendedContentMessage_ExtendedContentType = 4000
  321. )
  322. // Enum value maps for ExtendedContentMessage_ExtendedContentType.
  323. var (
  324. ExtendedContentMessage_ExtendedContentType_name = map[int32]string{
  325. 0: "UNSUPPORTED",
  326. 4: "IG_STORY_PHOTO_MENTION",
  327. 9: "IG_SINGLE_IMAGE_POST_SHARE",
  328. 10: "IG_MULTIPOST_SHARE",
  329. 11: "IG_SINGLE_VIDEO_POST_SHARE",
  330. 12: "IG_STORY_PHOTO_SHARE",
  331. 13: "IG_STORY_VIDEO_SHARE",
  332. 14: "IG_CLIPS_SHARE",
  333. 15: "IG_IGTV_SHARE",
  334. 16: "IG_SHOP_SHARE",
  335. 19: "IG_PROFILE_SHARE",
  336. 20: "IG_STORY_PHOTO_HIGHLIGHT_SHARE",
  337. 21: "IG_STORY_VIDEO_HIGHLIGHT_SHARE",
  338. 22: "IG_STORY_REPLY",
  339. 23: "IG_STORY_REACTION",
  340. 24: "IG_STORY_VIDEO_MENTION",
  341. 25: "IG_STORY_HIGHLIGHT_REPLY",
  342. 26: "IG_STORY_HIGHLIGHT_REACTION",
  343. 27: "IG_EXTERNAL_LINK",
  344. 28: "IG_RECEIVER_FETCH",
  345. 1000: "FB_FEED_SHARE",
  346. 1001: "FB_STORY_REPLY",
  347. 1002: "FB_STORY_SHARE",
  348. 1003: "FB_STORY_MENTION",
  349. 1004: "FB_FEED_VIDEO_SHARE",
  350. 1005: "FB_GAMING_CUSTOM_UPDATE",
  351. 1006: "FB_PRODUCER_STORY_REPLY",
  352. 1007: "FB_EVENT",
  353. 1008: "FB_FEED_POST_PRIVATE_REPLY",
  354. 1009: "FB_SHORT",
  355. 1010: "FB_COMMENT_MENTION_SHARE",
  356. 1011: "FB_POST_MENTION",
  357. 1013: "FB_PROFILE_DIRECTORY_ITEM",
  358. 1014: "FB_FEED_POST_REACTION_REPLY",
  359. 1015: "FB_QUICKSNAP_REPLY",
  360. 2000: "MSG_EXTERNAL_LINK_SHARE",
  361. 2001: "MSG_P2P_PAYMENT",
  362. 2002: "MSG_LOCATION_SHARING",
  363. 2003: "MSG_LOCATION_SHARING_V2",
  364. 2004: "MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY",
  365. 2005: "MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY",
  366. 2006: "MSG_RECEIVER_FETCH",
  367. 2007: "MSG_IG_MEDIA_SHARE",
  368. 2008: "MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE",
  369. 2009: "MSG_REELS_LIST",
  370. 2010: "MSG_CONTACT",
  371. 2011: "MSG_THREADS_POST_SHARE",
  372. 2012: "MSG_FILE",
  373. 2013: "MSG_AVATAR_DETAILS",
  374. 2014: "MSG_AI_CONTACT",
  375. 2015: "MSG_MEMORIES_SHARE",
  376. 2016: "MSG_SHARED_ALBUM_REPLY",
  377. 2017: "MSG_SHARED_ALBUM",
  378. 2018: "MSG_OCCAMADILLO_XMA",
  379. 2021: "MSG_GEN_AI_SUBSCRIPTION",
  380. 2022: "MSG_GEN_AI_REMINDER",
  381. 2023: "MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE",
  382. 2024: "MSG_NOTE_REPLY",
  383. 2025: "MSG_NOTE_MENTION",
  384. 2026: "GEN_AI_ENTITY",
  385. 2027: "MSG_OPG_P2P_PAYMENT",
  386. 2028: "GEN_AI_RICH_RESPONSE",
  387. 2029: "MSG_MUSIC_STICKER",
  388. 2030: "MSG_PHONE_NUMBER",
  389. 2031: "AI_ACTIVITY_SHARE",
  390. 2032: "MSG_PRIVATE_XMA",
  391. 3000: "RTC_AUDIO_CALL",
  392. 3001: "RTC_VIDEO_CALL",
  393. 3002: "RTC_MISSED_AUDIO_CALL",
  394. 3003: "RTC_MISSED_VIDEO_CALL",
  395. 3004: "RTC_GROUP_AUDIO_CALL",
  396. 3005: "RTC_GROUP_VIDEO_CALL",
  397. 3006: "RTC_MISSED_GROUP_AUDIO_CALL",
  398. 3007: "RTC_MISSED_GROUP_VIDEO_CALL",
  399. 3008: "RTC_ONGOING_AUDIO_CALL",
  400. 3009: "RTC_ONGOING_VIDEO_CALL",
  401. 3025: "MSG_RECEIVER_FETCH_FALLBACK",
  402. 4000: "DATACLASS_SENDER_COPY",
  403. }
  404. ExtendedContentMessage_ExtendedContentType_value = map[string]int32{
  405. "UNSUPPORTED": 0,
  406. "IG_STORY_PHOTO_MENTION": 4,
  407. "IG_SINGLE_IMAGE_POST_SHARE": 9,
  408. "IG_MULTIPOST_SHARE": 10,
  409. "IG_SINGLE_VIDEO_POST_SHARE": 11,
  410. "IG_STORY_PHOTO_SHARE": 12,
  411. "IG_STORY_VIDEO_SHARE": 13,
  412. "IG_CLIPS_SHARE": 14,
  413. "IG_IGTV_SHARE": 15,
  414. "IG_SHOP_SHARE": 16,
  415. "IG_PROFILE_SHARE": 19,
  416. "IG_STORY_PHOTO_HIGHLIGHT_SHARE": 20,
  417. "IG_STORY_VIDEO_HIGHLIGHT_SHARE": 21,
  418. "IG_STORY_REPLY": 22,
  419. "IG_STORY_REACTION": 23,
  420. "IG_STORY_VIDEO_MENTION": 24,
  421. "IG_STORY_HIGHLIGHT_REPLY": 25,
  422. "IG_STORY_HIGHLIGHT_REACTION": 26,
  423. "IG_EXTERNAL_LINK": 27,
  424. "IG_RECEIVER_FETCH": 28,
  425. "FB_FEED_SHARE": 1000,
  426. "FB_STORY_REPLY": 1001,
  427. "FB_STORY_SHARE": 1002,
  428. "FB_STORY_MENTION": 1003,
  429. "FB_FEED_VIDEO_SHARE": 1004,
  430. "FB_GAMING_CUSTOM_UPDATE": 1005,
  431. "FB_PRODUCER_STORY_REPLY": 1006,
  432. "FB_EVENT": 1007,
  433. "FB_FEED_POST_PRIVATE_REPLY": 1008,
  434. "FB_SHORT": 1009,
  435. "FB_COMMENT_MENTION_SHARE": 1010,
  436. "FB_POST_MENTION": 1011,
  437. "FB_PROFILE_DIRECTORY_ITEM": 1013,
  438. "FB_FEED_POST_REACTION_REPLY": 1014,
  439. "FB_QUICKSNAP_REPLY": 1015,
  440. "MSG_EXTERNAL_LINK_SHARE": 2000,
  441. "MSG_P2P_PAYMENT": 2001,
  442. "MSG_LOCATION_SHARING": 2002,
  443. "MSG_LOCATION_SHARING_V2": 2003,
  444. "MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY": 2004,
  445. "MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY": 2005,
  446. "MSG_RECEIVER_FETCH": 2006,
  447. "MSG_IG_MEDIA_SHARE": 2007,
  448. "MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE": 2008,
  449. "MSG_REELS_LIST": 2009,
  450. "MSG_CONTACT": 2010,
  451. "MSG_THREADS_POST_SHARE": 2011,
  452. "MSG_FILE": 2012,
  453. "MSG_AVATAR_DETAILS": 2013,
  454. "MSG_AI_CONTACT": 2014,
  455. "MSG_MEMORIES_SHARE": 2015,
  456. "MSG_SHARED_ALBUM_REPLY": 2016,
  457. "MSG_SHARED_ALBUM": 2017,
  458. "MSG_OCCAMADILLO_XMA": 2018,
  459. "MSG_GEN_AI_SUBSCRIPTION": 2021,
  460. "MSG_GEN_AI_REMINDER": 2022,
  461. "MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE": 2023,
  462. "MSG_NOTE_REPLY": 2024,
  463. "MSG_NOTE_MENTION": 2025,
  464. "GEN_AI_ENTITY": 2026,
  465. "MSG_OPG_P2P_PAYMENT": 2027,
  466. "GEN_AI_RICH_RESPONSE": 2028,
  467. "MSG_MUSIC_STICKER": 2029,
  468. "MSG_PHONE_NUMBER": 2030,
  469. "AI_ACTIVITY_SHARE": 2031,
  470. "MSG_PRIVATE_XMA": 2032,
  471. "RTC_AUDIO_CALL": 3000,
  472. "RTC_VIDEO_CALL": 3001,
  473. "RTC_MISSED_AUDIO_CALL": 3002,
  474. "RTC_MISSED_VIDEO_CALL": 3003,
  475. "RTC_GROUP_AUDIO_CALL": 3004,
  476. "RTC_GROUP_VIDEO_CALL": 3005,
  477. "RTC_MISSED_GROUP_AUDIO_CALL": 3006,
  478. "RTC_MISSED_GROUP_VIDEO_CALL": 3007,
  479. "RTC_ONGOING_AUDIO_CALL": 3008,
  480. "RTC_ONGOING_VIDEO_CALL": 3009,
  481. "MSG_RECEIVER_FETCH_FALLBACK": 3025,
  482. "DATACLASS_SENDER_COPY": 4000,
  483. }
  484. )
  485. func (x ExtendedContentMessage_ExtendedContentType) Enum() *ExtendedContentMessage_ExtendedContentType {
  486. p := new(ExtendedContentMessage_ExtendedContentType)
  487. *p = x
  488. return p
  489. }
  490. func (x ExtendedContentMessage_ExtendedContentType) String() string {
  491. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  492. }
  493. func (ExtendedContentMessage_ExtendedContentType) Descriptor() protoreflect.EnumDescriptor {
  494. return file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[4].Descriptor()
  495. }
  496. func (ExtendedContentMessage_ExtendedContentType) Type() protoreflect.EnumType {
  497. return &file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes[4]
  498. }
  499. func (x ExtendedContentMessage_ExtendedContentType) Number() protoreflect.EnumNumber {
  500. return protoreflect.EnumNumber(x)
  501. }
  502. // Deprecated: Do not use.
  503. func (x *ExtendedContentMessage_ExtendedContentType) UnmarshalJSON(b []byte) error {
  504. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  505. if err != nil {
  506. return err
  507. }
  508. *x = ExtendedContentMessage_ExtendedContentType(num)
  509. return nil
  510. }
  511. // Deprecated: Use ExtendedContentMessage_ExtendedContentType.Descriptor instead.
  512. func (ExtendedContentMessage_ExtendedContentType) EnumDescriptor() ([]byte, []int) {
  513. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 4}
  514. }
  515. type ExtendedContentMessage struct {
  516. state protoimpl.MessageState `protogen:"open.v1"`
  517. AssociatedMessage *waCommon.SubProtocol `protobuf:"bytes,1,opt,name=associatedMessage" json:"associatedMessage,omitempty"`
  518. TargetType *ExtendedContentMessage_ExtendedContentType `protobuf:"varint,2,opt,name=targetType,enum=WAArmadilloXMA.ExtendedContentMessage_ExtendedContentType" json:"targetType,omitempty"`
  519. TargetUsername *string `protobuf:"bytes,3,opt,name=targetUsername" json:"targetUsername,omitempty"`
  520. TargetID *string `protobuf:"bytes,4,opt,name=targetID" json:"targetID,omitempty"`
  521. TargetExpiringAtSec *int64 `protobuf:"varint,5,opt,name=targetExpiringAtSec" json:"targetExpiringAtSec,omitempty"`
  522. XmaLayoutType *ExtendedContentMessage_XmaLayoutType `protobuf:"varint,6,opt,name=xmaLayoutType,enum=WAArmadilloXMA.ExtendedContentMessage_XmaLayoutType" json:"xmaLayoutType,omitempty"`
  523. Ctas []*ExtendedContentMessage_CTA `protobuf:"bytes,7,rep,name=ctas" json:"ctas,omitempty"`
  524. Previews []*waCommon.SubProtocol `protobuf:"bytes,8,rep,name=previews" json:"previews,omitempty"`
  525. TitleText *string `protobuf:"bytes,9,opt,name=titleText" json:"titleText,omitempty"`
  526. SubtitleText *string `protobuf:"bytes,10,opt,name=subtitleText" json:"subtitleText,omitempty"`
  527. MaxTitleNumOfLines *uint32 `protobuf:"varint,11,opt,name=maxTitleNumOfLines" json:"maxTitleNumOfLines,omitempty"`
  528. MaxSubtitleNumOfLines *uint32 `protobuf:"varint,12,opt,name=maxSubtitleNumOfLines" json:"maxSubtitleNumOfLines,omitempty"`
  529. Favicon *waCommon.SubProtocol `protobuf:"bytes,13,opt,name=favicon" json:"favicon,omitempty"`
  530. HeaderImage *waCommon.SubProtocol `protobuf:"bytes,14,opt,name=headerImage" json:"headerImage,omitempty"`
  531. HeaderTitle *string `protobuf:"bytes,15,opt,name=headerTitle" json:"headerTitle,omitempty"`
  532. OverlayIconGlyph *ExtendedContentMessage_OverlayIconGlyph `protobuf:"varint,16,opt,name=overlayIconGlyph,enum=WAArmadilloXMA.ExtendedContentMessage_OverlayIconGlyph" json:"overlayIconGlyph,omitempty"`
  533. OverlayTitle *string `protobuf:"bytes,17,opt,name=overlayTitle" json:"overlayTitle,omitempty"`
  534. OverlayDescription *string `protobuf:"bytes,18,opt,name=overlayDescription" json:"overlayDescription,omitempty"`
  535. SentWithMessageID *string `protobuf:"bytes,19,opt,name=sentWithMessageID" json:"sentWithMessageID,omitempty"`
  536. MessageText *string `protobuf:"bytes,20,opt,name=messageText" json:"messageText,omitempty"`
  537. HeaderSubtitle *string `protobuf:"bytes,21,opt,name=headerSubtitle" json:"headerSubtitle,omitempty"`
  538. XmaDataclass *string `protobuf:"bytes,22,opt,name=xmaDataclass" json:"xmaDataclass,omitempty"`
  539. ContentRef *string `protobuf:"bytes,23,opt,name=contentRef" json:"contentRef,omitempty"`
  540. MentionedJID []string `protobuf:"bytes,24,rep,name=mentionedJID" json:"mentionedJID,omitempty"`
  541. Commands []*waCommon.Command `protobuf:"bytes,25,rep,name=commands" json:"commands,omitempty"`
  542. Mentions []*waCommon.Mention `protobuf:"bytes,26,rep,name=mentions" json:"mentions,omitempty"`
  543. XmaDataclassType *ExtendedContentMessage_XmaDataclassType `protobuf:"varint,27,opt,name=xmaDataclassType,enum=WAArmadilloXMA.ExtendedContentMessage_XmaDataclassType" json:"xmaDataclassType,omitempty"`
  544. SignedXmaDataclassValidation *string `protobuf:"bytes,28,opt,name=signedXmaDataclassValidation" json:"signedXmaDataclassValidation,omitempty"`
  545. unknownFields protoimpl.UnknownFields
  546. sizeCache protoimpl.SizeCache
  547. }
  548. func (x *ExtendedContentMessage) Reset() {
  549. *x = ExtendedContentMessage{}
  550. mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[0]
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. ms.StoreMessageInfo(mi)
  553. }
  554. func (x *ExtendedContentMessage) String() string {
  555. return protoimpl.X.MessageStringOf(x)
  556. }
  557. func (*ExtendedContentMessage) ProtoMessage() {}
  558. func (x *ExtendedContentMessage) ProtoReflect() protoreflect.Message {
  559. mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[0]
  560. if x != nil {
  561. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  562. if ms.LoadMessageInfo() == nil {
  563. ms.StoreMessageInfo(mi)
  564. }
  565. return ms
  566. }
  567. return mi.MessageOf(x)
  568. }
  569. // Deprecated: Use ExtendedContentMessage.ProtoReflect.Descriptor instead.
  570. func (*ExtendedContentMessage) Descriptor() ([]byte, []int) {
  571. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0}
  572. }
  573. func (x *ExtendedContentMessage) GetAssociatedMessage() *waCommon.SubProtocol {
  574. if x != nil {
  575. return x.AssociatedMessage
  576. }
  577. return nil
  578. }
  579. func (x *ExtendedContentMessage) GetTargetType() ExtendedContentMessage_ExtendedContentType {
  580. if x != nil && x.TargetType != nil {
  581. return *x.TargetType
  582. }
  583. return ExtendedContentMessage_UNSUPPORTED
  584. }
  585. func (x *ExtendedContentMessage) GetTargetUsername() string {
  586. if x != nil && x.TargetUsername != nil {
  587. return *x.TargetUsername
  588. }
  589. return ""
  590. }
  591. func (x *ExtendedContentMessage) GetTargetID() string {
  592. if x != nil && x.TargetID != nil {
  593. return *x.TargetID
  594. }
  595. return ""
  596. }
  597. func (x *ExtendedContentMessage) GetTargetExpiringAtSec() int64 {
  598. if x != nil && x.TargetExpiringAtSec != nil {
  599. return *x.TargetExpiringAtSec
  600. }
  601. return 0
  602. }
  603. func (x *ExtendedContentMessage) GetXmaLayoutType() ExtendedContentMessage_XmaLayoutType {
  604. if x != nil && x.XmaLayoutType != nil {
  605. return *x.XmaLayoutType
  606. }
  607. return ExtendedContentMessage_SINGLE
  608. }
  609. func (x *ExtendedContentMessage) GetCtas() []*ExtendedContentMessage_CTA {
  610. if x != nil {
  611. return x.Ctas
  612. }
  613. return nil
  614. }
  615. func (x *ExtendedContentMessage) GetPreviews() []*waCommon.SubProtocol {
  616. if x != nil {
  617. return x.Previews
  618. }
  619. return nil
  620. }
  621. func (x *ExtendedContentMessage) GetTitleText() string {
  622. if x != nil && x.TitleText != nil {
  623. return *x.TitleText
  624. }
  625. return ""
  626. }
  627. func (x *ExtendedContentMessage) GetSubtitleText() string {
  628. if x != nil && x.SubtitleText != nil {
  629. return *x.SubtitleText
  630. }
  631. return ""
  632. }
  633. func (x *ExtendedContentMessage) GetMaxTitleNumOfLines() uint32 {
  634. if x != nil && x.MaxTitleNumOfLines != nil {
  635. return *x.MaxTitleNumOfLines
  636. }
  637. return 0
  638. }
  639. func (x *ExtendedContentMessage) GetMaxSubtitleNumOfLines() uint32 {
  640. if x != nil && x.MaxSubtitleNumOfLines != nil {
  641. return *x.MaxSubtitleNumOfLines
  642. }
  643. return 0
  644. }
  645. func (x *ExtendedContentMessage) GetFavicon() *waCommon.SubProtocol {
  646. if x != nil {
  647. return x.Favicon
  648. }
  649. return nil
  650. }
  651. func (x *ExtendedContentMessage) GetHeaderImage() *waCommon.SubProtocol {
  652. if x != nil {
  653. return x.HeaderImage
  654. }
  655. return nil
  656. }
  657. func (x *ExtendedContentMessage) GetHeaderTitle() string {
  658. if x != nil && x.HeaderTitle != nil {
  659. return *x.HeaderTitle
  660. }
  661. return ""
  662. }
  663. func (x *ExtendedContentMessage) GetOverlayIconGlyph() ExtendedContentMessage_OverlayIconGlyph {
  664. if x != nil && x.OverlayIconGlyph != nil {
  665. return *x.OverlayIconGlyph
  666. }
  667. return ExtendedContentMessage_INFO
  668. }
  669. func (x *ExtendedContentMessage) GetOverlayTitle() string {
  670. if x != nil && x.OverlayTitle != nil {
  671. return *x.OverlayTitle
  672. }
  673. return ""
  674. }
  675. func (x *ExtendedContentMessage) GetOverlayDescription() string {
  676. if x != nil && x.OverlayDescription != nil {
  677. return *x.OverlayDescription
  678. }
  679. return ""
  680. }
  681. func (x *ExtendedContentMessage) GetSentWithMessageID() string {
  682. if x != nil && x.SentWithMessageID != nil {
  683. return *x.SentWithMessageID
  684. }
  685. return ""
  686. }
  687. func (x *ExtendedContentMessage) GetMessageText() string {
  688. if x != nil && x.MessageText != nil {
  689. return *x.MessageText
  690. }
  691. return ""
  692. }
  693. func (x *ExtendedContentMessage) GetHeaderSubtitle() string {
  694. if x != nil && x.HeaderSubtitle != nil {
  695. return *x.HeaderSubtitle
  696. }
  697. return ""
  698. }
  699. func (x *ExtendedContentMessage) GetXmaDataclass() string {
  700. if x != nil && x.XmaDataclass != nil {
  701. return *x.XmaDataclass
  702. }
  703. return ""
  704. }
  705. func (x *ExtendedContentMessage) GetContentRef() string {
  706. if x != nil && x.ContentRef != nil {
  707. return *x.ContentRef
  708. }
  709. return ""
  710. }
  711. func (x *ExtendedContentMessage) GetMentionedJID() []string {
  712. if x != nil {
  713. return x.MentionedJID
  714. }
  715. return nil
  716. }
  717. func (x *ExtendedContentMessage) GetCommands() []*waCommon.Command {
  718. if x != nil {
  719. return x.Commands
  720. }
  721. return nil
  722. }
  723. func (x *ExtendedContentMessage) GetMentions() []*waCommon.Mention {
  724. if x != nil {
  725. return x.Mentions
  726. }
  727. return nil
  728. }
  729. func (x *ExtendedContentMessage) GetXmaDataclassType() ExtendedContentMessage_XmaDataclassType {
  730. if x != nil && x.XmaDataclassType != nil {
  731. return *x.XmaDataclassType
  732. }
  733. return ExtendedContentMessage_SENDER_COPY
  734. }
  735. func (x *ExtendedContentMessage) GetSignedXmaDataclassValidation() string {
  736. if x != nil && x.SignedXmaDataclassValidation != nil {
  737. return *x.SignedXmaDataclassValidation
  738. }
  739. return ""
  740. }
  741. type ExtendedContentMessage_CTA struct {
  742. state protoimpl.MessageState `protogen:"open.v1"`
  743. ButtonType *ExtendedContentMessage_CtaButtonType `protobuf:"varint,1,opt,name=buttonType,enum=WAArmadilloXMA.ExtendedContentMessage_CtaButtonType" json:"buttonType,omitempty"`
  744. Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
  745. ActionURL *string `protobuf:"bytes,3,opt,name=actionURL" json:"actionURL,omitempty"`
  746. NativeURL *string `protobuf:"bytes,4,opt,name=nativeURL" json:"nativeURL,omitempty"`
  747. CtaType *string `protobuf:"bytes,5,opt,name=ctaType" json:"ctaType,omitempty"`
  748. ActionContentBlob *string `protobuf:"bytes,6,opt,name=actionContentBlob" json:"actionContentBlob,omitempty"`
  749. unknownFields protoimpl.UnknownFields
  750. sizeCache protoimpl.SizeCache
  751. }
  752. func (x *ExtendedContentMessage_CTA) Reset() {
  753. *x = ExtendedContentMessage_CTA{}
  754. mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[1]
  755. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  756. ms.StoreMessageInfo(mi)
  757. }
  758. func (x *ExtendedContentMessage_CTA) String() string {
  759. return protoimpl.X.MessageStringOf(x)
  760. }
  761. func (*ExtendedContentMessage_CTA) ProtoMessage() {}
  762. func (x *ExtendedContentMessage_CTA) ProtoReflect() protoreflect.Message {
  763. mi := &file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes[1]
  764. if x != nil {
  765. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  766. if ms.LoadMessageInfo() == nil {
  767. ms.StoreMessageInfo(mi)
  768. }
  769. return ms
  770. }
  771. return mi.MessageOf(x)
  772. }
  773. // Deprecated: Use ExtendedContentMessage_CTA.ProtoReflect.Descriptor instead.
  774. func (*ExtendedContentMessage_CTA) Descriptor() ([]byte, []int) {
  775. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP(), []int{0, 0}
  776. }
  777. func (x *ExtendedContentMessage_CTA) GetButtonType() ExtendedContentMessage_CtaButtonType {
  778. if x != nil && x.ButtonType != nil {
  779. return *x.ButtonType
  780. }
  781. return ExtendedContentMessage_OPEN_NATIVE
  782. }
  783. func (x *ExtendedContentMessage_CTA) GetTitle() string {
  784. if x != nil && x.Title != nil {
  785. return *x.Title
  786. }
  787. return ""
  788. }
  789. func (x *ExtendedContentMessage_CTA) GetActionURL() string {
  790. if x != nil && x.ActionURL != nil {
  791. return *x.ActionURL
  792. }
  793. return ""
  794. }
  795. func (x *ExtendedContentMessage_CTA) GetNativeURL() string {
  796. if x != nil && x.NativeURL != nil {
  797. return *x.NativeURL
  798. }
  799. return ""
  800. }
  801. func (x *ExtendedContentMessage_CTA) GetCtaType() string {
  802. if x != nil && x.CtaType != nil {
  803. return *x.CtaType
  804. }
  805. return ""
  806. }
  807. func (x *ExtendedContentMessage_CTA) GetActionContentBlob() string {
  808. if x != nil && x.ActionContentBlob != nil {
  809. return *x.ActionContentBlob
  810. }
  811. return ""
  812. }
  813. var File_waArmadilloXMA_WAArmadilloXMA_proto protoreflect.FileDescriptor
  814. const file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc = "" +
  815. "\n" +
  816. "#waArmadilloXMA/WAArmadilloXMA.proto\x12\x0eWAArmadilloXMA\x1a\x17waCommon/WACommon.proto\"\xde \n" +
  817. "\x16ExtendedContentMessage\x12C\n" +
  818. "\x11associatedMessage\x18\x01 \x01(\v2\x15.WACommon.SubProtocolR\x11associatedMessage\x12Z\n" +
  819. "\n" +
  820. "targetType\x18\x02 \x01(\x0e2:.WAArmadilloXMA.ExtendedContentMessage.ExtendedContentTypeR\n" +
  821. "targetType\x12&\n" +
  822. "\x0etargetUsername\x18\x03 \x01(\tR\x0etargetUsername\x12\x1a\n" +
  823. "\btargetID\x18\x04 \x01(\tR\btargetID\x120\n" +
  824. "\x13targetExpiringAtSec\x18\x05 \x01(\x03R\x13targetExpiringAtSec\x12Z\n" +
  825. "\rxmaLayoutType\x18\x06 \x01(\x0e24.WAArmadilloXMA.ExtendedContentMessage.XmaLayoutTypeR\rxmaLayoutType\x12>\n" +
  826. "\x04ctas\x18\a \x03(\v2*.WAArmadilloXMA.ExtendedContentMessage.CTAR\x04ctas\x121\n" +
  827. "\bpreviews\x18\b \x03(\v2\x15.WACommon.SubProtocolR\bpreviews\x12\x1c\n" +
  828. "\ttitleText\x18\t \x01(\tR\ttitleText\x12\"\n" +
  829. "\fsubtitleText\x18\n" +
  830. " \x01(\tR\fsubtitleText\x12.\n" +
  831. "\x12maxTitleNumOfLines\x18\v \x01(\rR\x12maxTitleNumOfLines\x124\n" +
  832. "\x15maxSubtitleNumOfLines\x18\f \x01(\rR\x15maxSubtitleNumOfLines\x12/\n" +
  833. "\afavicon\x18\r \x01(\v2\x15.WACommon.SubProtocolR\afavicon\x127\n" +
  834. "\vheaderImage\x18\x0e \x01(\v2\x15.WACommon.SubProtocolR\vheaderImage\x12 \n" +
  835. "\vheaderTitle\x18\x0f \x01(\tR\vheaderTitle\x12c\n" +
  836. "\x10overlayIconGlyph\x18\x10 \x01(\x0e27.WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyphR\x10overlayIconGlyph\x12\"\n" +
  837. "\foverlayTitle\x18\x11 \x01(\tR\foverlayTitle\x12.\n" +
  838. "\x12overlayDescription\x18\x12 \x01(\tR\x12overlayDescription\x12,\n" +
  839. "\x11sentWithMessageID\x18\x13 \x01(\tR\x11sentWithMessageID\x12 \n" +
  840. "\vmessageText\x18\x14 \x01(\tR\vmessageText\x12&\n" +
  841. "\x0eheaderSubtitle\x18\x15 \x01(\tR\x0eheaderSubtitle\x12\"\n" +
  842. "\fxmaDataclass\x18\x16 \x01(\tR\fxmaDataclass\x12\x1e\n" +
  843. "\n" +
  844. "contentRef\x18\x17 \x01(\tR\n" +
  845. "contentRef\x12\"\n" +
  846. "\fmentionedJID\x18\x18 \x03(\tR\fmentionedJID\x12-\n" +
  847. "\bcommands\x18\x19 \x03(\v2\x11.WACommon.CommandR\bcommands\x12-\n" +
  848. "\bmentions\x18\x1a \x03(\v2\x11.WACommon.MentionR\bmentions\x12c\n" +
  849. "\x10xmaDataclassType\x18\x1b \x01(\x0e27.WAArmadilloXMA.ExtendedContentMessage.XmaDataclassTypeR\x10xmaDataclassType\x12B\n" +
  850. "\x1csignedXmaDataclassValidation\x18\x1c \x01(\tR\x1csignedXmaDataclassValidation\x1a\xf5\x01\n" +
  851. "\x03CTA\x12T\n" +
  852. "\n" +
  853. "buttonType\x18\x01 \x01(\x0e24.WAArmadilloXMA.ExtendedContentMessage.CtaButtonTypeR\n" +
  854. "buttonType\x12\x14\n" +
  855. "\x05title\x18\x02 \x01(\tR\x05title\x12\x1c\n" +
  856. "\tactionURL\x18\x03 \x01(\tR\tactionURL\x12\x1c\n" +
  857. "\tnativeURL\x18\x04 \x01(\tR\tnativeURL\x12\x18\n" +
  858. "\actaType\x18\x05 \x01(\tR\actaType\x12,\n" +
  859. "\x11actionContentBlob\x18\x06 \x01(\tR\x11actionContentBlob\"B\n" +
  860. "\x10XmaDataclassType\x12\x0f\n" +
  861. "\vSENDER_COPY\x10\x00\x12\n" +
  862. "\n" +
  863. "\x06SERVER\x10\x01\x12\x11\n" +
  864. "\rSIGNED_CLIENT\x10\x02\"\xa1\x01\n" +
  865. "\x10OverlayIconGlyph\x12\b\n" +
  866. "\x04INFO\x10\x00\x12\v\n" +
  867. "\aEYE_OFF\x10\x01\x12\f\n" +
  868. "\bNEWS_OFF\x10\x02\x12\v\n" +
  869. "\aWARNING\x10\x03\x12\v\n" +
  870. "\aPRIVATE\x10\x04\x12\b\n" +
  871. "\x04NONE\x10\x05\x12\x0f\n" +
  872. "\vMEDIA_LABEL\x10\x06\x12\x0e\n" +
  873. "\n" +
  874. "POST_COVER\x10\a\x12\x0e\n" +
  875. "\n" +
  876. "POST_LABEL\x10\b\x12\x13\n" +
  877. "\x0fWARNING_SCREENS\x10\t\" \n" +
  878. "\rCtaButtonType\x12\x0f\n" +
  879. "\vOPEN_NATIVE\x10\v\"b\n" +
  880. "\rXmaLayoutType\x12\n" +
  881. "\n" +
  882. "\x06SINGLE\x10\x00\x12\v\n" +
  883. "\aHSCROLL\x10\x01\x12\f\n" +
  884. "\bPORTRAIT\x10\x03\x12\x11\n" +
  885. "\rSTANDARD_DXMA\x10\f\x12\r\n" +
  886. "\tLIST_DXMA\x10\x0f\x12\b\n" +
  887. "\x04GRID\x10\x10\"\xa3\x10\n" +
  888. "\x13ExtendedContentType\x12\x0f\n" +
  889. "\vUNSUPPORTED\x10\x00\x12\x1a\n" +
  890. "\x16IG_STORY_PHOTO_MENTION\x10\x04\x12\x1e\n" +
  891. "\x1aIG_SINGLE_IMAGE_POST_SHARE\x10\t\x12\x16\n" +
  892. "\x12IG_MULTIPOST_SHARE\x10\n" +
  893. "\x12\x1e\n" +
  894. "\x1aIG_SINGLE_VIDEO_POST_SHARE\x10\v\x12\x18\n" +
  895. "\x14IG_STORY_PHOTO_SHARE\x10\f\x12\x18\n" +
  896. "\x14IG_STORY_VIDEO_SHARE\x10\r\x12\x12\n" +
  897. "\x0eIG_CLIPS_SHARE\x10\x0e\x12\x11\n" +
  898. "\rIG_IGTV_SHARE\x10\x0f\x12\x11\n" +
  899. "\rIG_SHOP_SHARE\x10\x10\x12\x14\n" +
  900. "\x10IG_PROFILE_SHARE\x10\x13\x12\"\n" +
  901. "\x1eIG_STORY_PHOTO_HIGHLIGHT_SHARE\x10\x14\x12\"\n" +
  902. "\x1eIG_STORY_VIDEO_HIGHLIGHT_SHARE\x10\x15\x12\x12\n" +
  903. "\x0eIG_STORY_REPLY\x10\x16\x12\x15\n" +
  904. "\x11IG_STORY_REACTION\x10\x17\x12\x1a\n" +
  905. "\x16IG_STORY_VIDEO_MENTION\x10\x18\x12\x1c\n" +
  906. "\x18IG_STORY_HIGHLIGHT_REPLY\x10\x19\x12\x1f\n" +
  907. "\x1bIG_STORY_HIGHLIGHT_REACTION\x10\x1a\x12\x14\n" +
  908. "\x10IG_EXTERNAL_LINK\x10\x1b\x12\x15\n" +
  909. "\x11IG_RECEIVER_FETCH\x10\x1c\x12\x12\n" +
  910. "\rFB_FEED_SHARE\x10\xe8\a\x12\x13\n" +
  911. "\x0eFB_STORY_REPLY\x10\xe9\a\x12\x13\n" +
  912. "\x0eFB_STORY_SHARE\x10\xea\a\x12\x15\n" +
  913. "\x10FB_STORY_MENTION\x10\xeb\a\x12\x18\n" +
  914. "\x13FB_FEED_VIDEO_SHARE\x10\xec\a\x12\x1c\n" +
  915. "\x17FB_GAMING_CUSTOM_UPDATE\x10\xed\a\x12\x1c\n" +
  916. "\x17FB_PRODUCER_STORY_REPLY\x10\xee\a\x12\r\n" +
  917. "\bFB_EVENT\x10\xef\a\x12\x1f\n" +
  918. "\x1aFB_FEED_POST_PRIVATE_REPLY\x10\xf0\a\x12\r\n" +
  919. "\bFB_SHORT\x10\xf1\a\x12\x1d\n" +
  920. "\x18FB_COMMENT_MENTION_SHARE\x10\xf2\a\x12\x14\n" +
  921. "\x0fFB_POST_MENTION\x10\xf3\a\x12\x1e\n" +
  922. "\x19FB_PROFILE_DIRECTORY_ITEM\x10\xf5\a\x12 \n" +
  923. "\x1bFB_FEED_POST_REACTION_REPLY\x10\xf6\a\x12\x17\n" +
  924. "\x12FB_QUICKSNAP_REPLY\x10\xf7\a\x12\x1c\n" +
  925. "\x17MSG_EXTERNAL_LINK_SHARE\x10\xd0\x0f\x12\x14\n" +
  926. "\x0fMSG_P2P_PAYMENT\x10\xd1\x0f\x12\x19\n" +
  927. "\x14MSG_LOCATION_SHARING\x10\xd2\x0f\x12\x1c\n" +
  928. "\x17MSG_LOCATION_SHARING_V2\x10\xd3\x0f\x12,\n" +
  929. "'MSG_HIGHLIGHTS_TAB_FRIEND_UPDATES_REPLY\x10\xd4\x0f\x12)\n" +
  930. "$MSG_HIGHLIGHTS_TAB_LOCAL_EVENT_REPLY\x10\xd5\x0f\x12\x17\n" +
  931. "\x12MSG_RECEIVER_FETCH\x10\xd6\x0f\x12\x17\n" +
  932. "\x12MSG_IG_MEDIA_SHARE\x10\xd7\x0f\x12&\n" +
  933. "!MSG_GEN_AI_SEARCH_PLUGIN_RESPONSE\x10\xd8\x0f\x12\x13\n" +
  934. "\x0eMSG_REELS_LIST\x10\xd9\x0f\x12\x10\n" +
  935. "\vMSG_CONTACT\x10\xda\x0f\x12\x1b\n" +
  936. "\x16MSG_THREADS_POST_SHARE\x10\xdb\x0f\x12\r\n" +
  937. "\bMSG_FILE\x10\xdc\x0f\x12\x17\n" +
  938. "\x12MSG_AVATAR_DETAILS\x10\xdd\x0f\x12\x13\n" +
  939. "\x0eMSG_AI_CONTACT\x10\xde\x0f\x12\x17\n" +
  940. "\x12MSG_MEMORIES_SHARE\x10\xdf\x0f\x12\x1b\n" +
  941. "\x16MSG_SHARED_ALBUM_REPLY\x10\xe0\x0f\x12\x15\n" +
  942. "\x10MSG_SHARED_ALBUM\x10\xe1\x0f\x12\x18\n" +
  943. "\x13MSG_OCCAMADILLO_XMA\x10\xe2\x0f\x12\x1c\n" +
  944. "\x17MSG_GEN_AI_SUBSCRIPTION\x10\xe5\x0f\x12\x18\n" +
  945. "\x13MSG_GEN_AI_REMINDER\x10\xe6\x0f\x12(\n" +
  946. "#MSG_GEN_AI_MEMU_ONBOARDING_RESPONSE\x10\xe7\x0f\x12\x13\n" +
  947. "\x0eMSG_NOTE_REPLY\x10\xe8\x0f\x12\x15\n" +
  948. "\x10MSG_NOTE_MENTION\x10\xe9\x0f\x12\x12\n" +
  949. "\rGEN_AI_ENTITY\x10\xea\x0f\x12\x18\n" +
  950. "\x13MSG_OPG_P2P_PAYMENT\x10\xeb\x0f\x12\x19\n" +
  951. "\x14GEN_AI_RICH_RESPONSE\x10\xec\x0f\x12\x16\n" +
  952. "\x11MSG_MUSIC_STICKER\x10\xed\x0f\x12\x15\n" +
  953. "\x10MSG_PHONE_NUMBER\x10\xee\x0f\x12\x16\n" +
  954. "\x11AI_ACTIVITY_SHARE\x10\xef\x0f\x12\x14\n" +
  955. "\x0fMSG_PRIVATE_XMA\x10\xf0\x0f\x12\x13\n" +
  956. "\x0eRTC_AUDIO_CALL\x10\xb8\x17\x12\x13\n" +
  957. "\x0eRTC_VIDEO_CALL\x10\xb9\x17\x12\x1a\n" +
  958. "\x15RTC_MISSED_AUDIO_CALL\x10\xba\x17\x12\x1a\n" +
  959. "\x15RTC_MISSED_VIDEO_CALL\x10\xbb\x17\x12\x19\n" +
  960. "\x14RTC_GROUP_AUDIO_CALL\x10\xbc\x17\x12\x19\n" +
  961. "\x14RTC_GROUP_VIDEO_CALL\x10\xbd\x17\x12 \n" +
  962. "\x1bRTC_MISSED_GROUP_AUDIO_CALL\x10\xbe\x17\x12 \n" +
  963. "\x1bRTC_MISSED_GROUP_VIDEO_CALL\x10\xbf\x17\x12\x1b\n" +
  964. "\x16RTC_ONGOING_AUDIO_CALL\x10\xc0\x17\x12\x1b\n" +
  965. "\x16RTC_ONGOING_VIDEO_CALL\x10\xc1\x17\x12 \n" +
  966. "\x1bMSG_RECEIVER_FETCH_FALLBACK\x10\xd1\x17\x12\x1a\n" +
  967. "\x15DATACLASS_SENDER_COPY\x10\xa0\x1fB*Z(go.mau.fi/whatsmeow/proto/waArmadilloXMA"
  968. var (
  969. file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescOnce sync.Once
  970. file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData []byte
  971. )
  972. func file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescGZIP() []byte {
  973. file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescOnce.Do(func() {
  974. file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc), len(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc)))
  975. })
  976. return file_waArmadilloXMA_WAArmadilloXMA_proto_rawDescData
  977. }
  978. var file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes = make([]protoimpl.EnumInfo, 5)
  979. var file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  980. var file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes = []any{
  981. (ExtendedContentMessage_XmaDataclassType)(0), // 0: WAArmadilloXMA.ExtendedContentMessage.XmaDataclassType
  982. (ExtendedContentMessage_OverlayIconGlyph)(0), // 1: WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyph
  983. (ExtendedContentMessage_CtaButtonType)(0), // 2: WAArmadilloXMA.ExtendedContentMessage.CtaButtonType
  984. (ExtendedContentMessage_XmaLayoutType)(0), // 3: WAArmadilloXMA.ExtendedContentMessage.XmaLayoutType
  985. (ExtendedContentMessage_ExtendedContentType)(0), // 4: WAArmadilloXMA.ExtendedContentMessage.ExtendedContentType
  986. (*ExtendedContentMessage)(nil), // 5: WAArmadilloXMA.ExtendedContentMessage
  987. (*ExtendedContentMessage_CTA)(nil), // 6: WAArmadilloXMA.ExtendedContentMessage.CTA
  988. (*waCommon.SubProtocol)(nil), // 7: WACommon.SubProtocol
  989. (*waCommon.Command)(nil), // 8: WACommon.Command
  990. (*waCommon.Mention)(nil), // 9: WACommon.Mention
  991. }
  992. var file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs = []int32{
  993. 7, // 0: WAArmadilloXMA.ExtendedContentMessage.associatedMessage:type_name -> WACommon.SubProtocol
  994. 4, // 1: WAArmadilloXMA.ExtendedContentMessage.targetType:type_name -> WAArmadilloXMA.ExtendedContentMessage.ExtendedContentType
  995. 3, // 2: WAArmadilloXMA.ExtendedContentMessage.xmaLayoutType:type_name -> WAArmadilloXMA.ExtendedContentMessage.XmaLayoutType
  996. 6, // 3: WAArmadilloXMA.ExtendedContentMessage.ctas:type_name -> WAArmadilloXMA.ExtendedContentMessage.CTA
  997. 7, // 4: WAArmadilloXMA.ExtendedContentMessage.previews:type_name -> WACommon.SubProtocol
  998. 7, // 5: WAArmadilloXMA.ExtendedContentMessage.favicon:type_name -> WACommon.SubProtocol
  999. 7, // 6: WAArmadilloXMA.ExtendedContentMessage.headerImage:type_name -> WACommon.SubProtocol
  1000. 1, // 7: WAArmadilloXMA.ExtendedContentMessage.overlayIconGlyph:type_name -> WAArmadilloXMA.ExtendedContentMessage.OverlayIconGlyph
  1001. 8, // 8: WAArmadilloXMA.ExtendedContentMessage.commands:type_name -> WACommon.Command
  1002. 9, // 9: WAArmadilloXMA.ExtendedContentMessage.mentions:type_name -> WACommon.Mention
  1003. 0, // 10: WAArmadilloXMA.ExtendedContentMessage.xmaDataclassType:type_name -> WAArmadilloXMA.ExtendedContentMessage.XmaDataclassType
  1004. 2, // 11: WAArmadilloXMA.ExtendedContentMessage.CTA.buttonType:type_name -> WAArmadilloXMA.ExtendedContentMessage.CtaButtonType
  1005. 12, // [12:12] is the sub-list for method output_type
  1006. 12, // [12:12] is the sub-list for method input_type
  1007. 12, // [12:12] is the sub-list for extension type_name
  1008. 12, // [12:12] is the sub-list for extension extendee
  1009. 0, // [0:12] is the sub-list for field type_name
  1010. }
  1011. func init() { file_waArmadilloXMA_WAArmadilloXMA_proto_init() }
  1012. func file_waArmadilloXMA_WAArmadilloXMA_proto_init() {
  1013. if File_waArmadilloXMA_WAArmadilloXMA_proto != nil {
  1014. return
  1015. }
  1016. type x struct{}
  1017. out := protoimpl.TypeBuilder{
  1018. File: protoimpl.DescBuilder{
  1019. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1020. RawDescriptor: unsafe.Slice(unsafe.StringData(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc), len(file_waArmadilloXMA_WAArmadilloXMA_proto_rawDesc)),
  1021. NumEnums: 5,
  1022. NumMessages: 2,
  1023. NumExtensions: 0,
  1024. NumServices: 0,
  1025. },
  1026. GoTypes: file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes,
  1027. DependencyIndexes: file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs,
  1028. EnumInfos: file_waArmadilloXMA_WAArmadilloXMA_proto_enumTypes,
  1029. MessageInfos: file_waArmadilloXMA_WAArmadilloXMA_proto_msgTypes,
  1030. }.Build()
  1031. File_waArmadilloXMA_WAArmadilloXMA_proto = out.File
  1032. file_waArmadilloXMA_WAArmadilloXMA_proto_goTypes = nil
  1033. file_waArmadilloXMA_WAArmadilloXMA_proto_depIdxs = nil
  1034. }