@hansaka02/baileys 7.3.2 → 7.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/Defaults/baileys-version.json +2 -2
  2. package/lib/Defaults/connection.js +51 -0
  3. package/lib/Defaults/constants.js +74 -0
  4. package/lib/Defaults/history.js +19 -0
  5. package/lib/Defaults/index.js +36 -142
  6. package/lib/Defaults/media.js +48 -0
  7. package/lib/Defaults/prefix.js +18 -0
  8. package/lib/Signal/Group/group-session-builder.js +10 -42
  9. package/lib/Signal/Group/group_cipher.js +9 -6
  10. package/lib/Signal/Group/index.js +39 -53
  11. package/lib/Signal/Group/keyhelper.js +8 -41
  12. package/lib/Signal/Group/sender-chain-key.js +5 -18
  13. package/lib/Signal/Group/sender-key-distribution-message.js +7 -7
  14. package/lib/Signal/Group/sender-key-message.js +12 -8
  15. package/lib/Signal/Group/sender-key-record.js +7 -16
  16. package/lib/Signal/Group/sender-key-state.js +15 -61
  17. package/lib/Signal/Group/sender-message-key.js +2 -2
  18. package/lib/Signal/libsignal.js +237 -177
  19. package/lib/Signal/lid-mapping.js +128 -71
  20. package/lib/Socket/Client/types.js +2 -2
  21. package/lib/Socket/Client/websocket.js +25 -16
  22. package/lib/Socket/business.js +46 -33
  23. package/lib/Socket/chats.js +286 -170
  24. package/lib/Socket/community.js +215 -77
  25. package/lib/Socket/groups.js +77 -61
  26. package/lib/Socket/index.js +4 -4
  27. package/lib/Socket/messages-recv.js +629 -457
  28. package/lib/Socket/messages-send.js +645 -656
  29. package/lib/Socket/mex.js +61 -0
  30. package/lib/Socket/newsletter.js +166 -245
  31. package/lib/Socket/socket.js +396 -170
  32. package/lib/Store/index.js +27 -11
  33. package/lib/Store/make-cache-manager-store.js +14 -15
  34. package/lib/Store/make-in-memory-store.js +28 -24
  35. package/lib/Types/LabelAssociation.js +2 -2
  36. package/lib/Types/Message.js +6 -6
  37. package/lib/Types/MexUpdates.js +5 -5
  38. package/lib/Types/Newsletter.js +32 -25
  39. package/lib/Types/State.js +4 -4
  40. package/lib/Types/index.js +28 -12
  41. package/lib/Utils/auth-utils.js +212 -375
  42. package/lib/Utils/baileys-event-stream.js +68 -69
  43. package/lib/Utils/browser-utils.js +43 -0
  44. package/lib/Utils/business.js +63 -53
  45. package/lib/Utils/chat-utils.js +241 -106
  46. package/lib/Utils/crypto.js +25 -45
  47. package/lib/Utils/decode-wa-message.js +361 -311
  48. package/lib/Utils/event-buffer.js +97 -42
  49. package/lib/Utils/generics.js +90 -207
  50. package/lib/Utils/history.js +29 -27
  51. package/lib/Utils/index.js +28 -14
  52. package/lib/Utils/link-preview.js +24 -62
  53. package/lib/Utils/logger.js +5 -5
  54. package/lib/Utils/lt-hash.js +29 -23
  55. package/lib/Utils/make-mutex.js +26 -28
  56. package/lib/Utils/message-retry-manager.js +55 -7
  57. package/lib/Utils/messages-media.js +434 -247
  58. package/lib/Utils/messages.js +963 -917
  59. package/lib/Utils/noise-handler.js +60 -20
  60. package/lib/Utils/pre-key-manager.js +126 -0
  61. package/lib/Utils/process-message.js +216 -141
  62. package/lib/Utils/signal.js +75 -37
  63. package/lib/Utils/use-multi-file-auth-state.js +18 -22
  64. package/lib/Utils/validate-connection.js +96 -66
  65. package/lib/WABinary/constants.js +1268 -1268
  66. package/lib/WABinary/decode.js +62 -34
  67. package/lib/WABinary/encode.js +57 -36
  68. package/lib/WABinary/generic-utils.js +4 -4
  69. package/lib/WABinary/index.js +27 -11
  70. package/lib/WABinary/jid-utils.js +58 -11
  71. package/lib/WAM/constants.js +19064 -11563
  72. package/lib/WAM/encode.js +71 -14
  73. package/lib/WAM/index.js +27 -11
  74. package/lib/WAUSync/Protocols/USyncBotProfileProtocol.js +20 -16
  75. package/lib/WAUSync/Protocols/USyncContactProtocol.js +2 -2
  76. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +7 -4
  77. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js +2 -2
  78. package/lib/WAUSync/Protocols/USyncLIDProtocol.js +0 -2
  79. package/lib/WAUSync/Protocols/USyncStatusProtocol.js +2 -2
  80. package/lib/WAUSync/Protocols/index.js +27 -11
  81. package/lib/WAUSync/USyncQuery.js +51 -28
  82. package/lib/WAUSync/index.js +27 -11
  83. package/lib/index.js +60 -31
  84. package/package.json +12 -17
  85. package/WAProto/AICommon/AICommon.d.ts +0 -11702
  86. package/WAProto/Adv/Adv.d.ts +0 -643
  87. package/WAProto/BotMetadata/BotMetadata.d.ts +0 -5654
  88. package/WAProto/Cert/Cert.d.ts +0 -613
  89. package/WAProto/ChatLockSettings/ChatLockSettings.d.ts +0 -476
  90. package/WAProto/CompanionReg/CompanionReg.d.ts +0 -1361
  91. package/WAProto/DeviceCapabilities/DeviceCapabilities.d.ts +0 -577
  92. package/WAProto/E2E/E2E.d.ts +0 -41724
  93. package/WAProto/Ephemeral/Ephemeral.d.ts +0 -114
  94. package/WAProto/HistorySync/HistorySync.d.ts +0 -51700
  95. package/WAProto/LidMigrationSyncPayload/LidMigrationSyncPayload.d.ts +0 -229
  96. package/WAProto/MdStorageChatRowOpaqueData/MdStorageChatRowOpaqueData.d.ts +0 -583
  97. package/WAProto/MdStorageMsgRowOpaqueData/MdStorageMsgRowOpaqueData.d.ts +0 -42897
  98. package/WAProto/MmsRetry/MmsRetry.d.ts +0 -243
  99. package/WAProto/Protocol/Protocol.d.ts +0 -270
  100. package/WAProto/Reporting/Reporting.d.ts +0 -371
  101. package/WAProto/ServerSync/ServerSync.d.ts +0 -1285
  102. package/WAProto/SignalLocalStorageProtocol/SignalLocalStorageProtocol.d.ts +0 -1868
  103. package/WAProto/SignalWhisperTextProtocol/SignalWhisperTextProtocol.d.ts +0 -767
  104. package/WAProto/StatusAttributions/StatusAttributions.d.ts +0 -1027
  105. package/WAProto/SyncAction/SyncAction.d.ts +0 -11193
  106. package/WAProto/UserPassword/UserPassword.d.ts +0 -363
  107. package/WAProto/VnameCert/VnameCert.d.ts +0 -821
  108. package/WAProto/Wa6/Wa6.d.ts +0 -2128
  109. package/WAProto/Web/Web.d.ts +0 -46383
  110. package/WAProto/index.d.ts +0 -55
  111. package/lib/Defaults/index.d.ts +0 -77
  112. package/lib/Signal/Group/ciphertext-message.d.ts +0 -9
  113. package/lib/Signal/Group/group-session-builder.d.ts +0 -17
  114. package/lib/Signal/Group/group_cipher.d.ts +0 -19
  115. package/lib/Signal/Group/index.d.ts +0 -11
  116. package/lib/Signal/Group/keyhelper.d.ts +0 -16
  117. package/lib/Signal/Group/sender-chain-key.d.ts +0 -14
  118. package/lib/Signal/Group/sender-key-distribution-message.d.ts +0 -17
  119. package/lib/Signal/Group/sender-key-message.d.ts +0 -19
  120. package/lib/Signal/Group/sender-key-name.d.ts +0 -19
  121. package/lib/Signal/Group/sender-key-record.d.ts +0 -32
  122. package/lib/Signal/Group/sender-key-state.d.ts +0 -44
  123. package/lib/Signal/Group/sender-message-key.d.ts +0 -11
  124. package/lib/Signal/libsignal.d.ts +0 -8
  125. package/lib/Signal/lid-mapping.d.ts +0 -28
  126. package/lib/Socket/Client/index.d.ts +0 -2
  127. package/lib/Socket/Client/types.d.ts +0 -16
  128. package/lib/Socket/Client/websocket.d.ts +0 -13
  129. package/lib/Socket/business.d.ts +0 -187
  130. package/lib/Socket/chats.d.ts +0 -97
  131. package/lib/Socket/community.d.ts +0 -129
  132. package/lib/Socket/groups.d.ts +0 -129
  133. package/lib/Socket/index.d.ts +0 -191
  134. package/lib/Socket/messages-recv.d.ts +0 -174
  135. package/lib/Socket/messages-send.d.ts +0 -165
  136. package/lib/Socket/newsletter.d.ts +0 -145
  137. package/lib/Socket/socket.d.ts +0 -45
  138. package/lib/Socket/usync.d.ts +0 -37
  139. package/lib/Socket/usync.js +0 -83
  140. package/lib/Store/index.d.ts +0 -4
  141. package/lib/Store/make-cache-manager-store.d.ts +0 -14
  142. package/lib/Store/make-in-memory-store.d.ts +0 -123
  143. package/lib/Store/make-ordered-dictionary.d.ts +0 -12
  144. package/lib/Store/object-repository.d.ts +0 -10
  145. package/lib/Types/Auth.d.ts +0 -121
  146. package/lib/Types/Bussiness.d.ts +0 -28
  147. package/lib/Types/Call.d.ts +0 -14
  148. package/lib/Types/Chat.d.ts +0 -143
  149. package/lib/Types/Contact.d.ts +0 -23
  150. package/lib/Types/Events.d.ts +0 -226
  151. package/lib/Types/GroupMetadata.d.ts +0 -66
  152. package/lib/Types/Label.d.ts +0 -48
  153. package/lib/Types/LabelAssociation.d.ts +0 -35
  154. package/lib/Types/Message.d.ts +0 -484
  155. package/lib/Types/MexUpdates.d.ts +0 -9
  156. package/lib/Types/Newsletter.d.ts +0 -109
  157. package/lib/Types/Product.d.ts +0 -92
  158. package/lib/Types/Signal.d.ts +0 -98
  159. package/lib/Types/Socket.d.ts +0 -141
  160. package/lib/Types/State.d.ts +0 -41
  161. package/lib/Types/USync.d.ts +0 -26
  162. package/lib/Types/index.d.ts +0 -80
  163. package/lib/Utils/auth-utils.d.ts +0 -21
  164. package/lib/Utils/baileys-event-stream.d.ts +0 -18
  165. package/lib/Utils/business.d.ts +0 -29
  166. package/lib/Utils/chat-utils.d.ts +0 -82
  167. package/lib/Utils/crypto.d.ts +0 -56
  168. package/lib/Utils/decode-wa-message.d.ts +0 -53
  169. package/lib/Utils/event-buffer.d.ts +0 -39
  170. package/lib/Utils/generics.d.ts +0 -117
  171. package/lib/Utils/history.d.ts +0 -23
  172. package/lib/Utils/index.d.ts +0 -20
  173. package/lib/Utils/link-preview.d.ts +0 -23
  174. package/lib/Utils/logger.d.ts +0 -13
  175. package/lib/Utils/lt-hash.d.ts +0 -14
  176. package/lib/Utils/make-mutex.d.ts +0 -9
  177. package/lib/Utils/message-retry-manager.d.ts +0 -88
  178. package/lib/Utils/messages-media.d.ts +0 -135
  179. package/lib/Utils/messages.d.ts +0 -105
  180. package/lib/Utils/noise-handler.d.ts +0 -20
  181. package/lib/Utils/process-message.d.ts +0 -49
  182. package/lib/Utils/signal.d.ts +0 -42
  183. package/lib/Utils/use-mongo-file-auth-state.d.ts +0 -6
  184. package/lib/Utils/use-mongo-file-auth-state.js +0 -84
  185. package/lib/Utils/use-multi-file-auth-state.d.ts +0 -13
  186. package/lib/Utils/use-single-file-auth-state.d.ts +0 -13
  187. package/lib/Utils/use-single-file-auth-state.js +0 -80
  188. package/lib/Utils/validate-connection.d.ts +0 -13
  189. package/lib/WABinary/constants.d.ts +0 -30
  190. package/lib/WABinary/decode.d.ts +0 -9
  191. package/lib/WABinary/encode.d.ts +0 -3
  192. package/lib/WABinary/generic-utils.d.ts +0 -28
  193. package/lib/WABinary/index.d.ts +0 -5
  194. package/lib/WABinary/jid-utils.d.ts +0 -58
  195. package/lib/WABinary/types.d.ts +0 -22
  196. package/lib/WAM/BinaryInfo.d.ts +0 -16
  197. package/lib/WAM/constants.d.ts +0 -47
  198. package/lib/WAM/encode.d.ts +0 -3
  199. package/lib/WAM/index.d.ts +0 -3
  200. package/lib/WAUSync/Protocols/USyncBotProfileProtocol.d.ts +0 -28
  201. package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts +0 -10
  202. package/lib/WAUSync/Protocols/USyncDeviceProtocol.d.ts +0 -26
  203. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.d.ts +0 -14
  204. package/lib/WAUSync/Protocols/USyncLIDProtocol.d.ts +0 -10
  205. package/lib/WAUSync/Protocols/USyncStatusProtocol.d.ts +0 -14
  206. package/lib/WAUSync/Protocols/index.d.ts +0 -6
  207. package/lib/WAUSync/USyncQuery.d.ts +0 -31
  208. package/lib/WAUSync/USyncUser.d.ts +0 -12
  209. package/lib/WAUSync/index.d.ts +0 -3
  210. package/lib/index.d.ts +0 -13
@@ -24,1276 +24,1276 @@ const TAGS = {
24
24
 
25
25
  const DOUBLE_BYTE_TOKENS = [
26
26
  [
27
- 'read-self',
28
- 'active',
29
- 'fbns',
30
- 'protocol',
31
- 'reaction',
32
- 'screen_width',
33
- 'heartbeat',
34
- 'deviceid',
35
- '2:47DEQpj8',
36
- 'uploadfieldstat',
37
- 'voip_settings',
38
- 'retry',
39
- 'priority',
40
- 'longitude',
41
- 'conflict',
42
- 'false',
43
- 'ig_professional',
44
- 'replaced',
45
- 'preaccept',
46
- 'cover_photo',
47
- 'uncompressed',
48
- 'encopt',
49
- 'ppic',
50
- '04',
51
- 'passive',
52
- 'status-revoke-drop',
53
- 'keygen',
54
- '540',
55
- 'offer',
56
- 'rate',
57
- 'opus',
58
- 'latitude',
59
- 'w:gp2',
60
- 'ver',
61
- '4',
62
- 'business_profile',
63
- 'medium',
64
- 'sender',
65
- 'prev_v_id',
66
- 'email',
67
- 'website',
68
- 'invited',
69
- 'sign_credential',
70
- '05',
71
- 'transport',
72
- 'skey',
73
- 'reason',
74
- 'peer_abtest_bucket',
75
- 'America/Sao_Paulo',
76
- 'appid',
77
- 'refresh',
78
- '100',
79
- '06',
80
- '404',
81
- '101',
82
- '104',
83
- '107',
84
- '102',
85
- '109',
86
- '103',
87
- 'member_add_mode',
88
- '105',
89
- 'transaction-id',
90
- '110',
91
- '106',
92
- 'outgoing',
93
- '108',
94
- '111',
95
- 'tokens',
96
- 'followers',
97
- 'ig_handle',
98
- 'self_pid',
99
- 'tue',
100
- 'dec',
101
- 'thu',
102
- 'joinable',
103
- 'peer_pid',
104
- 'mon',
105
- 'features',
106
- 'wed',
107
- 'peer_device_presence',
108
- 'pn',
109
- 'delete',
110
- '07',
111
- 'fri',
112
- 'audio_duration',
113
- 'admin',
114
- 'connected',
115
- 'delta',
116
- 'rcat',
117
- 'disable',
118
- 'collection',
119
- '08',
120
- '480',
121
- 'sat',
122
- 'phash',
123
- 'all',
124
- 'invite',
125
- 'accept',
126
- 'critical_unblock_low',
127
- 'group_update',
128
- 'signed_credential',
129
- 'blinded_credential',
130
- 'eph_setting',
131
- 'net',
132
- '09',
133
- 'background_location',
134
- 'refresh_id',
135
- 'Asia/Kolkata',
136
- 'privacy_mode_ts',
137
- 'account_sync',
138
- 'voip_payload_type',
139
- 'service_areas',
140
- 'acs_public_key',
141
- 'v_id',
142
- '0a',
143
- 'fallback_class',
144
- 'relay',
145
- 'actual_actors',
146
- 'metadata',
147
- 'w:biz',
148
- '5',
149
- 'connected-limit',
150
- 'notice',
151
- '0b',
152
- 'host_storage',
153
- 'fb_page',
154
- 'subject',
155
- 'privatestats',
156
- 'invis',
157
- 'groupadd',
158
- '010',
159
- 'note.m4r',
160
- 'uuid',
161
- '0c',
162
- '8000',
163
- 'sun',
164
- '372',
165
- '1020',
166
- 'stage',
167
- '1200',
168
- '720',
169
- 'canonical',
170
- 'fb',
171
- '011',
172
- 'video_duration',
173
- '0d',
174
- '1140',
175
- 'superadmin',
176
- '012',
177
- 'Opening.m4r',
178
- 'keystore_attestation',
179
- 'dleq_proof',
180
- '013',
181
- 'timestamp',
182
- 'ab_key',
183
- 'w:sync:app:state',
184
- '0e',
185
- 'vertical',
186
- '600',
187
- 'p_v_id',
188
- '6',
189
- 'likes',
190
- '014',
191
- '500',
192
- '1260',
193
- 'creator',
194
- '0f',
195
- 'rte',
196
- 'destination',
197
- 'group',
198
- 'group_info',
199
- 'syncd_anti_tampering_fatal_exception_enabled',
200
- '015',
201
- 'dl_bw',
202
- 'Asia/Jakarta',
203
- 'vp8/h.264',
204
- 'online',
205
- '1320',
206
- 'fb:multiway',
207
- '10',
208
- 'timeout',
209
- '016',
210
- 'nse_retry',
211
- 'urn:xmpp:whatsapp:dirty',
212
- '017',
213
- 'a_v_id',
214
- 'web_shops_chat_header_button_enabled',
215
- 'nse_call',
216
- 'inactive-upgrade',
217
- 'none',
218
- 'web',
219
- 'groups',
220
- '2250',
221
- 'mms_hot_content_timespan_in_seconds',
222
- 'contact_blacklist',
223
- 'nse_read',
224
- 'suspended_group_deletion_notification',
225
- 'binary_version',
226
- '018',
227
- 'https://www.whatsapp.com/otp/copy/',
228
- 'reg_push',
229
- 'shops_hide_catalog_attachment_entrypoint',
230
- 'server_sync',
231
- '.',
232
- 'ephemeral_messages_allowed_values',
233
- '019',
234
- 'mms_vcache_aggregation_enabled',
235
- 'iphone',
236
- 'America/Argentina/Buenos_Aires',
237
- '01a',
238
- 'mms_vcard_autodownload_size_kb',
239
- 'nse_ver',
240
- 'shops_header_dropdown_menu_item',
241
- 'dhash',
242
- 'catalog_status',
243
- 'communities_mvp_new_iqs_serverprop',
244
- 'blocklist',
245
- 'default',
246
- '11',
247
- 'ephemeral_messages_enabled',
248
- '01b',
249
- 'original_dimensions',
250
- '8',
251
- 'mms4_media_retry_notification_encryption_enabled',
252
- 'mms4_server_error_receipt_encryption_enabled',
253
- 'original_image_url',
254
- 'sync',
255
- 'multiway',
256
- '420',
257
- 'companion_enc_static',
258
- 'shops_profile_drawer_entrypoint',
259
- '01c',
260
- 'vcard_as_document_size_kb',
261
- 'status_video_max_duration',
262
- 'request_image_url',
263
- '01d',
264
- 'regular_high',
265
- 's_t',
266
- 'abt',
267
- 'share_ext_min_preliminary_image_quality',
268
- '01e',
269
- '32',
270
- 'syncd_key_rotation_enabled',
271
- 'data_namespace',
272
- 'md_downgrade_read_receipts2',
273
- 'patch',
274
- 'polltype',
275
- 'ephemeral_messages_setting',
276
- 'userrate',
277
- '15',
278
- 'partial_pjpeg_bw_threshold',
279
- 'played-self',
280
- 'catalog_exists',
281
- '01f',
282
- 'mute_v2'
283
- ],
284
- [
285
- 'reject',
286
- 'dirty',
287
- 'announcement',
288
- '020',
289
- '13',
290
- '9',
291
- 'status_video_max_bitrate',
292
- 'fb:thrift_iq',
293
- 'offline_batch',
294
- '022',
295
- 'full',
296
- 'ctwa_first_business_reply_logging',
297
- 'h.264',
298
- 'smax_id',
299
- 'group_description_length',
300
- 'https://www.whatsapp.com/otp/code',
301
- 'status_image_max_edge',
302
- 'smb_upsell_business_profile_enabled',
303
- '021',
304
- 'web_upgrade_to_md_modal',
305
- '14',
306
- '023',
307
- 's_o',
308
- 'smaller_video_thumbs_status_enabled',
309
- 'media_max_autodownload',
310
- '960',
311
- 'blocking_status',
312
- 'peer_msg',
313
- 'joinable_group_call_client_version',
314
- 'group_call_video_maximization_enabled',
315
- 'return_snapshot',
316
- 'high',
317
- 'America/Mexico_City',
318
- 'entry_point_block_logging_enabled',
319
- 'pop',
320
- '024',
321
- '1050',
322
- '16',
323
- '1380',
324
- 'one_tap_calling_in_group_chat_size',
325
- 'regular_low',
326
- 'inline_joinable_education_enabled',
327
- 'hq_image_max_edge',
328
- 'locked',
329
- 'America/Bogota',
330
- 'smb_biztools_deeplink_enabled',
331
- 'status_image_quality',
332
- '1088',
333
- '025',
334
- 'payments_upi_intent_transaction_limit',
335
- 'voip',
336
- 'w:g2',
337
- '027',
338
- 'md_pin_chat_enabled',
339
- '026',
340
- 'multi_scan_pjpeg_download_enabled',
341
- 'shops_product_grid',
342
- 'transaction_id',
343
- 'ctwa_context_enabled',
344
- '20',
345
- 'fna',
346
- 'hq_image_quality',
347
- 'alt_jpeg_doc_detection_quality',
348
- 'group_call_max_participants',
349
- 'pkey',
350
- 'America/Belem',
351
- 'image_max_kbytes',
352
- 'web_cart_v1_1_order_message_changes_enabled',
353
- 'ctwa_context_enterprise_enabled',
354
- 'urn:xmpp:whatsapp:account',
355
- '840',
356
- 'Asia/Kuala_Lumpur',
357
- 'max_participants',
358
- 'video_remux_after_repair_enabled',
359
- 'stella_addressbook_restriction_type',
360
- '660',
361
- '900',
362
- '780',
363
- 'context_menu_ios13_enabled',
364
- 'mute-state',
365
- 'ref',
366
- 'payments_request_messages',
367
- '029',
368
- 'frskmsg',
369
- 'vcard_max_size_kb',
370
- 'sample_buffer_gif_player_enabled',
371
- 'match_last_seen',
372
- '510',
373
- '4983',
374
- 'video_max_bitrate',
375
- '028',
376
- 'w:comms:chat',
377
- '17',
378
- 'frequently_forwarded_max',
379
- 'groups_privacy_blacklist',
380
- 'Asia/Karachi',
381
- '02a',
382
- 'web_download_document_thumb_mms_enabled',
383
- '02b',
384
- 'hist_sync',
385
- 'biz_block_reasons_version',
386
- '1024',
387
- '18',
388
- 'web_is_direct_connection_for_plm_transparent',
389
- 'view_once_write',
390
- 'file_max_size',
391
- 'paid_convo_id',
392
- 'online_privacy_setting',
393
- 'video_max_edge',
394
- 'view_once_read',
395
- 'enhanced_storage_management',
396
- 'multi_scan_pjpeg_encoding_enabled',
397
- 'ctwa_context_forward_enabled',
398
- 'video_transcode_downgrade_enable',
399
- 'template_doc_mime_types',
400
- 'hq_image_bw_threshold',
401
- '30',
402
- 'body',
403
- 'u_aud_limit_sil_restarts_ctrl',
404
- 'other',
405
- 'participating',
406
- 'w:biz:directory',
407
- '1110',
408
- 'vp8',
409
- '4018',
410
- 'meta',
411
- 'doc_detection_image_max_edge',
412
- 'image_quality',
413
- '1170',
414
- '02c',
415
- 'smb_upsell_chat_banner_enabled',
416
- 'key_expiry_time_second',
417
- 'pid',
418
- 'stella_interop_enabled',
419
- '19',
420
- 'linked_device_max_count',
421
- 'md_device_sync_enabled',
422
- '02d',
423
- '02e',
424
- '360',
425
- 'enhanced_block_enabled',
426
- 'ephemeral_icon_in_forwarding',
427
- 'paid_convo_status',
428
- 'gif_provider',
429
- 'project_name',
430
- 'server-error',
431
- 'canonical_url_validation_enabled',
432
- 'wallpapers_v2',
433
- 'syncd_clear_chat_delete_chat_enabled',
434
- 'medianotify',
435
- '02f',
436
- 'shops_required_tos_version',
437
- 'vote',
438
- 'reset_skey_on_id_change',
439
- '030',
440
- 'image_max_edge',
441
- 'multicast_limit_global',
442
- 'ul_bw',
443
- '21',
444
- '25',
445
- '5000',
446
- 'poll',
447
- '570',
448
- '22',
449
- '031',
450
- '1280',
451
- 'WhatsApp',
452
- '032',
453
- 'bloks_shops_enabled',
454
- '50',
455
- 'upload_host_switching_enabled',
456
- 'web_ctwa_context_compose_enabled',
457
- 'ptt_forwarded_features_enabled',
458
- 'unblocked',
459
- 'partial_pjpeg_enabled',
460
- 'fbid:devices',
461
- 'height',
462
- 'ephemeral_group_query_ts',
463
- 'group_join_permissions',
464
- 'order',
465
- '033',
466
- 'alt_jpeg_status_quality',
467
- 'migrate',
468
- 'popular-bank',
469
- 'win_uwp_deprecation_killswitch_enabled',
470
- 'web_download_status_thumb_mms_enabled',
471
- 'blocking',
472
- 'url_text',
473
- '035',
474
- 'web_forwarding_limit_to_groups',
475
- '1600',
476
- 'val',
477
- '1000',
478
- 'syncd_msg_date_enabled',
479
- 'bank-ref-id',
480
- 'max_subject',
481
- 'payments_web_enabled',
482
- 'web_upload_document_thumb_mms_enabled',
483
- 'size',
484
- 'request',
485
- 'ephemeral',
486
- '24',
487
- 'receipt_agg',
488
- 'ptt_remember_play_position',
489
- 'sampling_weight',
490
- 'enc_rekey',
491
- 'mute_always',
492
- '037',
493
- '034',
494
- '23',
495
- '036',
496
- 'action',
497
- 'click_to_chat_qr_enabled',
498
- 'width',
499
- 'disabled',
500
- '038',
501
- 'md_blocklist_v2',
502
- 'played_self_enabled',
503
- 'web_buttons_message_enabled',
504
- 'flow_id',
505
- 'clear',
506
- '450',
507
- 'fbid:thread',
508
- 'bloks_session_state',
509
- 'America/Lima',
510
- 'attachment_picker_refresh',
511
- 'download_host_switching_enabled',
512
- '1792',
513
- 'u_aud_limit_sil_restarts_test2',
514
- 'custom_urls',
515
- 'device_fanout',
516
- 'optimistic_upload',
517
- '2000',
518
- 'key_cipher_suite',
519
- 'web_smb_upsell_in_biz_profile_enabled',
520
- 'e',
521
- '039',
522
- 'siri_post_status_shortcut',
523
- 'pair-device',
524
- 'lg',
525
- 'lc',
526
- 'stream_attribution_url',
527
- 'model',
528
- 'mspjpeg_phash_gen',
529
- 'catalog_send_all',
530
- 'new_multi_vcards_ui',
531
- 'share_biz_vcard_enabled',
532
- '-',
533
- 'clean',
534
- '200',
535
- 'md_blocklist_v2_server',
536
- '03b',
537
- '03a',
538
- 'web_md_migration_experience',
539
- 'ptt_conversation_waveform',
540
- 'u_aud_limit_sil_restarts_test1'
541
- ],
542
- [
543
- '64',
544
- 'ptt_playback_speed_enabled',
545
- 'web_product_list_message_enabled',
546
- 'paid_convo_ts',
547
- '27',
548
- 'manufacturer',
549
- 'psp-routing',
550
- 'grp_uii_cleanup',
551
- 'ptt_draft_enabled',
552
- '03c',
553
- 'business_initiated',
554
- 'web_catalog_products_onoff',
555
- 'web_upload_link_thumb_mms_enabled',
556
- '03e',
557
- 'mediaretry',
558
- '35',
559
- 'hfm_string_changes',
560
- '28',
561
- 'America/Fortaleza',
562
- 'max_keys',
563
- 'md_mhfs_days',
564
- 'streaming_upload_chunk_size',
565
- '5541',
566
- '040',
567
- '03d',
568
- '2675',
569
- '03f',
570
- '...',
571
- '512',
572
- 'mute',
573
- '48',
574
- '041',
575
- 'alt_jpeg_quality',
576
- '60',
577
- '042',
578
- 'md_smb_quick_reply',
579
- '5183',
580
- 'c',
581
- '1343',
582
- '40',
583
- '1230',
584
- '043',
585
- '044',
586
- 'mms_cat_v1_forward_hot_override_enabled',
587
- 'user_notice',
588
- 'ptt_waveform_send',
589
- '047',
590
- 'Asia/Calcutta',
591
- '250',
592
- 'md_privacy_v2',
593
- '31',
594
- '29',
595
- '128',
596
- 'md_messaging_enabled',
597
- '046',
598
- 'crypto',
599
- '690',
600
- '045',
601
- 'enc_iv',
602
- '75',
603
- 'failure',
604
- 'ptt_oot_playback',
605
- 'AIzaSyDR5yfaG7OG8sMTUj8kfQEb8T9pN8BM6Lk',
606
- 'w',
607
- '048',
608
- '2201',
609
- 'web_large_files_ui',
610
- 'Asia/Makassar',
611
- '812',
612
- 'status_collapse_muted',
613
- '1334',
614
- '257',
615
- '2HP4dm',
616
- '049',
617
- 'patches',
618
- '1290',
619
- '43cY6T',
620
- 'America/Caracas',
621
- 'web_sticker_maker',
622
- 'campaign',
623
- 'ptt_pausable_enabled',
624
- '33',
625
- '42',
626
- 'attestation',
627
- 'biz',
628
- '04b',
629
- 'query_linked',
630
- 's',
631
- '125',
632
- '04a',
633
- '810',
634
- 'availability',
635
- '1411',
636
- 'responsiveness_v2_m1',
637
- 'catalog_not_created',
638
- '34',
639
- 'America/Santiago',
640
- '1465',
641
- 'enc_p',
642
- '04d',
643
- 'status_info',
644
- '04f',
645
- 'key_version',
646
- '..',
647
- '04c',
648
- '04e',
649
- 'md_group_notification',
650
- '1598',
651
- '1215',
652
- 'web_cart_enabled',
653
- '37',
654
- '630',
655
- '1920',
656
- '2394',
657
- '-1',
658
- 'vcard',
659
- '38',
660
- 'elapsed',
661
- '36',
662
- '828',
663
- 'peer',
664
- 'pricing_category',
665
- '1245',
666
- 'invalid',
667
- 'stella_ios_enabled',
668
- '2687',
669
- '45',
670
- '1528',
671
- '39',
672
- 'u_is_redial_audio_1104_ctrl',
673
- '1025',
674
- '1455',
675
- '58',
676
- '2524',
677
- '2603',
678
- '054',
679
- 'bsp_system_message_enabled',
680
- 'web_pip_redesign',
681
- '051',
682
- 'verify_apps',
683
- '1974',
684
- '1272',
685
- '1322',
686
- '1755',
687
- '052',
688
- '70',
689
- '050',
690
- '1063',
691
- '1135',
692
- '1361',
693
- '80',
694
- '1096',
695
- '1828',
696
- '1851',
697
- '1251',
698
- '1921',
699
- 'key_config_id',
700
- '1254',
701
- '1566',
702
- '1252',
703
- '2525',
704
- 'critical_block',
705
- '1669',
706
- 'max_available',
707
- 'w:auth:backup:token',
708
- 'product',
709
- '2530',
710
- '870',
711
- '1022',
712
- 'participant_uuid',
713
- 'web_cart_on_off',
714
- '1255',
715
- '1432',
716
- '1867',
717
- '41',
718
- '1415',
719
- '1440',
720
- '240',
721
- '1204',
722
- '1608',
723
- '1690',
724
- '1846',
725
- '1483',
726
- '1687',
727
- '1749',
728
- '69',
729
- 'url_number',
730
- '053',
731
- '1325',
732
- '1040',
733
- '365',
734
- '59',
735
- 'Asia/Riyadh',
736
- '1177',
737
- 'test_recommended',
738
- '057',
739
- '1612',
740
- '43',
741
- '1061',
742
- '1518',
743
- '1635',
744
- '055',
745
- '1034',
746
- '1375',
747
- '750',
748
- '1430',
749
- 'event_code',
750
- '1682',
751
- '503',
752
- '55',
753
- '865',
754
- '78',
755
- '1309',
756
- '1365',
757
- '44',
758
- 'America/Guayaquil',
759
- '535',
760
- 'LIMITED',
761
- '1377',
762
- '1613',
763
- '1420',
764
- '1599',
765
- '1822',
766
- '05a',
767
- '1681',
768
- 'password',
769
- '1111',
770
- '1214',
771
- '1376',
772
- '1478',
773
- '47',
774
- '1082',
775
- '4282',
776
- 'Europe/Istanbul',
777
- '1307',
778
- '46',
779
- '058',
780
- '1124',
781
- '256',
782
- 'rate-overlimit',
783
- 'retail',
784
- 'u_a_socket_err_fix_succ_test',
785
- '1292',
786
- '1370',
787
- '1388',
788
- '520',
789
- '861',
790
- 'psa',
791
- 'regular',
792
- '1181',
793
- '1766',
794
- '05b',
795
- '1183',
796
- '1213',
797
- '1304',
798
- '1537'
799
- ],
800
- [
801
- '1724',
802
- 'profile_picture',
803
- '1071',
804
- '1314',
805
- '1605',
806
- '407',
807
- '990',
808
- '1710',
809
- '746',
810
- 'pricing_model',
811
- '056',
812
- '059',
813
- '061',
814
- '1119',
815
- '6027',
816
- '65',
817
- '877',
818
- '1607',
819
- '05d',
820
- '917',
821
- 'seen',
822
- '1516',
823
- '49',
824
- '470',
825
- '973',
826
- '1037',
827
- '1350',
828
- '1394',
829
- '1480',
830
- '1796',
831
- 'keys',
832
- '794',
833
- '1536',
834
- '1594',
835
- '2378',
836
- '1333',
837
- '1524',
838
- '1825',
839
- '116',
840
- '309',
841
- '52',
842
- '808',
843
- '827',
844
- '909',
845
- '495',
846
- '1660',
847
- '361',
848
- '957',
849
- 'google',
850
- '1357',
851
- '1565',
852
- '1967',
853
- '996',
854
- '1775',
855
- '586',
856
- '736',
857
- '1052',
858
- '1670',
859
- 'bank',
860
- '177',
861
- '1416',
862
- '2194',
863
- '2222',
864
- '1454',
865
- '1839',
866
- '1275',
867
- '53',
868
- '997',
869
- '1629',
870
- '6028',
871
- 'smba',
872
- '1378',
873
- '1410',
874
- '05c',
875
- '1849',
876
- '727',
877
- 'create',
878
- '1559',
879
- '536',
880
- '1106',
881
- '1310',
882
- '1944',
883
- '670',
884
- '1297',
885
- '1316',
886
- '1762',
887
- 'en',
888
- '1148',
889
- '1295',
890
- '1551',
891
- '1853',
892
- '1890',
893
- '1208',
894
- '1784',
895
- '7200',
896
- '05f',
897
- '178',
898
- '1283',
899
- '1332',
900
- '381',
901
- '643',
902
- '1056',
903
- '1238',
904
- '2024',
905
- '2387',
906
- '179',
907
- '981',
908
- '1547',
909
- '1705',
910
- '05e',
911
- '290',
912
- '903',
913
- '1069',
914
- '1285',
915
- '2436',
916
- '062',
917
- '251',
918
- '560',
919
- '582',
920
- '719',
921
- '56',
922
- '1700',
923
- '2321',
924
- '325',
925
- '448',
926
- '613',
927
- '777',
928
- '791',
929
- '51',
930
- '488',
931
- '902',
932
- 'Asia/Almaty',
933
- 'is_hidden',
934
- '1398',
935
- '1527',
936
- '1893',
937
- '1999',
938
- '2367',
939
- '2642',
940
- '237',
941
- 'busy',
942
- '065',
943
- '067',
944
- '233',
945
- '590',
946
- '993',
947
- '1511',
948
- '54',
949
- '723',
950
- '860',
951
- '363',
952
- '487',
953
- '522',
954
- '605',
955
- '995',
956
- '1321',
957
- '1691',
958
- '1865',
959
- '2447',
960
- '2462',
961
- 'NON_TRANSACTIONAL',
962
- '433',
963
- '871',
964
- '432',
965
- '1004',
966
- '1207',
967
- '2032',
968
- '2050',
969
- '2379',
970
- '2446',
971
- '279',
972
- '636',
973
- '703',
974
- '904',
975
- '248',
976
- '370',
977
- '691',
978
- '700',
979
- '1068',
980
- '1655',
981
- '2334',
982
- '060',
983
- '063',
984
- '364',
985
- '533',
986
- '534',
987
- '567',
988
- '1191',
989
- '1210',
990
- '1473',
991
- '1827',
992
- '069',
993
- '701',
994
- '2531',
995
- '514',
996
- 'prev_dhash',
997
- '064',
998
- '496',
999
- '790',
1000
- '1046',
1001
- '1139',
1002
- '1505',
1003
- '1521',
1004
- '1108',
1005
- '207',
1006
- '544',
1007
- '637',
1008
- 'final',
1009
- '1173',
1010
- '1293',
1011
- '1694',
1012
- '1939',
1013
- '1951',
1014
- '1993',
1015
- '2353',
1016
- '2515',
1017
- '504',
1018
- '601',
1019
- '857',
1020
- 'modify',
1021
- 'spam_request',
1022
- 'p_121_aa_1101_test4',
1023
- '866',
1024
- '1427',
1025
- '1502',
1026
- '1638',
1027
- '1744',
1028
- '2153',
1029
- '068',
1030
- '382',
1031
- '725',
1032
- '1704',
1033
- '1864',
1034
- '1990',
1035
- '2003',
1036
- 'Asia/Dubai',
1037
- '508',
1038
- '531',
1039
- '1387',
1040
- '1474',
1041
- '1632',
1042
- '2307',
1043
- '2386',
1044
- '819',
1045
- '2014',
1046
- '066',
1047
- '387',
1048
- '1468',
1049
- '1706',
1050
- '2186',
1051
- '2261',
1052
- '471',
1053
- '728',
1054
- '1147',
1055
- '1372',
1056
- '1961'
1057
- ]
1058
- ]
27
+ 'read-self',
28
+ 'active',
29
+ 'fbns',
30
+ 'protocol',
31
+ 'reaction',
32
+ 'screen_width',
33
+ 'heartbeat',
34
+ 'deviceid',
35
+ '2:47DEQpj8',
36
+ 'uploadfieldstat',
37
+ 'voip_settings',
38
+ 'retry',
39
+ 'priority',
40
+ 'longitude',
41
+ 'conflict',
42
+ 'false',
43
+ 'ig_professional',
44
+ 'replaced',
45
+ 'preaccept',
46
+ 'cover_photo',
47
+ 'uncompressed',
48
+ 'encopt',
49
+ 'ppic',
50
+ '04',
51
+ 'passive',
52
+ 'status-revoke-drop',
53
+ 'keygen',
54
+ '540',
55
+ 'offer',
56
+ 'rate',
57
+ 'opus',
58
+ 'latitude',
59
+ 'w:gp2',
60
+ 'ver',
61
+ '4',
62
+ 'business_profile',
63
+ 'medium',
64
+ 'sender',
65
+ 'prev_v_id',
66
+ 'email',
67
+ 'website',
68
+ 'invited',
69
+ 'sign_credential',
70
+ '05',
71
+ 'transport',
72
+ 'skey',
73
+ 'reason',
74
+ 'peer_abtest_bucket',
75
+ 'America/Sao_Paulo',
76
+ 'appid',
77
+ 'refresh',
78
+ '100',
79
+ '06',
80
+ '404',
81
+ '101',
82
+ '104',
83
+ '107',
84
+ '102',
85
+ '109',
86
+ '103',
87
+ 'member_add_mode',
88
+ '105',
89
+ 'transaction-id',
90
+ '110',
91
+ '106',
92
+ 'outgoing',
93
+ '108',
94
+ '111',
95
+ 'tokens',
96
+ 'followers',
97
+ 'ig_handle',
98
+ 'self_pid',
99
+ 'tue',
100
+ 'dec',
101
+ 'thu',
102
+ 'joinable',
103
+ 'peer_pid',
104
+ 'mon',
105
+ 'features',
106
+ 'wed',
107
+ 'peer_device_presence',
108
+ 'pn',
109
+ 'delete',
110
+ '07',
111
+ 'fri',
112
+ 'audio_duration',
113
+ 'admin',
114
+ 'connected',
115
+ 'delta',
116
+ 'rcat',
117
+ 'disable',
118
+ 'collection',
119
+ '08',
120
+ '480',
121
+ 'sat',
122
+ 'phash',
123
+ 'all',
124
+ 'invite',
125
+ 'accept',
126
+ 'critical_unblock_low',
127
+ 'group_update',
128
+ 'signed_credential',
129
+ 'blinded_credential',
130
+ 'eph_setting',
131
+ 'net',
132
+ '09',
133
+ 'background_location',
134
+ 'refresh_id',
135
+ 'Asia/Kolkata',
136
+ 'privacy_mode_ts',
137
+ 'account_sync',
138
+ 'voip_payload_type',
139
+ 'service_areas',
140
+ 'acs_public_key',
141
+ 'v_id',
142
+ '0a',
143
+ 'fallback_class',
144
+ 'relay',
145
+ 'actual_actors',
146
+ 'metadata',
147
+ 'w:biz',
148
+ '5',
149
+ 'connected-limit',
150
+ 'notice',
151
+ '0b',
152
+ 'host_storage',
153
+ 'fb_page',
154
+ 'subject',
155
+ 'privatestats',
156
+ 'invis',
157
+ 'groupadd',
158
+ '010',
159
+ 'note.m4r',
160
+ 'uuid',
161
+ '0c',
162
+ '8000',
163
+ 'sun',
164
+ '372',
165
+ '1020',
166
+ 'stage',
167
+ '1200',
168
+ '720',
169
+ 'canonical',
170
+ 'fb',
171
+ '011',
172
+ 'video_duration',
173
+ '0d',
174
+ '1140',
175
+ 'superadmin',
176
+ '012',
177
+ 'Opening.m4r',
178
+ 'keystore_attestation',
179
+ 'dleq_proof',
180
+ '013',
181
+ 'timestamp',
182
+ 'ab_key',
183
+ 'w:sync:app:state',
184
+ '0e',
185
+ 'vertical',
186
+ '600',
187
+ 'p_v_id',
188
+ '6',
189
+ 'likes',
190
+ '014',
191
+ '500',
192
+ '1260',
193
+ 'creator',
194
+ '0f',
195
+ 'rte',
196
+ 'destination',
197
+ 'group',
198
+ 'group_info',
199
+ 'syncd_anti_tampering_fatal_exception_enabled',
200
+ '015',
201
+ 'dl_bw',
202
+ 'Asia/Jakarta',
203
+ 'vp8/h.264',
204
+ 'online',
205
+ '1320',
206
+ 'fb:multiway',
207
+ '10',
208
+ 'timeout',
209
+ '016',
210
+ 'nse_retry',
211
+ 'urn:xmpp:whatsapp:dirty',
212
+ '017',
213
+ 'a_v_id',
214
+ 'web_shops_chat_header_button_enabled',
215
+ 'nse_call',
216
+ 'inactive-upgrade',
217
+ 'none',
218
+ 'web',
219
+ 'groups',
220
+ '2250',
221
+ 'mms_hot_content_timespan_in_seconds',
222
+ 'contact_blacklist',
223
+ 'nse_read',
224
+ 'suspended_group_deletion_notification',
225
+ 'binary_version',
226
+ '018',
227
+ 'https://www.whatsapp.com/otp/copy/',
228
+ 'reg_push',
229
+ 'shops_hide_catalog_attachment_entrypoint',
230
+ 'server_sync',
231
+ '.',
232
+ 'ephemeral_messages_allowed_values',
233
+ '019',
234
+ 'mms_vcache_aggregation_enabled',
235
+ 'iphone',
236
+ 'America/Argentina/Buenos_Aires',
237
+ '01a',
238
+ 'mms_vcard_autodownload_size_kb',
239
+ 'nse_ver',
240
+ 'shops_header_dropdown_menu_item',
241
+ 'dhash',
242
+ 'catalog_status',
243
+ 'communities_mvp_new_iqs_serverprop',
244
+ 'blocklist',
245
+ 'default',
246
+ '11',
247
+ 'ephemeral_messages_enabled',
248
+ '01b',
249
+ 'original_dimensions',
250
+ '8',
251
+ 'mms4_media_retry_notification_encryption_enabled',
252
+ 'mms4_server_error_receipt_encryption_enabled',
253
+ 'original_image_url',
254
+ 'sync',
255
+ 'multiway',
256
+ '420',
257
+ 'companion_enc_static',
258
+ 'shops_profile_drawer_entrypoint',
259
+ '01c',
260
+ 'vcard_as_document_size_kb',
261
+ 'status_video_max_duration',
262
+ 'request_image_url',
263
+ '01d',
264
+ 'regular_high',
265
+ 's_t',
266
+ 'abt',
267
+ 'share_ext_min_preliminary_image_quality',
268
+ '01e',
269
+ '32',
270
+ 'syncd_key_rotation_enabled',
271
+ 'data_namespace',
272
+ 'md_downgrade_read_receipts2',
273
+ 'patch',
274
+ 'polltype',
275
+ 'ephemeral_messages_setting',
276
+ 'userrate',
277
+ '15',
278
+ 'partial_pjpeg_bw_threshold',
279
+ 'played-self',
280
+ 'catalog_exists',
281
+ '01f',
282
+ 'mute_v2'
283
+ ],
284
+ [
285
+ 'reject',
286
+ 'dirty',
287
+ 'announcement',
288
+ '020',
289
+ '13',
290
+ '9',
291
+ 'status_video_max_bitrate',
292
+ 'fb:thrift_iq',
293
+ 'offline_batch',
294
+ '022',
295
+ 'full',
296
+ 'ctwa_first_business_reply_logging',
297
+ 'h.264',
298
+ 'smax_id',
299
+ 'group_description_length',
300
+ 'https://www.whatsapp.com/otp/code',
301
+ 'status_image_max_edge',
302
+ 'smb_upsell_business_profile_enabled',
303
+ '021',
304
+ 'web_upgrade_to_md_modal',
305
+ '14',
306
+ '023',
307
+ 's_o',
308
+ 'smaller_video_thumbs_status_enabled',
309
+ 'media_max_autodownload',
310
+ '960',
311
+ 'blocking_status',
312
+ 'peer_msg',
313
+ 'joinable_group_call_client_version',
314
+ 'group_call_video_maximization_enabled',
315
+ 'return_snapshot',
316
+ 'high',
317
+ 'America/Mexico_City',
318
+ 'entry_point_block_logging_enabled',
319
+ 'pop',
320
+ '024',
321
+ '1050',
322
+ '16',
323
+ '1380',
324
+ 'one_tap_calling_in_group_chat_size',
325
+ 'regular_low',
326
+ 'inline_joinable_education_enabled',
327
+ 'hq_image_max_edge',
328
+ 'locked',
329
+ 'America/Bogota',
330
+ 'smb_biztools_deeplink_enabled',
331
+ 'status_image_quality',
332
+ '1088',
333
+ '025',
334
+ 'payments_upi_intent_transaction_limit',
335
+ 'voip',
336
+ 'w:g2',
337
+ '027',
338
+ 'md_pin_chat_enabled',
339
+ '026',
340
+ 'multi_scan_pjpeg_download_enabled',
341
+ 'shops_product_grid',
342
+ 'transaction_id',
343
+ 'ctwa_context_enabled',
344
+ '20',
345
+ 'fna',
346
+ 'hq_image_quality',
347
+ 'alt_jpeg_doc_detection_quality',
348
+ 'group_call_max_participants',
349
+ 'pkey',
350
+ 'America/Belem',
351
+ 'image_max_kbytes',
352
+ 'web_cart_v1_1_order_message_changes_enabled',
353
+ 'ctwa_context_enterprise_enabled',
354
+ 'urn:xmpp:whatsapp:account',
355
+ '840',
356
+ 'Asia/Kuala_Lumpur',
357
+ 'max_participants',
358
+ 'video_remux_after_repair_enabled',
359
+ 'stella_addressbook_restriction_type',
360
+ '660',
361
+ '900',
362
+ '780',
363
+ 'context_menu_ios13_enabled',
364
+ 'mute-state',
365
+ 'ref',
366
+ 'payments_request_messages',
367
+ '029',
368
+ 'frskmsg',
369
+ 'vcard_max_size_kb',
370
+ 'sample_buffer_gif_player_enabled',
371
+ 'match_last_seen',
372
+ '510',
373
+ '4983',
374
+ 'video_max_bitrate',
375
+ '028',
376
+ 'w:comms:chat',
377
+ '17',
378
+ 'frequently_forwarded_max',
379
+ 'groups_privacy_blacklist',
380
+ 'Asia/Karachi',
381
+ '02a',
382
+ 'web_download_document_thumb_mms_enabled',
383
+ '02b',
384
+ 'hist_sync',
385
+ 'biz_block_reasons_version',
386
+ '1024',
387
+ '18',
388
+ 'web_is_direct_connection_for_plm_transparent',
389
+ 'view_once_write',
390
+ 'file_max_size',
391
+ 'paid_convo_id',
392
+ 'online_privacy_setting',
393
+ 'video_max_edge',
394
+ 'view_once_read',
395
+ 'enhanced_storage_management',
396
+ 'multi_scan_pjpeg_encoding_enabled',
397
+ 'ctwa_context_forward_enabled',
398
+ 'video_transcode_downgrade_enable',
399
+ 'template_doc_mime_types',
400
+ 'hq_image_bw_threshold',
401
+ '30',
402
+ 'body',
403
+ 'u_aud_limit_sil_restarts_ctrl',
404
+ 'other',
405
+ 'participating',
406
+ 'w:biz:directory',
407
+ '1110',
408
+ 'vp8',
409
+ '4018',
410
+ 'meta',
411
+ 'doc_detection_image_max_edge',
412
+ 'image_quality',
413
+ '1170',
414
+ '02c',
415
+ 'smb_upsell_chat_banner_enabled',
416
+ 'key_expiry_time_second',
417
+ 'pid',
418
+ 'stella_interop_enabled',
419
+ '19',
420
+ 'linked_device_max_count',
421
+ 'md_device_sync_enabled',
422
+ '02d',
423
+ '02e',
424
+ '360',
425
+ 'enhanced_block_enabled',
426
+ 'ephemeral_icon_in_forwarding',
427
+ 'paid_convo_status',
428
+ 'gif_provider',
429
+ 'project_name',
430
+ 'server-error',
431
+ 'canonical_url_validation_enabled',
432
+ 'wallpapers_v2',
433
+ 'syncd_clear_chat_delete_chat_enabled',
434
+ 'medianotify',
435
+ '02f',
436
+ 'shops_required_tos_version',
437
+ 'vote',
438
+ 'reset_skey_on_id_change',
439
+ '030',
440
+ 'image_max_edge',
441
+ 'multicast_limit_global',
442
+ 'ul_bw',
443
+ '21',
444
+ '25',
445
+ '5000',
446
+ 'poll',
447
+ '570',
448
+ '22',
449
+ '031',
450
+ '1280',
451
+ 'WhatsApp',
452
+ '032',
453
+ 'bloks_shops_enabled',
454
+ '50',
455
+ 'upload_host_switching_enabled',
456
+ 'web_ctwa_context_compose_enabled',
457
+ 'ptt_forwarded_features_enabled',
458
+ 'unblocked',
459
+ 'partial_pjpeg_enabled',
460
+ 'fbid:devices',
461
+ 'height',
462
+ 'ephemeral_group_query_ts',
463
+ 'group_join_permissions',
464
+ 'order',
465
+ '033',
466
+ 'alt_jpeg_status_quality',
467
+ 'migrate',
468
+ 'popular-bank',
469
+ 'win_uwp_deprecation_killswitch_enabled',
470
+ 'web_download_status_thumb_mms_enabled',
471
+ 'blocking',
472
+ 'url_text',
473
+ '035',
474
+ 'web_forwarding_limit_to_groups',
475
+ '1600',
476
+ 'val',
477
+ '1000',
478
+ 'syncd_msg_date_enabled',
479
+ 'bank-ref-id',
480
+ 'max_subject',
481
+ 'payments_web_enabled',
482
+ 'web_upload_document_thumb_mms_enabled',
483
+ 'size',
484
+ 'request',
485
+ 'ephemeral',
486
+ '24',
487
+ 'receipt_agg',
488
+ 'ptt_remember_play_position',
489
+ 'sampling_weight',
490
+ 'enc_rekey',
491
+ 'mute_always',
492
+ '037',
493
+ '034',
494
+ '23',
495
+ '036',
496
+ 'action',
497
+ 'click_to_chat_qr_enabled',
498
+ 'width',
499
+ 'disabled',
500
+ '038',
501
+ 'md_blocklist_v2',
502
+ 'played_self_enabled',
503
+ 'web_buttons_message_enabled',
504
+ 'flow_id',
505
+ 'clear',
506
+ '450',
507
+ 'fbid:thread',
508
+ 'bloks_session_state',
509
+ 'America/Lima',
510
+ 'attachment_picker_refresh',
511
+ 'download_host_switching_enabled',
512
+ '1792',
513
+ 'u_aud_limit_sil_restarts_test2',
514
+ 'custom_urls',
515
+ 'device_fanout',
516
+ 'optimistic_upload',
517
+ '2000',
518
+ 'key_cipher_suite',
519
+ 'web_smb_upsell_in_biz_profile_enabled',
520
+ 'e',
521
+ '039',
522
+ 'siri_post_status_shortcut',
523
+ 'pair-device',
524
+ 'lg',
525
+ 'lc',
526
+ 'stream_attribution_url',
527
+ 'model',
528
+ 'mspjpeg_phash_gen',
529
+ 'catalog_send_all',
530
+ 'new_multi_vcards_ui',
531
+ 'share_biz_vcard_enabled',
532
+ '-',
533
+ 'clean',
534
+ '200',
535
+ 'md_blocklist_v2_server',
536
+ '03b',
537
+ '03a',
538
+ 'web_md_migration_experience',
539
+ 'ptt_conversation_waveform',
540
+ 'u_aud_limit_sil_restarts_test1'
541
+ ],
542
+ [
543
+ '64',
544
+ 'ptt_playback_speed_enabled',
545
+ 'web_product_list_message_enabled',
546
+ 'paid_convo_ts',
547
+ '27',
548
+ 'manufacturer',
549
+ 'psp-routing',
550
+ 'grp_uii_cleanup',
551
+ 'ptt_draft_enabled',
552
+ '03c',
553
+ 'business_initiated',
554
+ 'web_catalog_products_onoff',
555
+ 'web_upload_link_thumb_mms_enabled',
556
+ '03e',
557
+ 'mediaretry',
558
+ '35',
559
+ 'hfm_string_changes',
560
+ '28',
561
+ 'America/Fortaleza',
562
+ 'max_keys',
563
+ 'md_mhfs_days',
564
+ 'streaming_upload_chunk_size',
565
+ '5541',
566
+ '040',
567
+ '03d',
568
+ '2675',
569
+ '03f',
570
+ '...',
571
+ '512',
572
+ 'mute',
573
+ '48',
574
+ '041',
575
+ 'alt_jpeg_quality',
576
+ '60',
577
+ '042',
578
+ 'md_smb_quick_reply',
579
+ '5183',
580
+ 'c',
581
+ '1343',
582
+ '40',
583
+ '1230',
584
+ '043',
585
+ '044',
586
+ 'mms_cat_v1_forward_hot_override_enabled',
587
+ 'user_notice',
588
+ 'ptt_waveform_send',
589
+ '047',
590
+ 'Asia/Calcutta',
591
+ '250',
592
+ 'md_privacy_v2',
593
+ '31',
594
+ '29',
595
+ '128',
596
+ 'md_messaging_enabled',
597
+ '046',
598
+ 'crypto',
599
+ '690',
600
+ '045',
601
+ 'enc_iv',
602
+ '75',
603
+ 'failure',
604
+ 'ptt_oot_playback',
605
+ 'AIzaSyDR5yfaG7OG8sMTUj8kfQEb8T9pN8BM6Lk',
606
+ 'w',
607
+ '048',
608
+ '2201',
609
+ 'web_large_files_ui',
610
+ 'Asia/Makassar',
611
+ '812',
612
+ 'status_collapse_muted',
613
+ '1334',
614
+ '257',
615
+ '2HP4dm',
616
+ '049',
617
+ 'patches',
618
+ '1290',
619
+ '43cY6T',
620
+ 'America/Caracas',
621
+ 'web_sticker_maker',
622
+ 'campaign',
623
+ 'ptt_pausable_enabled',
624
+ '33',
625
+ '42',
626
+ 'attestation',
627
+ 'biz',
628
+ '04b',
629
+ 'query_linked',
630
+ 's',
631
+ '125',
632
+ '04a',
633
+ '810',
634
+ 'availability',
635
+ '1411',
636
+ 'responsiveness_v2_m1',
637
+ 'catalog_not_created',
638
+ '34',
639
+ 'America/Santiago',
640
+ '1465',
641
+ 'enc_p',
642
+ '04d',
643
+ 'status_info',
644
+ '04f',
645
+ 'key_version',
646
+ '..',
647
+ '04c',
648
+ '04e',
649
+ 'md_group_notification',
650
+ '1598',
651
+ '1215',
652
+ 'web_cart_enabled',
653
+ '37',
654
+ '630',
655
+ '1920',
656
+ '2394',
657
+ '-1',
658
+ 'vcard',
659
+ '38',
660
+ 'elapsed',
661
+ '36',
662
+ '828',
663
+ 'peer',
664
+ 'pricing_category',
665
+ '1245',
666
+ 'invalid',
667
+ 'stella_ios_enabled',
668
+ '2687',
669
+ '45',
670
+ '1528',
671
+ '39',
672
+ 'u_is_redial_audio_1104_ctrl',
673
+ '1025',
674
+ '1455',
675
+ '58',
676
+ '2524',
677
+ '2603',
678
+ '054',
679
+ 'bsp_system_message_enabled',
680
+ 'web_pip_redesign',
681
+ '051',
682
+ 'verify_apps',
683
+ '1974',
684
+ '1272',
685
+ '1322',
686
+ '1755',
687
+ '052',
688
+ '70',
689
+ '050',
690
+ '1063',
691
+ '1135',
692
+ '1361',
693
+ '80',
694
+ '1096',
695
+ '1828',
696
+ '1851',
697
+ '1251',
698
+ '1921',
699
+ 'key_config_id',
700
+ '1254',
701
+ '1566',
702
+ '1252',
703
+ '2525',
704
+ 'critical_block',
705
+ '1669',
706
+ 'max_available',
707
+ 'w:auth:backup:token',
708
+ 'product',
709
+ '2530',
710
+ '870',
711
+ '1022',
712
+ 'participant_uuid',
713
+ 'web_cart_on_off',
714
+ '1255',
715
+ '1432',
716
+ '1867',
717
+ '41',
718
+ '1415',
719
+ '1440',
720
+ '240',
721
+ '1204',
722
+ '1608',
723
+ '1690',
724
+ '1846',
725
+ '1483',
726
+ '1687',
727
+ '1749',
728
+ '69',
729
+ 'url_number',
730
+ '053',
731
+ '1325',
732
+ '1040',
733
+ '365',
734
+ '59',
735
+ 'Asia/Riyadh',
736
+ '1177',
737
+ 'test_recommended',
738
+ '057',
739
+ '1612',
740
+ '43',
741
+ '1061',
742
+ '1518',
743
+ '1635',
744
+ '055',
745
+ '1034',
746
+ '1375',
747
+ '750',
748
+ '1430',
749
+ 'event_code',
750
+ '1682',
751
+ '503',
752
+ '55',
753
+ '865',
754
+ '78',
755
+ '1309',
756
+ '1365',
757
+ '44',
758
+ 'America/Guayaquil',
759
+ '535',
760
+ 'LIMITED',
761
+ '1377',
762
+ '1613',
763
+ '1420',
764
+ '1599',
765
+ '1822',
766
+ '05a',
767
+ '1681',
768
+ 'password',
769
+ '1111',
770
+ '1214',
771
+ '1376',
772
+ '1478',
773
+ '47',
774
+ '1082',
775
+ '4282',
776
+ 'Europe/Istanbul',
777
+ '1307',
778
+ '46',
779
+ '058',
780
+ '1124',
781
+ '256',
782
+ 'rate-overlimit',
783
+ 'retail',
784
+ 'u_a_socket_err_fix_succ_test',
785
+ '1292',
786
+ '1370',
787
+ '1388',
788
+ '520',
789
+ '861',
790
+ 'psa',
791
+ 'regular',
792
+ '1181',
793
+ '1766',
794
+ '05b',
795
+ '1183',
796
+ '1213',
797
+ '1304',
798
+ '1537'
799
+ ],
800
+ [
801
+ '1724',
802
+ 'profile_picture',
803
+ '1071',
804
+ '1314',
805
+ '1605',
806
+ '407',
807
+ '990',
808
+ '1710',
809
+ '746',
810
+ 'pricing_model',
811
+ '056',
812
+ '059',
813
+ '061',
814
+ '1119',
815
+ '6027',
816
+ '65',
817
+ '877',
818
+ '1607',
819
+ '05d',
820
+ '917',
821
+ 'seen',
822
+ '1516',
823
+ '49',
824
+ '470',
825
+ '973',
826
+ '1037',
827
+ '1350',
828
+ '1394',
829
+ '1480',
830
+ '1796',
831
+ 'keys',
832
+ '794',
833
+ '1536',
834
+ '1594',
835
+ '2378',
836
+ '1333',
837
+ '1524',
838
+ '1825',
839
+ '116',
840
+ '309',
841
+ '52',
842
+ '808',
843
+ '827',
844
+ '909',
845
+ '495',
846
+ '1660',
847
+ '361',
848
+ '957',
849
+ 'google',
850
+ '1357',
851
+ '1565',
852
+ '1967',
853
+ '996',
854
+ '1775',
855
+ '586',
856
+ '736',
857
+ '1052',
858
+ '1670',
859
+ 'bank',
860
+ '177',
861
+ '1416',
862
+ '2194',
863
+ '2222',
864
+ '1454',
865
+ '1839',
866
+ '1275',
867
+ '53',
868
+ '997',
869
+ '1629',
870
+ '6028',
871
+ 'smba',
872
+ '1378',
873
+ '1410',
874
+ '05c',
875
+ '1849',
876
+ '727',
877
+ 'create',
878
+ '1559',
879
+ '536',
880
+ '1106',
881
+ '1310',
882
+ '1944',
883
+ '670',
884
+ '1297',
885
+ '1316',
886
+ '1762',
887
+ 'en',
888
+ '1148',
889
+ '1295',
890
+ '1551',
891
+ '1853',
892
+ '1890',
893
+ '1208',
894
+ '1784',
895
+ '7200',
896
+ '05f',
897
+ '178',
898
+ '1283',
899
+ '1332',
900
+ '381',
901
+ '643',
902
+ '1056',
903
+ '1238',
904
+ '2024',
905
+ '2387',
906
+ '179',
907
+ '981',
908
+ '1547',
909
+ '1705',
910
+ '05e',
911
+ '290',
912
+ '903',
913
+ '1069',
914
+ '1285',
915
+ '2436',
916
+ '062',
917
+ '251',
918
+ '560',
919
+ '582',
920
+ '719',
921
+ '56',
922
+ '1700',
923
+ '2321',
924
+ '325',
925
+ '448',
926
+ '613',
927
+ '777',
928
+ '791',
929
+ '51',
930
+ '488',
931
+ '902',
932
+ 'Asia/Almaty',
933
+ 'is_hidden',
934
+ '1398',
935
+ '1527',
936
+ '1893',
937
+ '1999',
938
+ '2367',
939
+ '2642',
940
+ '237',
941
+ 'busy',
942
+ '065',
943
+ '067',
944
+ '233',
945
+ '590',
946
+ '993',
947
+ '1511',
948
+ '54',
949
+ '723',
950
+ '860',
951
+ '363',
952
+ '487',
953
+ '522',
954
+ '605',
955
+ '995',
956
+ '1321',
957
+ '1691',
958
+ '1865',
959
+ '2447',
960
+ '2462',
961
+ 'NON_TRANSACTIONAL',
962
+ '433',
963
+ '871',
964
+ '432',
965
+ '1004',
966
+ '1207',
967
+ '2032',
968
+ '2050',
969
+ '2379',
970
+ '2446',
971
+ '279',
972
+ '636',
973
+ '703',
974
+ '904',
975
+ '248',
976
+ '370',
977
+ '691',
978
+ '700',
979
+ '1068',
980
+ '1655',
981
+ '2334',
982
+ '060',
983
+ '063',
984
+ '364',
985
+ '533',
986
+ '534',
987
+ '567',
988
+ '1191',
989
+ '1210',
990
+ '1473',
991
+ '1827',
992
+ '069',
993
+ '701',
994
+ '2531',
995
+ '514',
996
+ 'prev_dhash',
997
+ '064',
998
+ '496',
999
+ '790',
1000
+ '1046',
1001
+ '1139',
1002
+ '1505',
1003
+ '1521',
1004
+ '1108',
1005
+ '207',
1006
+ '544',
1007
+ '637',
1008
+ 'final',
1009
+ '1173',
1010
+ '1293',
1011
+ '1694',
1012
+ '1939',
1013
+ '1951',
1014
+ '1993',
1015
+ '2353',
1016
+ '2515',
1017
+ '504',
1018
+ '601',
1019
+ '857',
1020
+ 'modify',
1021
+ 'spam_request',
1022
+ 'p_121_aa_1101_test4',
1023
+ '866',
1024
+ '1427',
1025
+ '1502',
1026
+ '1638',
1027
+ '1744',
1028
+ '2153',
1029
+ '068',
1030
+ '382',
1031
+ '725',
1032
+ '1704',
1033
+ '1864',
1034
+ '1990',
1035
+ '2003',
1036
+ 'Asia/Dubai',
1037
+ '508',
1038
+ '531',
1039
+ '1387',
1040
+ '1474',
1041
+ '1632',
1042
+ '2307',
1043
+ '2386',
1044
+ '819',
1045
+ '2014',
1046
+ '066',
1047
+ '387',
1048
+ '1468',
1049
+ '1706',
1050
+ '2186',
1051
+ '2261',
1052
+ '471',
1053
+ '728',
1054
+ '1147',
1055
+ '1372',
1056
+ '1961'
1057
+ ]
1058
+ ]
1059
1059
 
1060
1060
  const SINGLE_BYTE_TOKENS = [
1061
- '',
1062
- 'xmlstreamstart',
1063
- 'xmlstreamend',
1064
- 's.whatsapp.net',
1065
- 'type',
1066
- 'participant',
1067
- 'from',
1068
- 'receipt',
1069
- 'id',
1070
- 'notification',
1071
- 'disappearing_mode',
1072
- 'status',
1073
- 'jid',
1074
- 'broadcast',
1075
- 'user',
1076
- 'devices',
1077
- 'device_hash',
1078
- 'to',
1079
- 'offline',
1080
- 'message',
1081
- 'result',
1082
- 'class',
1083
- 'xmlns',
1084
- 'duration',
1085
- 'notify',
1086
- 'iq',
1087
- 't',
1088
- 'ack',
1089
- 'g.us',
1090
- 'enc',
1091
- 'urn:xmpp:whatsapp:push',
1092
- 'presence',
1093
- 'config_value',
1094
- 'picture',
1095
- 'verified_name',
1096
- 'config_code',
1097
- 'key-index-list',
1098
- 'contact',
1099
- 'mediatype',
1100
- 'routing_info',
1101
- 'edge_routing',
1102
- 'get',
1103
- 'read',
1104
- 'urn:xmpp:ping',
1105
- 'fallback_hostname',
1106
- '0',
1107
- 'chatstate',
1108
- 'business_hours_config',
1109
- 'unavailable',
1110
- 'download_buckets',
1111
- 'skmsg',
1112
- 'verified_level',
1113
- 'composing',
1114
- 'handshake',
1115
- 'device-list',
1116
- 'media',
1117
- 'text',
1118
- 'fallback_ip4',
1119
- 'media_conn',
1120
- 'device',
1121
- 'creation',
1122
- 'location',
1123
- 'config',
1124
- 'item',
1125
- 'fallback_ip6',
1126
- 'count',
1127
- 'w:profile:picture',
1128
- 'image',
1129
- 'business',
1130
- '2',
1131
- 'hostname',
1132
- 'call-creator',
1133
- 'display_name',
1134
- 'relaylatency',
1135
- 'platform',
1136
- 'abprops',
1137
- 'success',
1138
- 'msg',
1139
- 'offline_preview',
1140
- 'prop',
1141
- 'key-index',
1142
- 'v',
1143
- 'day_of_week',
1144
- 'pkmsg',
1145
- 'version',
1146
- '1',
1147
- 'ping',
1148
- 'w:p',
1149
- 'download',
1150
- 'video',
1151
- 'set',
1152
- 'specific_hours',
1153
- 'props',
1154
- 'primary',
1155
- 'unknown',
1156
- 'hash',
1157
- 'commerce_experience',
1158
- 'last',
1159
- 'subscribe',
1160
- 'max_buckets',
1161
- 'call',
1162
- 'profile',
1163
- 'member_since_text',
1164
- 'close_time',
1165
- 'call-id',
1166
- 'sticker',
1167
- 'mode',
1168
- 'participants',
1169
- 'value',
1170
- 'query',
1171
- 'profile_options',
1172
- 'open_time',
1173
- 'code',
1174
- 'list',
1175
- 'host',
1176
- 'ts',
1177
- 'contacts',
1178
- 'upload',
1179
- 'lid',
1180
- 'preview',
1181
- 'update',
1182
- 'usync',
1183
- 'w:stats',
1184
- 'delivery',
1185
- 'auth_ttl',
1186
- 'context',
1187
- 'fail',
1188
- 'cart_enabled',
1189
- 'appdata',
1190
- 'category',
1191
- 'atn',
1192
- 'direct_connection',
1193
- 'decrypt-fail',
1194
- 'relay_id',
1195
- 'mmg-fallback.whatsapp.net',
1196
- 'target',
1197
- 'available',
1198
- 'name',
1199
- 'last_id',
1200
- 'mmg.whatsapp.net',
1201
- 'categories',
1202
- '401',
1203
- 'is_new',
1204
- 'index',
1205
- 'tctoken',
1206
- 'ip4',
1207
- 'token_id',
1208
- 'latency',
1209
- 'recipient',
1210
- 'edit',
1211
- 'ip6',
1212
- 'add',
1213
- 'thumbnail-document',
1214
- '26',
1215
- 'paused',
1216
- 'true',
1217
- 'identity',
1218
- 'stream:error',
1219
- 'key',
1220
- 'sidelist',
1221
- 'background',
1222
- 'audio',
1223
- '3',
1224
- 'thumbnail-image',
1225
- 'biz-cover-photo',
1226
- 'cat',
1227
- 'gcm',
1228
- 'thumbnail-video',
1229
- 'error',
1230
- 'auth',
1231
- 'deny',
1232
- 'serial',
1233
- 'in',
1234
- 'registration',
1235
- 'thumbnail-link',
1236
- 'remove',
1237
- '00',
1238
- 'gif',
1239
- 'thumbnail-gif',
1240
- 'tag',
1241
- 'capability',
1242
- 'multicast',
1243
- 'item-not-found',
1244
- 'description',
1245
- 'business_hours',
1246
- 'config_expo_key',
1247
- 'md-app-state',
1248
- 'expiration',
1249
- 'fallback',
1250
- 'ttl',
1251
- '300',
1252
- 'md-msg-hist',
1253
- 'device_orientation',
1254
- 'out',
1255
- 'w:m',
1256
- 'open_24h',
1257
- 'side_list',
1258
- 'token',
1259
- 'inactive',
1260
- '01',
1261
- 'document',
1262
- 'te2',
1263
- 'played',
1264
- 'encrypt',
1265
- 'msgr',
1266
- 'hide',
1267
- 'direct_path',
1268
- '12',
1269
- 'state',
1270
- 'not-authorized',
1271
- 'url',
1272
- 'terminate',
1273
- 'signature',
1274
- 'status-revoke-delay',
1275
- '02',
1276
- 'te',
1277
- 'linked_accounts',
1278
- 'trusted_contact',
1279
- 'timezone',
1280
- 'ptt',
1281
- 'kyc-id',
1282
- 'privacy_token',
1283
- 'readreceipts',
1284
- 'appointment_only',
1285
- 'address',
1286
- 'expected_ts',
1287
- 'privacy',
1288
- '7',
1289
- 'android',
1290
- 'interactive',
1291
- 'device-identity',
1292
- 'enabled',
1293
- 'attribute_padding',
1294
- '1080',
1295
- '03',
1296
- 'screen_height'
1061
+ '',
1062
+ 'xmlstreamstart',
1063
+ 'xmlstreamend',
1064
+ 's.whatsapp.net',
1065
+ 'type',
1066
+ 'participant',
1067
+ 'from',
1068
+ 'receipt',
1069
+ 'id',
1070
+ 'notification',
1071
+ 'disappearing_mode',
1072
+ 'status',
1073
+ 'jid',
1074
+ 'broadcast',
1075
+ 'user',
1076
+ 'devices',
1077
+ 'device_hash',
1078
+ 'to',
1079
+ 'offline',
1080
+ 'message',
1081
+ 'result',
1082
+ 'class',
1083
+ 'xmlns',
1084
+ 'duration',
1085
+ 'notify',
1086
+ 'iq',
1087
+ 't',
1088
+ 'ack',
1089
+ 'g.us',
1090
+ 'enc',
1091
+ 'urn:xmpp:whatsapp:push',
1092
+ 'presence',
1093
+ 'config_value',
1094
+ 'picture',
1095
+ 'verified_name',
1096
+ 'config_code',
1097
+ 'key-index-list',
1098
+ 'contact',
1099
+ 'mediatype',
1100
+ 'routing_info',
1101
+ 'edge_routing',
1102
+ 'get',
1103
+ 'read',
1104
+ 'urn:xmpp:ping',
1105
+ 'fallback_hostname',
1106
+ '0',
1107
+ 'chatstate',
1108
+ 'business_hours_config',
1109
+ 'unavailable',
1110
+ 'download_buckets',
1111
+ 'skmsg',
1112
+ 'verified_level',
1113
+ 'composing',
1114
+ 'handshake',
1115
+ 'device-list',
1116
+ 'media',
1117
+ 'text',
1118
+ 'fallback_ip4',
1119
+ 'media_conn',
1120
+ 'device',
1121
+ 'creation',
1122
+ 'location',
1123
+ 'config',
1124
+ 'item',
1125
+ 'fallback_ip6',
1126
+ 'count',
1127
+ 'w:profile:picture',
1128
+ 'image',
1129
+ 'business',
1130
+ '2',
1131
+ 'hostname',
1132
+ 'call-creator',
1133
+ 'display_name',
1134
+ 'relaylatency',
1135
+ 'platform',
1136
+ 'abprops',
1137
+ 'success',
1138
+ 'msg',
1139
+ 'offline_preview',
1140
+ 'prop',
1141
+ 'key-index',
1142
+ 'v',
1143
+ 'day_of_week',
1144
+ 'pkmsg',
1145
+ 'version',
1146
+ '1',
1147
+ 'ping',
1148
+ 'w:p',
1149
+ 'download',
1150
+ 'video',
1151
+ 'set',
1152
+ 'specific_hours',
1153
+ 'props',
1154
+ 'primary',
1155
+ 'unknown',
1156
+ 'hash',
1157
+ 'commerce_experience',
1158
+ 'last',
1159
+ 'subscribe',
1160
+ 'max_buckets',
1161
+ 'call',
1162
+ 'profile',
1163
+ 'member_since_text',
1164
+ 'close_time',
1165
+ 'call-id',
1166
+ 'sticker',
1167
+ 'mode',
1168
+ 'participants',
1169
+ 'value',
1170
+ 'query',
1171
+ 'profile_options',
1172
+ 'open_time',
1173
+ 'code',
1174
+ 'list',
1175
+ 'host',
1176
+ 'ts',
1177
+ 'contacts',
1178
+ 'upload',
1179
+ 'lid',
1180
+ 'preview',
1181
+ 'update',
1182
+ 'usync',
1183
+ 'w:stats',
1184
+ 'delivery',
1185
+ 'auth_ttl',
1186
+ 'context',
1187
+ 'fail',
1188
+ 'cart_enabled',
1189
+ 'appdata',
1190
+ 'category',
1191
+ 'atn',
1192
+ 'direct_connection',
1193
+ 'decrypt-fail',
1194
+ 'relay_id',
1195
+ 'mmg-fallback.whatsapp.net',
1196
+ 'target',
1197
+ 'available',
1198
+ 'name',
1199
+ 'last_id',
1200
+ 'mmg.whatsapp.net',
1201
+ 'categories',
1202
+ '401',
1203
+ 'is_new',
1204
+ 'index',
1205
+ 'tctoken',
1206
+ 'ip4',
1207
+ 'token_id',
1208
+ 'latency',
1209
+ 'recipient',
1210
+ 'edit',
1211
+ 'ip6',
1212
+ 'add',
1213
+ 'thumbnail-document',
1214
+ '26',
1215
+ 'paused',
1216
+ 'true',
1217
+ 'identity',
1218
+ 'stream:error',
1219
+ 'key',
1220
+ 'sidelist',
1221
+ 'background',
1222
+ 'audio',
1223
+ '3',
1224
+ 'thumbnail-image',
1225
+ 'biz-cover-photo',
1226
+ 'cat',
1227
+ 'gcm',
1228
+ 'thumbnail-video',
1229
+ 'error',
1230
+ 'auth',
1231
+ 'deny',
1232
+ 'serial',
1233
+ 'in',
1234
+ 'registration',
1235
+ 'thumbnail-link',
1236
+ 'remove',
1237
+ '00',
1238
+ 'gif',
1239
+ 'thumbnail-gif',
1240
+ 'tag',
1241
+ 'capability',
1242
+ 'multicast',
1243
+ 'item-not-found',
1244
+ 'description',
1245
+ 'business_hours',
1246
+ 'config_expo_key',
1247
+ 'md-app-state',
1248
+ 'expiration',
1249
+ 'fallback',
1250
+ 'ttl',
1251
+ '300',
1252
+ 'md-msg-hist',
1253
+ 'device_orientation',
1254
+ 'out',
1255
+ 'w:m',
1256
+ 'open_24h',
1257
+ 'side_list',
1258
+ 'token',
1259
+ 'inactive',
1260
+ '01',
1261
+ 'document',
1262
+ 'te2',
1263
+ 'played',
1264
+ 'encrypt',
1265
+ 'msgr',
1266
+ 'hide',
1267
+ 'direct_path',
1268
+ '12',
1269
+ 'state',
1270
+ 'not-authorized',
1271
+ 'url',
1272
+ 'terminate',
1273
+ 'signature',
1274
+ 'status-revoke-delay',
1275
+ '02',
1276
+ 'te',
1277
+ 'linked_accounts',
1278
+ 'trusted_contact',
1279
+ 'timezone',
1280
+ 'ptt',
1281
+ 'kyc-id',
1282
+ 'privacy_token',
1283
+ 'readreceipts',
1284
+ 'appointment_only',
1285
+ 'address',
1286
+ 'expected_ts',
1287
+ 'privacy',
1288
+ '7',
1289
+ 'android',
1290
+ 'interactive',
1291
+ 'device-identity',
1292
+ 'enabled',
1293
+ 'attribute_padding',
1294
+ '1080',
1295
+ '03',
1296
+ 'screen_height'
1297
1297
  ]
1298
1298
 
1299
1299
  const TOKEN_MAP = {}