@mtkruto/node 0.1.155 → 0.1.156

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 (85) hide show
  1. package/esm/4_constants.d.ts +1 -1
  2. package/esm/4_constants.js +1 -1
  3. package/esm/4_errors.d.ts +1 -1
  4. package/esm/client/0_params.d.ts +20 -0
  5. package/esm/client/0_password.d.ts +2 -2
  6. package/esm/client/0_types.d.ts +1 -0
  7. package/esm/client/1_composer.d.ts +3 -3
  8. package/esm/client/2_client_plain.d.ts +1 -4
  9. package/esm/client/2_client_plain.js +1 -4
  10. package/esm/client/2_message_manager.d.ts +9 -36
  11. package/esm/client/2_message_manager.js +73 -1
  12. package/esm/client/4_client.d.ts +90 -15
  13. package/esm/client/4_client.js +123 -12
  14. package/esm/storage/0_storage.d.ts +38 -38
  15. package/esm/storage/0_storage.js +2 -2
  16. package/esm/storage/0_utilities.d.ts +2 -2
  17. package/esm/storage/1_storage_indexed_db.d.ts +1 -1
  18. package/esm/storage/1_storage_local_storage.d.ts +1 -1
  19. package/esm/storage/1_storage_memory.d.ts +3 -3
  20. package/esm/storage/1_storage_session_storage.d.ts +1 -1
  21. package/esm/tl/0_tl_raw_writer.d.ts +9 -9
  22. package/esm/tl/1_tl_object.d.ts +1 -1
  23. package/esm/tl/1_tl_object.js +3 -3
  24. package/esm/tl/3_functions.d.ts +28 -28
  25. package/esm/tl/3_functions.js +586 -586
  26. package/esm/tl/3_utilities.d.ts +3 -3
  27. package/esm/tl/4_tl_writer.d.ts +1 -1
  28. package/esm/types/0_chat_administrator_rights.d.ts +2 -2
  29. package/esm/types/0_chat_member_rights.d.ts +1 -1
  30. package/esm/types/0_message_entity.d.ts +1 -1
  31. package/esm/types/0_message_search_filter.d.ts +2 -1
  32. package/esm/types/1_bot_command_scope.d.ts +2 -1
  33. package/esm/types/1_keyboard_button.d.ts +1 -1
  34. package/esm/types/1_story_interactive_area.d.ts +1 -1
  35. package/esm/types/2_inline_keyboard_button.d.ts +1 -1
  36. package/esm/types/2_invite_link.d.ts +6 -6
  37. package/esm/types/2_invite_link.js +4 -4
  38. package/esm/types/3_reply_markup.d.ts +2 -2
  39. package/esm/types/4_inline_query_result.d.ts +2 -1
  40. package/esm/types/4_message.d.ts +1 -60
  41. package/esm/types/5_callback_query.d.ts +2 -2
  42. package/esm/utilities/0_cache_map.d.ts +1 -1
  43. package/package.json +1 -1
  44. package/script/4_constants.d.ts +1 -1
  45. package/script/4_constants.js +1 -1
  46. package/script/4_errors.d.ts +1 -1
  47. package/script/client/0_params.d.ts +20 -0
  48. package/script/client/0_password.d.ts +2 -2
  49. package/script/client/0_types.d.ts +1 -0
  50. package/script/client/1_composer.d.ts +3 -3
  51. package/script/client/2_client_plain.d.ts +1 -4
  52. package/script/client/2_client_plain.js +1 -4
  53. package/script/client/2_message_manager.d.ts +9 -36
  54. package/script/client/2_message_manager.js +72 -0
  55. package/script/client/4_client.d.ts +90 -15
  56. package/script/client/4_client.js +123 -12
  57. package/script/storage/0_storage.d.ts +38 -38
  58. package/script/storage/0_storage.js +2 -2
  59. package/script/storage/0_utilities.d.ts +2 -2
  60. package/script/storage/1_storage_indexed_db.d.ts +1 -1
  61. package/script/storage/1_storage_local_storage.d.ts +1 -1
  62. package/script/storage/1_storage_memory.d.ts +3 -3
  63. package/script/storage/1_storage_session_storage.d.ts +1 -1
  64. package/script/tl/0_tl_raw_writer.d.ts +9 -9
  65. package/script/tl/1_tl_object.d.ts +1 -1
  66. package/script/tl/1_tl_object.js +3 -3
  67. package/script/tl/3_functions.d.ts +28 -28
  68. package/script/tl/3_functions.js +586 -586
  69. package/script/tl/3_utilities.d.ts +3 -3
  70. package/script/tl/4_tl_writer.d.ts +1 -1
  71. package/script/types/0_chat_administrator_rights.d.ts +2 -2
  72. package/script/types/0_chat_member_rights.d.ts +1 -1
  73. package/script/types/0_message_entity.d.ts +1 -1
  74. package/script/types/0_message_search_filter.d.ts +2 -1
  75. package/script/types/1_bot_command_scope.d.ts +2 -1
  76. package/script/types/1_keyboard_button.d.ts +1 -1
  77. package/script/types/1_story_interactive_area.d.ts +1 -1
  78. package/script/types/2_inline_keyboard_button.d.ts +1 -1
  79. package/script/types/2_invite_link.d.ts +6 -6
  80. package/script/types/2_invite_link.js +4 -4
  81. package/script/types/3_reply_markup.d.ts +2 -2
  82. package/script/types/4_inline_query_result.d.ts +2 -1
  83. package/script/types/4_message.d.ts +1 -60
  84. package/script/types/5_callback_query.d.ts +2 -2
  85. package/script/utilities/0_cache_map.d.ts +1 -1
@@ -22,7 +22,7 @@ class Function_ extends _1_tl_object_js_1.TLObject {
22
22
  enumerable: true,
23
23
  configurable: true,
24
24
  writable: true,
25
- value: Symbol()
25
+ value: null
26
26
  }); // virtual member
27
27
  }
28
28
  }
@@ -60,7 +60,7 @@ Object.defineProperty(req_pq_multi_, "__F", {
60
60
  enumerable: true,
61
61
  configurable: true,
62
62
  writable: true,
63
- value: Symbol()
63
+ value: null
64
64
  });
65
65
  class req_DH_params_ extends Function_ {
66
66
  get [_1_tl_object_js_1.id]() {
@@ -140,7 +140,7 @@ Object.defineProperty(req_DH_params_, "__F", {
140
140
  enumerable: true,
141
141
  configurable: true,
142
142
  writable: true,
143
- value: Symbol()
143
+ value: null
144
144
  });
145
145
  class set_client_DH_params_ extends Function_ {
146
146
  get [_1_tl_object_js_1.id]() {
@@ -193,7 +193,7 @@ Object.defineProperty(set_client_DH_params_, "__F", {
193
193
  enumerable: true,
194
194
  configurable: true,
195
195
  writable: true,
196
- value: Symbol()
196
+ value: null
197
197
  });
198
198
  class rpc_drop_answer_ extends Function_ {
199
199
  get [_1_tl_object_js_1.id]() {
@@ -228,7 +228,7 @@ Object.defineProperty(rpc_drop_answer_, "__F", {
228
228
  enumerable: true,
229
229
  configurable: true,
230
230
  writable: true,
231
- value: Symbol()
231
+ value: null
232
232
  });
233
233
  class get_future_salts_ extends Function_ {
234
234
  get [_1_tl_object_js_1.id]() {
@@ -263,7 +263,7 @@ Object.defineProperty(get_future_salts_, "__F", {
263
263
  enumerable: true,
264
264
  configurable: true,
265
265
  writable: true,
266
- value: Symbol()
266
+ value: null
267
267
  });
268
268
  class ping_ extends Function_ {
269
269
  get [_1_tl_object_js_1.id]() {
@@ -298,7 +298,7 @@ Object.defineProperty(ping_, "__F", {
298
298
  enumerable: true,
299
299
  configurable: true,
300
300
  writable: true,
301
- value: Symbol()
301
+ value: null
302
302
  });
303
303
  class ping_delay_disconnect_ extends Function_ {
304
304
  get [_1_tl_object_js_1.id]() {
@@ -342,7 +342,7 @@ Object.defineProperty(ping_delay_disconnect_, "__F", {
342
342
  enumerable: true,
343
343
  configurable: true,
344
344
  writable: true,
345
- value: Symbol()
345
+ value: null
346
346
  });
347
347
  class destroy_session_ extends Function_ {
348
348
  get [_1_tl_object_js_1.id]() {
@@ -377,7 +377,7 @@ Object.defineProperty(destroy_session_, "__F", {
377
377
  enumerable: true,
378
378
  configurable: true,
379
379
  writable: true,
380
- value: Symbol()
380
+ value: null
381
381
  });
382
382
  class destroy_auth_key_ extends Function_ {
383
383
  get [_1_tl_object_js_1.id]() {
@@ -401,7 +401,7 @@ Object.defineProperty(destroy_auth_key_, "__F", {
401
401
  enumerable: true,
402
402
  configurable: true,
403
403
  writable: true,
404
- value: Symbol()
404
+ value: null
405
405
  });
406
406
  class invokeAfterMsg_ extends Function_ {
407
407
  get [_1_tl_object_js_1.id]() {
@@ -445,7 +445,7 @@ Object.defineProperty(invokeAfterMsg_, "__F", {
445
445
  enumerable: true,
446
446
  configurable: true,
447
447
  writable: true,
448
- value: Symbol()
448
+ value: null
449
449
  });
450
450
  class invokeAfterMsgs_ extends Function_ {
451
451
  get [_1_tl_object_js_1.id]() {
@@ -489,7 +489,7 @@ Object.defineProperty(invokeAfterMsgs_, "__F", {
489
489
  enumerable: true,
490
490
  configurable: true,
491
491
  writable: true,
492
- value: Symbol()
492
+ value: null
493
493
  });
494
494
  class initConnection_ extends Function_ {
495
495
  get [_1_tl_object_js_1.id]() {
@@ -607,7 +607,7 @@ Object.defineProperty(initConnection_, "__F", {
607
607
  enumerable: true,
608
608
  configurable: true,
609
609
  writable: true,
610
- value: Symbol()
610
+ value: null
611
611
  });
612
612
  class invokeWithLayer_ extends Function_ {
613
613
  get [_1_tl_object_js_1.id]() {
@@ -651,7 +651,7 @@ Object.defineProperty(invokeWithLayer_, "__F", {
651
651
  enumerable: true,
652
652
  configurable: true,
653
653
  writable: true,
654
- value: Symbol()
654
+ value: null
655
655
  });
656
656
  class invokeWithoutUpdates_ extends Function_ {
657
657
  get [_1_tl_object_js_1.id]() {
@@ -686,7 +686,7 @@ Object.defineProperty(invokeWithoutUpdates_, "__F", {
686
686
  enumerable: true,
687
687
  configurable: true,
688
688
  writable: true,
689
- value: Symbol()
689
+ value: null
690
690
  });
691
691
  class invokeWithMessagesRange_ extends Function_ {
692
692
  get [_1_tl_object_js_1.id]() {
@@ -730,7 +730,7 @@ Object.defineProperty(invokeWithMessagesRange_, "__F", {
730
730
  enumerable: true,
731
731
  configurable: true,
732
732
  writable: true,
733
- value: Symbol()
733
+ value: null
734
734
  });
735
735
  class invokeWithTakeout_ extends Function_ {
736
736
  get [_1_tl_object_js_1.id]() {
@@ -774,7 +774,7 @@ Object.defineProperty(invokeWithTakeout_, "__F", {
774
774
  enumerable: true,
775
775
  configurable: true,
776
776
  writable: true,
777
- value: Symbol()
777
+ value: null
778
778
  });
779
779
  class auth_sendCode_ extends Function_ {
780
780
  get [_1_tl_object_js_1.id]() {
@@ -836,7 +836,7 @@ Object.defineProperty(auth_sendCode_, "__F", {
836
836
  enumerable: true,
837
837
  configurable: true,
838
838
  writable: true,
839
- value: Symbol()
839
+ value: null
840
840
  });
841
841
  class auth_signUp_ extends Function_ {
842
842
  get [_1_tl_object_js_1.id]() {
@@ -909,7 +909,7 @@ Object.defineProperty(auth_signUp_, "__F", {
909
909
  enumerable: true,
910
910
  configurable: true,
911
911
  writable: true,
912
- value: Symbol()
912
+ value: null
913
913
  });
914
914
  class auth_signIn_ extends Function_ {
915
915
  get [_1_tl_object_js_1.id]() {
@@ -973,7 +973,7 @@ Object.defineProperty(auth_signIn_, "__F", {
973
973
  enumerable: true,
974
974
  configurable: true,
975
975
  writable: true,
976
- value: Symbol()
976
+ value: null
977
977
  });
978
978
  class auth_logOut_ extends Function_ {
979
979
  get [_1_tl_object_js_1.id]() {
@@ -997,7 +997,7 @@ Object.defineProperty(auth_logOut_, "__F", {
997
997
  enumerable: true,
998
998
  configurable: true,
999
999
  writable: true,
1000
- value: Symbol()
1000
+ value: null
1001
1001
  });
1002
1002
  class auth_resetAuthorizations_ extends Function_ {
1003
1003
  get [_1_tl_object_js_1.id]() {
@@ -1021,7 +1021,7 @@ Object.defineProperty(auth_resetAuthorizations_, "__F", {
1021
1021
  enumerable: true,
1022
1022
  configurable: true,
1023
1023
  writable: true,
1024
- value: Symbol()
1024
+ value: null
1025
1025
  });
1026
1026
  class auth_exportAuthorization_ extends Function_ {
1027
1027
  get [_1_tl_object_js_1.id]() {
@@ -1056,7 +1056,7 @@ Object.defineProperty(auth_exportAuthorization_, "__F", {
1056
1056
  enumerable: true,
1057
1057
  configurable: true,
1058
1058
  writable: true,
1059
- value: Symbol()
1059
+ value: null
1060
1060
  });
1061
1061
  class auth_importAuthorization_ extends Function_ {
1062
1062
  get [_1_tl_object_js_1.id]() {
@@ -1100,7 +1100,7 @@ Object.defineProperty(auth_importAuthorization_, "__F", {
1100
1100
  enumerable: true,
1101
1101
  configurable: true,
1102
1102
  writable: true,
1103
- value: Symbol()
1103
+ value: null
1104
1104
  });
1105
1105
  class auth_bindTempAuthKey_ extends Function_ {
1106
1106
  get [_1_tl_object_js_1.id]() {
@@ -1162,7 +1162,7 @@ Object.defineProperty(auth_bindTempAuthKey_, "__F", {
1162
1162
  enumerable: true,
1163
1163
  configurable: true,
1164
1164
  writable: true,
1165
- value: Symbol()
1165
+ value: null
1166
1166
  });
1167
1167
  class auth_importBotAuthorization_ extends Function_ {
1168
1168
  get [_1_tl_object_js_1.id]() {
@@ -1224,7 +1224,7 @@ Object.defineProperty(auth_importBotAuthorization_, "__F", {
1224
1224
  enumerable: true,
1225
1225
  configurable: true,
1226
1226
  writable: true,
1227
- value: Symbol()
1227
+ value: null
1228
1228
  });
1229
1229
  class auth_checkPassword_ extends Function_ {
1230
1230
  get [_1_tl_object_js_1.id]() {
@@ -1259,7 +1259,7 @@ Object.defineProperty(auth_checkPassword_, "__F", {
1259
1259
  enumerable: true,
1260
1260
  configurable: true,
1261
1261
  writable: true,
1262
- value: Symbol()
1262
+ value: null
1263
1263
  });
1264
1264
  class auth_requestPasswordRecovery_ extends Function_ {
1265
1265
  get [_1_tl_object_js_1.id]() {
@@ -1283,7 +1283,7 @@ Object.defineProperty(auth_requestPasswordRecovery_, "__F", {
1283
1283
  enumerable: true,
1284
1284
  configurable: true,
1285
1285
  writable: true,
1286
- value: Symbol()
1286
+ value: null
1287
1287
  });
1288
1288
  class auth_recoverPassword_ extends Function_ {
1289
1289
  get [_1_tl_object_js_1.id]() {
@@ -1329,7 +1329,7 @@ Object.defineProperty(auth_recoverPassword_, "__F", {
1329
1329
  enumerable: true,
1330
1330
  configurable: true,
1331
1331
  writable: true,
1332
- value: Symbol()
1332
+ value: null
1333
1333
  });
1334
1334
  class auth_resendCode_ extends Function_ {
1335
1335
  get [_1_tl_object_js_1.id]() {
@@ -1373,7 +1373,7 @@ Object.defineProperty(auth_resendCode_, "__F", {
1373
1373
  enumerable: true,
1374
1374
  configurable: true,
1375
1375
  writable: true,
1376
- value: Symbol()
1376
+ value: null
1377
1377
  });
1378
1378
  class auth_cancelCode_ extends Function_ {
1379
1379
  get [_1_tl_object_js_1.id]() {
@@ -1417,7 +1417,7 @@ Object.defineProperty(auth_cancelCode_, "__F", {
1417
1417
  enumerable: true,
1418
1418
  configurable: true,
1419
1419
  writable: true,
1420
- value: Symbol()
1420
+ value: null
1421
1421
  });
1422
1422
  class auth_dropTempAuthKeys_ extends Function_ {
1423
1423
  get [_1_tl_object_js_1.id]() {
@@ -1452,7 +1452,7 @@ Object.defineProperty(auth_dropTempAuthKeys_, "__F", {
1452
1452
  enumerable: true,
1453
1453
  configurable: true,
1454
1454
  writable: true,
1455
- value: Symbol()
1455
+ value: null
1456
1456
  });
1457
1457
  class auth_exportLoginToken_ extends Function_ {
1458
1458
  get [_1_tl_object_js_1.id]() {
@@ -1505,7 +1505,7 @@ Object.defineProperty(auth_exportLoginToken_, "__F", {
1505
1505
  enumerable: true,
1506
1506
  configurable: true,
1507
1507
  writable: true,
1508
- value: Symbol()
1508
+ value: null
1509
1509
  });
1510
1510
  class auth_importLoginToken_ extends Function_ {
1511
1511
  get [_1_tl_object_js_1.id]() {
@@ -1540,7 +1540,7 @@ Object.defineProperty(auth_importLoginToken_, "__F", {
1540
1540
  enumerable: true,
1541
1541
  configurable: true,
1542
1542
  writable: true,
1543
- value: Symbol()
1543
+ value: null
1544
1544
  });
1545
1545
  class auth_acceptLoginToken_ extends Function_ {
1546
1546
  get [_1_tl_object_js_1.id]() {
@@ -1575,7 +1575,7 @@ Object.defineProperty(auth_acceptLoginToken_, "__F", {
1575
1575
  enumerable: true,
1576
1576
  configurable: true,
1577
1577
  writable: true,
1578
- value: Symbol()
1578
+ value: null
1579
1579
  });
1580
1580
  class auth_checkRecoveryPassword_ extends Function_ {
1581
1581
  get [_1_tl_object_js_1.id]() {
@@ -1610,7 +1610,7 @@ Object.defineProperty(auth_checkRecoveryPassword_, "__F", {
1610
1610
  enumerable: true,
1611
1611
  configurable: true,
1612
1612
  writable: true,
1613
- value: Symbol()
1613
+ value: null
1614
1614
  });
1615
1615
  class auth_importWebTokenAuthorization_ extends Function_ {
1616
1616
  get [_1_tl_object_js_1.id]() {
@@ -1663,7 +1663,7 @@ Object.defineProperty(auth_importWebTokenAuthorization_, "__F", {
1663
1663
  enumerable: true,
1664
1664
  configurable: true,
1665
1665
  writable: true,
1666
- value: Symbol()
1666
+ value: null
1667
1667
  });
1668
1668
  class auth_requestFirebaseSms_ extends Function_ {
1669
1669
  get [_1_tl_object_js_1.id]() {
@@ -1727,7 +1727,7 @@ Object.defineProperty(auth_requestFirebaseSms_, "__F", {
1727
1727
  enumerable: true,
1728
1728
  configurable: true,
1729
1729
  writable: true,
1730
- value: Symbol()
1730
+ value: null
1731
1731
  });
1732
1732
  class auth_resetLoginEmail_ extends Function_ {
1733
1733
  get [_1_tl_object_js_1.id]() {
@@ -1771,7 +1771,7 @@ Object.defineProperty(auth_resetLoginEmail_, "__F", {
1771
1771
  enumerable: true,
1772
1772
  configurable: true,
1773
1773
  writable: true,
1774
- value: Symbol()
1774
+ value: null
1775
1775
  });
1776
1776
  class account_registerDevice_ extends Function_ {
1777
1777
  get [_1_tl_object_js_1.id]() {
@@ -1853,7 +1853,7 @@ Object.defineProperty(account_registerDevice_, "__F", {
1853
1853
  enumerable: true,
1854
1854
  configurable: true,
1855
1855
  writable: true,
1856
- value: Symbol()
1856
+ value: null
1857
1857
  });
1858
1858
  class account_unregisterDevice_ extends Function_ {
1859
1859
  get [_1_tl_object_js_1.id]() {
@@ -1906,7 +1906,7 @@ Object.defineProperty(account_unregisterDevice_, "__F", {
1906
1906
  enumerable: true,
1907
1907
  configurable: true,
1908
1908
  writable: true,
1909
- value: Symbol()
1909
+ value: null
1910
1910
  });
1911
1911
  class account_updateNotifySettings_ extends Function_ {
1912
1912
  get [_1_tl_object_js_1.id]() {
@@ -1950,7 +1950,7 @@ Object.defineProperty(account_updateNotifySettings_, "__F", {
1950
1950
  enumerable: true,
1951
1951
  configurable: true,
1952
1952
  writable: true,
1953
- value: Symbol()
1953
+ value: null
1954
1954
  });
1955
1955
  class account_getNotifySettings_ extends Function_ {
1956
1956
  get [_1_tl_object_js_1.id]() {
@@ -1985,7 +1985,7 @@ Object.defineProperty(account_getNotifySettings_, "__F", {
1985
1985
  enumerable: true,
1986
1986
  configurable: true,
1987
1987
  writable: true,
1988
- value: Symbol()
1988
+ value: null
1989
1989
  });
1990
1990
  class account_resetNotifySettings_ extends Function_ {
1991
1991
  get [_1_tl_object_js_1.id]() {
@@ -2009,7 +2009,7 @@ Object.defineProperty(account_resetNotifySettings_, "__F", {
2009
2009
  enumerable: true,
2010
2010
  configurable: true,
2011
2011
  writable: true,
2012
- value: Symbol()
2012
+ value: null
2013
2013
  });
2014
2014
  class account_updateProfile_ extends Function_ {
2015
2015
  get [_1_tl_object_js_1.id]() {
@@ -2064,7 +2064,7 @@ Object.defineProperty(account_updateProfile_, "__F", {
2064
2064
  enumerable: true,
2065
2065
  configurable: true,
2066
2066
  writable: true,
2067
- value: Symbol()
2067
+ value: null
2068
2068
  });
2069
2069
  class account_updateStatus_ extends Function_ {
2070
2070
  get [_1_tl_object_js_1.id]() {
@@ -2099,7 +2099,7 @@ Object.defineProperty(account_updateStatus_, "__F", {
2099
2099
  enumerable: true,
2100
2100
  configurable: true,
2101
2101
  writable: true,
2102
- value: Symbol()
2102
+ value: null
2103
2103
  });
2104
2104
  class account_getWallPapers_ extends Function_ {
2105
2105
  get [_1_tl_object_js_1.id]() {
@@ -2134,7 +2134,7 @@ Object.defineProperty(account_getWallPapers_, "__F", {
2134
2134
  enumerable: true,
2135
2135
  configurable: true,
2136
2136
  writable: true,
2137
- value: Symbol()
2137
+ value: null
2138
2138
  });
2139
2139
  class account_reportPeer_ extends Function_ {
2140
2140
  get [_1_tl_object_js_1.id]() {
@@ -2187,7 +2187,7 @@ Object.defineProperty(account_reportPeer_, "__F", {
2187
2187
  enumerable: true,
2188
2188
  configurable: true,
2189
2189
  writable: true,
2190
- value: Symbol()
2190
+ value: null
2191
2191
  });
2192
2192
  class account_checkUsername_ extends Function_ {
2193
2193
  get [_1_tl_object_js_1.id]() {
@@ -2222,7 +2222,7 @@ Object.defineProperty(account_checkUsername_, "__F", {
2222
2222
  enumerable: true,
2223
2223
  configurable: true,
2224
2224
  writable: true,
2225
- value: Symbol()
2225
+ value: null
2226
2226
  });
2227
2227
  class account_updateUsername_ extends Function_ {
2228
2228
  get [_1_tl_object_js_1.id]() {
@@ -2257,7 +2257,7 @@ Object.defineProperty(account_updateUsername_, "__F", {
2257
2257
  enumerable: true,
2258
2258
  configurable: true,
2259
2259
  writable: true,
2260
- value: Symbol()
2260
+ value: null
2261
2261
  });
2262
2262
  class account_getPrivacy_ extends Function_ {
2263
2263
  get [_1_tl_object_js_1.id]() {
@@ -2292,7 +2292,7 @@ Object.defineProperty(account_getPrivacy_, "__F", {
2292
2292
  enumerable: true,
2293
2293
  configurable: true,
2294
2294
  writable: true,
2295
- value: Symbol()
2295
+ value: null
2296
2296
  });
2297
2297
  class account_setPrivacy_ extends Function_ {
2298
2298
  get [_1_tl_object_js_1.id]() {
@@ -2336,7 +2336,7 @@ Object.defineProperty(account_setPrivacy_, "__F", {
2336
2336
  enumerable: true,
2337
2337
  configurable: true,
2338
2338
  writable: true,
2339
- value: Symbol()
2339
+ value: null
2340
2340
  });
2341
2341
  class account_deleteAccount_ extends Function_ {
2342
2342
  get [_1_tl_object_js_1.id]() {
@@ -2382,7 +2382,7 @@ Object.defineProperty(account_deleteAccount_, "__F", {
2382
2382
  enumerable: true,
2383
2383
  configurable: true,
2384
2384
  writable: true,
2385
- value: Symbol()
2385
+ value: null
2386
2386
  });
2387
2387
  class account_getAccountTTL_ extends Function_ {
2388
2388
  get [_1_tl_object_js_1.id]() {
@@ -2406,7 +2406,7 @@ Object.defineProperty(account_getAccountTTL_, "__F", {
2406
2406
  enumerable: true,
2407
2407
  configurable: true,
2408
2408
  writable: true,
2409
- value: Symbol()
2409
+ value: null
2410
2410
  });
2411
2411
  class account_setAccountTTL_ extends Function_ {
2412
2412
  get [_1_tl_object_js_1.id]() {
@@ -2441,7 +2441,7 @@ Object.defineProperty(account_setAccountTTL_, "__F", {
2441
2441
  enumerable: true,
2442
2442
  configurable: true,
2443
2443
  writable: true,
2444
- value: Symbol()
2444
+ value: null
2445
2445
  });
2446
2446
  class account_sendChangePhoneCode_ extends Function_ {
2447
2447
  get [_1_tl_object_js_1.id]() {
@@ -2485,7 +2485,7 @@ Object.defineProperty(account_sendChangePhoneCode_, "__F", {
2485
2485
  enumerable: true,
2486
2486
  configurable: true,
2487
2487
  writable: true,
2488
- value: Symbol()
2488
+ value: null
2489
2489
  });
2490
2490
  class account_changePhone_ extends Function_ {
2491
2491
  get [_1_tl_object_js_1.id]() {
@@ -2538,7 +2538,7 @@ Object.defineProperty(account_changePhone_, "__F", {
2538
2538
  enumerable: true,
2539
2539
  configurable: true,
2540
2540
  writable: true,
2541
- value: Symbol()
2541
+ value: null
2542
2542
  });
2543
2543
  class account_updateDeviceLocked_ extends Function_ {
2544
2544
  get [_1_tl_object_js_1.id]() {
@@ -2573,7 +2573,7 @@ Object.defineProperty(account_updateDeviceLocked_, "__F", {
2573
2573
  enumerable: true,
2574
2574
  configurable: true,
2575
2575
  writable: true,
2576
- value: Symbol()
2576
+ value: null
2577
2577
  });
2578
2578
  class account_getAuthorizations_ extends Function_ {
2579
2579
  get [_1_tl_object_js_1.id]() {
@@ -2597,7 +2597,7 @@ Object.defineProperty(account_getAuthorizations_, "__F", {
2597
2597
  enumerable: true,
2598
2598
  configurable: true,
2599
2599
  writable: true,
2600
- value: Symbol()
2600
+ value: null
2601
2601
  });
2602
2602
  class account_resetAuthorization_ extends Function_ {
2603
2603
  get [_1_tl_object_js_1.id]() {
@@ -2632,7 +2632,7 @@ Object.defineProperty(account_resetAuthorization_, "__F", {
2632
2632
  enumerable: true,
2633
2633
  configurable: true,
2634
2634
  writable: true,
2635
- value: Symbol()
2635
+ value: null
2636
2636
  });
2637
2637
  class account_getPassword_ extends Function_ {
2638
2638
  get [_1_tl_object_js_1.id]() {
@@ -2656,7 +2656,7 @@ Object.defineProperty(account_getPassword_, "__F", {
2656
2656
  enumerable: true,
2657
2657
  configurable: true,
2658
2658
  writable: true,
2659
- value: Symbol()
2659
+ value: null
2660
2660
  });
2661
2661
  class account_getPasswordSettings_ extends Function_ {
2662
2662
  get [_1_tl_object_js_1.id]() {
@@ -2691,7 +2691,7 @@ Object.defineProperty(account_getPasswordSettings_, "__F", {
2691
2691
  enumerable: true,
2692
2692
  configurable: true,
2693
2693
  writable: true,
2694
- value: Symbol()
2694
+ value: null
2695
2695
  });
2696
2696
  class account_updatePasswordSettings_ extends Function_ {
2697
2697
  get [_1_tl_object_js_1.id]() {
@@ -2735,7 +2735,7 @@ Object.defineProperty(account_updatePasswordSettings_, "__F", {
2735
2735
  enumerable: true,
2736
2736
  configurable: true,
2737
2737
  writable: true,
2738
- value: Symbol()
2738
+ value: null
2739
2739
  });
2740
2740
  class account_sendConfirmPhoneCode_ extends Function_ {
2741
2741
  get [_1_tl_object_js_1.id]() {
@@ -2779,7 +2779,7 @@ Object.defineProperty(account_sendConfirmPhoneCode_, "__F", {
2779
2779
  enumerable: true,
2780
2780
  configurable: true,
2781
2781
  writable: true,
2782
- value: Symbol()
2782
+ value: null
2783
2783
  });
2784
2784
  class account_confirmPhone_ extends Function_ {
2785
2785
  get [_1_tl_object_js_1.id]() {
@@ -2823,7 +2823,7 @@ Object.defineProperty(account_confirmPhone_, "__F", {
2823
2823
  enumerable: true,
2824
2824
  configurable: true,
2825
2825
  writable: true,
2826
- value: Symbol()
2826
+ value: null
2827
2827
  });
2828
2828
  class account_getTmpPassword_ extends Function_ {
2829
2829
  get [_1_tl_object_js_1.id]() {
@@ -2867,7 +2867,7 @@ Object.defineProperty(account_getTmpPassword_, "__F", {
2867
2867
  enumerable: true,
2868
2868
  configurable: true,
2869
2869
  writable: true,
2870
- value: Symbol()
2870
+ value: null
2871
2871
  });
2872
2872
  class account_getWebAuthorizations_ extends Function_ {
2873
2873
  get [_1_tl_object_js_1.id]() {
@@ -2891,7 +2891,7 @@ Object.defineProperty(account_getWebAuthorizations_, "__F", {
2891
2891
  enumerable: true,
2892
2892
  configurable: true,
2893
2893
  writable: true,
2894
- value: Symbol()
2894
+ value: null
2895
2895
  });
2896
2896
  class account_resetWebAuthorization_ extends Function_ {
2897
2897
  get [_1_tl_object_js_1.id]() {
@@ -2926,7 +2926,7 @@ Object.defineProperty(account_resetWebAuthorization_, "__F", {
2926
2926
  enumerable: true,
2927
2927
  configurable: true,
2928
2928
  writable: true,
2929
- value: Symbol()
2929
+ value: null
2930
2930
  });
2931
2931
  class account_resetWebAuthorizations_ extends Function_ {
2932
2932
  get [_1_tl_object_js_1.id]() {
@@ -2950,7 +2950,7 @@ Object.defineProperty(account_resetWebAuthorizations_, "__F", {
2950
2950
  enumerable: true,
2951
2951
  configurable: true,
2952
2952
  writable: true,
2953
- value: Symbol()
2953
+ value: null
2954
2954
  });
2955
2955
  class account_getAllSecureValues_ extends Function_ {
2956
2956
  get [_1_tl_object_js_1.id]() {
@@ -2974,7 +2974,7 @@ Object.defineProperty(account_getAllSecureValues_, "__F", {
2974
2974
  enumerable: true,
2975
2975
  configurable: true,
2976
2976
  writable: true,
2977
- value: Symbol()
2977
+ value: null
2978
2978
  });
2979
2979
  class account_getSecureValue_ extends Function_ {
2980
2980
  get [_1_tl_object_js_1.id]() {
@@ -3009,7 +3009,7 @@ Object.defineProperty(account_getSecureValue_, "__F", {
3009
3009
  enumerable: true,
3010
3010
  configurable: true,
3011
3011
  writable: true,
3012
- value: Symbol()
3012
+ value: null
3013
3013
  });
3014
3014
  class account_saveSecureValue_ extends Function_ {
3015
3015
  get [_1_tl_object_js_1.id]() {
@@ -3053,7 +3053,7 @@ Object.defineProperty(account_saveSecureValue_, "__F", {
3053
3053
  enumerable: true,
3054
3054
  configurable: true,
3055
3055
  writable: true,
3056
- value: Symbol()
3056
+ value: null
3057
3057
  });
3058
3058
  class account_deleteSecureValue_ extends Function_ {
3059
3059
  get [_1_tl_object_js_1.id]() {
@@ -3088,7 +3088,7 @@ Object.defineProperty(account_deleteSecureValue_, "__F", {
3088
3088
  enumerable: true,
3089
3089
  configurable: true,
3090
3090
  writable: true,
3091
- value: Symbol()
3091
+ value: null
3092
3092
  });
3093
3093
  class account_getAuthorizationForm_ extends Function_ {
3094
3094
  get [_1_tl_object_js_1.id]() {
@@ -3141,7 +3141,7 @@ Object.defineProperty(account_getAuthorizationForm_, "__F", {
3141
3141
  enumerable: true,
3142
3142
  configurable: true,
3143
3143
  writable: true,
3144
- value: Symbol()
3144
+ value: null
3145
3145
  });
3146
3146
  class account_acceptAuthorization_ extends Function_ {
3147
3147
  get [_1_tl_object_js_1.id]() {
@@ -3212,7 +3212,7 @@ Object.defineProperty(account_acceptAuthorization_, "__F", {
3212
3212
  enumerable: true,
3213
3213
  configurable: true,
3214
3214
  writable: true,
3215
- value: Symbol()
3215
+ value: null
3216
3216
  });
3217
3217
  class account_sendVerifyPhoneCode_ extends Function_ {
3218
3218
  get [_1_tl_object_js_1.id]() {
@@ -3256,7 +3256,7 @@ Object.defineProperty(account_sendVerifyPhoneCode_, "__F", {
3256
3256
  enumerable: true,
3257
3257
  configurable: true,
3258
3258
  writable: true,
3259
- value: Symbol()
3259
+ value: null
3260
3260
  });
3261
3261
  class account_verifyPhone_ extends Function_ {
3262
3262
  get [_1_tl_object_js_1.id]() {
@@ -3309,7 +3309,7 @@ Object.defineProperty(account_verifyPhone_, "__F", {
3309
3309
  enumerable: true,
3310
3310
  configurable: true,
3311
3311
  writable: true,
3312
- value: Symbol()
3312
+ value: null
3313
3313
  });
3314
3314
  class account_sendVerifyEmailCode_ extends Function_ {
3315
3315
  get [_1_tl_object_js_1.id]() {
@@ -3353,7 +3353,7 @@ Object.defineProperty(account_sendVerifyEmailCode_, "__F", {
3353
3353
  enumerable: true,
3354
3354
  configurable: true,
3355
3355
  writable: true,
3356
- value: Symbol()
3356
+ value: null
3357
3357
  });
3358
3358
  class account_verifyEmail_ extends Function_ {
3359
3359
  get [_1_tl_object_js_1.id]() {
@@ -3397,7 +3397,7 @@ Object.defineProperty(account_verifyEmail_, "__F", {
3397
3397
  enumerable: true,
3398
3398
  configurable: true,
3399
3399
  writable: true,
3400
- value: Symbol()
3400
+ value: null
3401
3401
  });
3402
3402
  class account_initTakeoutSession_ extends Function_ {
3403
3403
  get [_1_tl_object_js_1.id]() {
@@ -3488,7 +3488,7 @@ Object.defineProperty(account_initTakeoutSession_, "__F", {
3488
3488
  enumerable: true,
3489
3489
  configurable: true,
3490
3490
  writable: true,
3491
- value: Symbol()
3491
+ value: null
3492
3492
  });
3493
3493
  class account_finishTakeoutSession_ extends Function_ {
3494
3494
  get [_1_tl_object_js_1.id]() {
@@ -3525,7 +3525,7 @@ Object.defineProperty(account_finishTakeoutSession_, "__F", {
3525
3525
  enumerable: true,
3526
3526
  configurable: true,
3527
3527
  writable: true,
3528
- value: Symbol()
3528
+ value: null
3529
3529
  });
3530
3530
  class account_confirmPasswordEmail_ extends Function_ {
3531
3531
  get [_1_tl_object_js_1.id]() {
@@ -3560,7 +3560,7 @@ Object.defineProperty(account_confirmPasswordEmail_, "__F", {
3560
3560
  enumerable: true,
3561
3561
  configurable: true,
3562
3562
  writable: true,
3563
- value: Symbol()
3563
+ value: null
3564
3564
  });
3565
3565
  class account_resendPasswordEmail_ extends Function_ {
3566
3566
  get [_1_tl_object_js_1.id]() {
@@ -3584,7 +3584,7 @@ Object.defineProperty(account_resendPasswordEmail_, "__F", {
3584
3584
  enumerable: true,
3585
3585
  configurable: true,
3586
3586
  writable: true,
3587
- value: Symbol()
3587
+ value: null
3588
3588
  });
3589
3589
  class account_cancelPasswordEmail_ extends Function_ {
3590
3590
  get [_1_tl_object_js_1.id]() {
@@ -3608,7 +3608,7 @@ Object.defineProperty(account_cancelPasswordEmail_, "__F", {
3608
3608
  enumerable: true,
3609
3609
  configurable: true,
3610
3610
  writable: true,
3611
- value: Symbol()
3611
+ value: null
3612
3612
  });
3613
3613
  class account_getContactSignUpNotification_ extends Function_ {
3614
3614
  get [_1_tl_object_js_1.id]() {
@@ -3632,7 +3632,7 @@ Object.defineProperty(account_getContactSignUpNotification_, "__F", {
3632
3632
  enumerable: true,
3633
3633
  configurable: true,
3634
3634
  writable: true,
3635
- value: Symbol()
3635
+ value: null
3636
3636
  });
3637
3637
  class account_setContactSignUpNotification_ extends Function_ {
3638
3638
  get [_1_tl_object_js_1.id]() {
@@ -3667,7 +3667,7 @@ Object.defineProperty(account_setContactSignUpNotification_, "__F", {
3667
3667
  enumerable: true,
3668
3668
  configurable: true,
3669
3669
  writable: true,
3670
- value: Symbol()
3670
+ value: null
3671
3671
  });
3672
3672
  class account_getNotifyExceptions_ extends Function_ {
3673
3673
  get [_1_tl_object_js_1.id]() {
@@ -3722,7 +3722,7 @@ Object.defineProperty(account_getNotifyExceptions_, "__F", {
3722
3722
  enumerable: true,
3723
3723
  configurable: true,
3724
3724
  writable: true,
3725
- value: Symbol()
3725
+ value: null
3726
3726
  });
3727
3727
  class account_getWallPaper_ extends Function_ {
3728
3728
  get [_1_tl_object_js_1.id]() {
@@ -3757,7 +3757,7 @@ Object.defineProperty(account_getWallPaper_, "__F", {
3757
3757
  enumerable: true,
3758
3758
  configurable: true,
3759
3759
  writable: true,
3760
- value: Symbol()
3760
+ value: null
3761
3761
  });
3762
3762
  class account_uploadWallPaper_ extends Function_ {
3763
3763
  get [_1_tl_object_js_1.id]() {
@@ -3821,7 +3821,7 @@ Object.defineProperty(account_uploadWallPaper_, "__F", {
3821
3821
  enumerable: true,
3822
3822
  configurable: true,
3823
3823
  writable: true,
3824
- value: Symbol()
3824
+ value: null
3825
3825
  });
3826
3826
  class account_saveWallPaper_ extends Function_ {
3827
3827
  get [_1_tl_object_js_1.id]() {
@@ -3874,7 +3874,7 @@ Object.defineProperty(account_saveWallPaper_, "__F", {
3874
3874
  enumerable: true,
3875
3875
  configurable: true,
3876
3876
  writable: true,
3877
- value: Symbol()
3877
+ value: null
3878
3878
  });
3879
3879
  class account_installWallPaper_ extends Function_ {
3880
3880
  get [_1_tl_object_js_1.id]() {
@@ -3918,7 +3918,7 @@ Object.defineProperty(account_installWallPaper_, "__F", {
3918
3918
  enumerable: true,
3919
3919
  configurable: true,
3920
3920
  writable: true,
3921
- value: Symbol()
3921
+ value: null
3922
3922
  });
3923
3923
  class account_resetWallPapers_ extends Function_ {
3924
3924
  get [_1_tl_object_js_1.id]() {
@@ -3942,7 +3942,7 @@ Object.defineProperty(account_resetWallPapers_, "__F", {
3942
3942
  enumerable: true,
3943
3943
  configurable: true,
3944
3944
  writable: true,
3945
- value: Symbol()
3945
+ value: null
3946
3946
  });
3947
3947
  class account_getAutoDownloadSettings_ extends Function_ {
3948
3948
  get [_1_tl_object_js_1.id]() {
@@ -3966,7 +3966,7 @@ Object.defineProperty(account_getAutoDownloadSettings_, "__F", {
3966
3966
  enumerable: true,
3967
3967
  configurable: true,
3968
3968
  writable: true,
3969
- value: Symbol()
3969
+ value: null
3970
3970
  });
3971
3971
  class account_saveAutoDownloadSettings_ extends Function_ {
3972
3972
  get [_1_tl_object_js_1.id]() {
@@ -4021,7 +4021,7 @@ Object.defineProperty(account_saveAutoDownloadSettings_, "__F", {
4021
4021
  enumerable: true,
4022
4022
  configurable: true,
4023
4023
  writable: true,
4024
- value: Symbol()
4024
+ value: null
4025
4025
  });
4026
4026
  class account_uploadTheme_ extends Function_ {
4027
4027
  get [_1_tl_object_js_1.id]() {
@@ -4085,7 +4085,7 @@ Object.defineProperty(account_uploadTheme_, "__F", {
4085
4085
  enumerable: true,
4086
4086
  configurable: true,
4087
4087
  writable: true,
4088
- value: Symbol()
4088
+ value: null
4089
4089
  });
4090
4090
  class account_createTheme_ extends Function_ {
4091
4091
  get [_1_tl_object_js_1.id]() {
@@ -4149,7 +4149,7 @@ Object.defineProperty(account_createTheme_, "__F", {
4149
4149
  enumerable: true,
4150
4150
  configurable: true,
4151
4151
  writable: true,
4152
- value: Symbol()
4152
+ value: null
4153
4153
  });
4154
4154
  class account_updateTheme_ extends Function_ {
4155
4155
  get [_1_tl_object_js_1.id]() {
@@ -4231,7 +4231,7 @@ Object.defineProperty(account_updateTheme_, "__F", {
4231
4231
  enumerable: true,
4232
4232
  configurable: true,
4233
4233
  writable: true,
4234
- value: Symbol()
4234
+ value: null
4235
4235
  });
4236
4236
  class account_saveTheme_ extends Function_ {
4237
4237
  get [_1_tl_object_js_1.id]() {
@@ -4275,7 +4275,7 @@ Object.defineProperty(account_saveTheme_, "__F", {
4275
4275
  enumerable: true,
4276
4276
  configurable: true,
4277
4277
  writable: true,
4278
- value: Symbol()
4278
+ value: null
4279
4279
  });
4280
4280
  class account_installTheme_ extends Function_ {
4281
4281
  get [_1_tl_object_js_1.id]() {
@@ -4339,7 +4339,7 @@ Object.defineProperty(account_installTheme_, "__F", {
4339
4339
  enumerable: true,
4340
4340
  configurable: true,
4341
4341
  writable: true,
4342
- value: Symbol()
4342
+ value: null
4343
4343
  });
4344
4344
  class account_getTheme_ extends Function_ {
4345
4345
  get [_1_tl_object_js_1.id]() {
@@ -4383,7 +4383,7 @@ Object.defineProperty(account_getTheme_, "__F", {
4383
4383
  enumerable: true,
4384
4384
  configurable: true,
4385
4385
  writable: true,
4386
- value: Symbol()
4386
+ value: null
4387
4387
  });
4388
4388
  class account_getThemes_ extends Function_ {
4389
4389
  get [_1_tl_object_js_1.id]() {
@@ -4427,7 +4427,7 @@ Object.defineProperty(account_getThemes_, "__F", {
4427
4427
  enumerable: true,
4428
4428
  configurable: true,
4429
4429
  writable: true,
4430
- value: Symbol()
4430
+ value: null
4431
4431
  });
4432
4432
  class account_setContentSettings_ extends Function_ {
4433
4433
  get [_1_tl_object_js_1.id]() {
@@ -4464,7 +4464,7 @@ Object.defineProperty(account_setContentSettings_, "__F", {
4464
4464
  enumerable: true,
4465
4465
  configurable: true,
4466
4466
  writable: true,
4467
- value: Symbol()
4467
+ value: null
4468
4468
  });
4469
4469
  class account_getContentSettings_ extends Function_ {
4470
4470
  get [_1_tl_object_js_1.id]() {
@@ -4488,7 +4488,7 @@ Object.defineProperty(account_getContentSettings_, "__F", {
4488
4488
  enumerable: true,
4489
4489
  configurable: true,
4490
4490
  writable: true,
4491
- value: Symbol()
4491
+ value: null
4492
4492
  });
4493
4493
  class account_getMultiWallPapers_ extends Function_ {
4494
4494
  get [_1_tl_object_js_1.id]() {
@@ -4523,7 +4523,7 @@ Object.defineProperty(account_getMultiWallPapers_, "__F", {
4523
4523
  enumerable: true,
4524
4524
  configurable: true,
4525
4525
  writable: true,
4526
- value: Symbol()
4526
+ value: null
4527
4527
  });
4528
4528
  class account_getGlobalPrivacySettings_ extends Function_ {
4529
4529
  get [_1_tl_object_js_1.id]() {
@@ -4547,7 +4547,7 @@ Object.defineProperty(account_getGlobalPrivacySettings_, "__F", {
4547
4547
  enumerable: true,
4548
4548
  configurable: true,
4549
4549
  writable: true,
4550
- value: Symbol()
4550
+ value: null
4551
4551
  });
4552
4552
  class account_setGlobalPrivacySettings_ extends Function_ {
4553
4553
  get [_1_tl_object_js_1.id]() {
@@ -4582,7 +4582,7 @@ Object.defineProperty(account_setGlobalPrivacySettings_, "__F", {
4582
4582
  enumerable: true,
4583
4583
  configurable: true,
4584
4584
  writable: true,
4585
- value: Symbol()
4585
+ value: null
4586
4586
  });
4587
4587
  class account_reportProfilePhoto_ extends Function_ {
4588
4588
  get [_1_tl_object_js_1.id]() {
@@ -4644,7 +4644,7 @@ Object.defineProperty(account_reportProfilePhoto_, "__F", {
4644
4644
  enumerable: true,
4645
4645
  configurable: true,
4646
4646
  writable: true,
4647
- value: Symbol()
4647
+ value: null
4648
4648
  });
4649
4649
  class account_resetPassword_ extends Function_ {
4650
4650
  get [_1_tl_object_js_1.id]() {
@@ -4668,7 +4668,7 @@ Object.defineProperty(account_resetPassword_, "__F", {
4668
4668
  enumerable: true,
4669
4669
  configurable: true,
4670
4670
  writable: true,
4671
- value: Symbol()
4671
+ value: null
4672
4672
  });
4673
4673
  class account_declinePasswordReset_ extends Function_ {
4674
4674
  get [_1_tl_object_js_1.id]() {
@@ -4692,7 +4692,7 @@ Object.defineProperty(account_declinePasswordReset_, "__F", {
4692
4692
  enumerable: true,
4693
4693
  configurable: true,
4694
4694
  writable: true,
4695
- value: Symbol()
4695
+ value: null
4696
4696
  });
4697
4697
  class account_getChatThemes_ extends Function_ {
4698
4698
  get [_1_tl_object_js_1.id]() {
@@ -4727,7 +4727,7 @@ Object.defineProperty(account_getChatThemes_, "__F", {
4727
4727
  enumerable: true,
4728
4728
  configurable: true,
4729
4729
  writable: true,
4730
- value: Symbol()
4730
+ value: null
4731
4731
  });
4732
4732
  class account_setAuthorizationTTL_ extends Function_ {
4733
4733
  get [_1_tl_object_js_1.id]() {
@@ -4762,7 +4762,7 @@ Object.defineProperty(account_setAuthorizationTTL_, "__F", {
4762
4762
  enumerable: true,
4763
4763
  configurable: true,
4764
4764
  writable: true,
4765
- value: Symbol()
4765
+ value: null
4766
4766
  });
4767
4767
  class account_changeAuthorizationSettings_ extends Function_ {
4768
4768
  get [_1_tl_object_js_1.id]() {
@@ -4826,7 +4826,7 @@ Object.defineProperty(account_changeAuthorizationSettings_, "__F", {
4826
4826
  enumerable: true,
4827
4827
  configurable: true,
4828
4828
  writable: true,
4829
- value: Symbol()
4829
+ value: null
4830
4830
  });
4831
4831
  class account_getSavedRingtones_ extends Function_ {
4832
4832
  get [_1_tl_object_js_1.id]() {
@@ -4861,7 +4861,7 @@ Object.defineProperty(account_getSavedRingtones_, "__F", {
4861
4861
  enumerable: true,
4862
4862
  configurable: true,
4863
4863
  writable: true,
4864
- value: Symbol()
4864
+ value: null
4865
4865
  });
4866
4866
  class account_saveRingtone_ extends Function_ {
4867
4867
  get [_1_tl_object_js_1.id]() {
@@ -4905,7 +4905,7 @@ Object.defineProperty(account_saveRingtone_, "__F", {
4905
4905
  enumerable: true,
4906
4906
  configurable: true,
4907
4907
  writable: true,
4908
- value: Symbol()
4908
+ value: null
4909
4909
  });
4910
4910
  class account_uploadRingtone_ extends Function_ {
4911
4911
  get [_1_tl_object_js_1.id]() {
@@ -4958,7 +4958,7 @@ Object.defineProperty(account_uploadRingtone_, "__F", {
4958
4958
  enumerable: true,
4959
4959
  configurable: true,
4960
4960
  writable: true,
4961
- value: Symbol()
4961
+ value: null
4962
4962
  });
4963
4963
  class account_updateEmojiStatus_ extends Function_ {
4964
4964
  get [_1_tl_object_js_1.id]() {
@@ -4993,7 +4993,7 @@ Object.defineProperty(account_updateEmojiStatus_, "__F", {
4993
4993
  enumerable: true,
4994
4994
  configurable: true,
4995
4995
  writable: true,
4996
- value: Symbol()
4996
+ value: null
4997
4997
  });
4998
4998
  class account_getDefaultEmojiStatuses_ extends Function_ {
4999
4999
  get [_1_tl_object_js_1.id]() {
@@ -5028,7 +5028,7 @@ Object.defineProperty(account_getDefaultEmojiStatuses_, "__F", {
5028
5028
  enumerable: true,
5029
5029
  configurable: true,
5030
5030
  writable: true,
5031
- value: Symbol()
5031
+ value: null
5032
5032
  });
5033
5033
  class account_getRecentEmojiStatuses_ extends Function_ {
5034
5034
  get [_1_tl_object_js_1.id]() {
@@ -5063,7 +5063,7 @@ Object.defineProperty(account_getRecentEmojiStatuses_, "__F", {
5063
5063
  enumerable: true,
5064
5064
  configurable: true,
5065
5065
  writable: true,
5066
- value: Symbol()
5066
+ value: null
5067
5067
  });
5068
5068
  class account_clearRecentEmojiStatuses_ extends Function_ {
5069
5069
  get [_1_tl_object_js_1.id]() {
@@ -5087,7 +5087,7 @@ Object.defineProperty(account_clearRecentEmojiStatuses_, "__F", {
5087
5087
  enumerable: true,
5088
5088
  configurable: true,
5089
5089
  writable: true,
5090
- value: Symbol()
5090
+ value: null
5091
5091
  });
5092
5092
  class account_reorderUsernames_ extends Function_ {
5093
5093
  get [_1_tl_object_js_1.id]() {
@@ -5122,7 +5122,7 @@ Object.defineProperty(account_reorderUsernames_, "__F", {
5122
5122
  enumerable: true,
5123
5123
  configurable: true,
5124
5124
  writable: true,
5125
- value: Symbol()
5125
+ value: null
5126
5126
  });
5127
5127
  class account_toggleUsername_ extends Function_ {
5128
5128
  get [_1_tl_object_js_1.id]() {
@@ -5166,7 +5166,7 @@ Object.defineProperty(account_toggleUsername_, "__F", {
5166
5166
  enumerable: true,
5167
5167
  configurable: true,
5168
5168
  writable: true,
5169
- value: Symbol()
5169
+ value: null
5170
5170
  });
5171
5171
  class account_getDefaultProfilePhotoEmojis_ extends Function_ {
5172
5172
  get [_1_tl_object_js_1.id]() {
@@ -5201,7 +5201,7 @@ Object.defineProperty(account_getDefaultProfilePhotoEmojis_, "__F", {
5201
5201
  enumerable: true,
5202
5202
  configurable: true,
5203
5203
  writable: true,
5204
- value: Symbol()
5204
+ value: null
5205
5205
  });
5206
5206
  class account_getDefaultGroupPhotoEmojis_ extends Function_ {
5207
5207
  get [_1_tl_object_js_1.id]() {
@@ -5236,7 +5236,7 @@ Object.defineProperty(account_getDefaultGroupPhotoEmojis_, "__F", {
5236
5236
  enumerable: true,
5237
5237
  configurable: true,
5238
5238
  writable: true,
5239
- value: Symbol()
5239
+ value: null
5240
5240
  });
5241
5241
  class account_getAutoSaveSettings_ extends Function_ {
5242
5242
  get [_1_tl_object_js_1.id]() {
@@ -5260,7 +5260,7 @@ Object.defineProperty(account_getAutoSaveSettings_, "__F", {
5260
5260
  enumerable: true,
5261
5261
  configurable: true,
5262
5262
  writable: true,
5263
- value: Symbol()
5263
+ value: null
5264
5264
  });
5265
5265
  class account_saveAutoSaveSettings_ extends Function_ {
5266
5266
  get [_1_tl_object_js_1.id]() {
@@ -5333,7 +5333,7 @@ Object.defineProperty(account_saveAutoSaveSettings_, "__F", {
5333
5333
  enumerable: true,
5334
5334
  configurable: true,
5335
5335
  writable: true,
5336
- value: Symbol()
5336
+ value: null
5337
5337
  });
5338
5338
  class account_deleteAutoSaveExceptions_ extends Function_ {
5339
5339
  get [_1_tl_object_js_1.id]() {
@@ -5357,7 +5357,7 @@ Object.defineProperty(account_deleteAutoSaveExceptions_, "__F", {
5357
5357
  enumerable: true,
5358
5358
  configurable: true,
5359
5359
  writable: true,
5360
- value: Symbol()
5360
+ value: null
5361
5361
  });
5362
5362
  class account_invalidateSignInCodes_ extends Function_ {
5363
5363
  get [_1_tl_object_js_1.id]() {
@@ -5392,7 +5392,7 @@ Object.defineProperty(account_invalidateSignInCodes_, "__F", {
5392
5392
  enumerable: true,
5393
5393
  configurable: true,
5394
5394
  writable: true,
5395
- value: Symbol()
5395
+ value: null
5396
5396
  });
5397
5397
  class account_updateColor_ extends Function_ {
5398
5398
  get [_1_tl_object_js_1.id]() {
@@ -5447,7 +5447,7 @@ Object.defineProperty(account_updateColor_, "__F", {
5447
5447
  enumerable: true,
5448
5448
  configurable: true,
5449
5449
  writable: true,
5450
- value: Symbol()
5450
+ value: null
5451
5451
  });
5452
5452
  class account_getDefaultBackgroundEmojis_ extends Function_ {
5453
5453
  get [_1_tl_object_js_1.id]() {
@@ -5482,7 +5482,7 @@ Object.defineProperty(account_getDefaultBackgroundEmojis_, "__F", {
5482
5482
  enumerable: true,
5483
5483
  configurable: true,
5484
5484
  writable: true,
5485
- value: Symbol()
5485
+ value: null
5486
5486
  });
5487
5487
  class account_getChannelDefaultEmojiStatuses_ extends Function_ {
5488
5488
  get [_1_tl_object_js_1.id]() {
@@ -5517,7 +5517,7 @@ Object.defineProperty(account_getChannelDefaultEmojiStatuses_, "__F", {
5517
5517
  enumerable: true,
5518
5518
  configurable: true,
5519
5519
  writable: true,
5520
- value: Symbol()
5520
+ value: null
5521
5521
  });
5522
5522
  class account_getChannelRestrictedStatusEmojis_ extends Function_ {
5523
5523
  get [_1_tl_object_js_1.id]() {
@@ -5552,7 +5552,7 @@ Object.defineProperty(account_getChannelRestrictedStatusEmojis_, "__F", {
5552
5552
  enumerable: true,
5553
5553
  configurable: true,
5554
5554
  writable: true,
5555
- value: Symbol()
5555
+ value: null
5556
5556
  });
5557
5557
  class users_getUsers_ extends Function_ {
5558
5558
  get [_1_tl_object_js_1.id]() {
@@ -5587,7 +5587,7 @@ Object.defineProperty(users_getUsers_, "__F", {
5587
5587
  enumerable: true,
5588
5588
  configurable: true,
5589
5589
  writable: true,
5590
- value: Symbol()
5590
+ value: null
5591
5591
  });
5592
5592
  class users_getFullUser_ extends Function_ {
5593
5593
  get [_1_tl_object_js_1.id]() {
@@ -5622,7 +5622,7 @@ Object.defineProperty(users_getFullUser_, "__F", {
5622
5622
  enumerable: true,
5623
5623
  configurable: true,
5624
5624
  writable: true,
5625
- value: Symbol()
5625
+ value: null
5626
5626
  });
5627
5627
  class users_setSecureValueErrors_ extends Function_ {
5628
5628
  get [_1_tl_object_js_1.id]() {
@@ -5666,7 +5666,7 @@ Object.defineProperty(users_setSecureValueErrors_, "__F", {
5666
5666
  enumerable: true,
5667
5667
  configurable: true,
5668
5668
  writable: true,
5669
- value: Symbol()
5669
+ value: null
5670
5670
  });
5671
5671
  class users_getIsPremiumRequiredToContact_ extends Function_ {
5672
5672
  get [_1_tl_object_js_1.id]() {
@@ -5701,7 +5701,7 @@ Object.defineProperty(users_getIsPremiumRequiredToContact_, "__F", {
5701
5701
  enumerable: true,
5702
5702
  configurable: true,
5703
5703
  writable: true,
5704
- value: Symbol()
5704
+ value: null
5705
5705
  });
5706
5706
  class contacts_getContactIDs_ extends Function_ {
5707
5707
  get [_1_tl_object_js_1.id]() {
@@ -5736,7 +5736,7 @@ Object.defineProperty(contacts_getContactIDs_, "__F", {
5736
5736
  enumerable: true,
5737
5737
  configurable: true,
5738
5738
  writable: true,
5739
- value: Symbol()
5739
+ value: null
5740
5740
  });
5741
5741
  class contacts_getStatuses_ extends Function_ {
5742
5742
  get [_1_tl_object_js_1.id]() {
@@ -5760,7 +5760,7 @@ Object.defineProperty(contacts_getStatuses_, "__F", {
5760
5760
  enumerable: true,
5761
5761
  configurable: true,
5762
5762
  writable: true,
5763
- value: Symbol()
5763
+ value: null
5764
5764
  });
5765
5765
  class contacts_getContacts_ extends Function_ {
5766
5766
  get [_1_tl_object_js_1.id]() {
@@ -5795,7 +5795,7 @@ Object.defineProperty(contacts_getContacts_, "__F", {
5795
5795
  enumerable: true,
5796
5796
  configurable: true,
5797
5797
  writable: true,
5798
- value: Symbol()
5798
+ value: null
5799
5799
  });
5800
5800
  class contacts_importContacts_ extends Function_ {
5801
5801
  get [_1_tl_object_js_1.id]() {
@@ -5830,7 +5830,7 @@ Object.defineProperty(contacts_importContacts_, "__F", {
5830
5830
  enumerable: true,
5831
5831
  configurable: true,
5832
5832
  writable: true,
5833
- value: Symbol()
5833
+ value: null
5834
5834
  });
5835
5835
  class contacts_deleteContacts_ extends Function_ {
5836
5836
  get [_1_tl_object_js_1.id]() {
@@ -5865,7 +5865,7 @@ Object.defineProperty(contacts_deleteContacts_, "__F", {
5865
5865
  enumerable: true,
5866
5866
  configurable: true,
5867
5867
  writable: true,
5868
- value: Symbol()
5868
+ value: null
5869
5869
  });
5870
5870
  class contacts_deleteByPhones_ extends Function_ {
5871
5871
  get [_1_tl_object_js_1.id]() {
@@ -5900,7 +5900,7 @@ Object.defineProperty(contacts_deleteByPhones_, "__F", {
5900
5900
  enumerable: true,
5901
5901
  configurable: true,
5902
5902
  writable: true,
5903
- value: Symbol()
5903
+ value: null
5904
5904
  });
5905
5905
  class contacts_block_ extends Function_ {
5906
5906
  get [_1_tl_object_js_1.id]() {
@@ -5946,7 +5946,7 @@ Object.defineProperty(contacts_block_, "__F", {
5946
5946
  enumerable: true,
5947
5947
  configurable: true,
5948
5948
  writable: true,
5949
- value: Symbol()
5949
+ value: null
5950
5950
  });
5951
5951
  class contacts_unblock_ extends Function_ {
5952
5952
  get [_1_tl_object_js_1.id]() {
@@ -5992,7 +5992,7 @@ Object.defineProperty(contacts_unblock_, "__F", {
5992
5992
  enumerable: true,
5993
5993
  configurable: true,
5994
5994
  writable: true,
5995
- value: Symbol()
5995
+ value: null
5996
5996
  });
5997
5997
  class contacts_getBlocked_ extends Function_ {
5998
5998
  get [_1_tl_object_js_1.id]() {
@@ -6047,7 +6047,7 @@ Object.defineProperty(contacts_getBlocked_, "__F", {
6047
6047
  enumerable: true,
6048
6048
  configurable: true,
6049
6049
  writable: true,
6050
- value: Symbol()
6050
+ value: null
6051
6051
  });
6052
6052
  class contacts_search_ extends Function_ {
6053
6053
  get [_1_tl_object_js_1.id]() {
@@ -6091,7 +6091,7 @@ Object.defineProperty(contacts_search_, "__F", {
6091
6091
  enumerable: true,
6092
6092
  configurable: true,
6093
6093
  writable: true,
6094
- value: Symbol()
6094
+ value: null
6095
6095
  });
6096
6096
  class contacts_resolveUsername_ extends Function_ {
6097
6097
  get [_1_tl_object_js_1.id]() {
@@ -6126,7 +6126,7 @@ Object.defineProperty(contacts_resolveUsername_, "__F", {
6126
6126
  enumerable: true,
6127
6127
  configurable: true,
6128
6128
  writable: true,
6129
- value: Symbol()
6129
+ value: null
6130
6130
  });
6131
6131
  class contacts_getTopPeers_ extends Function_ {
6132
6132
  get [_1_tl_object_js_1.id]() {
@@ -6253,7 +6253,7 @@ Object.defineProperty(contacts_getTopPeers_, "__F", {
6253
6253
  enumerable: true,
6254
6254
  configurable: true,
6255
6255
  writable: true,
6256
- value: Symbol()
6256
+ value: null
6257
6257
  });
6258
6258
  class contacts_resetTopPeerRating_ extends Function_ {
6259
6259
  get [_1_tl_object_js_1.id]() {
@@ -6297,7 +6297,7 @@ Object.defineProperty(contacts_resetTopPeerRating_, "__F", {
6297
6297
  enumerable: true,
6298
6298
  configurable: true,
6299
6299
  writable: true,
6300
- value: Symbol()
6300
+ value: null
6301
6301
  });
6302
6302
  class contacts_resetSaved_ extends Function_ {
6303
6303
  get [_1_tl_object_js_1.id]() {
@@ -6321,7 +6321,7 @@ Object.defineProperty(contacts_resetSaved_, "__F", {
6321
6321
  enumerable: true,
6322
6322
  configurable: true,
6323
6323
  writable: true,
6324
- value: Symbol()
6324
+ value: null
6325
6325
  });
6326
6326
  class contacts_getSaved_ extends Function_ {
6327
6327
  get [_1_tl_object_js_1.id]() {
@@ -6345,7 +6345,7 @@ Object.defineProperty(contacts_getSaved_, "__F", {
6345
6345
  enumerable: true,
6346
6346
  configurable: true,
6347
6347
  writable: true,
6348
- value: Symbol()
6348
+ value: null
6349
6349
  });
6350
6350
  class contacts_toggleTopPeers_ extends Function_ {
6351
6351
  get [_1_tl_object_js_1.id]() {
@@ -6380,7 +6380,7 @@ Object.defineProperty(contacts_toggleTopPeers_, "__F", {
6380
6380
  enumerable: true,
6381
6381
  configurable: true,
6382
6382
  writable: true,
6383
- value: Symbol()
6383
+ value: null
6384
6384
  });
6385
6385
  class contacts_addContact_ extends Function_ {
6386
6386
  get [_1_tl_object_js_1.id]() {
@@ -6453,7 +6453,7 @@ Object.defineProperty(contacts_addContact_, "__F", {
6453
6453
  enumerable: true,
6454
6454
  configurable: true,
6455
6455
  writable: true,
6456
- value: Symbol()
6456
+ value: null
6457
6457
  });
6458
6458
  class contacts_acceptContact_ extends Function_ {
6459
6459
  get [_1_tl_object_js_1.id]() {
@@ -6488,7 +6488,7 @@ Object.defineProperty(contacts_acceptContact_, "__F", {
6488
6488
  enumerable: true,
6489
6489
  configurable: true,
6490
6490
  writable: true,
6491
- value: Symbol()
6491
+ value: null
6492
6492
  });
6493
6493
  class contacts_getLocated_ extends Function_ {
6494
6494
  get [_1_tl_object_js_1.id]() {
@@ -6543,7 +6543,7 @@ Object.defineProperty(contacts_getLocated_, "__F", {
6543
6543
  enumerable: true,
6544
6544
  configurable: true,
6545
6545
  writable: true,
6546
- value: Symbol()
6546
+ value: null
6547
6547
  });
6548
6548
  class contacts_blockFromReplies_ extends Function_ {
6549
6549
  get [_1_tl_object_js_1.id]() {
@@ -6607,7 +6607,7 @@ Object.defineProperty(contacts_blockFromReplies_, "__F", {
6607
6607
  enumerable: true,
6608
6608
  configurable: true,
6609
6609
  writable: true,
6610
- value: Symbol()
6610
+ value: null
6611
6611
  });
6612
6612
  class contacts_resolvePhone_ extends Function_ {
6613
6613
  get [_1_tl_object_js_1.id]() {
@@ -6642,7 +6642,7 @@ Object.defineProperty(contacts_resolvePhone_, "__F", {
6642
6642
  enumerable: true,
6643
6643
  configurable: true,
6644
6644
  writable: true,
6645
- value: Symbol()
6645
+ value: null
6646
6646
  });
6647
6647
  class contacts_exportContactToken_ extends Function_ {
6648
6648
  get [_1_tl_object_js_1.id]() {
@@ -6666,7 +6666,7 @@ Object.defineProperty(contacts_exportContactToken_, "__F", {
6666
6666
  enumerable: true,
6667
6667
  configurable: true,
6668
6668
  writable: true,
6669
- value: Symbol()
6669
+ value: null
6670
6670
  });
6671
6671
  class contacts_importContactToken_ extends Function_ {
6672
6672
  get [_1_tl_object_js_1.id]() {
@@ -6701,7 +6701,7 @@ Object.defineProperty(contacts_importContactToken_, "__F", {
6701
6701
  enumerable: true,
6702
6702
  configurable: true,
6703
6703
  writable: true,
6704
- value: Symbol()
6704
+ value: null
6705
6705
  });
6706
6706
  class contacts_editCloseFriends_ extends Function_ {
6707
6707
  get [_1_tl_object_js_1.id]() {
@@ -6736,7 +6736,7 @@ Object.defineProperty(contacts_editCloseFriends_, "__F", {
6736
6736
  enumerable: true,
6737
6737
  configurable: true,
6738
6738
  writable: true,
6739
- value: Symbol()
6739
+ value: null
6740
6740
  });
6741
6741
  class contacts_setBlocked_ extends Function_ {
6742
6742
  get [_1_tl_object_js_1.id]() {
@@ -6791,7 +6791,7 @@ Object.defineProperty(contacts_setBlocked_, "__F", {
6791
6791
  enumerable: true,
6792
6792
  configurable: true,
6793
6793
  writable: true,
6794
- value: Symbol()
6794
+ value: null
6795
6795
  });
6796
6796
  class messages_getMessages_ extends Function_ {
6797
6797
  get [_1_tl_object_js_1.id]() {
@@ -6826,7 +6826,7 @@ Object.defineProperty(messages_getMessages_, "__F", {
6826
6826
  enumerable: true,
6827
6827
  configurable: true,
6828
6828
  writable: true,
6829
- value: Symbol()
6829
+ value: null
6830
6830
  });
6831
6831
  class messages_getDialogs_ extends Function_ {
6832
6832
  get [_1_tl_object_js_1.id]() {
@@ -6917,7 +6917,7 @@ Object.defineProperty(messages_getDialogs_, "__F", {
6917
6917
  enumerable: true,
6918
6918
  configurable: true,
6919
6919
  writable: true,
6920
- value: Symbol()
6920
+ value: null
6921
6921
  });
6922
6922
  class messages_getHistory_ extends Function_ {
6923
6923
  get [_1_tl_object_js_1.id]() {
@@ -7015,7 +7015,7 @@ Object.defineProperty(messages_getHistory_, "__F", {
7015
7015
  enumerable: true,
7016
7016
  configurable: true,
7017
7017
  writable: true,
7018
- value: Symbol()
7018
+ value: null
7019
7019
  });
7020
7020
  class messages_search_ extends Function_ {
7021
7021
  get [_1_tl_object_js_1.id]() {
@@ -7178,7 +7178,7 @@ Object.defineProperty(messages_search_, "__F", {
7178
7178
  enumerable: true,
7179
7179
  configurable: true,
7180
7180
  writable: true,
7181
- value: Symbol()
7181
+ value: null
7182
7182
  });
7183
7183
  class messages_readHistory_ extends Function_ {
7184
7184
  get [_1_tl_object_js_1.id]() {
@@ -7222,7 +7222,7 @@ Object.defineProperty(messages_readHistory_, "__F", {
7222
7222
  enumerable: true,
7223
7223
  configurable: true,
7224
7224
  writable: true,
7225
- value: Symbol()
7225
+ value: null
7226
7226
  });
7227
7227
  class messages_deleteHistory_ extends Function_ {
7228
7228
  get [_1_tl_object_js_1.id]() {
@@ -7304,7 +7304,7 @@ Object.defineProperty(messages_deleteHistory_, "__F", {
7304
7304
  enumerable: true,
7305
7305
  configurable: true,
7306
7306
  writable: true,
7307
- value: Symbol()
7307
+ value: null
7308
7308
  });
7309
7309
  class messages_deleteMessages_ extends Function_ {
7310
7310
  get [_1_tl_object_js_1.id]() {
@@ -7350,7 +7350,7 @@ Object.defineProperty(messages_deleteMessages_, "__F", {
7350
7350
  enumerable: true,
7351
7351
  configurable: true,
7352
7352
  writable: true,
7353
- value: Symbol()
7353
+ value: null
7354
7354
  });
7355
7355
  class messages_receivedMessages_ extends Function_ {
7356
7356
  get [_1_tl_object_js_1.id]() {
@@ -7385,7 +7385,7 @@ Object.defineProperty(messages_receivedMessages_, "__F", {
7385
7385
  enumerable: true,
7386
7386
  configurable: true,
7387
7387
  writable: true,
7388
- value: Symbol()
7388
+ value: null
7389
7389
  });
7390
7390
  class messages_setTyping_ extends Function_ {
7391
7391
  get [_1_tl_object_js_1.id]() {
@@ -7440,7 +7440,7 @@ Object.defineProperty(messages_setTyping_, "__F", {
7440
7440
  enumerable: true,
7441
7441
  configurable: true,
7442
7442
  writable: true,
7443
- value: Symbol()
7443
+ value: null
7444
7444
  });
7445
7445
  class messages_sendMessage_ extends Function_ {
7446
7446
  get [_1_tl_object_js_1.id]() {
@@ -7603,7 +7603,7 @@ Object.defineProperty(messages_sendMessage_, "__F", {
7603
7603
  enumerable: true,
7604
7604
  configurable: true,
7605
7605
  writable: true,
7606
- value: Symbol()
7606
+ value: null
7607
7607
  });
7608
7608
  class messages_sendMedia_ extends Function_ {
7609
7609
  get [_1_tl_object_js_1.id]() {
@@ -7766,7 +7766,7 @@ Object.defineProperty(messages_sendMedia_, "__F", {
7766
7766
  enumerable: true,
7767
7767
  configurable: true,
7768
7768
  writable: true,
7769
- value: Symbol()
7769
+ value: null
7770
7770
  });
7771
7771
  class messages_forwardMessages_ extends Function_ {
7772
7772
  get [_1_tl_object_js_1.id]() {
@@ -7911,7 +7911,7 @@ Object.defineProperty(messages_forwardMessages_, "__F", {
7911
7911
  enumerable: true,
7912
7912
  configurable: true,
7913
7913
  writable: true,
7914
- value: Symbol()
7914
+ value: null
7915
7915
  });
7916
7916
  class messages_reportSpam_ extends Function_ {
7917
7917
  get [_1_tl_object_js_1.id]() {
@@ -7946,7 +7946,7 @@ Object.defineProperty(messages_reportSpam_, "__F", {
7946
7946
  enumerable: true,
7947
7947
  configurable: true,
7948
7948
  writable: true,
7949
- value: Symbol()
7949
+ value: null
7950
7950
  });
7951
7951
  class messages_getPeerSettings_ extends Function_ {
7952
7952
  get [_1_tl_object_js_1.id]() {
@@ -7981,7 +7981,7 @@ Object.defineProperty(messages_getPeerSettings_, "__F", {
7981
7981
  enumerable: true,
7982
7982
  configurable: true,
7983
7983
  writable: true,
7984
- value: Symbol()
7984
+ value: null
7985
7985
  });
7986
7986
  class messages_report_ extends Function_ {
7987
7987
  get [_1_tl_object_js_1.id]() {
@@ -8043,7 +8043,7 @@ Object.defineProperty(messages_report_, "__F", {
8043
8043
  enumerable: true,
8044
8044
  configurable: true,
8045
8045
  writable: true,
8046
- value: Symbol()
8046
+ value: null
8047
8047
  });
8048
8048
  class messages_getChats_ extends Function_ {
8049
8049
  get [_1_tl_object_js_1.id]() {
@@ -8078,7 +8078,7 @@ Object.defineProperty(messages_getChats_, "__F", {
8078
8078
  enumerable: true,
8079
8079
  configurable: true,
8080
8080
  writable: true,
8081
- value: Symbol()
8081
+ value: null
8082
8082
  });
8083
8083
  class messages_getFullChat_ extends Function_ {
8084
8084
  get [_1_tl_object_js_1.id]() {
@@ -8113,7 +8113,7 @@ Object.defineProperty(messages_getFullChat_, "__F", {
8113
8113
  enumerable: true,
8114
8114
  configurable: true,
8115
8115
  writable: true,
8116
- value: Symbol()
8116
+ value: null
8117
8117
  });
8118
8118
  class messages_editChatTitle_ extends Function_ {
8119
8119
  get [_1_tl_object_js_1.id]() {
@@ -8157,7 +8157,7 @@ Object.defineProperty(messages_editChatTitle_, "__F", {
8157
8157
  enumerable: true,
8158
8158
  configurable: true,
8159
8159
  writable: true,
8160
- value: Symbol()
8160
+ value: null
8161
8161
  });
8162
8162
  class messages_editChatPhoto_ extends Function_ {
8163
8163
  get [_1_tl_object_js_1.id]() {
@@ -8201,7 +8201,7 @@ Object.defineProperty(messages_editChatPhoto_, "__F", {
8201
8201
  enumerable: true,
8202
8202
  configurable: true,
8203
8203
  writable: true,
8204
- value: Symbol()
8204
+ value: null
8205
8205
  });
8206
8206
  class messages_addChatUser_ extends Function_ {
8207
8207
  get [_1_tl_object_js_1.id]() {
@@ -8254,7 +8254,7 @@ Object.defineProperty(messages_addChatUser_, "__F", {
8254
8254
  enumerable: true,
8255
8255
  configurable: true,
8256
8256
  writable: true,
8257
- value: Symbol()
8257
+ value: null
8258
8258
  });
8259
8259
  class messages_deleteChatUser_ extends Function_ {
8260
8260
  get [_1_tl_object_js_1.id]() {
@@ -8309,7 +8309,7 @@ Object.defineProperty(messages_deleteChatUser_, "__F", {
8309
8309
  enumerable: true,
8310
8310
  configurable: true,
8311
8311
  writable: true,
8312
- value: Symbol()
8312
+ value: null
8313
8313
  });
8314
8314
  class messages_createChat_ extends Function_ {
8315
8315
  get [_1_tl_object_js_1.id]() {
@@ -8364,7 +8364,7 @@ Object.defineProperty(messages_createChat_, "__F", {
8364
8364
  enumerable: true,
8365
8365
  configurable: true,
8366
8366
  writable: true,
8367
- value: Symbol()
8367
+ value: null
8368
8368
  });
8369
8369
  class messages_getDhConfig_ extends Function_ {
8370
8370
  get [_1_tl_object_js_1.id]() {
@@ -8408,7 +8408,7 @@ Object.defineProperty(messages_getDhConfig_, "__F", {
8408
8408
  enumerable: true,
8409
8409
  configurable: true,
8410
8410
  writable: true,
8411
- value: Symbol()
8411
+ value: null
8412
8412
  });
8413
8413
  class messages_requestEncryption_ extends Function_ {
8414
8414
  get [_1_tl_object_js_1.id]() {
@@ -8461,7 +8461,7 @@ Object.defineProperty(messages_requestEncryption_, "__F", {
8461
8461
  enumerable: true,
8462
8462
  configurable: true,
8463
8463
  writable: true,
8464
- value: Symbol()
8464
+ value: null
8465
8465
  });
8466
8466
  class messages_acceptEncryption_ extends Function_ {
8467
8467
  get [_1_tl_object_js_1.id]() {
@@ -8514,7 +8514,7 @@ Object.defineProperty(messages_acceptEncryption_, "__F", {
8514
8514
  enumerable: true,
8515
8515
  configurable: true,
8516
8516
  writable: true,
8517
- value: Symbol()
8517
+ value: null
8518
8518
  });
8519
8519
  class messages_discardEncryption_ extends Function_ {
8520
8520
  get [_1_tl_object_js_1.id]() {
@@ -8560,7 +8560,7 @@ Object.defineProperty(messages_discardEncryption_, "__F", {
8560
8560
  enumerable: true,
8561
8561
  configurable: true,
8562
8562
  writable: true,
8563
- value: Symbol()
8563
+ value: null
8564
8564
  });
8565
8565
  class messages_setEncryptedTyping_ extends Function_ {
8566
8566
  get [_1_tl_object_js_1.id]() {
@@ -8604,7 +8604,7 @@ Object.defineProperty(messages_setEncryptedTyping_, "__F", {
8604
8604
  enumerable: true,
8605
8605
  configurable: true,
8606
8606
  writable: true,
8607
- value: Symbol()
8607
+ value: null
8608
8608
  });
8609
8609
  class messages_readEncryptedHistory_ extends Function_ {
8610
8610
  get [_1_tl_object_js_1.id]() {
@@ -8648,7 +8648,7 @@ Object.defineProperty(messages_readEncryptedHistory_, "__F", {
8648
8648
  enumerable: true,
8649
8649
  configurable: true,
8650
8650
  writable: true,
8651
- value: Symbol()
8651
+ value: null
8652
8652
  });
8653
8653
  class messages_sendEncrypted_ extends Function_ {
8654
8654
  get [_1_tl_object_js_1.id]() {
@@ -8712,7 +8712,7 @@ Object.defineProperty(messages_sendEncrypted_, "__F", {
8712
8712
  enumerable: true,
8713
8713
  configurable: true,
8714
8714
  writable: true,
8715
- value: Symbol()
8715
+ value: null
8716
8716
  });
8717
8717
  class messages_sendEncryptedFile_ extends Function_ {
8718
8718
  get [_1_tl_object_js_1.id]() {
@@ -8785,7 +8785,7 @@ Object.defineProperty(messages_sendEncryptedFile_, "__F", {
8785
8785
  enumerable: true,
8786
8786
  configurable: true,
8787
8787
  writable: true,
8788
- value: Symbol()
8788
+ value: null
8789
8789
  });
8790
8790
  class messages_sendEncryptedService_ extends Function_ {
8791
8791
  get [_1_tl_object_js_1.id]() {
@@ -8838,7 +8838,7 @@ Object.defineProperty(messages_sendEncryptedService_, "__F", {
8838
8838
  enumerable: true,
8839
8839
  configurable: true,
8840
8840
  writable: true,
8841
- value: Symbol()
8841
+ value: null
8842
8842
  });
8843
8843
  class messages_receivedQueue_ extends Function_ {
8844
8844
  get [_1_tl_object_js_1.id]() {
@@ -8873,7 +8873,7 @@ Object.defineProperty(messages_receivedQueue_, "__F", {
8873
8873
  enumerable: true,
8874
8874
  configurable: true,
8875
8875
  writable: true,
8876
- value: Symbol()
8876
+ value: null
8877
8877
  });
8878
8878
  class messages_reportEncryptedSpam_ extends Function_ {
8879
8879
  get [_1_tl_object_js_1.id]() {
@@ -8908,7 +8908,7 @@ Object.defineProperty(messages_reportEncryptedSpam_, "__F", {
8908
8908
  enumerable: true,
8909
8909
  configurable: true,
8910
8910
  writable: true,
8911
- value: Symbol()
8911
+ value: null
8912
8912
  });
8913
8913
  class messages_readMessageContents_ extends Function_ {
8914
8914
  get [_1_tl_object_js_1.id]() {
@@ -8943,7 +8943,7 @@ Object.defineProperty(messages_readMessageContents_, "__F", {
8943
8943
  enumerable: true,
8944
8944
  configurable: true,
8945
8945
  writable: true,
8946
- value: Symbol()
8946
+ value: null
8947
8947
  });
8948
8948
  class messages_getStickers_ extends Function_ {
8949
8949
  get [_1_tl_object_js_1.id]() {
@@ -8987,7 +8987,7 @@ Object.defineProperty(messages_getStickers_, "__F", {
8987
8987
  enumerable: true,
8988
8988
  configurable: true,
8989
8989
  writable: true,
8990
- value: Symbol()
8990
+ value: null
8991
8991
  });
8992
8992
  class messages_getAllStickers_ extends Function_ {
8993
8993
  get [_1_tl_object_js_1.id]() {
@@ -9022,7 +9022,7 @@ Object.defineProperty(messages_getAllStickers_, "__F", {
9022
9022
  enumerable: true,
9023
9023
  configurable: true,
9024
9024
  writable: true,
9025
- value: Symbol()
9025
+ value: null
9026
9026
  });
9027
9027
  class messages_getWebPagePreview_ extends Function_ {
9028
9028
  get [_1_tl_object_js_1.id]() {
@@ -9068,7 +9068,7 @@ Object.defineProperty(messages_getWebPagePreview_, "__F", {
9068
9068
  enumerable: true,
9069
9069
  configurable: true,
9070
9070
  writable: true,
9071
- value: Symbol()
9071
+ value: null
9072
9072
  });
9073
9073
  class messages_exportChatInvite_ extends Function_ {
9074
9074
  get [_1_tl_object_js_1.id]() {
@@ -9150,7 +9150,7 @@ Object.defineProperty(messages_exportChatInvite_, "__F", {
9150
9150
  enumerable: true,
9151
9151
  configurable: true,
9152
9152
  writable: true,
9153
- value: Symbol()
9153
+ value: null
9154
9154
  });
9155
9155
  class messages_checkChatInvite_ extends Function_ {
9156
9156
  get [_1_tl_object_js_1.id]() {
@@ -9185,7 +9185,7 @@ Object.defineProperty(messages_checkChatInvite_, "__F", {
9185
9185
  enumerable: true,
9186
9186
  configurable: true,
9187
9187
  writable: true,
9188
- value: Symbol()
9188
+ value: null
9189
9189
  });
9190
9190
  class messages_importChatInvite_ extends Function_ {
9191
9191
  get [_1_tl_object_js_1.id]() {
@@ -9220,7 +9220,7 @@ Object.defineProperty(messages_importChatInvite_, "__F", {
9220
9220
  enumerable: true,
9221
9221
  configurable: true,
9222
9222
  writable: true,
9223
- value: Symbol()
9223
+ value: null
9224
9224
  });
9225
9225
  class messages_getStickerSet_ extends Function_ {
9226
9226
  get [_1_tl_object_js_1.id]() {
@@ -9264,7 +9264,7 @@ Object.defineProperty(messages_getStickerSet_, "__F", {
9264
9264
  enumerable: true,
9265
9265
  configurable: true,
9266
9266
  writable: true,
9267
- value: Symbol()
9267
+ value: null
9268
9268
  });
9269
9269
  class messages_installStickerSet_ extends Function_ {
9270
9270
  get [_1_tl_object_js_1.id]() {
@@ -9308,7 +9308,7 @@ Object.defineProperty(messages_installStickerSet_, "__F", {
9308
9308
  enumerable: true,
9309
9309
  configurable: true,
9310
9310
  writable: true,
9311
- value: Symbol()
9311
+ value: null
9312
9312
  });
9313
9313
  class messages_uninstallStickerSet_ extends Function_ {
9314
9314
  get [_1_tl_object_js_1.id]() {
@@ -9343,7 +9343,7 @@ Object.defineProperty(messages_uninstallStickerSet_, "__F", {
9343
9343
  enumerable: true,
9344
9344
  configurable: true,
9345
9345
  writable: true,
9346
- value: Symbol()
9346
+ value: null
9347
9347
  });
9348
9348
  class messages_startBot_ extends Function_ {
9349
9349
  get [_1_tl_object_js_1.id]() {
@@ -9405,7 +9405,7 @@ Object.defineProperty(messages_startBot_, "__F", {
9405
9405
  enumerable: true,
9406
9406
  configurable: true,
9407
9407
  writable: true,
9408
- value: Symbol()
9408
+ value: null
9409
9409
  });
9410
9410
  class messages_getMessagesViews_ extends Function_ {
9411
9411
  get [_1_tl_object_js_1.id]() {
@@ -9458,7 +9458,7 @@ Object.defineProperty(messages_getMessagesViews_, "__F", {
9458
9458
  enumerable: true,
9459
9459
  configurable: true,
9460
9460
  writable: true,
9461
- value: Symbol()
9461
+ value: null
9462
9462
  });
9463
9463
  class messages_editChatAdmin_ extends Function_ {
9464
9464
  get [_1_tl_object_js_1.id]() {
@@ -9511,7 +9511,7 @@ Object.defineProperty(messages_editChatAdmin_, "__F", {
9511
9511
  enumerable: true,
9512
9512
  configurable: true,
9513
9513
  writable: true,
9514
- value: Symbol()
9514
+ value: null
9515
9515
  });
9516
9516
  class messages_migrateChat_ extends Function_ {
9517
9517
  get [_1_tl_object_js_1.id]() {
@@ -9546,7 +9546,7 @@ Object.defineProperty(messages_migrateChat_, "__F", {
9546
9546
  enumerable: true,
9547
9547
  configurable: true,
9548
9548
  writable: true,
9549
- value: Symbol()
9549
+ value: null
9550
9550
  });
9551
9551
  class messages_searchGlobal_ extends Function_ {
9552
9552
  get [_1_tl_object_js_1.id]() {
@@ -9655,7 +9655,7 @@ Object.defineProperty(messages_searchGlobal_, "__F", {
9655
9655
  enumerable: true,
9656
9656
  configurable: true,
9657
9657
  writable: true,
9658
- value: Symbol()
9658
+ value: null
9659
9659
  });
9660
9660
  class messages_reorderStickerSets_ extends Function_ {
9661
9661
  get [_1_tl_object_js_1.id]() {
@@ -9710,7 +9710,7 @@ Object.defineProperty(messages_reorderStickerSets_, "__F", {
9710
9710
  enumerable: true,
9711
9711
  configurable: true,
9712
9712
  writable: true,
9713
- value: Symbol()
9713
+ value: null
9714
9714
  });
9715
9715
  class messages_getDocumentByHash_ extends Function_ {
9716
9716
  get [_1_tl_object_js_1.id]() {
@@ -9763,7 +9763,7 @@ Object.defineProperty(messages_getDocumentByHash_, "__F", {
9763
9763
  enumerable: true,
9764
9764
  configurable: true,
9765
9765
  writable: true,
9766
- value: Symbol()
9766
+ value: null
9767
9767
  });
9768
9768
  class messages_getSavedGifs_ extends Function_ {
9769
9769
  get [_1_tl_object_js_1.id]() {
@@ -9798,7 +9798,7 @@ Object.defineProperty(messages_getSavedGifs_, "__F", {
9798
9798
  enumerable: true,
9799
9799
  configurable: true,
9800
9800
  writable: true,
9801
- value: Symbol()
9801
+ value: null
9802
9802
  });
9803
9803
  class messages_saveGif_ extends Function_ {
9804
9804
  get [_1_tl_object_js_1.id]() {
@@ -9842,7 +9842,7 @@ Object.defineProperty(messages_saveGif_, "__F", {
9842
9842
  enumerable: true,
9843
9843
  configurable: true,
9844
9844
  writable: true,
9845
- value: Symbol()
9845
+ value: null
9846
9846
  });
9847
9847
  class messages_getInlineBotResults_ extends Function_ {
9848
9848
  get [_1_tl_object_js_1.id]() {
@@ -9915,7 +9915,7 @@ Object.defineProperty(messages_getInlineBotResults_, "__F", {
9915
9915
  enumerable: true,
9916
9916
  configurable: true,
9917
9917
  writable: true,
9918
- value: Symbol()
9918
+ value: null
9919
9919
  });
9920
9920
  class messages_setInlineBotResults_ extends Function_ {
9921
9921
  get [_1_tl_object_js_1.id]() {
@@ -10015,7 +10015,7 @@ Object.defineProperty(messages_setInlineBotResults_, "__F", {
10015
10015
  enumerable: true,
10016
10016
  configurable: true,
10017
10017
  writable: true,
10018
- value: Symbol()
10018
+ value: null
10019
10019
  });
10020
10020
  class messages_sendInlineBotResult_ extends Function_ {
10021
10021
  get [_1_tl_object_js_1.id]() {
@@ -10142,7 +10142,7 @@ Object.defineProperty(messages_sendInlineBotResult_, "__F", {
10142
10142
  enumerable: true,
10143
10143
  configurable: true,
10144
10144
  writable: true,
10145
- value: Symbol()
10145
+ value: null
10146
10146
  });
10147
10147
  class messages_getMessageEditData_ extends Function_ {
10148
10148
  get [_1_tl_object_js_1.id]() {
@@ -10186,7 +10186,7 @@ Object.defineProperty(messages_getMessageEditData_, "__F", {
10186
10186
  enumerable: true,
10187
10187
  configurable: true,
10188
10188
  writable: true,
10189
- value: Symbol()
10189
+ value: null
10190
10190
  });
10191
10191
  class messages_editMessage_ extends Function_ {
10192
10192
  get [_1_tl_object_js_1.id]() {
@@ -10295,7 +10295,7 @@ Object.defineProperty(messages_editMessage_, "__F", {
10295
10295
  enumerable: true,
10296
10296
  configurable: true,
10297
10297
  writable: true,
10298
- value: Symbol()
10298
+ value: null
10299
10299
  });
10300
10300
  class messages_editInlineBotMessage_ extends Function_ {
10301
10301
  get [_1_tl_object_js_1.id]() {
@@ -10386,7 +10386,7 @@ Object.defineProperty(messages_editInlineBotMessage_, "__F", {
10386
10386
  enumerable: true,
10387
10387
  configurable: true,
10388
10388
  writable: true,
10389
- value: Symbol()
10389
+ value: null
10390
10390
  });
10391
10391
  class messages_getBotCallbackAnswer_ extends Function_ {
10392
10392
  get [_1_tl_object_js_1.id]() {
@@ -10459,7 +10459,7 @@ Object.defineProperty(messages_getBotCallbackAnswer_, "__F", {
10459
10459
  enumerable: true,
10460
10460
  configurable: true,
10461
10461
  writable: true,
10462
- value: Symbol()
10462
+ value: null
10463
10463
  });
10464
10464
  class messages_setBotCallbackAnswer_ extends Function_ {
10465
10465
  get [_1_tl_object_js_1.id]() {
@@ -10532,7 +10532,7 @@ Object.defineProperty(messages_setBotCallbackAnswer_, "__F", {
10532
10532
  enumerable: true,
10533
10533
  configurable: true,
10534
10534
  writable: true,
10535
- value: Symbol()
10535
+ value: null
10536
10536
  });
10537
10537
  class messages_getPeerDialogs_ extends Function_ {
10538
10538
  get [_1_tl_object_js_1.id]() {
@@ -10567,7 +10567,7 @@ Object.defineProperty(messages_getPeerDialogs_, "__F", {
10567
10567
  enumerable: true,
10568
10568
  configurable: true,
10569
10569
  writable: true,
10570
- value: Symbol()
10570
+ value: null
10571
10571
  });
10572
10572
  class messages_saveDraft_ extends Function_ {
10573
10573
  get [_1_tl_object_js_1.id]() {
@@ -10658,7 +10658,7 @@ Object.defineProperty(messages_saveDraft_, "__F", {
10658
10658
  enumerable: true,
10659
10659
  configurable: true,
10660
10660
  writable: true,
10661
- value: Symbol()
10661
+ value: null
10662
10662
  });
10663
10663
  class messages_getAllDrafts_ extends Function_ {
10664
10664
  get [_1_tl_object_js_1.id]() {
@@ -10682,7 +10682,7 @@ Object.defineProperty(messages_getAllDrafts_, "__F", {
10682
10682
  enumerable: true,
10683
10683
  configurable: true,
10684
10684
  writable: true,
10685
- value: Symbol()
10685
+ value: null
10686
10686
  });
10687
10687
  class messages_getFeaturedStickers_ extends Function_ {
10688
10688
  get [_1_tl_object_js_1.id]() {
@@ -10717,7 +10717,7 @@ Object.defineProperty(messages_getFeaturedStickers_, "__F", {
10717
10717
  enumerable: true,
10718
10718
  configurable: true,
10719
10719
  writable: true,
10720
- value: Symbol()
10720
+ value: null
10721
10721
  });
10722
10722
  class messages_readFeaturedStickers_ extends Function_ {
10723
10723
  get [_1_tl_object_js_1.id]() {
@@ -10752,7 +10752,7 @@ Object.defineProperty(messages_readFeaturedStickers_, "__F", {
10752
10752
  enumerable: true,
10753
10753
  configurable: true,
10754
10754
  writable: true,
10755
- value: Symbol()
10755
+ value: null
10756
10756
  });
10757
10757
  class messages_getRecentStickers_ extends Function_ {
10758
10758
  get [_1_tl_object_js_1.id]() {
@@ -10798,7 +10798,7 @@ Object.defineProperty(messages_getRecentStickers_, "__F", {
10798
10798
  enumerable: true,
10799
10799
  configurable: true,
10800
10800
  writable: true,
10801
- value: Symbol()
10801
+ value: null
10802
10802
  });
10803
10803
  class messages_saveRecentSticker_ extends Function_ {
10804
10804
  get [_1_tl_object_js_1.id]() {
@@ -10853,7 +10853,7 @@ Object.defineProperty(messages_saveRecentSticker_, "__F", {
10853
10853
  enumerable: true,
10854
10854
  configurable: true,
10855
10855
  writable: true,
10856
- value: Symbol()
10856
+ value: null
10857
10857
  });
10858
10858
  class messages_clearRecentStickers_ extends Function_ {
10859
10859
  get [_1_tl_object_js_1.id]() {
@@ -10890,7 +10890,7 @@ Object.defineProperty(messages_clearRecentStickers_, "__F", {
10890
10890
  enumerable: true,
10891
10891
  configurable: true,
10892
10892
  writable: true,
10893
- value: Symbol()
10893
+ value: null
10894
10894
  });
10895
10895
  class messages_getArchivedStickers_ extends Function_ {
10896
10896
  get [_1_tl_object_js_1.id]() {
@@ -10954,7 +10954,7 @@ Object.defineProperty(messages_getArchivedStickers_, "__F", {
10954
10954
  enumerable: true,
10955
10955
  configurable: true,
10956
10956
  writable: true,
10957
- value: Symbol()
10957
+ value: null
10958
10958
  });
10959
10959
  class messages_getMaskStickers_ extends Function_ {
10960
10960
  get [_1_tl_object_js_1.id]() {
@@ -10989,7 +10989,7 @@ Object.defineProperty(messages_getMaskStickers_, "__F", {
10989
10989
  enumerable: true,
10990
10990
  configurable: true,
10991
10991
  writable: true,
10992
- value: Symbol()
10992
+ value: null
10993
10993
  });
10994
10994
  class messages_getAttachedStickers_ extends Function_ {
10995
10995
  get [_1_tl_object_js_1.id]() {
@@ -11024,7 +11024,7 @@ Object.defineProperty(messages_getAttachedStickers_, "__F", {
11024
11024
  enumerable: true,
11025
11025
  configurable: true,
11026
11026
  writable: true,
11027
- value: Symbol()
11027
+ value: null
11028
11028
  });
11029
11029
  class messages_setGameScore_ extends Function_ {
11030
11030
  get [_1_tl_object_js_1.id]() {
@@ -11106,7 +11106,7 @@ Object.defineProperty(messages_setGameScore_, "__F", {
11106
11106
  enumerable: true,
11107
11107
  configurable: true,
11108
11108
  writable: true,
11109
- value: Symbol()
11109
+ value: null
11110
11110
  });
11111
11111
  class messages_setInlineGameScore_ extends Function_ {
11112
11112
  get [_1_tl_object_js_1.id]() {
@@ -11179,7 +11179,7 @@ Object.defineProperty(messages_setInlineGameScore_, "__F", {
11179
11179
  enumerable: true,
11180
11180
  configurable: true,
11181
11181
  writable: true,
11182
- value: Symbol()
11182
+ value: null
11183
11183
  });
11184
11184
  class messages_getGameHighScores_ extends Function_ {
11185
11185
  get [_1_tl_object_js_1.id]() {
@@ -11232,7 +11232,7 @@ Object.defineProperty(messages_getGameHighScores_, "__F", {
11232
11232
  enumerable: true,
11233
11233
  configurable: true,
11234
11234
  writable: true,
11235
- value: Symbol()
11235
+ value: null
11236
11236
  });
11237
11237
  class messages_getInlineGameHighScores_ extends Function_ {
11238
11238
  get [_1_tl_object_js_1.id]() {
@@ -11276,7 +11276,7 @@ Object.defineProperty(messages_getInlineGameHighScores_, "__F", {
11276
11276
  enumerable: true,
11277
11277
  configurable: true,
11278
11278
  writable: true,
11279
- value: Symbol()
11279
+ value: null
11280
11280
  });
11281
11281
  class messages_getCommonChats_ extends Function_ {
11282
11282
  get [_1_tl_object_js_1.id]() {
@@ -11329,7 +11329,7 @@ Object.defineProperty(messages_getCommonChats_, "__F", {
11329
11329
  enumerable: true,
11330
11330
  configurable: true,
11331
11331
  writable: true,
11332
- value: Symbol()
11332
+ value: null
11333
11333
  });
11334
11334
  class messages_getWebPage_ extends Function_ {
11335
11335
  get [_1_tl_object_js_1.id]() {
@@ -11373,7 +11373,7 @@ Object.defineProperty(messages_getWebPage_, "__F", {
11373
11373
  enumerable: true,
11374
11374
  configurable: true,
11375
11375
  writable: true,
11376
- value: Symbol()
11376
+ value: null
11377
11377
  });
11378
11378
  class messages_toggleDialogPin_ extends Function_ {
11379
11379
  get [_1_tl_object_js_1.id]() {
@@ -11419,7 +11419,7 @@ Object.defineProperty(messages_toggleDialogPin_, "__F", {
11419
11419
  enumerable: true,
11420
11420
  configurable: true,
11421
11421
  writable: true,
11422
- value: Symbol()
11422
+ value: null
11423
11423
  });
11424
11424
  class messages_reorderPinnedDialogs_ extends Function_ {
11425
11425
  get [_1_tl_object_js_1.id]() {
@@ -11474,7 +11474,7 @@ Object.defineProperty(messages_reorderPinnedDialogs_, "__F", {
11474
11474
  enumerable: true,
11475
11475
  configurable: true,
11476
11476
  writable: true,
11477
- value: Symbol()
11477
+ value: null
11478
11478
  });
11479
11479
  class messages_getPinnedDialogs_ extends Function_ {
11480
11480
  get [_1_tl_object_js_1.id]() {
@@ -11509,7 +11509,7 @@ Object.defineProperty(messages_getPinnedDialogs_, "__F", {
11509
11509
  enumerable: true,
11510
11510
  configurable: true,
11511
11511
  writable: true,
11512
- value: Symbol()
11512
+ value: null
11513
11513
  });
11514
11514
  class messages_setBotShippingResults_ extends Function_ {
11515
11515
  get [_1_tl_object_js_1.id]() {
@@ -11564,7 +11564,7 @@ Object.defineProperty(messages_setBotShippingResults_, "__F", {
11564
11564
  enumerable: true,
11565
11565
  configurable: true,
11566
11566
  writable: true,
11567
- value: Symbol()
11567
+ value: null
11568
11568
  });
11569
11569
  class messages_setBotPrecheckoutResults_ extends Function_ {
11570
11570
  get [_1_tl_object_js_1.id]() {
@@ -11619,7 +11619,7 @@ Object.defineProperty(messages_setBotPrecheckoutResults_, "__F", {
11619
11619
  enumerable: true,
11620
11620
  configurable: true,
11621
11621
  writable: true,
11622
- value: Symbol()
11622
+ value: null
11623
11623
  });
11624
11624
  class messages_uploadMedia_ extends Function_ {
11625
11625
  get [_1_tl_object_js_1.id]() {
@@ -11663,7 +11663,7 @@ Object.defineProperty(messages_uploadMedia_, "__F", {
11663
11663
  enumerable: true,
11664
11664
  configurable: true,
11665
11665
  writable: true,
11666
- value: Symbol()
11666
+ value: null
11667
11667
  });
11668
11668
  class messages_sendScreenshotNotification_ extends Function_ {
11669
11669
  get [_1_tl_object_js_1.id]() {
@@ -11716,7 +11716,7 @@ Object.defineProperty(messages_sendScreenshotNotification_, "__F", {
11716
11716
  enumerable: true,
11717
11717
  configurable: true,
11718
11718
  writable: true,
11719
- value: Symbol()
11719
+ value: null
11720
11720
  });
11721
11721
  class messages_getFavedStickers_ extends Function_ {
11722
11722
  get [_1_tl_object_js_1.id]() {
@@ -11751,7 +11751,7 @@ Object.defineProperty(messages_getFavedStickers_, "__F", {
11751
11751
  enumerable: true,
11752
11752
  configurable: true,
11753
11753
  writable: true,
11754
- value: Symbol()
11754
+ value: null
11755
11755
  });
11756
11756
  class messages_faveSticker_ extends Function_ {
11757
11757
  get [_1_tl_object_js_1.id]() {
@@ -11795,7 +11795,7 @@ Object.defineProperty(messages_faveSticker_, "__F", {
11795
11795
  enumerable: true,
11796
11796
  configurable: true,
11797
11797
  writable: true,
11798
- value: Symbol()
11798
+ value: null
11799
11799
  });
11800
11800
  class messages_getUnreadMentions_ extends Function_ {
11801
11801
  get [_1_tl_object_js_1.id]() {
@@ -11886,7 +11886,7 @@ Object.defineProperty(messages_getUnreadMentions_, "__F", {
11886
11886
  enumerable: true,
11887
11887
  configurable: true,
11888
11888
  writable: true,
11889
- value: Symbol()
11889
+ value: null
11890
11890
  });
11891
11891
  class messages_readMentions_ extends Function_ {
11892
11892
  get [_1_tl_object_js_1.id]() {
@@ -11932,7 +11932,7 @@ Object.defineProperty(messages_readMentions_, "__F", {
11932
11932
  enumerable: true,
11933
11933
  configurable: true,
11934
11934
  writable: true,
11935
- value: Symbol()
11935
+ value: null
11936
11936
  });
11937
11937
  class messages_getRecentLocations_ extends Function_ {
11938
11938
  get [_1_tl_object_js_1.id]() {
@@ -11985,7 +11985,7 @@ Object.defineProperty(messages_getRecentLocations_, "__F", {
11985
11985
  enumerable: true,
11986
11986
  configurable: true,
11987
11987
  writable: true,
11988
- value: Symbol()
11988
+ value: null
11989
11989
  });
11990
11990
  class messages_sendMultiMedia_ extends Function_ {
11991
11991
  get [_1_tl_object_js_1.id]() {
@@ -12112,7 +12112,7 @@ Object.defineProperty(messages_sendMultiMedia_, "__F", {
12112
12112
  enumerable: true,
12113
12113
  configurable: true,
12114
12114
  writable: true,
12115
- value: Symbol()
12115
+ value: null
12116
12116
  });
12117
12117
  class messages_uploadEncryptedFile_ extends Function_ {
12118
12118
  get [_1_tl_object_js_1.id]() {
@@ -12156,7 +12156,7 @@ Object.defineProperty(messages_uploadEncryptedFile_, "__F", {
12156
12156
  enumerable: true,
12157
12157
  configurable: true,
12158
12158
  writable: true,
12159
- value: Symbol()
12159
+ value: null
12160
12160
  });
12161
12161
  class messages_searchStickerSets_ extends Function_ {
12162
12162
  get [_1_tl_object_js_1.id]() {
@@ -12211,7 +12211,7 @@ Object.defineProperty(messages_searchStickerSets_, "__F", {
12211
12211
  enumerable: true,
12212
12212
  configurable: true,
12213
12213
  writable: true,
12214
- value: Symbol()
12214
+ value: null
12215
12215
  });
12216
12216
  class messages_getSplitRanges_ extends Function_ {
12217
12217
  get [_1_tl_object_js_1.id]() {
@@ -12235,7 +12235,7 @@ Object.defineProperty(messages_getSplitRanges_, "__F", {
12235
12235
  enumerable: true,
12236
12236
  configurable: true,
12237
12237
  writable: true,
12238
- value: Symbol()
12238
+ value: null
12239
12239
  });
12240
12240
  class messages_markDialogUnread_ extends Function_ {
12241
12241
  get [_1_tl_object_js_1.id]() {
@@ -12281,7 +12281,7 @@ Object.defineProperty(messages_markDialogUnread_, "__F", {
12281
12281
  enumerable: true,
12282
12282
  configurable: true,
12283
12283
  writable: true,
12284
- value: Symbol()
12284
+ value: null
12285
12285
  });
12286
12286
  class messages_getDialogUnreadMarks_ extends Function_ {
12287
12287
  get [_1_tl_object_js_1.id]() {
@@ -12305,7 +12305,7 @@ Object.defineProperty(messages_getDialogUnreadMarks_, "__F", {
12305
12305
  enumerable: true,
12306
12306
  configurable: true,
12307
12307
  writable: true,
12308
- value: Symbol()
12308
+ value: null
12309
12309
  });
12310
12310
  class messages_clearAllDrafts_ extends Function_ {
12311
12311
  get [_1_tl_object_js_1.id]() {
@@ -12329,7 +12329,7 @@ Object.defineProperty(messages_clearAllDrafts_, "__F", {
12329
12329
  enumerable: true,
12330
12330
  configurable: true,
12331
12331
  writable: true,
12332
- value: Symbol()
12332
+ value: null
12333
12333
  });
12334
12334
  class messages_updatePinnedMessage_ extends Function_ {
12335
12335
  get [_1_tl_object_js_1.id]() {
@@ -12402,7 +12402,7 @@ Object.defineProperty(messages_updatePinnedMessage_, "__F", {
12402
12402
  enumerable: true,
12403
12403
  configurable: true,
12404
12404
  writable: true,
12405
- value: Symbol()
12405
+ value: null
12406
12406
  });
12407
12407
  class messages_sendVote_ extends Function_ {
12408
12408
  get [_1_tl_object_js_1.id]() {
@@ -12455,7 +12455,7 @@ Object.defineProperty(messages_sendVote_, "__F", {
12455
12455
  enumerable: true,
12456
12456
  configurable: true,
12457
12457
  writable: true,
12458
- value: Symbol()
12458
+ value: null
12459
12459
  });
12460
12460
  class messages_getPollResults_ extends Function_ {
12461
12461
  get [_1_tl_object_js_1.id]() {
@@ -12499,7 +12499,7 @@ Object.defineProperty(messages_getPollResults_, "__F", {
12499
12499
  enumerable: true,
12500
12500
  configurable: true,
12501
12501
  writable: true,
12502
- value: Symbol()
12502
+ value: null
12503
12503
  });
12504
12504
  class messages_getOnlines_ extends Function_ {
12505
12505
  get [_1_tl_object_js_1.id]() {
@@ -12534,7 +12534,7 @@ Object.defineProperty(messages_getOnlines_, "__F", {
12534
12534
  enumerable: true,
12535
12535
  configurable: true,
12536
12536
  writable: true,
12537
- value: Symbol()
12537
+ value: null
12538
12538
  });
12539
12539
  class messages_editChatAbout_ extends Function_ {
12540
12540
  get [_1_tl_object_js_1.id]() {
@@ -12578,7 +12578,7 @@ Object.defineProperty(messages_editChatAbout_, "__F", {
12578
12578
  enumerable: true,
12579
12579
  configurable: true,
12580
12580
  writable: true,
12581
- value: Symbol()
12581
+ value: null
12582
12582
  });
12583
12583
  class messages_editChatDefaultBannedRights_ extends Function_ {
12584
12584
  get [_1_tl_object_js_1.id]() {
@@ -12622,7 +12622,7 @@ Object.defineProperty(messages_editChatDefaultBannedRights_, "__F", {
12622
12622
  enumerable: true,
12623
12623
  configurable: true,
12624
12624
  writable: true,
12625
- value: Symbol()
12625
+ value: null
12626
12626
  });
12627
12627
  class messages_getEmojiKeywords_ extends Function_ {
12628
12628
  get [_1_tl_object_js_1.id]() {
@@ -12657,7 +12657,7 @@ Object.defineProperty(messages_getEmojiKeywords_, "__F", {
12657
12657
  enumerable: true,
12658
12658
  configurable: true,
12659
12659
  writable: true,
12660
- value: Symbol()
12660
+ value: null
12661
12661
  });
12662
12662
  class messages_getEmojiKeywordsDifference_ extends Function_ {
12663
12663
  get [_1_tl_object_js_1.id]() {
@@ -12701,7 +12701,7 @@ Object.defineProperty(messages_getEmojiKeywordsDifference_, "__F", {
12701
12701
  enumerable: true,
12702
12702
  configurable: true,
12703
12703
  writable: true,
12704
- value: Symbol()
12704
+ value: null
12705
12705
  });
12706
12706
  class messages_getEmojiKeywordsLanguages_ extends Function_ {
12707
12707
  get [_1_tl_object_js_1.id]() {
@@ -12736,7 +12736,7 @@ Object.defineProperty(messages_getEmojiKeywordsLanguages_, "__F", {
12736
12736
  enumerable: true,
12737
12737
  configurable: true,
12738
12738
  writable: true,
12739
- value: Symbol()
12739
+ value: null
12740
12740
  });
12741
12741
  class messages_getEmojiURL_ extends Function_ {
12742
12742
  get [_1_tl_object_js_1.id]() {
@@ -12771,7 +12771,7 @@ Object.defineProperty(messages_getEmojiURL_, "__F", {
12771
12771
  enumerable: true,
12772
12772
  configurable: true,
12773
12773
  writable: true,
12774
- value: Symbol()
12774
+ value: null
12775
12775
  });
12776
12776
  class messages_getSearchCounters_ extends Function_ {
12777
12777
  get [_1_tl_object_js_1.id]() {
@@ -12835,7 +12835,7 @@ Object.defineProperty(messages_getSearchCounters_, "__F", {
12835
12835
  enumerable: true,
12836
12836
  configurable: true,
12837
12837
  writable: true,
12838
- value: Symbol()
12838
+ value: null
12839
12839
  });
12840
12840
  class messages_requestUrlAuth_ extends Function_ {
12841
12841
  get [_1_tl_object_js_1.id]() {
@@ -12899,7 +12899,7 @@ Object.defineProperty(messages_requestUrlAuth_, "__F", {
12899
12899
  enumerable: true,
12900
12900
  configurable: true,
12901
12901
  writable: true,
12902
- value: Symbol()
12902
+ value: null
12903
12903
  });
12904
12904
  class messages_acceptUrlAuth_ extends Function_ {
12905
12905
  get [_1_tl_object_js_1.id]() {
@@ -12972,7 +12972,7 @@ Object.defineProperty(messages_acceptUrlAuth_, "__F", {
12972
12972
  enumerable: true,
12973
12973
  configurable: true,
12974
12974
  writable: true,
12975
- value: Symbol()
12975
+ value: null
12976
12976
  });
12977
12977
  class messages_hidePeerSettingsBar_ extends Function_ {
12978
12978
  get [_1_tl_object_js_1.id]() {
@@ -13007,7 +13007,7 @@ Object.defineProperty(messages_hidePeerSettingsBar_, "__F", {
13007
13007
  enumerable: true,
13008
13008
  configurable: true,
13009
13009
  writable: true,
13010
- value: Symbol()
13010
+ value: null
13011
13011
  });
13012
13012
  class messages_getScheduledHistory_ extends Function_ {
13013
13013
  get [_1_tl_object_js_1.id]() {
@@ -13051,7 +13051,7 @@ Object.defineProperty(messages_getScheduledHistory_, "__F", {
13051
13051
  enumerable: true,
13052
13052
  configurable: true,
13053
13053
  writable: true,
13054
- value: Symbol()
13054
+ value: null
13055
13055
  });
13056
13056
  class messages_getScheduledMessages_ extends Function_ {
13057
13057
  get [_1_tl_object_js_1.id]() {
@@ -13095,7 +13095,7 @@ Object.defineProperty(messages_getScheduledMessages_, "__F", {
13095
13095
  enumerable: true,
13096
13096
  configurable: true,
13097
13097
  writable: true,
13098
- value: Symbol()
13098
+ value: null
13099
13099
  });
13100
13100
  class messages_sendScheduledMessages_ extends Function_ {
13101
13101
  get [_1_tl_object_js_1.id]() {
@@ -13139,7 +13139,7 @@ Object.defineProperty(messages_sendScheduledMessages_, "__F", {
13139
13139
  enumerable: true,
13140
13140
  configurable: true,
13141
13141
  writable: true,
13142
- value: Symbol()
13142
+ value: null
13143
13143
  });
13144
13144
  class messages_deleteScheduledMessages_ extends Function_ {
13145
13145
  get [_1_tl_object_js_1.id]() {
@@ -13183,7 +13183,7 @@ Object.defineProperty(messages_deleteScheduledMessages_, "__F", {
13183
13183
  enumerable: true,
13184
13184
  configurable: true,
13185
13185
  writable: true,
13186
- value: Symbol()
13186
+ value: null
13187
13187
  });
13188
13188
  class messages_getPollVotes_ extends Function_ {
13189
13189
  get [_1_tl_object_js_1.id]() {
@@ -13256,7 +13256,7 @@ Object.defineProperty(messages_getPollVotes_, "__F", {
13256
13256
  enumerable: true,
13257
13257
  configurable: true,
13258
13258
  writable: true,
13259
- value: Symbol()
13259
+ value: null
13260
13260
  });
13261
13261
  class messages_toggleStickerSets_ extends Function_ {
13262
13262
  get [_1_tl_object_js_1.id]() {
@@ -13320,7 +13320,7 @@ Object.defineProperty(messages_toggleStickerSets_, "__F", {
13320
13320
  enumerable: true,
13321
13321
  configurable: true,
13322
13322
  writable: true,
13323
- value: Symbol()
13323
+ value: null
13324
13324
  });
13325
13325
  class messages_getDialogFilters_ extends Function_ {
13326
13326
  get [_1_tl_object_js_1.id]() {
@@ -13344,7 +13344,7 @@ Object.defineProperty(messages_getDialogFilters_, "__F", {
13344
13344
  enumerable: true,
13345
13345
  configurable: true,
13346
13346
  writable: true,
13347
- value: Symbol()
13347
+ value: null
13348
13348
  });
13349
13349
  class messages_getSuggestedDialogFilters_ extends Function_ {
13350
13350
  get [_1_tl_object_js_1.id]() {
@@ -13368,7 +13368,7 @@ Object.defineProperty(messages_getSuggestedDialogFilters_, "__F", {
13368
13368
  enumerable: true,
13369
13369
  configurable: true,
13370
13370
  writable: true,
13371
- value: Symbol()
13371
+ value: null
13372
13372
  });
13373
13373
  class messages_updateDialogFilter_ extends Function_ {
13374
13374
  get [_1_tl_object_js_1.id]() {
@@ -13414,7 +13414,7 @@ Object.defineProperty(messages_updateDialogFilter_, "__F", {
13414
13414
  enumerable: true,
13415
13415
  configurable: true,
13416
13416
  writable: true,
13417
- value: Symbol()
13417
+ value: null
13418
13418
  });
13419
13419
  class messages_updateDialogFiltersOrder_ extends Function_ {
13420
13420
  get [_1_tl_object_js_1.id]() {
@@ -13449,7 +13449,7 @@ Object.defineProperty(messages_updateDialogFiltersOrder_, "__F", {
13449
13449
  enumerable: true,
13450
13450
  configurable: true,
13451
13451
  writable: true,
13452
- value: Symbol()
13452
+ value: null
13453
13453
  });
13454
13454
  class messages_getOldFeaturedStickers_ extends Function_ {
13455
13455
  get [_1_tl_object_js_1.id]() {
@@ -13502,7 +13502,7 @@ Object.defineProperty(messages_getOldFeaturedStickers_, "__F", {
13502
13502
  enumerable: true,
13503
13503
  configurable: true,
13504
13504
  writable: true,
13505
- value: Symbol()
13505
+ value: null
13506
13506
  });
13507
13507
  class messages_getReplies_ extends Function_ {
13508
13508
  get [_1_tl_object_js_1.id]() {
@@ -13609,7 +13609,7 @@ Object.defineProperty(messages_getReplies_, "__F", {
13609
13609
  enumerable: true,
13610
13610
  configurable: true,
13611
13611
  writable: true,
13612
- value: Symbol()
13612
+ value: null
13613
13613
  });
13614
13614
  class messages_getDiscussionMessage_ extends Function_ {
13615
13615
  get [_1_tl_object_js_1.id]() {
@@ -13653,7 +13653,7 @@ Object.defineProperty(messages_getDiscussionMessage_, "__F", {
13653
13653
  enumerable: true,
13654
13654
  configurable: true,
13655
13655
  writable: true,
13656
- value: Symbol()
13656
+ value: null
13657
13657
  });
13658
13658
  class messages_readDiscussion_ extends Function_ {
13659
13659
  get [_1_tl_object_js_1.id]() {
@@ -13706,7 +13706,7 @@ Object.defineProperty(messages_readDiscussion_, "__F", {
13706
13706
  enumerable: true,
13707
13707
  configurable: true,
13708
13708
  writable: true,
13709
- value: Symbol()
13709
+ value: null
13710
13710
  });
13711
13711
  class messages_unpinAllMessages_ extends Function_ {
13712
13712
  get [_1_tl_object_js_1.id]() {
@@ -13752,7 +13752,7 @@ Object.defineProperty(messages_unpinAllMessages_, "__F", {
13752
13752
  enumerable: true,
13753
13753
  configurable: true,
13754
13754
  writable: true,
13755
- value: Symbol()
13755
+ value: null
13756
13756
  });
13757
13757
  class messages_deleteChat_ extends Function_ {
13758
13758
  get [_1_tl_object_js_1.id]() {
@@ -13787,7 +13787,7 @@ Object.defineProperty(messages_deleteChat_, "__F", {
13787
13787
  enumerable: true,
13788
13788
  configurable: true,
13789
13789
  writable: true,
13790
- value: Symbol()
13790
+ value: null
13791
13791
  });
13792
13792
  class messages_deletePhoneCallHistory_ extends Function_ {
13793
13793
  get [_1_tl_object_js_1.id]() {
@@ -13824,7 +13824,7 @@ Object.defineProperty(messages_deletePhoneCallHistory_, "__F", {
13824
13824
  enumerable: true,
13825
13825
  configurable: true,
13826
13826
  writable: true,
13827
- value: Symbol()
13827
+ value: null
13828
13828
  });
13829
13829
  class messages_checkHistoryImport_ extends Function_ {
13830
13830
  get [_1_tl_object_js_1.id]() {
@@ -13859,7 +13859,7 @@ Object.defineProperty(messages_checkHistoryImport_, "__F", {
13859
13859
  enumerable: true,
13860
13860
  configurable: true,
13861
13861
  writable: true,
13862
- value: Symbol()
13862
+ value: null
13863
13863
  });
13864
13864
  class messages_initHistoryImport_ extends Function_ {
13865
13865
  get [_1_tl_object_js_1.id]() {
@@ -13912,7 +13912,7 @@ Object.defineProperty(messages_initHistoryImport_, "__F", {
13912
13912
  enumerable: true,
13913
13913
  configurable: true,
13914
13914
  writable: true,
13915
- value: Symbol()
13915
+ value: null
13916
13916
  });
13917
13917
  class messages_uploadImportedMedia_ extends Function_ {
13918
13918
  get [_1_tl_object_js_1.id]() {
@@ -13974,7 +13974,7 @@ Object.defineProperty(messages_uploadImportedMedia_, "__F", {
13974
13974
  enumerable: true,
13975
13975
  configurable: true,
13976
13976
  writable: true,
13977
- value: Symbol()
13977
+ value: null
13978
13978
  });
13979
13979
  class messages_startHistoryImport_ extends Function_ {
13980
13980
  get [_1_tl_object_js_1.id]() {
@@ -14018,7 +14018,7 @@ Object.defineProperty(messages_startHistoryImport_, "__F", {
14018
14018
  enumerable: true,
14019
14019
  configurable: true,
14020
14020
  writable: true,
14021
- value: Symbol()
14021
+ value: null
14022
14022
  });
14023
14023
  class messages_getExportedChatInvites_ extends Function_ {
14024
14024
  get [_1_tl_object_js_1.id]() {
@@ -14100,7 +14100,7 @@ Object.defineProperty(messages_getExportedChatInvites_, "__F", {
14100
14100
  enumerable: true,
14101
14101
  configurable: true,
14102
14102
  writable: true,
14103
- value: Symbol()
14103
+ value: null
14104
14104
  });
14105
14105
  class messages_getExportedChatInvite_ extends Function_ {
14106
14106
  get [_1_tl_object_js_1.id]() {
@@ -14144,7 +14144,7 @@ Object.defineProperty(messages_getExportedChatInvite_, "__F", {
14144
14144
  enumerable: true,
14145
14145
  configurable: true,
14146
14146
  writable: true,
14147
- value: Symbol()
14147
+ value: null
14148
14148
  });
14149
14149
  class messages_editExportedChatInvite_ extends Function_ {
14150
14150
  get [_1_tl_object_js_1.id]() {
@@ -14235,7 +14235,7 @@ Object.defineProperty(messages_editExportedChatInvite_, "__F", {
14235
14235
  enumerable: true,
14236
14236
  configurable: true,
14237
14237
  writable: true,
14238
- value: Symbol()
14238
+ value: null
14239
14239
  });
14240
14240
  class messages_deleteRevokedExportedChatInvites_ extends Function_ {
14241
14241
  get [_1_tl_object_js_1.id]() {
@@ -14279,7 +14279,7 @@ Object.defineProperty(messages_deleteRevokedExportedChatInvites_, "__F", {
14279
14279
  enumerable: true,
14280
14280
  configurable: true,
14281
14281
  writable: true,
14282
- value: Symbol()
14282
+ value: null
14283
14283
  });
14284
14284
  class messages_deleteExportedChatInvite_ extends Function_ {
14285
14285
  get [_1_tl_object_js_1.id]() {
@@ -14323,7 +14323,7 @@ Object.defineProperty(messages_deleteExportedChatInvite_, "__F", {
14323
14323
  enumerable: true,
14324
14324
  configurable: true,
14325
14325
  writable: true,
14326
- value: Symbol()
14326
+ value: null
14327
14327
  });
14328
14328
  class messages_getAdminsWithInvites_ extends Function_ {
14329
14329
  get [_1_tl_object_js_1.id]() {
@@ -14358,7 +14358,7 @@ Object.defineProperty(messages_getAdminsWithInvites_, "__F", {
14358
14358
  enumerable: true,
14359
14359
  configurable: true,
14360
14360
  writable: true,
14361
- value: Symbol()
14361
+ value: null
14362
14362
  });
14363
14363
  class messages_getChatInviteImporters_ extends Function_ {
14364
14364
  get [_1_tl_object_js_1.id]() {
@@ -14449,7 +14449,7 @@ Object.defineProperty(messages_getChatInviteImporters_, "__F", {
14449
14449
  enumerable: true,
14450
14450
  configurable: true,
14451
14451
  writable: true,
14452
- value: Symbol()
14452
+ value: null
14453
14453
  });
14454
14454
  class messages_setHistoryTTL_ extends Function_ {
14455
14455
  get [_1_tl_object_js_1.id]() {
@@ -14493,7 +14493,7 @@ Object.defineProperty(messages_setHistoryTTL_, "__F", {
14493
14493
  enumerable: true,
14494
14494
  configurable: true,
14495
14495
  writable: true,
14496
- value: Symbol()
14496
+ value: null
14497
14497
  });
14498
14498
  class messages_checkHistoryImportPeer_ extends Function_ {
14499
14499
  get [_1_tl_object_js_1.id]() {
@@ -14528,7 +14528,7 @@ Object.defineProperty(messages_checkHistoryImportPeer_, "__F", {
14528
14528
  enumerable: true,
14529
14529
  configurable: true,
14530
14530
  writable: true,
14531
- value: Symbol()
14531
+ value: null
14532
14532
  });
14533
14533
  class messages_setChatTheme_ extends Function_ {
14534
14534
  get [_1_tl_object_js_1.id]() {
@@ -14572,7 +14572,7 @@ Object.defineProperty(messages_setChatTheme_, "__F", {
14572
14572
  enumerable: true,
14573
14573
  configurable: true,
14574
14574
  writable: true,
14575
- value: Symbol()
14575
+ value: null
14576
14576
  });
14577
14577
  class messages_getMessageReadParticipants_ extends Function_ {
14578
14578
  get [_1_tl_object_js_1.id]() {
@@ -14616,7 +14616,7 @@ Object.defineProperty(messages_getMessageReadParticipants_, "__F", {
14616
14616
  enumerable: true,
14617
14617
  configurable: true,
14618
14618
  writable: true,
14619
- value: Symbol()
14619
+ value: null
14620
14620
  });
14621
14621
  class messages_getSearchResultsCalendar_ extends Function_ {
14622
14622
  get [_1_tl_object_js_1.id]() {
@@ -14689,7 +14689,7 @@ Object.defineProperty(messages_getSearchResultsCalendar_, "__F", {
14689
14689
  enumerable: true,
14690
14690
  configurable: true,
14691
14691
  writable: true,
14692
- value: Symbol()
14692
+ value: null
14693
14693
  });
14694
14694
  class messages_getSearchResultsPositions_ extends Function_ {
14695
14695
  get [_1_tl_object_js_1.id]() {
@@ -14762,7 +14762,7 @@ Object.defineProperty(messages_getSearchResultsPositions_, "__F", {
14762
14762
  enumerable: true,
14763
14763
  configurable: true,
14764
14764
  writable: true,
14765
- value: Symbol()
14765
+ value: null
14766
14766
  });
14767
14767
  class messages_hideChatJoinRequest_ extends Function_ {
14768
14768
  get [_1_tl_object_js_1.id]() {
@@ -14817,7 +14817,7 @@ Object.defineProperty(messages_hideChatJoinRequest_, "__F", {
14817
14817
  enumerable: true,
14818
14818
  configurable: true,
14819
14819
  writable: true,
14820
- value: Symbol()
14820
+ value: null
14821
14821
  });
14822
14822
  class messages_hideAllChatJoinRequests_ extends Function_ {
14823
14823
  get [_1_tl_object_js_1.id]() {
@@ -14872,7 +14872,7 @@ Object.defineProperty(messages_hideAllChatJoinRequests_, "__F", {
14872
14872
  enumerable: true,
14873
14873
  configurable: true,
14874
14874
  writable: true,
14875
- value: Symbol()
14875
+ value: null
14876
14876
  });
14877
14877
  class messages_toggleNoForwards_ extends Function_ {
14878
14878
  get [_1_tl_object_js_1.id]() {
@@ -14916,7 +14916,7 @@ Object.defineProperty(messages_toggleNoForwards_, "__F", {
14916
14916
  enumerable: true,
14917
14917
  configurable: true,
14918
14918
  writable: true,
14919
- value: Symbol()
14919
+ value: null
14920
14920
  });
14921
14921
  class messages_saveDefaultSendAs_ extends Function_ {
14922
14922
  get [_1_tl_object_js_1.id]() {
@@ -14960,7 +14960,7 @@ Object.defineProperty(messages_saveDefaultSendAs_, "__F", {
14960
14960
  enumerable: true,
14961
14961
  configurable: true,
14962
14962
  writable: true,
14963
- value: Symbol()
14963
+ value: null
14964
14964
  });
14965
14965
  class messages_sendReaction_ extends Function_ {
14966
14966
  get [_1_tl_object_js_1.id]() {
@@ -15033,7 +15033,7 @@ Object.defineProperty(messages_sendReaction_, "__F", {
15033
15033
  enumerable: true,
15034
15034
  configurable: true,
15035
15035
  writable: true,
15036
- value: Symbol()
15036
+ value: null
15037
15037
  });
15038
15038
  class messages_getMessagesReactions_ extends Function_ {
15039
15039
  get [_1_tl_object_js_1.id]() {
@@ -15077,7 +15077,7 @@ Object.defineProperty(messages_getMessagesReactions_, "__F", {
15077
15077
  enumerable: true,
15078
15078
  configurable: true,
15079
15079
  writable: true,
15080
- value: Symbol()
15080
+ value: null
15081
15081
  });
15082
15082
  class messages_getMessageReactionsList_ extends Function_ {
15083
15083
  get [_1_tl_object_js_1.id]() {
@@ -15150,7 +15150,7 @@ Object.defineProperty(messages_getMessageReactionsList_, "__F", {
15150
15150
  enumerable: true,
15151
15151
  configurable: true,
15152
15152
  writable: true,
15153
- value: Symbol()
15153
+ value: null
15154
15154
  });
15155
15155
  class messages_setChatAvailableReactions_ extends Function_ {
15156
15156
  get [_1_tl_object_js_1.id]() {
@@ -15194,7 +15194,7 @@ Object.defineProperty(messages_setChatAvailableReactions_, "__F", {
15194
15194
  enumerable: true,
15195
15195
  configurable: true,
15196
15196
  writable: true,
15197
- value: Symbol()
15197
+ value: null
15198
15198
  });
15199
15199
  class messages_getAvailableReactions_ extends Function_ {
15200
15200
  get [_1_tl_object_js_1.id]() {
@@ -15229,7 +15229,7 @@ Object.defineProperty(messages_getAvailableReactions_, "__F", {
15229
15229
  enumerable: true,
15230
15230
  configurable: true,
15231
15231
  writable: true,
15232
- value: Symbol()
15232
+ value: null
15233
15233
  });
15234
15234
  class messages_setDefaultReaction_ extends Function_ {
15235
15235
  get [_1_tl_object_js_1.id]() {
@@ -15264,7 +15264,7 @@ Object.defineProperty(messages_setDefaultReaction_, "__F", {
15264
15264
  enumerable: true,
15265
15265
  configurable: true,
15266
15266
  writable: true,
15267
- value: Symbol()
15267
+ value: null
15268
15268
  });
15269
15269
  class messages_translateText_ extends Function_ {
15270
15270
  get [_1_tl_object_js_1.id]() {
@@ -15328,7 +15328,7 @@ Object.defineProperty(messages_translateText_, "__F", {
15328
15328
  enumerable: true,
15329
15329
  configurable: true,
15330
15330
  writable: true,
15331
- value: Symbol()
15331
+ value: null
15332
15332
  });
15333
15333
  class messages_getUnreadReactions_ extends Function_ {
15334
15334
  get [_1_tl_object_js_1.id]() {
@@ -15419,7 +15419,7 @@ Object.defineProperty(messages_getUnreadReactions_, "__F", {
15419
15419
  enumerable: true,
15420
15420
  configurable: true,
15421
15421
  writable: true,
15422
- value: Symbol()
15422
+ value: null
15423
15423
  });
15424
15424
  class messages_readReactions_ extends Function_ {
15425
15425
  get [_1_tl_object_js_1.id]() {
@@ -15465,7 +15465,7 @@ Object.defineProperty(messages_readReactions_, "__F", {
15465
15465
  enumerable: true,
15466
15466
  configurable: true,
15467
15467
  writable: true,
15468
- value: Symbol()
15468
+ value: null
15469
15469
  });
15470
15470
  class messages_searchSentMedia_ extends Function_ {
15471
15471
  get [_1_tl_object_js_1.id]() {
@@ -15518,7 +15518,7 @@ Object.defineProperty(messages_searchSentMedia_, "__F", {
15518
15518
  enumerable: true,
15519
15519
  configurable: true,
15520
15520
  writable: true,
15521
- value: Symbol()
15521
+ value: null
15522
15522
  });
15523
15523
  class messages_getAttachMenuBots_ extends Function_ {
15524
15524
  get [_1_tl_object_js_1.id]() {
@@ -15553,7 +15553,7 @@ Object.defineProperty(messages_getAttachMenuBots_, "__F", {
15553
15553
  enumerable: true,
15554
15554
  configurable: true,
15555
15555
  writable: true,
15556
- value: Symbol()
15556
+ value: null
15557
15557
  });
15558
15558
  class messages_getAttachMenuBot_ extends Function_ {
15559
15559
  get [_1_tl_object_js_1.id]() {
@@ -15588,7 +15588,7 @@ Object.defineProperty(messages_getAttachMenuBot_, "__F", {
15588
15588
  enumerable: true,
15589
15589
  configurable: true,
15590
15590
  writable: true,
15591
- value: Symbol()
15591
+ value: null
15592
15592
  });
15593
15593
  class messages_toggleBotInAttachMenu_ extends Function_ {
15594
15594
  get [_1_tl_object_js_1.id]() {
@@ -15643,7 +15643,7 @@ Object.defineProperty(messages_toggleBotInAttachMenu_, "__F", {
15643
15643
  enumerable: true,
15644
15644
  configurable: true,
15645
15645
  writable: true,
15646
- value: Symbol()
15646
+ value: null
15647
15647
  });
15648
15648
  class messages_requestWebView_ extends Function_ {
15649
15649
  get [_1_tl_object_js_1.id]() {
@@ -15761,7 +15761,7 @@ Object.defineProperty(messages_requestWebView_, "__F", {
15761
15761
  enumerable: true,
15762
15762
  configurable: true,
15763
15763
  writable: true,
15764
- value: Symbol()
15764
+ value: null
15765
15765
  });
15766
15766
  class messages_prolongWebView_ extends Function_ {
15767
15767
  get [_1_tl_object_js_1.id]() {
@@ -15843,7 +15843,7 @@ Object.defineProperty(messages_prolongWebView_, "__F", {
15843
15843
  enumerable: true,
15844
15844
  configurable: true,
15845
15845
  writable: true,
15846
- value: Symbol()
15846
+ value: null
15847
15847
  });
15848
15848
  class messages_requestSimpleWebView_ extends Function_ {
15849
15849
  get [_1_tl_object_js_1.id]() {
@@ -15934,7 +15934,7 @@ Object.defineProperty(messages_requestSimpleWebView_, "__F", {
15934
15934
  enumerable: true,
15935
15935
  configurable: true,
15936
15936
  writable: true,
15937
- value: Symbol()
15937
+ value: null
15938
15938
  });
15939
15939
  class messages_sendWebViewResultMessage_ extends Function_ {
15940
15940
  get [_1_tl_object_js_1.id]() {
@@ -15978,7 +15978,7 @@ Object.defineProperty(messages_sendWebViewResultMessage_, "__F", {
15978
15978
  enumerable: true,
15979
15979
  configurable: true,
15980
15980
  writable: true,
15981
- value: Symbol()
15981
+ value: null
15982
15982
  });
15983
15983
  class messages_sendWebViewData_ extends Function_ {
15984
15984
  get [_1_tl_object_js_1.id]() {
@@ -16040,7 +16040,7 @@ Object.defineProperty(messages_sendWebViewData_, "__F", {
16040
16040
  enumerable: true,
16041
16041
  configurable: true,
16042
16042
  writable: true,
16043
- value: Symbol()
16043
+ value: null
16044
16044
  });
16045
16045
  class messages_transcribeAudio_ extends Function_ {
16046
16046
  get [_1_tl_object_js_1.id]() {
@@ -16084,7 +16084,7 @@ Object.defineProperty(messages_transcribeAudio_, "__F", {
16084
16084
  enumerable: true,
16085
16085
  configurable: true,
16086
16086
  writable: true,
16087
- value: Symbol()
16087
+ value: null
16088
16088
  });
16089
16089
  class messages_rateTranscribedAudio_ extends Function_ {
16090
16090
  get [_1_tl_object_js_1.id]() {
@@ -16146,7 +16146,7 @@ Object.defineProperty(messages_rateTranscribedAudio_, "__F", {
16146
16146
  enumerable: true,
16147
16147
  configurable: true,
16148
16148
  writable: true,
16149
- value: Symbol()
16149
+ value: null
16150
16150
  });
16151
16151
  class messages_getCustomEmojiDocuments_ extends Function_ {
16152
16152
  get [_1_tl_object_js_1.id]() {
@@ -16181,7 +16181,7 @@ Object.defineProperty(messages_getCustomEmojiDocuments_, "__F", {
16181
16181
  enumerable: true,
16182
16182
  configurable: true,
16183
16183
  writable: true,
16184
- value: Symbol()
16184
+ value: null
16185
16185
  });
16186
16186
  class messages_getEmojiStickers_ extends Function_ {
16187
16187
  get [_1_tl_object_js_1.id]() {
@@ -16216,7 +16216,7 @@ Object.defineProperty(messages_getEmojiStickers_, "__F", {
16216
16216
  enumerable: true,
16217
16217
  configurable: true,
16218
16218
  writable: true,
16219
- value: Symbol()
16219
+ value: null
16220
16220
  });
16221
16221
  class messages_getFeaturedEmojiStickers_ extends Function_ {
16222
16222
  get [_1_tl_object_js_1.id]() {
@@ -16251,7 +16251,7 @@ Object.defineProperty(messages_getFeaturedEmojiStickers_, "__F", {
16251
16251
  enumerable: true,
16252
16252
  configurable: true,
16253
16253
  writable: true,
16254
- value: Symbol()
16254
+ value: null
16255
16255
  });
16256
16256
  class messages_reportReaction_ extends Function_ {
16257
16257
  get [_1_tl_object_js_1.id]() {
@@ -16304,7 +16304,7 @@ Object.defineProperty(messages_reportReaction_, "__F", {
16304
16304
  enumerable: true,
16305
16305
  configurable: true,
16306
16306
  writable: true,
16307
- value: Symbol()
16307
+ value: null
16308
16308
  });
16309
16309
  class messages_getTopReactions_ extends Function_ {
16310
16310
  get [_1_tl_object_js_1.id]() {
@@ -16348,7 +16348,7 @@ Object.defineProperty(messages_getTopReactions_, "__F", {
16348
16348
  enumerable: true,
16349
16349
  configurable: true,
16350
16350
  writable: true,
16351
- value: Symbol()
16351
+ value: null
16352
16352
  });
16353
16353
  class messages_getRecentReactions_ extends Function_ {
16354
16354
  get [_1_tl_object_js_1.id]() {
@@ -16392,7 +16392,7 @@ Object.defineProperty(messages_getRecentReactions_, "__F", {
16392
16392
  enumerable: true,
16393
16393
  configurable: true,
16394
16394
  writable: true,
16395
- value: Symbol()
16395
+ value: null
16396
16396
  });
16397
16397
  class messages_clearRecentReactions_ extends Function_ {
16398
16398
  get [_1_tl_object_js_1.id]() {
@@ -16416,7 +16416,7 @@ Object.defineProperty(messages_clearRecentReactions_, "__F", {
16416
16416
  enumerable: true,
16417
16417
  configurable: true,
16418
16418
  writable: true,
16419
- value: Symbol()
16419
+ value: null
16420
16420
  });
16421
16421
  class messages_getExtendedMedia_ extends Function_ {
16422
16422
  get [_1_tl_object_js_1.id]() {
@@ -16460,7 +16460,7 @@ Object.defineProperty(messages_getExtendedMedia_, "__F", {
16460
16460
  enumerable: true,
16461
16461
  configurable: true,
16462
16462
  writable: true,
16463
- value: Symbol()
16463
+ value: null
16464
16464
  });
16465
16465
  class messages_setDefaultHistoryTTL_ extends Function_ {
16466
16466
  get [_1_tl_object_js_1.id]() {
@@ -16495,7 +16495,7 @@ Object.defineProperty(messages_setDefaultHistoryTTL_, "__F", {
16495
16495
  enumerable: true,
16496
16496
  configurable: true,
16497
16497
  writable: true,
16498
- value: Symbol()
16498
+ value: null
16499
16499
  });
16500
16500
  class messages_getDefaultHistoryTTL_ extends Function_ {
16501
16501
  get [_1_tl_object_js_1.id]() {
@@ -16519,7 +16519,7 @@ Object.defineProperty(messages_getDefaultHistoryTTL_, "__F", {
16519
16519
  enumerable: true,
16520
16520
  configurable: true,
16521
16521
  writable: true,
16522
- value: Symbol()
16522
+ value: null
16523
16523
  });
16524
16524
  class messages_sendBotRequestedPeer_ extends Function_ {
16525
16525
  get [_1_tl_object_js_1.id]() {
@@ -16581,7 +16581,7 @@ Object.defineProperty(messages_sendBotRequestedPeer_, "__F", {
16581
16581
  enumerable: true,
16582
16582
  configurable: true,
16583
16583
  writable: true,
16584
- value: Symbol()
16584
+ value: null
16585
16585
  });
16586
16586
  class messages_getEmojiGroups_ extends Function_ {
16587
16587
  get [_1_tl_object_js_1.id]() {
@@ -16616,7 +16616,7 @@ Object.defineProperty(messages_getEmojiGroups_, "__F", {
16616
16616
  enumerable: true,
16617
16617
  configurable: true,
16618
16618
  writable: true,
16619
- value: Symbol()
16619
+ value: null
16620
16620
  });
16621
16621
  class messages_getEmojiStatusGroups_ extends Function_ {
16622
16622
  get [_1_tl_object_js_1.id]() {
@@ -16651,7 +16651,7 @@ Object.defineProperty(messages_getEmojiStatusGroups_, "__F", {
16651
16651
  enumerable: true,
16652
16652
  configurable: true,
16653
16653
  writable: true,
16654
- value: Symbol()
16654
+ value: null
16655
16655
  });
16656
16656
  class messages_getEmojiProfilePhotoGroups_ extends Function_ {
16657
16657
  get [_1_tl_object_js_1.id]() {
@@ -16686,7 +16686,7 @@ Object.defineProperty(messages_getEmojiProfilePhotoGroups_, "__F", {
16686
16686
  enumerable: true,
16687
16687
  configurable: true,
16688
16688
  writable: true,
16689
- value: Symbol()
16689
+ value: null
16690
16690
  });
16691
16691
  class messages_searchCustomEmoji_ extends Function_ {
16692
16692
  get [_1_tl_object_js_1.id]() {
@@ -16730,7 +16730,7 @@ Object.defineProperty(messages_searchCustomEmoji_, "__F", {
16730
16730
  enumerable: true,
16731
16731
  configurable: true,
16732
16732
  writable: true,
16733
- value: Symbol()
16733
+ value: null
16734
16734
  });
16735
16735
  class messages_togglePeerTranslations_ extends Function_ {
16736
16736
  get [_1_tl_object_js_1.id]() {
@@ -16776,7 +16776,7 @@ Object.defineProperty(messages_togglePeerTranslations_, "__F", {
16776
16776
  enumerable: true,
16777
16777
  configurable: true,
16778
16778
  writable: true,
16779
- value: Symbol()
16779
+ value: null
16780
16780
  });
16781
16781
  class messages_getBotApp_ extends Function_ {
16782
16782
  get [_1_tl_object_js_1.id]() {
@@ -16820,7 +16820,7 @@ Object.defineProperty(messages_getBotApp_, "__F", {
16820
16820
  enumerable: true,
16821
16821
  configurable: true,
16822
16822
  writable: true,
16823
- value: Symbol()
16823
+ value: null
16824
16824
  });
16825
16825
  class messages_requestAppWebView_ extends Function_ {
16826
16826
  get [_1_tl_object_js_1.id]() {
@@ -16902,7 +16902,7 @@ Object.defineProperty(messages_requestAppWebView_, "__F", {
16902
16902
  enumerable: true,
16903
16903
  configurable: true,
16904
16904
  writable: true,
16905
- value: Symbol()
16905
+ value: null
16906
16906
  });
16907
16907
  class messages_setChatWallPaper_ extends Function_ {
16908
16908
  get [_1_tl_object_js_1.id]() {
@@ -16984,7 +16984,7 @@ Object.defineProperty(messages_setChatWallPaper_, "__F", {
16984
16984
  enumerable: true,
16985
16985
  configurable: true,
16986
16986
  writable: true,
16987
- value: Symbol()
16987
+ value: null
16988
16988
  });
16989
16989
  class messages_searchEmojiStickerSets_ extends Function_ {
16990
16990
  get [_1_tl_object_js_1.id]() {
@@ -17039,7 +17039,7 @@ Object.defineProperty(messages_searchEmojiStickerSets_, "__F", {
17039
17039
  enumerable: true,
17040
17040
  configurable: true,
17041
17041
  writable: true,
17042
- value: Symbol()
17042
+ value: null
17043
17043
  });
17044
17044
  class messages_getSavedDialogs_ extends Function_ {
17045
17045
  get [_1_tl_object_js_1.id]() {
@@ -17121,7 +17121,7 @@ Object.defineProperty(messages_getSavedDialogs_, "__F", {
17121
17121
  enumerable: true,
17122
17122
  configurable: true,
17123
17123
  writable: true,
17124
- value: Symbol()
17124
+ value: null
17125
17125
  });
17126
17126
  class messages_getSavedHistory_ extends Function_ {
17127
17127
  get [_1_tl_object_js_1.id]() {
@@ -17219,7 +17219,7 @@ Object.defineProperty(messages_getSavedHistory_, "__F", {
17219
17219
  enumerable: true,
17220
17220
  configurable: true,
17221
17221
  writable: true,
17222
- value: Symbol()
17222
+ value: null
17223
17223
  });
17224
17224
  class messages_deleteSavedHistory_ extends Function_ {
17225
17225
  get [_1_tl_object_js_1.id]() {
@@ -17283,7 +17283,7 @@ Object.defineProperty(messages_deleteSavedHistory_, "__F", {
17283
17283
  enumerable: true,
17284
17284
  configurable: true,
17285
17285
  writable: true,
17286
- value: Symbol()
17286
+ value: null
17287
17287
  });
17288
17288
  class messages_getPinnedSavedDialogs_ extends Function_ {
17289
17289
  get [_1_tl_object_js_1.id]() {
@@ -17307,7 +17307,7 @@ Object.defineProperty(messages_getPinnedSavedDialogs_, "__F", {
17307
17307
  enumerable: true,
17308
17308
  configurable: true,
17309
17309
  writable: true,
17310
- value: Symbol()
17310
+ value: null
17311
17311
  });
17312
17312
  class messages_toggleSavedDialogPin_ extends Function_ {
17313
17313
  get [_1_tl_object_js_1.id]() {
@@ -17353,7 +17353,7 @@ Object.defineProperty(messages_toggleSavedDialogPin_, "__F", {
17353
17353
  enumerable: true,
17354
17354
  configurable: true,
17355
17355
  writable: true,
17356
- value: Symbol()
17356
+ value: null
17357
17357
  });
17358
17358
  class messages_reorderPinnedSavedDialogs_ extends Function_ {
17359
17359
  get [_1_tl_object_js_1.id]() {
@@ -17399,7 +17399,7 @@ Object.defineProperty(messages_reorderPinnedSavedDialogs_, "__F", {
17399
17399
  enumerable: true,
17400
17400
  configurable: true,
17401
17401
  writable: true,
17402
- value: Symbol()
17402
+ value: null
17403
17403
  });
17404
17404
  class messages_getSavedReactionTags_ extends Function_ {
17405
17405
  get [_1_tl_object_js_1.id]() {
@@ -17445,7 +17445,7 @@ Object.defineProperty(messages_getSavedReactionTags_, "__F", {
17445
17445
  enumerable: true,
17446
17446
  configurable: true,
17447
17447
  writable: true,
17448
- value: Symbol()
17448
+ value: null
17449
17449
  });
17450
17450
  class messages_updateSavedReactionTag_ extends Function_ {
17451
17451
  get [_1_tl_object_js_1.id]() {
@@ -17491,7 +17491,7 @@ Object.defineProperty(messages_updateSavedReactionTag_, "__F", {
17491
17491
  enumerable: true,
17492
17492
  configurable: true,
17493
17493
  writable: true,
17494
- value: Symbol()
17494
+ value: null
17495
17495
  });
17496
17496
  class messages_getDefaultTagReactions_ extends Function_ {
17497
17497
  get [_1_tl_object_js_1.id]() {
@@ -17526,7 +17526,7 @@ Object.defineProperty(messages_getDefaultTagReactions_, "__F", {
17526
17526
  enumerable: true,
17527
17527
  configurable: true,
17528
17528
  writable: true,
17529
- value: Symbol()
17529
+ value: null
17530
17530
  });
17531
17531
  class messages_getOutboxReadDate_ extends Function_ {
17532
17532
  get [_1_tl_object_js_1.id]() {
@@ -17570,7 +17570,7 @@ Object.defineProperty(messages_getOutboxReadDate_, "__F", {
17570
17570
  enumerable: true,
17571
17571
  configurable: true,
17572
17572
  writable: true,
17573
- value: Symbol()
17573
+ value: null
17574
17574
  });
17575
17575
  class updates_getState_ extends Function_ {
17576
17576
  get [_1_tl_object_js_1.id]() {
@@ -17594,7 +17594,7 @@ Object.defineProperty(updates_getState_, "__F", {
17594
17594
  enumerable: true,
17595
17595
  configurable: true,
17596
17596
  writable: true,
17597
- value: Symbol()
17597
+ value: null
17598
17598
  });
17599
17599
  class updates_getDifference_ extends Function_ {
17600
17600
  get [_1_tl_object_js_1.id]() {
@@ -17676,7 +17676,7 @@ Object.defineProperty(updates_getDifference_, "__F", {
17676
17676
  enumerable: true,
17677
17677
  configurable: true,
17678
17678
  writable: true,
17679
- value: Symbol()
17679
+ value: null
17680
17680
  });
17681
17681
  class updates_getChannelDifference_ extends Function_ {
17682
17682
  get [_1_tl_object_js_1.id]() {
@@ -17749,7 +17749,7 @@ Object.defineProperty(updates_getChannelDifference_, "__F", {
17749
17749
  enumerable: true,
17750
17750
  configurable: true,
17751
17751
  writable: true,
17752
- value: Symbol()
17752
+ value: null
17753
17753
  });
17754
17754
  class photos_updateProfilePhoto_ extends Function_ {
17755
17755
  get [_1_tl_object_js_1.id]() {
@@ -17804,7 +17804,7 @@ Object.defineProperty(photos_updateProfilePhoto_, "__F", {
17804
17804
  enumerable: true,
17805
17805
  configurable: true,
17806
17806
  writable: true,
17807
- value: Symbol()
17807
+ value: null
17808
17808
  });
17809
17809
  class photos_uploadProfilePhoto_ extends Function_ {
17810
17810
  get [_1_tl_object_js_1.id]() {
@@ -17886,7 +17886,7 @@ Object.defineProperty(photos_uploadProfilePhoto_, "__F", {
17886
17886
  enumerable: true,
17887
17887
  configurable: true,
17888
17888
  writable: true,
17889
- value: Symbol()
17889
+ value: null
17890
17890
  });
17891
17891
  class photos_deletePhotos_ extends Function_ {
17892
17892
  get [_1_tl_object_js_1.id]() {
@@ -17921,7 +17921,7 @@ Object.defineProperty(photos_deletePhotos_, "__F", {
17921
17921
  enumerable: true,
17922
17922
  configurable: true,
17923
17923
  writable: true,
17924
- value: Symbol()
17924
+ value: null
17925
17925
  });
17926
17926
  class photos_getUserPhotos_ extends Function_ {
17927
17927
  get [_1_tl_object_js_1.id]() {
@@ -17983,7 +17983,7 @@ Object.defineProperty(photos_getUserPhotos_, "__F", {
17983
17983
  enumerable: true,
17984
17984
  configurable: true,
17985
17985
  writable: true,
17986
- value: Symbol()
17986
+ value: null
17987
17987
  });
17988
17988
  class photos_uploadContactProfilePhoto_ extends Function_ {
17989
17989
  get [_1_tl_object_js_1.id]() {
@@ -18074,7 +18074,7 @@ Object.defineProperty(photos_uploadContactProfilePhoto_, "__F", {
18074
18074
  enumerable: true,
18075
18075
  configurable: true,
18076
18076
  writable: true,
18077
- value: Symbol()
18077
+ value: null
18078
18078
  });
18079
18079
  class upload_saveFilePart_ extends Function_ {
18080
18080
  get [_1_tl_object_js_1.id]() {
@@ -18127,7 +18127,7 @@ Object.defineProperty(upload_saveFilePart_, "__F", {
18127
18127
  enumerable: true,
18128
18128
  configurable: true,
18129
18129
  writable: true,
18130
- value: Symbol()
18130
+ value: null
18131
18131
  });
18132
18132
  class upload_getFile_ extends Function_ {
18133
18133
  get [_1_tl_object_js_1.id]() {
@@ -18200,7 +18200,7 @@ Object.defineProperty(upload_getFile_, "__F", {
18200
18200
  enumerable: true,
18201
18201
  configurable: true,
18202
18202
  writable: true,
18203
- value: Symbol()
18203
+ value: null
18204
18204
  });
18205
18205
  class upload_saveBigFilePart_ extends Function_ {
18206
18206
  get [_1_tl_object_js_1.id]() {
@@ -18262,7 +18262,7 @@ Object.defineProperty(upload_saveBigFilePart_, "__F", {
18262
18262
  enumerable: true,
18263
18263
  configurable: true,
18264
18264
  writable: true,
18265
- value: Symbol()
18265
+ value: null
18266
18266
  });
18267
18267
  class upload_getWebFile_ extends Function_ {
18268
18268
  get [_1_tl_object_js_1.id]() {
@@ -18315,7 +18315,7 @@ Object.defineProperty(upload_getWebFile_, "__F", {
18315
18315
  enumerable: true,
18316
18316
  configurable: true,
18317
18317
  writable: true,
18318
- value: Symbol()
18318
+ value: null
18319
18319
  });
18320
18320
  class upload_getCdnFile_ extends Function_ {
18321
18321
  get [_1_tl_object_js_1.id]() {
@@ -18368,7 +18368,7 @@ Object.defineProperty(upload_getCdnFile_, "__F", {
18368
18368
  enumerable: true,
18369
18369
  configurable: true,
18370
18370
  writable: true,
18371
- value: Symbol()
18371
+ value: null
18372
18372
  });
18373
18373
  class upload_reuploadCdnFile_ extends Function_ {
18374
18374
  get [_1_tl_object_js_1.id]() {
@@ -18412,7 +18412,7 @@ Object.defineProperty(upload_reuploadCdnFile_, "__F", {
18412
18412
  enumerable: true,
18413
18413
  configurable: true,
18414
18414
  writable: true,
18415
- value: Symbol()
18415
+ value: null
18416
18416
  });
18417
18417
  class upload_getCdnFileHashes_ extends Function_ {
18418
18418
  get [_1_tl_object_js_1.id]() {
@@ -18456,7 +18456,7 @@ Object.defineProperty(upload_getCdnFileHashes_, "__F", {
18456
18456
  enumerable: true,
18457
18457
  configurable: true,
18458
18458
  writable: true,
18459
- value: Symbol()
18459
+ value: null
18460
18460
  });
18461
18461
  class upload_getFileHashes_ extends Function_ {
18462
18462
  get [_1_tl_object_js_1.id]() {
@@ -18500,7 +18500,7 @@ Object.defineProperty(upload_getFileHashes_, "__F", {
18500
18500
  enumerable: true,
18501
18501
  configurable: true,
18502
18502
  writable: true,
18503
- value: Symbol()
18503
+ value: null
18504
18504
  });
18505
18505
  class help_getConfig_ extends Function_ {
18506
18506
  get [_1_tl_object_js_1.id]() {
@@ -18524,7 +18524,7 @@ Object.defineProperty(help_getConfig_, "__F", {
18524
18524
  enumerable: true,
18525
18525
  configurable: true,
18526
18526
  writable: true,
18527
- value: Symbol()
18527
+ value: null
18528
18528
  });
18529
18529
  class help_getNearestDc_ extends Function_ {
18530
18530
  get [_1_tl_object_js_1.id]() {
@@ -18548,7 +18548,7 @@ Object.defineProperty(help_getNearestDc_, "__F", {
18548
18548
  enumerable: true,
18549
18549
  configurable: true,
18550
18550
  writable: true,
18551
- value: Symbol()
18551
+ value: null
18552
18552
  });
18553
18553
  class help_getAppUpdate_ extends Function_ {
18554
18554
  get [_1_tl_object_js_1.id]() {
@@ -18583,7 +18583,7 @@ Object.defineProperty(help_getAppUpdate_, "__F", {
18583
18583
  enumerable: true,
18584
18584
  configurable: true,
18585
18585
  writable: true,
18586
- value: Symbol()
18586
+ value: null
18587
18587
  });
18588
18588
  class help_getInviteText_ extends Function_ {
18589
18589
  get [_1_tl_object_js_1.id]() {
@@ -18607,7 +18607,7 @@ Object.defineProperty(help_getInviteText_, "__F", {
18607
18607
  enumerable: true,
18608
18608
  configurable: true,
18609
18609
  writable: true,
18610
- value: Symbol()
18610
+ value: null
18611
18611
  });
18612
18612
  class help_getSupport_ extends Function_ {
18613
18613
  get [_1_tl_object_js_1.id]() {
@@ -18631,7 +18631,7 @@ Object.defineProperty(help_getSupport_, "__F", {
18631
18631
  enumerable: true,
18632
18632
  configurable: true,
18633
18633
  writable: true,
18634
- value: Symbol()
18634
+ value: null
18635
18635
  });
18636
18636
  class help_setBotUpdatesStatus_ extends Function_ {
18637
18637
  get [_1_tl_object_js_1.id]() {
@@ -18675,7 +18675,7 @@ Object.defineProperty(help_setBotUpdatesStatus_, "__F", {
18675
18675
  enumerable: true,
18676
18676
  configurable: true,
18677
18677
  writable: true,
18678
- value: Symbol()
18678
+ value: null
18679
18679
  });
18680
18680
  class help_getCdnConfig_ extends Function_ {
18681
18681
  get [_1_tl_object_js_1.id]() {
@@ -18699,7 +18699,7 @@ Object.defineProperty(help_getCdnConfig_, "__F", {
18699
18699
  enumerable: true,
18700
18700
  configurable: true,
18701
18701
  writable: true,
18702
- value: Symbol()
18702
+ value: null
18703
18703
  });
18704
18704
  class help_getRecentMeUrls_ extends Function_ {
18705
18705
  get [_1_tl_object_js_1.id]() {
@@ -18734,7 +18734,7 @@ Object.defineProperty(help_getRecentMeUrls_, "__F", {
18734
18734
  enumerable: true,
18735
18735
  configurable: true,
18736
18736
  writable: true,
18737
- value: Symbol()
18737
+ value: null
18738
18738
  });
18739
18739
  class help_getTermsOfServiceUpdate_ extends Function_ {
18740
18740
  get [_1_tl_object_js_1.id]() {
@@ -18758,7 +18758,7 @@ Object.defineProperty(help_getTermsOfServiceUpdate_, "__F", {
18758
18758
  enumerable: true,
18759
18759
  configurable: true,
18760
18760
  writable: true,
18761
- value: Symbol()
18761
+ value: null
18762
18762
  });
18763
18763
  class help_acceptTermsOfService_ extends Function_ {
18764
18764
  get [_1_tl_object_js_1.id]() {
@@ -18793,7 +18793,7 @@ Object.defineProperty(help_acceptTermsOfService_, "__F", {
18793
18793
  enumerable: true,
18794
18794
  configurable: true,
18795
18795
  writable: true,
18796
- value: Symbol()
18796
+ value: null
18797
18797
  });
18798
18798
  class help_getDeepLinkInfo_ extends Function_ {
18799
18799
  get [_1_tl_object_js_1.id]() {
@@ -18828,7 +18828,7 @@ Object.defineProperty(help_getDeepLinkInfo_, "__F", {
18828
18828
  enumerable: true,
18829
18829
  configurable: true,
18830
18830
  writable: true,
18831
- value: Symbol()
18831
+ value: null
18832
18832
  });
18833
18833
  class help_getAppConfig_ extends Function_ {
18834
18834
  get [_1_tl_object_js_1.id]() {
@@ -18863,7 +18863,7 @@ Object.defineProperty(help_getAppConfig_, "__F", {
18863
18863
  enumerable: true,
18864
18864
  configurable: true,
18865
18865
  writable: true,
18866
- value: Symbol()
18866
+ value: null
18867
18867
  });
18868
18868
  class help_saveAppLog_ extends Function_ {
18869
18869
  get [_1_tl_object_js_1.id]() {
@@ -18898,7 +18898,7 @@ Object.defineProperty(help_saveAppLog_, "__F", {
18898
18898
  enumerable: true,
18899
18899
  configurable: true,
18900
18900
  writable: true,
18901
- value: Symbol()
18901
+ value: null
18902
18902
  });
18903
18903
  class help_getPassportConfig_ extends Function_ {
18904
18904
  get [_1_tl_object_js_1.id]() {
@@ -18933,7 +18933,7 @@ Object.defineProperty(help_getPassportConfig_, "__F", {
18933
18933
  enumerable: true,
18934
18934
  configurable: true,
18935
18935
  writable: true,
18936
- value: Symbol()
18936
+ value: null
18937
18937
  });
18938
18938
  class help_getSupportName_ extends Function_ {
18939
18939
  get [_1_tl_object_js_1.id]() {
@@ -18957,7 +18957,7 @@ Object.defineProperty(help_getSupportName_, "__F", {
18957
18957
  enumerable: true,
18958
18958
  configurable: true,
18959
18959
  writable: true,
18960
- value: Symbol()
18960
+ value: null
18961
18961
  });
18962
18962
  class help_getUserInfo_ extends Function_ {
18963
18963
  get [_1_tl_object_js_1.id]() {
@@ -18992,7 +18992,7 @@ Object.defineProperty(help_getUserInfo_, "__F", {
18992
18992
  enumerable: true,
18993
18993
  configurable: true,
18994
18994
  writable: true,
18995
- value: Symbol()
18995
+ value: null
18996
18996
  });
18997
18997
  class help_editUserInfo_ extends Function_ {
18998
18998
  get [_1_tl_object_js_1.id]() {
@@ -19045,7 +19045,7 @@ Object.defineProperty(help_editUserInfo_, "__F", {
19045
19045
  enumerable: true,
19046
19046
  configurable: true,
19047
19047
  writable: true,
19048
- value: Symbol()
19048
+ value: null
19049
19049
  });
19050
19050
  class help_getPromoData_ extends Function_ {
19051
19051
  get [_1_tl_object_js_1.id]() {
@@ -19069,7 +19069,7 @@ Object.defineProperty(help_getPromoData_, "__F", {
19069
19069
  enumerable: true,
19070
19070
  configurable: true,
19071
19071
  writable: true,
19072
- value: Symbol()
19072
+ value: null
19073
19073
  });
19074
19074
  class help_hidePromoData_ extends Function_ {
19075
19075
  get [_1_tl_object_js_1.id]() {
@@ -19104,7 +19104,7 @@ Object.defineProperty(help_hidePromoData_, "__F", {
19104
19104
  enumerable: true,
19105
19105
  configurable: true,
19106
19106
  writable: true,
19107
- value: Symbol()
19107
+ value: null
19108
19108
  });
19109
19109
  class help_dismissSuggestion_ extends Function_ {
19110
19110
  get [_1_tl_object_js_1.id]() {
@@ -19148,7 +19148,7 @@ Object.defineProperty(help_dismissSuggestion_, "__F", {
19148
19148
  enumerable: true,
19149
19149
  configurable: true,
19150
19150
  writable: true,
19151
- value: Symbol()
19151
+ value: null
19152
19152
  });
19153
19153
  class help_getCountriesList_ extends Function_ {
19154
19154
  get [_1_tl_object_js_1.id]() {
@@ -19192,7 +19192,7 @@ Object.defineProperty(help_getCountriesList_, "__F", {
19192
19192
  enumerable: true,
19193
19193
  configurable: true,
19194
19194
  writable: true,
19195
- value: Symbol()
19195
+ value: null
19196
19196
  });
19197
19197
  class help_getPremiumPromo_ extends Function_ {
19198
19198
  get [_1_tl_object_js_1.id]() {
@@ -19216,7 +19216,7 @@ Object.defineProperty(help_getPremiumPromo_, "__F", {
19216
19216
  enumerable: true,
19217
19217
  configurable: true,
19218
19218
  writable: true,
19219
- value: Symbol()
19219
+ value: null
19220
19220
  });
19221
19221
  class help_getPeerColors_ extends Function_ {
19222
19222
  get [_1_tl_object_js_1.id]() {
@@ -19251,7 +19251,7 @@ Object.defineProperty(help_getPeerColors_, "__F", {
19251
19251
  enumerable: true,
19252
19252
  configurable: true,
19253
19253
  writable: true,
19254
- value: Symbol()
19254
+ value: null
19255
19255
  });
19256
19256
  class help_getPeerProfileColors_ extends Function_ {
19257
19257
  get [_1_tl_object_js_1.id]() {
@@ -19286,7 +19286,7 @@ Object.defineProperty(help_getPeerProfileColors_, "__F", {
19286
19286
  enumerable: true,
19287
19287
  configurable: true,
19288
19288
  writable: true,
19289
- value: Symbol()
19289
+ value: null
19290
19290
  });
19291
19291
  class channels_readHistory_ extends Function_ {
19292
19292
  get [_1_tl_object_js_1.id]() {
@@ -19330,7 +19330,7 @@ Object.defineProperty(channels_readHistory_, "__F", {
19330
19330
  enumerable: true,
19331
19331
  configurable: true,
19332
19332
  writable: true,
19333
- value: Symbol()
19333
+ value: null
19334
19334
  });
19335
19335
  class channels_deleteMessages_ extends Function_ {
19336
19336
  get [_1_tl_object_js_1.id]() {
@@ -19374,7 +19374,7 @@ Object.defineProperty(channels_deleteMessages_, "__F", {
19374
19374
  enumerable: true,
19375
19375
  configurable: true,
19376
19376
  writable: true,
19377
- value: Symbol()
19377
+ value: null
19378
19378
  });
19379
19379
  class channels_reportSpam_ extends Function_ {
19380
19380
  get [_1_tl_object_js_1.id]() {
@@ -19427,7 +19427,7 @@ Object.defineProperty(channels_reportSpam_, "__F", {
19427
19427
  enumerable: true,
19428
19428
  configurable: true,
19429
19429
  writable: true,
19430
- value: Symbol()
19430
+ value: null
19431
19431
  });
19432
19432
  class channels_getMessages_ extends Function_ {
19433
19433
  get [_1_tl_object_js_1.id]() {
@@ -19471,7 +19471,7 @@ Object.defineProperty(channels_getMessages_, "__F", {
19471
19471
  enumerable: true,
19472
19472
  configurable: true,
19473
19473
  writable: true,
19474
- value: Symbol()
19474
+ value: null
19475
19475
  });
19476
19476
  class channels_getParticipants_ extends Function_ {
19477
19477
  get [_1_tl_object_js_1.id]() {
@@ -19542,7 +19542,7 @@ Object.defineProperty(channels_getParticipants_, "__F", {
19542
19542
  enumerable: true,
19543
19543
  configurable: true,
19544
19544
  writable: true,
19545
- value: Symbol()
19545
+ value: null
19546
19546
  });
19547
19547
  class channels_getParticipant_ extends Function_ {
19548
19548
  get [_1_tl_object_js_1.id]() {
@@ -19586,7 +19586,7 @@ Object.defineProperty(channels_getParticipant_, "__F", {
19586
19586
  enumerable: true,
19587
19587
  configurable: true,
19588
19588
  writable: true,
19589
- value: Symbol()
19589
+ value: null
19590
19590
  });
19591
19591
  class channels_getChannels_ extends Function_ {
19592
19592
  get [_1_tl_object_js_1.id]() {
@@ -19621,7 +19621,7 @@ Object.defineProperty(channels_getChannels_, "__F", {
19621
19621
  enumerable: true,
19622
19622
  configurable: true,
19623
19623
  writable: true,
19624
- value: Symbol()
19624
+ value: null
19625
19625
  });
19626
19626
  class channels_getFullChannel_ extends Function_ {
19627
19627
  get [_1_tl_object_js_1.id]() {
@@ -19656,7 +19656,7 @@ Object.defineProperty(channels_getFullChannel_, "__F", {
19656
19656
  enumerable: true,
19657
19657
  configurable: true,
19658
19658
  writable: true,
19659
- value: Symbol()
19659
+ value: null
19660
19660
  });
19661
19661
  class channels_createChannel_ extends Function_ {
19662
19662
  get [_1_tl_object_js_1.id]() {
@@ -19765,7 +19765,7 @@ Object.defineProperty(channels_createChannel_, "__F", {
19765
19765
  enumerable: true,
19766
19766
  configurable: true,
19767
19767
  writable: true,
19768
- value: Symbol()
19768
+ value: null
19769
19769
  });
19770
19770
  class channels_editAdmin_ extends Function_ {
19771
19771
  get [_1_tl_object_js_1.id]() {
@@ -19827,7 +19827,7 @@ Object.defineProperty(channels_editAdmin_, "__F", {
19827
19827
  enumerable: true,
19828
19828
  configurable: true,
19829
19829
  writable: true,
19830
- value: Symbol()
19830
+ value: null
19831
19831
  });
19832
19832
  class channels_editTitle_ extends Function_ {
19833
19833
  get [_1_tl_object_js_1.id]() {
@@ -19871,7 +19871,7 @@ Object.defineProperty(channels_editTitle_, "__F", {
19871
19871
  enumerable: true,
19872
19872
  configurable: true,
19873
19873
  writable: true,
19874
- value: Symbol()
19874
+ value: null
19875
19875
  });
19876
19876
  class channels_editPhoto_ extends Function_ {
19877
19877
  get [_1_tl_object_js_1.id]() {
@@ -19915,7 +19915,7 @@ Object.defineProperty(channels_editPhoto_, "__F", {
19915
19915
  enumerable: true,
19916
19916
  configurable: true,
19917
19917
  writable: true,
19918
- value: Symbol()
19918
+ value: null
19919
19919
  });
19920
19920
  class channels_checkUsername_ extends Function_ {
19921
19921
  get [_1_tl_object_js_1.id]() {
@@ -19959,7 +19959,7 @@ Object.defineProperty(channels_checkUsername_, "__F", {
19959
19959
  enumerable: true,
19960
19960
  configurable: true,
19961
19961
  writable: true,
19962
- value: Symbol()
19962
+ value: null
19963
19963
  });
19964
19964
  class channels_updateUsername_ extends Function_ {
19965
19965
  get [_1_tl_object_js_1.id]() {
@@ -20003,7 +20003,7 @@ Object.defineProperty(channels_updateUsername_, "__F", {
20003
20003
  enumerable: true,
20004
20004
  configurable: true,
20005
20005
  writable: true,
20006
- value: Symbol()
20006
+ value: null
20007
20007
  });
20008
20008
  class channels_joinChannel_ extends Function_ {
20009
20009
  get [_1_tl_object_js_1.id]() {
@@ -20038,7 +20038,7 @@ Object.defineProperty(channels_joinChannel_, "__F", {
20038
20038
  enumerable: true,
20039
20039
  configurable: true,
20040
20040
  writable: true,
20041
- value: Symbol()
20041
+ value: null
20042
20042
  });
20043
20043
  class channels_leaveChannel_ extends Function_ {
20044
20044
  get [_1_tl_object_js_1.id]() {
@@ -20073,7 +20073,7 @@ Object.defineProperty(channels_leaveChannel_, "__F", {
20073
20073
  enumerable: true,
20074
20074
  configurable: true,
20075
20075
  writable: true,
20076
- value: Symbol()
20076
+ value: null
20077
20077
  });
20078
20078
  class channels_inviteToChannel_ extends Function_ {
20079
20079
  get [_1_tl_object_js_1.id]() {
@@ -20117,7 +20117,7 @@ Object.defineProperty(channels_inviteToChannel_, "__F", {
20117
20117
  enumerable: true,
20118
20118
  configurable: true,
20119
20119
  writable: true,
20120
- value: Symbol()
20120
+ value: null
20121
20121
  });
20122
20122
  class channels_deleteChannel_ extends Function_ {
20123
20123
  get [_1_tl_object_js_1.id]() {
@@ -20152,7 +20152,7 @@ Object.defineProperty(channels_deleteChannel_, "__F", {
20152
20152
  enumerable: true,
20153
20153
  configurable: true,
20154
20154
  writable: true,
20155
- value: Symbol()
20155
+ value: null
20156
20156
  });
20157
20157
  class channels_exportMessageLink_ extends Function_ {
20158
20158
  get [_1_tl_object_js_1.id]() {
@@ -20216,7 +20216,7 @@ Object.defineProperty(channels_exportMessageLink_, "__F", {
20216
20216
  enumerable: true,
20217
20217
  configurable: true,
20218
20218
  writable: true,
20219
- value: Symbol()
20219
+ value: null
20220
20220
  });
20221
20221
  class channels_toggleSignatures_ extends Function_ {
20222
20222
  get [_1_tl_object_js_1.id]() {
@@ -20260,7 +20260,7 @@ Object.defineProperty(channels_toggleSignatures_, "__F", {
20260
20260
  enumerable: true,
20261
20261
  configurable: true,
20262
20262
  writable: true,
20263
- value: Symbol()
20263
+ value: null
20264
20264
  });
20265
20265
  class channels_getAdminedPublicChannels_ extends Function_ {
20266
20266
  get [_1_tl_object_js_1.id]() {
@@ -20306,7 +20306,7 @@ Object.defineProperty(channels_getAdminedPublicChannels_, "__F", {
20306
20306
  enumerable: true,
20307
20307
  configurable: true,
20308
20308
  writable: true,
20309
- value: Symbol()
20309
+ value: null
20310
20310
  });
20311
20311
  class channels_editBanned_ extends Function_ {
20312
20312
  get [_1_tl_object_js_1.id]() {
@@ -20359,7 +20359,7 @@ Object.defineProperty(channels_editBanned_, "__F", {
20359
20359
  enumerable: true,
20360
20360
  configurable: true,
20361
20361
  writable: true,
20362
- value: Symbol()
20362
+ value: null
20363
20363
  });
20364
20364
  class channels_getAdminLog_ extends Function_ {
20365
20365
  get [_1_tl_object_js_1.id]() {
@@ -20450,7 +20450,7 @@ Object.defineProperty(channels_getAdminLog_, "__F", {
20450
20450
  enumerable: true,
20451
20451
  configurable: true,
20452
20452
  writable: true,
20453
- value: Symbol()
20453
+ value: null
20454
20454
  });
20455
20455
  class channels_setStickers_ extends Function_ {
20456
20456
  get [_1_tl_object_js_1.id]() {
@@ -20494,7 +20494,7 @@ Object.defineProperty(channels_setStickers_, "__F", {
20494
20494
  enumerable: true,
20495
20495
  configurable: true,
20496
20496
  writable: true,
20497
- value: Symbol()
20497
+ value: null
20498
20498
  });
20499
20499
  class channels_readMessageContents_ extends Function_ {
20500
20500
  get [_1_tl_object_js_1.id]() {
@@ -20538,7 +20538,7 @@ Object.defineProperty(channels_readMessageContents_, "__F", {
20538
20538
  enumerable: true,
20539
20539
  configurable: true,
20540
20540
  writable: true,
20541
- value: Symbol()
20541
+ value: null
20542
20542
  });
20543
20543
  class channels_deleteHistory_ extends Function_ {
20544
20544
  get [_1_tl_object_js_1.id]() {
@@ -20593,7 +20593,7 @@ Object.defineProperty(channels_deleteHistory_, "__F", {
20593
20593
  enumerable: true,
20594
20594
  configurable: true,
20595
20595
  writable: true,
20596
- value: Symbol()
20596
+ value: null
20597
20597
  });
20598
20598
  class channels_togglePreHistoryHidden_ extends Function_ {
20599
20599
  get [_1_tl_object_js_1.id]() {
@@ -20637,7 +20637,7 @@ Object.defineProperty(channels_togglePreHistoryHidden_, "__F", {
20637
20637
  enumerable: true,
20638
20638
  configurable: true,
20639
20639
  writable: true,
20640
- value: Symbol()
20640
+ value: null
20641
20641
  });
20642
20642
  class channels_getLeftChannels_ extends Function_ {
20643
20643
  get [_1_tl_object_js_1.id]() {
@@ -20672,7 +20672,7 @@ Object.defineProperty(channels_getLeftChannels_, "__F", {
20672
20672
  enumerable: true,
20673
20673
  configurable: true,
20674
20674
  writable: true,
20675
- value: Symbol()
20675
+ value: null
20676
20676
  });
20677
20677
  class channels_getGroupsForDiscussion_ extends Function_ {
20678
20678
  get [_1_tl_object_js_1.id]() {
@@ -20696,7 +20696,7 @@ Object.defineProperty(channels_getGroupsForDiscussion_, "__F", {
20696
20696
  enumerable: true,
20697
20697
  configurable: true,
20698
20698
  writable: true,
20699
- value: Symbol()
20699
+ value: null
20700
20700
  });
20701
20701
  class channels_setDiscussionGroup_ extends Function_ {
20702
20702
  get [_1_tl_object_js_1.id]() {
@@ -20740,7 +20740,7 @@ Object.defineProperty(channels_setDiscussionGroup_, "__F", {
20740
20740
  enumerable: true,
20741
20741
  configurable: true,
20742
20742
  writable: true,
20743
- value: Symbol()
20743
+ value: null
20744
20744
  });
20745
20745
  class channels_editCreator_ extends Function_ {
20746
20746
  get [_1_tl_object_js_1.id]() {
@@ -20793,7 +20793,7 @@ Object.defineProperty(channels_editCreator_, "__F", {
20793
20793
  enumerable: true,
20794
20794
  configurable: true,
20795
20795
  writable: true,
20796
- value: Symbol()
20796
+ value: null
20797
20797
  });
20798
20798
  class channels_editLocation_ extends Function_ {
20799
20799
  get [_1_tl_object_js_1.id]() {
@@ -20846,7 +20846,7 @@ Object.defineProperty(channels_editLocation_, "__F", {
20846
20846
  enumerable: true,
20847
20847
  configurable: true,
20848
20848
  writable: true,
20849
- value: Symbol()
20849
+ value: null
20850
20850
  });
20851
20851
  class channels_toggleSlowMode_ extends Function_ {
20852
20852
  get [_1_tl_object_js_1.id]() {
@@ -20890,7 +20890,7 @@ Object.defineProperty(channels_toggleSlowMode_, "__F", {
20890
20890
  enumerable: true,
20891
20891
  configurable: true,
20892
20892
  writable: true,
20893
- value: Symbol()
20893
+ value: null
20894
20894
  });
20895
20895
  class channels_getInactiveChannels_ extends Function_ {
20896
20896
  get [_1_tl_object_js_1.id]() {
@@ -20914,7 +20914,7 @@ Object.defineProperty(channels_getInactiveChannels_, "__F", {
20914
20914
  enumerable: true,
20915
20915
  configurable: true,
20916
20916
  writable: true,
20917
- value: Symbol()
20917
+ value: null
20918
20918
  });
20919
20919
  class channels_convertToGigagroup_ extends Function_ {
20920
20920
  get [_1_tl_object_js_1.id]() {
@@ -20949,7 +20949,7 @@ Object.defineProperty(channels_convertToGigagroup_, "__F", {
20949
20949
  enumerable: true,
20950
20950
  configurable: true,
20951
20951
  writable: true,
20952
- value: Symbol()
20952
+ value: null
20953
20953
  });
20954
20954
  class channels_viewSponsoredMessage_ extends Function_ {
20955
20955
  get [_1_tl_object_js_1.id]() {
@@ -20993,7 +20993,7 @@ Object.defineProperty(channels_viewSponsoredMessage_, "__F", {
20993
20993
  enumerable: true,
20994
20994
  configurable: true,
20995
20995
  writable: true,
20996
- value: Symbol()
20996
+ value: null
20997
20997
  });
20998
20998
  class channels_getSponsoredMessages_ extends Function_ {
20999
20999
  get [_1_tl_object_js_1.id]() {
@@ -21028,7 +21028,7 @@ Object.defineProperty(channels_getSponsoredMessages_, "__F", {
21028
21028
  enumerable: true,
21029
21029
  configurable: true,
21030
21030
  writable: true,
21031
- value: Symbol()
21031
+ value: null
21032
21032
  });
21033
21033
  class channels_getSendAs_ extends Function_ {
21034
21034
  get [_1_tl_object_js_1.id]() {
@@ -21063,7 +21063,7 @@ Object.defineProperty(channels_getSendAs_, "__F", {
21063
21063
  enumerable: true,
21064
21064
  configurable: true,
21065
21065
  writable: true,
21066
- value: Symbol()
21066
+ value: null
21067
21067
  });
21068
21068
  class channels_deleteParticipantHistory_ extends Function_ {
21069
21069
  get [_1_tl_object_js_1.id]() {
@@ -21107,7 +21107,7 @@ Object.defineProperty(channels_deleteParticipantHistory_, "__F", {
21107
21107
  enumerable: true,
21108
21108
  configurable: true,
21109
21109
  writable: true,
21110
- value: Symbol()
21110
+ value: null
21111
21111
  });
21112
21112
  class channels_toggleJoinToSend_ extends Function_ {
21113
21113
  get [_1_tl_object_js_1.id]() {
@@ -21151,7 +21151,7 @@ Object.defineProperty(channels_toggleJoinToSend_, "__F", {
21151
21151
  enumerable: true,
21152
21152
  configurable: true,
21153
21153
  writable: true,
21154
- value: Symbol()
21154
+ value: null
21155
21155
  });
21156
21156
  class channels_toggleJoinRequest_ extends Function_ {
21157
21157
  get [_1_tl_object_js_1.id]() {
@@ -21195,7 +21195,7 @@ Object.defineProperty(channels_toggleJoinRequest_, "__F", {
21195
21195
  enumerable: true,
21196
21196
  configurable: true,
21197
21197
  writable: true,
21198
- value: Symbol()
21198
+ value: null
21199
21199
  });
21200
21200
  class channels_reorderUsernames_ extends Function_ {
21201
21201
  get [_1_tl_object_js_1.id]() {
@@ -21239,7 +21239,7 @@ Object.defineProperty(channels_reorderUsernames_, "__F", {
21239
21239
  enumerable: true,
21240
21240
  configurable: true,
21241
21241
  writable: true,
21242
- value: Symbol()
21242
+ value: null
21243
21243
  });
21244
21244
  class channels_toggleUsername_ extends Function_ {
21245
21245
  get [_1_tl_object_js_1.id]() {
@@ -21292,7 +21292,7 @@ Object.defineProperty(channels_toggleUsername_, "__F", {
21292
21292
  enumerable: true,
21293
21293
  configurable: true,
21294
21294
  writable: true,
21295
- value: Symbol()
21295
+ value: null
21296
21296
  });
21297
21297
  class channels_deactivateAllUsernames_ extends Function_ {
21298
21298
  get [_1_tl_object_js_1.id]() {
@@ -21327,7 +21327,7 @@ Object.defineProperty(channels_deactivateAllUsernames_, "__F", {
21327
21327
  enumerable: true,
21328
21328
  configurable: true,
21329
21329
  writable: true,
21330
- value: Symbol()
21330
+ value: null
21331
21331
  });
21332
21332
  class channels_toggleForum_ extends Function_ {
21333
21333
  get [_1_tl_object_js_1.id]() {
@@ -21371,7 +21371,7 @@ Object.defineProperty(channels_toggleForum_, "__F", {
21371
21371
  enumerable: true,
21372
21372
  configurable: true,
21373
21373
  writable: true,
21374
- value: Symbol()
21374
+ value: null
21375
21375
  });
21376
21376
  class channels_createForumTopic_ extends Function_ {
21377
21377
  get [_1_tl_object_js_1.id]() {
@@ -21453,7 +21453,7 @@ Object.defineProperty(channels_createForumTopic_, "__F", {
21453
21453
  enumerable: true,
21454
21454
  configurable: true,
21455
21455
  writable: true,
21456
- value: Symbol()
21456
+ value: null
21457
21457
  });
21458
21458
  class channels_getForumTopics_ extends Function_ {
21459
21459
  get [_1_tl_object_js_1.id]() {
@@ -21535,7 +21535,7 @@ Object.defineProperty(channels_getForumTopics_, "__F", {
21535
21535
  enumerable: true,
21536
21536
  configurable: true,
21537
21537
  writable: true,
21538
- value: Symbol()
21538
+ value: null
21539
21539
  });
21540
21540
  class channels_getForumTopicsByID_ extends Function_ {
21541
21541
  get [_1_tl_object_js_1.id]() {
@@ -21579,7 +21579,7 @@ Object.defineProperty(channels_getForumTopicsByID_, "__F", {
21579
21579
  enumerable: true,
21580
21580
  configurable: true,
21581
21581
  writable: true,
21582
- value: Symbol()
21582
+ value: null
21583
21583
  });
21584
21584
  class channels_editForumTopic_ extends Function_ {
21585
21585
  get [_1_tl_object_js_1.id]() {
@@ -21661,7 +21661,7 @@ Object.defineProperty(channels_editForumTopic_, "__F", {
21661
21661
  enumerable: true,
21662
21662
  configurable: true,
21663
21663
  writable: true,
21664
- value: Symbol()
21664
+ value: null
21665
21665
  });
21666
21666
  class channels_updatePinnedForumTopic_ extends Function_ {
21667
21667
  get [_1_tl_object_js_1.id]() {
@@ -21714,7 +21714,7 @@ Object.defineProperty(channels_updatePinnedForumTopic_, "__F", {
21714
21714
  enumerable: true,
21715
21715
  configurable: true,
21716
21716
  writable: true,
21717
- value: Symbol()
21717
+ value: null
21718
21718
  });
21719
21719
  class channels_deleteTopicHistory_ extends Function_ {
21720
21720
  get [_1_tl_object_js_1.id]() {
@@ -21758,7 +21758,7 @@ Object.defineProperty(channels_deleteTopicHistory_, "__F", {
21758
21758
  enumerable: true,
21759
21759
  configurable: true,
21760
21760
  writable: true,
21761
- value: Symbol()
21761
+ value: null
21762
21762
  });
21763
21763
  class channels_reorderPinnedForumTopics_ extends Function_ {
21764
21764
  get [_1_tl_object_js_1.id]() {
@@ -21813,7 +21813,7 @@ Object.defineProperty(channels_reorderPinnedForumTopics_, "__F", {
21813
21813
  enumerable: true,
21814
21814
  configurable: true,
21815
21815
  writable: true,
21816
- value: Symbol()
21816
+ value: null
21817
21817
  });
21818
21818
  class channels_toggleAntiSpam_ extends Function_ {
21819
21819
  get [_1_tl_object_js_1.id]() {
@@ -21857,7 +21857,7 @@ Object.defineProperty(channels_toggleAntiSpam_, "__F", {
21857
21857
  enumerable: true,
21858
21858
  configurable: true,
21859
21859
  writable: true,
21860
- value: Symbol()
21860
+ value: null
21861
21861
  });
21862
21862
  class channels_reportAntiSpamFalsePositive_ extends Function_ {
21863
21863
  get [_1_tl_object_js_1.id]() {
@@ -21901,7 +21901,7 @@ Object.defineProperty(channels_reportAntiSpamFalsePositive_, "__F", {
21901
21901
  enumerable: true,
21902
21902
  configurable: true,
21903
21903
  writable: true,
21904
- value: Symbol()
21904
+ value: null
21905
21905
  });
21906
21906
  class channels_toggleParticipantsHidden_ extends Function_ {
21907
21907
  get [_1_tl_object_js_1.id]() {
@@ -21945,7 +21945,7 @@ Object.defineProperty(channels_toggleParticipantsHidden_, "__F", {
21945
21945
  enumerable: true,
21946
21946
  configurable: true,
21947
21947
  writable: true,
21948
- value: Symbol()
21948
+ value: null
21949
21949
  });
21950
21950
  class channels_clickSponsoredMessage_ extends Function_ {
21951
21951
  get [_1_tl_object_js_1.id]() {
@@ -21989,7 +21989,7 @@ Object.defineProperty(channels_clickSponsoredMessage_, "__F", {
21989
21989
  enumerable: true,
21990
21990
  configurable: true,
21991
21991
  writable: true,
21992
- value: Symbol()
21992
+ value: null
21993
21993
  });
21994
21994
  class channels_updateColor_ extends Function_ {
21995
21995
  get [_1_tl_object_js_1.id]() {
@@ -22053,7 +22053,7 @@ Object.defineProperty(channels_updateColor_, "__F", {
22053
22053
  enumerable: true,
22054
22054
  configurable: true,
22055
22055
  writable: true,
22056
- value: Symbol()
22056
+ value: null
22057
22057
  });
22058
22058
  class channels_toggleViewForumAsMessages_ extends Function_ {
22059
22059
  get [_1_tl_object_js_1.id]() {
@@ -22097,7 +22097,7 @@ Object.defineProperty(channels_toggleViewForumAsMessages_, "__F", {
22097
22097
  enumerable: true,
22098
22098
  configurable: true,
22099
22099
  writable: true,
22100
- value: Symbol()
22100
+ value: null
22101
22101
  });
22102
22102
  class channels_getChannelRecommendations_ extends Function_ {
22103
22103
  get [_1_tl_object_js_1.id]() {
@@ -22132,7 +22132,7 @@ Object.defineProperty(channels_getChannelRecommendations_, "__F", {
22132
22132
  enumerable: true,
22133
22133
  configurable: true,
22134
22134
  writable: true,
22135
- value: Symbol()
22135
+ value: null
22136
22136
  });
22137
22137
  class channels_updateEmojiStatus_ extends Function_ {
22138
22138
  get [_1_tl_object_js_1.id]() {
@@ -22176,7 +22176,7 @@ Object.defineProperty(channels_updateEmojiStatus_, "__F", {
22176
22176
  enumerable: true,
22177
22177
  configurable: true,
22178
22178
  writable: true,
22179
- value: Symbol()
22179
+ value: null
22180
22180
  });
22181
22181
  class channels_setBoostsToUnblockRestrictions_ extends Function_ {
22182
22182
  get [_1_tl_object_js_1.id]() {
@@ -22220,7 +22220,7 @@ Object.defineProperty(channels_setBoostsToUnblockRestrictions_, "__F", {
22220
22220
  enumerable: true,
22221
22221
  configurable: true,
22222
22222
  writable: true,
22223
- value: Symbol()
22223
+ value: null
22224
22224
  });
22225
22225
  class channels_setEmojiStickers_ extends Function_ {
22226
22226
  get [_1_tl_object_js_1.id]() {
@@ -22264,7 +22264,7 @@ Object.defineProperty(channels_setEmojiStickers_, "__F", {
22264
22264
  enumerable: true,
22265
22265
  configurable: true,
22266
22266
  writable: true,
22267
- value: Symbol()
22267
+ value: null
22268
22268
  });
22269
22269
  class bots_sendCustomRequest_ extends Function_ {
22270
22270
  get [_1_tl_object_js_1.id]() {
@@ -22308,7 +22308,7 @@ Object.defineProperty(bots_sendCustomRequest_, "__F", {
22308
22308
  enumerable: true,
22309
22309
  configurable: true,
22310
22310
  writable: true,
22311
- value: Symbol()
22311
+ value: null
22312
22312
  });
22313
22313
  class bots_answerWebhookJSONQuery_ extends Function_ {
22314
22314
  get [_1_tl_object_js_1.id]() {
@@ -22352,7 +22352,7 @@ Object.defineProperty(bots_answerWebhookJSONQuery_, "__F", {
22352
22352
  enumerable: true,
22353
22353
  configurable: true,
22354
22354
  writable: true,
22355
- value: Symbol()
22355
+ value: null
22356
22356
  });
22357
22357
  class bots_setBotCommands_ extends Function_ {
22358
22358
  get [_1_tl_object_js_1.id]() {
@@ -22405,7 +22405,7 @@ Object.defineProperty(bots_setBotCommands_, "__F", {
22405
22405
  enumerable: true,
22406
22406
  configurable: true,
22407
22407
  writable: true,
22408
- value: Symbol()
22408
+ value: null
22409
22409
  });
22410
22410
  class bots_resetBotCommands_ extends Function_ {
22411
22411
  get [_1_tl_object_js_1.id]() {
@@ -22449,7 +22449,7 @@ Object.defineProperty(bots_resetBotCommands_, "__F", {
22449
22449
  enumerable: true,
22450
22450
  configurable: true,
22451
22451
  writable: true,
22452
- value: Symbol()
22452
+ value: null
22453
22453
  });
22454
22454
  class bots_getBotCommands_ extends Function_ {
22455
22455
  get [_1_tl_object_js_1.id]() {
@@ -22493,7 +22493,7 @@ Object.defineProperty(bots_getBotCommands_, "__F", {
22493
22493
  enumerable: true,
22494
22494
  configurable: true,
22495
22495
  writable: true,
22496
- value: Symbol()
22496
+ value: null
22497
22497
  });
22498
22498
  class bots_setBotMenuButton_ extends Function_ {
22499
22499
  get [_1_tl_object_js_1.id]() {
@@ -22537,7 +22537,7 @@ Object.defineProperty(bots_setBotMenuButton_, "__F", {
22537
22537
  enumerable: true,
22538
22538
  configurable: true,
22539
22539
  writable: true,
22540
- value: Symbol()
22540
+ value: null
22541
22541
  });
22542
22542
  class bots_getBotMenuButton_ extends Function_ {
22543
22543
  get [_1_tl_object_js_1.id]() {
@@ -22572,7 +22572,7 @@ Object.defineProperty(bots_getBotMenuButton_, "__F", {
22572
22572
  enumerable: true,
22573
22573
  configurable: true,
22574
22574
  writable: true,
22575
- value: Symbol()
22575
+ value: null
22576
22576
  });
22577
22577
  class bots_setBotBroadcastDefaultAdminRights_ extends Function_ {
22578
22578
  get [_1_tl_object_js_1.id]() {
@@ -22607,7 +22607,7 @@ Object.defineProperty(bots_setBotBroadcastDefaultAdminRights_, "__F", {
22607
22607
  enumerable: true,
22608
22608
  configurable: true,
22609
22609
  writable: true,
22610
- value: Symbol()
22610
+ value: null
22611
22611
  });
22612
22612
  class bots_setBotGroupDefaultAdminRights_ extends Function_ {
22613
22613
  get [_1_tl_object_js_1.id]() {
@@ -22642,7 +22642,7 @@ Object.defineProperty(bots_setBotGroupDefaultAdminRights_, "__F", {
22642
22642
  enumerable: true,
22643
22643
  configurable: true,
22644
22644
  writable: true,
22645
- value: Symbol()
22645
+ value: null
22646
22646
  });
22647
22647
  class bots_setBotInfo_ extends Function_ {
22648
22648
  get [_1_tl_object_js_1.id]() {
@@ -22715,7 +22715,7 @@ Object.defineProperty(bots_setBotInfo_, "__F", {
22715
22715
  enumerable: true,
22716
22716
  configurable: true,
22717
22717
  writable: true,
22718
- value: Symbol()
22718
+ value: null
22719
22719
  });
22720
22720
  class bots_getBotInfo_ extends Function_ {
22721
22721
  get [_1_tl_object_js_1.id]() {
@@ -22761,7 +22761,7 @@ Object.defineProperty(bots_getBotInfo_, "__F", {
22761
22761
  enumerable: true,
22762
22762
  configurable: true,
22763
22763
  writable: true,
22764
- value: Symbol()
22764
+ value: null
22765
22765
  });
22766
22766
  class bots_reorderUsernames_ extends Function_ {
22767
22767
  get [_1_tl_object_js_1.id]() {
@@ -22805,7 +22805,7 @@ Object.defineProperty(bots_reorderUsernames_, "__F", {
22805
22805
  enumerable: true,
22806
22806
  configurable: true,
22807
22807
  writable: true,
22808
- value: Symbol()
22808
+ value: null
22809
22809
  });
22810
22810
  class bots_toggleUsername_ extends Function_ {
22811
22811
  get [_1_tl_object_js_1.id]() {
@@ -22858,7 +22858,7 @@ Object.defineProperty(bots_toggleUsername_, "__F", {
22858
22858
  enumerable: true,
22859
22859
  configurable: true,
22860
22860
  writable: true,
22861
- value: Symbol()
22861
+ value: null
22862
22862
  });
22863
22863
  class bots_canSendMessage_ extends Function_ {
22864
22864
  get [_1_tl_object_js_1.id]() {
@@ -22893,7 +22893,7 @@ Object.defineProperty(bots_canSendMessage_, "__F", {
22893
22893
  enumerable: true,
22894
22894
  configurable: true,
22895
22895
  writable: true,
22896
- value: Symbol()
22896
+ value: null
22897
22897
  });
22898
22898
  class bots_allowSendMessage_ extends Function_ {
22899
22899
  get [_1_tl_object_js_1.id]() {
@@ -22928,7 +22928,7 @@ Object.defineProperty(bots_allowSendMessage_, "__F", {
22928
22928
  enumerable: true,
22929
22929
  configurable: true,
22930
22930
  writable: true,
22931
- value: Symbol()
22931
+ value: null
22932
22932
  });
22933
22933
  class bots_invokeWebViewCustomMethod_ extends Function_ {
22934
22934
  get [_1_tl_object_js_1.id]() {
@@ -22981,7 +22981,7 @@ Object.defineProperty(bots_invokeWebViewCustomMethod_, "__F", {
22981
22981
  enumerable: true,
22982
22982
  configurable: true,
22983
22983
  writable: true,
22984
- value: Symbol()
22984
+ value: null
22985
22985
  });
22986
22986
  class payments_getPaymentForm_ extends Function_ {
22987
22987
  get [_1_tl_object_js_1.id]() {
@@ -23027,7 +23027,7 @@ Object.defineProperty(payments_getPaymentForm_, "__F", {
23027
23027
  enumerable: true,
23028
23028
  configurable: true,
23029
23029
  writable: true,
23030
- value: Symbol()
23030
+ value: null
23031
23031
  });
23032
23032
  class payments_getPaymentReceipt_ extends Function_ {
23033
23033
  get [_1_tl_object_js_1.id]() {
@@ -23071,7 +23071,7 @@ Object.defineProperty(payments_getPaymentReceipt_, "__F", {
23071
23071
  enumerable: true,
23072
23072
  configurable: true,
23073
23073
  writable: true,
23074
- value: Symbol()
23074
+ value: null
23075
23075
  });
23076
23076
  class payments_validateRequestedInfo_ extends Function_ {
23077
23077
  get [_1_tl_object_js_1.id]() {
@@ -23126,7 +23126,7 @@ Object.defineProperty(payments_validateRequestedInfo_, "__F", {
23126
23126
  enumerable: true,
23127
23127
  configurable: true,
23128
23128
  writable: true,
23129
- value: Symbol()
23129
+ value: null
23130
23130
  });
23131
23131
  class payments_sendPaymentForm_ extends Function_ {
23132
23132
  get [_1_tl_object_js_1.id]() {
@@ -23208,7 +23208,7 @@ Object.defineProperty(payments_sendPaymentForm_, "__F", {
23208
23208
  enumerable: true,
23209
23209
  configurable: true,
23210
23210
  writable: true,
23211
- value: Symbol()
23211
+ value: null
23212
23212
  });
23213
23213
  class payments_getSavedInfo_ extends Function_ {
23214
23214
  get [_1_tl_object_js_1.id]() {
@@ -23232,7 +23232,7 @@ Object.defineProperty(payments_getSavedInfo_, "__F", {
23232
23232
  enumerable: true,
23233
23233
  configurable: true,
23234
23234
  writable: true,
23235
- value: Symbol()
23235
+ value: null
23236
23236
  });
23237
23237
  class payments_clearSavedInfo_ extends Function_ {
23238
23238
  get [_1_tl_object_js_1.id]() {
@@ -23278,7 +23278,7 @@ Object.defineProperty(payments_clearSavedInfo_, "__F", {
23278
23278
  enumerable: true,
23279
23279
  configurable: true,
23280
23280
  writable: true,
23281
- value: Symbol()
23281
+ value: null
23282
23282
  });
23283
23283
  class payments_getBankCardData_ extends Function_ {
23284
23284
  get [_1_tl_object_js_1.id]() {
@@ -23313,7 +23313,7 @@ Object.defineProperty(payments_getBankCardData_, "__F", {
23313
23313
  enumerable: true,
23314
23314
  configurable: true,
23315
23315
  writable: true,
23316
- value: Symbol()
23316
+ value: null
23317
23317
  });
23318
23318
  class payments_exportInvoice_ extends Function_ {
23319
23319
  get [_1_tl_object_js_1.id]() {
@@ -23348,7 +23348,7 @@ Object.defineProperty(payments_exportInvoice_, "__F", {
23348
23348
  enumerable: true,
23349
23349
  configurable: true,
23350
23350
  writable: true,
23351
- value: Symbol()
23351
+ value: null
23352
23352
  });
23353
23353
  class payments_assignAppStoreTransaction_ extends Function_ {
23354
23354
  get [_1_tl_object_js_1.id]() {
@@ -23392,7 +23392,7 @@ Object.defineProperty(payments_assignAppStoreTransaction_, "__F", {
23392
23392
  enumerable: true,
23393
23393
  configurable: true,
23394
23394
  writable: true,
23395
- value: Symbol()
23395
+ value: null
23396
23396
  });
23397
23397
  class payments_assignPlayMarketTransaction_ extends Function_ {
23398
23398
  get [_1_tl_object_js_1.id]() {
@@ -23436,7 +23436,7 @@ Object.defineProperty(payments_assignPlayMarketTransaction_, "__F", {
23436
23436
  enumerable: true,
23437
23437
  configurable: true,
23438
23438
  writable: true,
23439
- value: Symbol()
23439
+ value: null
23440
23440
  });
23441
23441
  class payments_canPurchasePremium_ extends Function_ {
23442
23442
  get [_1_tl_object_js_1.id]() {
@@ -23471,7 +23471,7 @@ Object.defineProperty(payments_canPurchasePremium_, "__F", {
23471
23471
  enumerable: true,
23472
23472
  configurable: true,
23473
23473
  writable: true,
23474
- value: Symbol()
23474
+ value: null
23475
23475
  });
23476
23476
  class payments_getPremiumGiftCodeOptions_ extends Function_ {
23477
23477
  get [_1_tl_object_js_1.id]() {
@@ -23508,7 +23508,7 @@ Object.defineProperty(payments_getPremiumGiftCodeOptions_, "__F", {
23508
23508
  enumerable: true,
23509
23509
  configurable: true,
23510
23510
  writable: true,
23511
- value: Symbol()
23511
+ value: null
23512
23512
  });
23513
23513
  class payments_checkGiftCode_ extends Function_ {
23514
23514
  get [_1_tl_object_js_1.id]() {
@@ -23543,7 +23543,7 @@ Object.defineProperty(payments_checkGiftCode_, "__F", {
23543
23543
  enumerable: true,
23544
23544
  configurable: true,
23545
23545
  writable: true,
23546
- value: Symbol()
23546
+ value: null
23547
23547
  });
23548
23548
  class payments_applyGiftCode_ extends Function_ {
23549
23549
  get [_1_tl_object_js_1.id]() {
@@ -23578,7 +23578,7 @@ Object.defineProperty(payments_applyGiftCode_, "__F", {
23578
23578
  enumerable: true,
23579
23579
  configurable: true,
23580
23580
  writable: true,
23581
- value: Symbol()
23581
+ value: null
23582
23582
  });
23583
23583
  class payments_getGiveawayInfo_ extends Function_ {
23584
23584
  get [_1_tl_object_js_1.id]() {
@@ -23622,7 +23622,7 @@ Object.defineProperty(payments_getGiveawayInfo_, "__F", {
23622
23622
  enumerable: true,
23623
23623
  configurable: true,
23624
23624
  writable: true,
23625
- value: Symbol()
23625
+ value: null
23626
23626
  });
23627
23627
  class payments_launchPrepaidGiveaway_ extends Function_ {
23628
23628
  get [_1_tl_object_js_1.id]() {
@@ -23675,7 +23675,7 @@ Object.defineProperty(payments_launchPrepaidGiveaway_, "__F", {
23675
23675
  enumerable: true,
23676
23676
  configurable: true,
23677
23677
  writable: true,
23678
- value: Symbol()
23678
+ value: null
23679
23679
  });
23680
23680
  class stickers_createStickerSet_ extends Function_ {
23681
23681
  get [_1_tl_object_js_1.id]() {
@@ -23802,7 +23802,7 @@ Object.defineProperty(stickers_createStickerSet_, "__F", {
23802
23802
  enumerable: true,
23803
23803
  configurable: true,
23804
23804
  writable: true,
23805
- value: Symbol()
23805
+ value: null
23806
23806
  });
23807
23807
  class stickers_removeStickerFromSet_ extends Function_ {
23808
23808
  get [_1_tl_object_js_1.id]() {
@@ -23837,7 +23837,7 @@ Object.defineProperty(stickers_removeStickerFromSet_, "__F", {
23837
23837
  enumerable: true,
23838
23838
  configurable: true,
23839
23839
  writable: true,
23840
- value: Symbol()
23840
+ value: null
23841
23841
  });
23842
23842
  class stickers_changeStickerPosition_ extends Function_ {
23843
23843
  get [_1_tl_object_js_1.id]() {
@@ -23881,7 +23881,7 @@ Object.defineProperty(stickers_changeStickerPosition_, "__F", {
23881
23881
  enumerable: true,
23882
23882
  configurable: true,
23883
23883
  writable: true,
23884
- value: Symbol()
23884
+ value: null
23885
23885
  });
23886
23886
  class stickers_addStickerToSet_ extends Function_ {
23887
23887
  get [_1_tl_object_js_1.id]() {
@@ -23925,7 +23925,7 @@ Object.defineProperty(stickers_addStickerToSet_, "__F", {
23925
23925
  enumerable: true,
23926
23926
  configurable: true,
23927
23927
  writable: true,
23928
- value: Symbol()
23928
+ value: null
23929
23929
  });
23930
23930
  class stickers_setStickerSetThumb_ extends Function_ {
23931
23931
  get [_1_tl_object_js_1.id]() {
@@ -23980,7 +23980,7 @@ Object.defineProperty(stickers_setStickerSetThumb_, "__F", {
23980
23980
  enumerable: true,
23981
23981
  configurable: true,
23982
23982
  writable: true,
23983
- value: Symbol()
23983
+ value: null
23984
23984
  });
23985
23985
  class stickers_checkShortName_ extends Function_ {
23986
23986
  get [_1_tl_object_js_1.id]() {
@@ -24015,7 +24015,7 @@ Object.defineProperty(stickers_checkShortName_, "__F", {
24015
24015
  enumerable: true,
24016
24016
  configurable: true,
24017
24017
  writable: true,
24018
- value: Symbol()
24018
+ value: null
24019
24019
  });
24020
24020
  class stickers_suggestShortName_ extends Function_ {
24021
24021
  get [_1_tl_object_js_1.id]() {
@@ -24050,7 +24050,7 @@ Object.defineProperty(stickers_suggestShortName_, "__F", {
24050
24050
  enumerable: true,
24051
24051
  configurable: true,
24052
24052
  writable: true,
24053
- value: Symbol()
24053
+ value: null
24054
24054
  });
24055
24055
  class stickers_changeSticker_ extends Function_ {
24056
24056
  get [_1_tl_object_js_1.id]() {
@@ -24114,7 +24114,7 @@ Object.defineProperty(stickers_changeSticker_, "__F", {
24114
24114
  enumerable: true,
24115
24115
  configurable: true,
24116
24116
  writable: true,
24117
- value: Symbol()
24117
+ value: null
24118
24118
  });
24119
24119
  class stickers_renameStickerSet_ extends Function_ {
24120
24120
  get [_1_tl_object_js_1.id]() {
@@ -24158,7 +24158,7 @@ Object.defineProperty(stickers_renameStickerSet_, "__F", {
24158
24158
  enumerable: true,
24159
24159
  configurable: true,
24160
24160
  writable: true,
24161
- value: Symbol()
24161
+ value: null
24162
24162
  });
24163
24163
  class stickers_deleteStickerSet_ extends Function_ {
24164
24164
  get [_1_tl_object_js_1.id]() {
@@ -24193,7 +24193,7 @@ Object.defineProperty(stickers_deleteStickerSet_, "__F", {
24193
24193
  enumerable: true,
24194
24194
  configurable: true,
24195
24195
  writable: true,
24196
- value: Symbol()
24196
+ value: null
24197
24197
  });
24198
24198
  class phone_getCallConfig_ extends Function_ {
24199
24199
  get [_1_tl_object_js_1.id]() {
@@ -24217,7 +24217,7 @@ Object.defineProperty(phone_getCallConfig_, "__F", {
24217
24217
  enumerable: true,
24218
24218
  configurable: true,
24219
24219
  writable: true,
24220
- value: Symbol()
24220
+ value: null
24221
24221
  });
24222
24222
  class phone_requestCall_ extends Function_ {
24223
24223
  get [_1_tl_object_js_1.id]() {
@@ -24290,7 +24290,7 @@ Object.defineProperty(phone_requestCall_, "__F", {
24290
24290
  enumerable: true,
24291
24291
  configurable: true,
24292
24292
  writable: true,
24293
- value: Symbol()
24293
+ value: null
24294
24294
  });
24295
24295
  class phone_acceptCall_ extends Function_ {
24296
24296
  get [_1_tl_object_js_1.id]() {
@@ -24343,7 +24343,7 @@ Object.defineProperty(phone_acceptCall_, "__F", {
24343
24343
  enumerable: true,
24344
24344
  configurable: true,
24345
24345
  writable: true,
24346
- value: Symbol()
24346
+ value: null
24347
24347
  });
24348
24348
  class phone_confirmCall_ extends Function_ {
24349
24349
  get [_1_tl_object_js_1.id]() {
@@ -24405,7 +24405,7 @@ Object.defineProperty(phone_confirmCall_, "__F", {
24405
24405
  enumerable: true,
24406
24406
  configurable: true,
24407
24407
  writable: true,
24408
- value: Symbol()
24408
+ value: null
24409
24409
  });
24410
24410
  class phone_receivedCall_ extends Function_ {
24411
24411
  get [_1_tl_object_js_1.id]() {
@@ -24440,7 +24440,7 @@ Object.defineProperty(phone_receivedCall_, "__F", {
24440
24440
  enumerable: true,
24441
24441
  configurable: true,
24442
24442
  writable: true,
24443
- value: Symbol()
24443
+ value: null
24444
24444
  });
24445
24445
  class phone_discardCall_ extends Function_ {
24446
24446
  get [_1_tl_object_js_1.id]() {
@@ -24513,7 +24513,7 @@ Object.defineProperty(phone_discardCall_, "__F", {
24513
24513
  enumerable: true,
24514
24514
  configurable: true,
24515
24515
  writable: true,
24516
- value: Symbol()
24516
+ value: null
24517
24517
  });
24518
24518
  class phone_setCallRating_ extends Function_ {
24519
24519
  get [_1_tl_object_js_1.id]() {
@@ -24577,7 +24577,7 @@ Object.defineProperty(phone_setCallRating_, "__F", {
24577
24577
  enumerable: true,
24578
24578
  configurable: true,
24579
24579
  writable: true,
24580
- value: Symbol()
24580
+ value: null
24581
24581
  });
24582
24582
  class phone_saveCallDebug_ extends Function_ {
24583
24583
  get [_1_tl_object_js_1.id]() {
@@ -24621,7 +24621,7 @@ Object.defineProperty(phone_saveCallDebug_, "__F", {
24621
24621
  enumerable: true,
24622
24622
  configurable: true,
24623
24623
  writable: true,
24624
- value: Symbol()
24624
+ value: null
24625
24625
  });
24626
24626
  class phone_sendSignalingData_ extends Function_ {
24627
24627
  get [_1_tl_object_js_1.id]() {
@@ -24665,7 +24665,7 @@ Object.defineProperty(phone_sendSignalingData_, "__F", {
24665
24665
  enumerable: true,
24666
24666
  configurable: true,
24667
24667
  writable: true,
24668
- value: Symbol()
24668
+ value: null
24669
24669
  });
24670
24670
  class phone_createGroupCall_ extends Function_ {
24671
24671
  get [_1_tl_object_js_1.id]() {
@@ -24738,7 +24738,7 @@ Object.defineProperty(phone_createGroupCall_, "__F", {
24738
24738
  enumerable: true,
24739
24739
  configurable: true,
24740
24740
  writable: true,
24741
- value: Symbol()
24741
+ value: null
24742
24742
  });
24743
24743
  class phone_joinGroupCall_ extends Function_ {
24744
24744
  get [_1_tl_object_js_1.id]() {
@@ -24820,7 +24820,7 @@ Object.defineProperty(phone_joinGroupCall_, "__F", {
24820
24820
  enumerable: true,
24821
24821
  configurable: true,
24822
24822
  writable: true,
24823
- value: Symbol()
24823
+ value: null
24824
24824
  });
24825
24825
  class phone_leaveGroupCall_ extends Function_ {
24826
24826
  get [_1_tl_object_js_1.id]() {
@@ -24864,7 +24864,7 @@ Object.defineProperty(phone_leaveGroupCall_, "__F", {
24864
24864
  enumerable: true,
24865
24865
  configurable: true,
24866
24866
  writable: true,
24867
- value: Symbol()
24867
+ value: null
24868
24868
  });
24869
24869
  class phone_inviteToGroupCall_ extends Function_ {
24870
24870
  get [_1_tl_object_js_1.id]() {
@@ -24908,7 +24908,7 @@ Object.defineProperty(phone_inviteToGroupCall_, "__F", {
24908
24908
  enumerable: true,
24909
24909
  configurable: true,
24910
24910
  writable: true,
24911
- value: Symbol()
24911
+ value: null
24912
24912
  });
24913
24913
  class phone_discardGroupCall_ extends Function_ {
24914
24914
  get [_1_tl_object_js_1.id]() {
@@ -24943,7 +24943,7 @@ Object.defineProperty(phone_discardGroupCall_, "__F", {
24943
24943
  enumerable: true,
24944
24944
  configurable: true,
24945
24945
  writable: true,
24946
- value: Symbol()
24946
+ value: null
24947
24947
  });
24948
24948
  class phone_toggleGroupCallSettings_ extends Function_ {
24949
24949
  get [_1_tl_object_js_1.id]() {
@@ -24998,7 +24998,7 @@ Object.defineProperty(phone_toggleGroupCallSettings_, "__F", {
24998
24998
  enumerable: true,
24999
24999
  configurable: true,
25000
25000
  writable: true,
25001
- value: Symbol()
25001
+ value: null
25002
25002
  });
25003
25003
  class phone_getGroupCall_ extends Function_ {
25004
25004
  get [_1_tl_object_js_1.id]() {
@@ -25042,7 +25042,7 @@ Object.defineProperty(phone_getGroupCall_, "__F", {
25042
25042
  enumerable: true,
25043
25043
  configurable: true,
25044
25044
  writable: true,
25045
- value: Symbol()
25045
+ value: null
25046
25046
  });
25047
25047
  class phone_getGroupParticipants_ extends Function_ {
25048
25048
  get [_1_tl_object_js_1.id]() {
@@ -25113,7 +25113,7 @@ Object.defineProperty(phone_getGroupParticipants_, "__F", {
25113
25113
  enumerable: true,
25114
25114
  configurable: true,
25115
25115
  writable: true,
25116
- value: Symbol()
25116
+ value: null
25117
25117
  });
25118
25118
  class phone_checkGroupCall_ extends Function_ {
25119
25119
  get [_1_tl_object_js_1.id]() {
@@ -25157,7 +25157,7 @@ Object.defineProperty(phone_checkGroupCall_, "__F", {
25157
25157
  enumerable: true,
25158
25158
  configurable: true,
25159
25159
  writable: true,
25160
- value: Symbol()
25160
+ value: null
25161
25161
  });
25162
25162
  class phone_toggleGroupCallRecord_ extends Function_ {
25163
25163
  get [_1_tl_object_js_1.id]() {
@@ -25230,7 +25230,7 @@ Object.defineProperty(phone_toggleGroupCallRecord_, "__F", {
25230
25230
  enumerable: true,
25231
25231
  configurable: true,
25232
25232
  writable: true,
25233
- value: Symbol()
25233
+ value: null
25234
25234
  });
25235
25235
  class phone_editGroupCallParticipant_ extends Function_ {
25236
25236
  get [_1_tl_object_js_1.id]() {
@@ -25330,7 +25330,7 @@ Object.defineProperty(phone_editGroupCallParticipant_, "__F", {
25330
25330
  enumerable: true,
25331
25331
  configurable: true,
25332
25332
  writable: true,
25333
- value: Symbol()
25333
+ value: null
25334
25334
  });
25335
25335
  class phone_editGroupCallTitle_ extends Function_ {
25336
25336
  get [_1_tl_object_js_1.id]() {
@@ -25374,7 +25374,7 @@ Object.defineProperty(phone_editGroupCallTitle_, "__F", {
25374
25374
  enumerable: true,
25375
25375
  configurable: true,
25376
25376
  writable: true,
25377
- value: Symbol()
25377
+ value: null
25378
25378
  });
25379
25379
  class phone_getGroupCallJoinAs_ extends Function_ {
25380
25380
  get [_1_tl_object_js_1.id]() {
@@ -25409,7 +25409,7 @@ Object.defineProperty(phone_getGroupCallJoinAs_, "__F", {
25409
25409
  enumerable: true,
25410
25410
  configurable: true,
25411
25411
  writable: true,
25412
- value: Symbol()
25412
+ value: null
25413
25413
  });
25414
25414
  class phone_exportGroupCallInvite_ extends Function_ {
25415
25415
  get [_1_tl_object_js_1.id]() {
@@ -25455,7 +25455,7 @@ Object.defineProperty(phone_exportGroupCallInvite_, "__F", {
25455
25455
  enumerable: true,
25456
25456
  configurable: true,
25457
25457
  writable: true,
25458
- value: Symbol()
25458
+ value: null
25459
25459
  });
25460
25460
  class phone_toggleGroupCallStartSubscription_ extends Function_ {
25461
25461
  get [_1_tl_object_js_1.id]() {
@@ -25499,7 +25499,7 @@ Object.defineProperty(phone_toggleGroupCallStartSubscription_, "__F", {
25499
25499
  enumerable: true,
25500
25500
  configurable: true,
25501
25501
  writable: true,
25502
- value: Symbol()
25502
+ value: null
25503
25503
  });
25504
25504
  class phone_startScheduledGroupCall_ extends Function_ {
25505
25505
  get [_1_tl_object_js_1.id]() {
@@ -25534,7 +25534,7 @@ Object.defineProperty(phone_startScheduledGroupCall_, "__F", {
25534
25534
  enumerable: true,
25535
25535
  configurable: true,
25536
25536
  writable: true,
25537
- value: Symbol()
25537
+ value: null
25538
25538
  });
25539
25539
  class phone_saveDefaultGroupCallJoinAs_ extends Function_ {
25540
25540
  get [_1_tl_object_js_1.id]() {
@@ -25578,7 +25578,7 @@ Object.defineProperty(phone_saveDefaultGroupCallJoinAs_, "__F", {
25578
25578
  enumerable: true,
25579
25579
  configurable: true,
25580
25580
  writable: true,
25581
- value: Symbol()
25581
+ value: null
25582
25582
  });
25583
25583
  class phone_joinGroupCallPresentation_ extends Function_ {
25584
25584
  get [_1_tl_object_js_1.id]() {
@@ -25622,7 +25622,7 @@ Object.defineProperty(phone_joinGroupCallPresentation_, "__F", {
25622
25622
  enumerable: true,
25623
25623
  configurable: true,
25624
25624
  writable: true,
25625
- value: Symbol()
25625
+ value: null
25626
25626
  });
25627
25627
  class phone_leaveGroupCallPresentation_ extends Function_ {
25628
25628
  get [_1_tl_object_js_1.id]() {
@@ -25657,7 +25657,7 @@ Object.defineProperty(phone_leaveGroupCallPresentation_, "__F", {
25657
25657
  enumerable: true,
25658
25658
  configurable: true,
25659
25659
  writable: true,
25660
- value: Symbol()
25660
+ value: null
25661
25661
  });
25662
25662
  class phone_getGroupCallStreamChannels_ extends Function_ {
25663
25663
  get [_1_tl_object_js_1.id]() {
@@ -25692,7 +25692,7 @@ Object.defineProperty(phone_getGroupCallStreamChannels_, "__F", {
25692
25692
  enumerable: true,
25693
25693
  configurable: true,
25694
25694
  writable: true,
25695
- value: Symbol()
25695
+ value: null
25696
25696
  });
25697
25697
  class phone_getGroupCallStreamRtmpUrl_ extends Function_ {
25698
25698
  get [_1_tl_object_js_1.id]() {
@@ -25736,7 +25736,7 @@ Object.defineProperty(phone_getGroupCallStreamRtmpUrl_, "__F", {
25736
25736
  enumerable: true,
25737
25737
  configurable: true,
25738
25738
  writable: true,
25739
- value: Symbol()
25739
+ value: null
25740
25740
  });
25741
25741
  class phone_saveCallLog_ extends Function_ {
25742
25742
  get [_1_tl_object_js_1.id]() {
@@ -25780,7 +25780,7 @@ Object.defineProperty(phone_saveCallLog_, "__F", {
25780
25780
  enumerable: true,
25781
25781
  configurable: true,
25782
25782
  writable: true,
25783
- value: Symbol()
25783
+ value: null
25784
25784
  });
25785
25785
  class langpack_getLangPack_ extends Function_ {
25786
25786
  get [_1_tl_object_js_1.id]() {
@@ -25824,7 +25824,7 @@ Object.defineProperty(langpack_getLangPack_, "__F", {
25824
25824
  enumerable: true,
25825
25825
  configurable: true,
25826
25826
  writable: true,
25827
- value: Symbol()
25827
+ value: null
25828
25828
  });
25829
25829
  class langpack_getStrings_ extends Function_ {
25830
25830
  get [_1_tl_object_js_1.id]() {
@@ -25877,7 +25877,7 @@ Object.defineProperty(langpack_getStrings_, "__F", {
25877
25877
  enumerable: true,
25878
25878
  configurable: true,
25879
25879
  writable: true,
25880
- value: Symbol()
25880
+ value: null
25881
25881
  });
25882
25882
  class langpack_getDifference_ extends Function_ {
25883
25883
  get [_1_tl_object_js_1.id]() {
@@ -25930,7 +25930,7 @@ Object.defineProperty(langpack_getDifference_, "__F", {
25930
25930
  enumerable: true,
25931
25931
  configurable: true,
25932
25932
  writable: true,
25933
- value: Symbol()
25933
+ value: null
25934
25934
  });
25935
25935
  class langpack_getLanguages_ extends Function_ {
25936
25936
  get [_1_tl_object_js_1.id]() {
@@ -25965,7 +25965,7 @@ Object.defineProperty(langpack_getLanguages_, "__F", {
25965
25965
  enumerable: true,
25966
25966
  configurable: true,
25967
25967
  writable: true,
25968
- value: Symbol()
25968
+ value: null
25969
25969
  });
25970
25970
  class langpack_getLanguage_ extends Function_ {
25971
25971
  get [_1_tl_object_js_1.id]() {
@@ -26009,7 +26009,7 @@ Object.defineProperty(langpack_getLanguage_, "__F", {
26009
26009
  enumerable: true,
26010
26010
  configurable: true,
26011
26011
  writable: true,
26012
- value: Symbol()
26012
+ value: null
26013
26013
  });
26014
26014
  class folders_editPeerFolders_ extends Function_ {
26015
26015
  get [_1_tl_object_js_1.id]() {
@@ -26044,7 +26044,7 @@ Object.defineProperty(folders_editPeerFolders_, "__F", {
26044
26044
  enumerable: true,
26045
26045
  configurable: true,
26046
26046
  writable: true,
26047
- value: Symbol()
26047
+ value: null
26048
26048
  });
26049
26049
  class stats_getBroadcastStats_ extends Function_ {
26050
26050
  get [_1_tl_object_js_1.id]() {
@@ -26090,7 +26090,7 @@ Object.defineProperty(stats_getBroadcastStats_, "__F", {
26090
26090
  enumerable: true,
26091
26091
  configurable: true,
26092
26092
  writable: true,
26093
- value: Symbol()
26093
+ value: null
26094
26094
  });
26095
26095
  class stats_loadAsyncGraph_ extends Function_ {
26096
26096
  get [_1_tl_object_js_1.id]() {
@@ -26136,7 +26136,7 @@ Object.defineProperty(stats_loadAsyncGraph_, "__F", {
26136
26136
  enumerable: true,
26137
26137
  configurable: true,
26138
26138
  writable: true,
26139
- value: Symbol()
26139
+ value: null
26140
26140
  });
26141
26141
  class stats_getMegagroupStats_ extends Function_ {
26142
26142
  get [_1_tl_object_js_1.id]() {
@@ -26182,7 +26182,7 @@ Object.defineProperty(stats_getMegagroupStats_, "__F", {
26182
26182
  enumerable: true,
26183
26183
  configurable: true,
26184
26184
  writable: true,
26185
- value: Symbol()
26185
+ value: null
26186
26186
  });
26187
26187
  class stats_getMessagePublicForwards_ extends Function_ {
26188
26188
  get [_1_tl_object_js_1.id]() {
@@ -26244,7 +26244,7 @@ Object.defineProperty(stats_getMessagePublicForwards_, "__F", {
26244
26244
  enumerable: true,
26245
26245
  configurable: true,
26246
26246
  writable: true,
26247
- value: Symbol()
26247
+ value: null
26248
26248
  });
26249
26249
  class stats_getMessageStats_ extends Function_ {
26250
26250
  get [_1_tl_object_js_1.id]() {
@@ -26299,7 +26299,7 @@ Object.defineProperty(stats_getMessageStats_, "__F", {
26299
26299
  enumerable: true,
26300
26300
  configurable: true,
26301
26301
  writable: true,
26302
- value: Symbol()
26302
+ value: null
26303
26303
  });
26304
26304
  class stats_getStoryStats_ extends Function_ {
26305
26305
  get [_1_tl_object_js_1.id]() {
@@ -26354,7 +26354,7 @@ Object.defineProperty(stats_getStoryStats_, "__F", {
26354
26354
  enumerable: true,
26355
26355
  configurable: true,
26356
26356
  writable: true,
26357
- value: Symbol()
26357
+ value: null
26358
26358
  });
26359
26359
  class stats_getStoryPublicForwards_ extends Function_ {
26360
26360
  get [_1_tl_object_js_1.id]() {
@@ -26416,7 +26416,7 @@ Object.defineProperty(stats_getStoryPublicForwards_, "__F", {
26416
26416
  enumerable: true,
26417
26417
  configurable: true,
26418
26418
  writable: true,
26419
- value: Symbol()
26419
+ value: null
26420
26420
  });
26421
26421
  class chatlists_exportChatlistInvite_ extends Function_ {
26422
26422
  get [_1_tl_object_js_1.id]() {
@@ -26469,7 +26469,7 @@ Object.defineProperty(chatlists_exportChatlistInvite_, "__F", {
26469
26469
  enumerable: true,
26470
26470
  configurable: true,
26471
26471
  writable: true,
26472
- value: Symbol()
26472
+ value: null
26473
26473
  });
26474
26474
  class chatlists_deleteExportedInvite_ extends Function_ {
26475
26475
  get [_1_tl_object_js_1.id]() {
@@ -26513,7 +26513,7 @@ Object.defineProperty(chatlists_deleteExportedInvite_, "__F", {
26513
26513
  enumerable: true,
26514
26514
  configurable: true,
26515
26515
  writable: true,
26516
- value: Symbol()
26516
+ value: null
26517
26517
  });
26518
26518
  class chatlists_editExportedInvite_ extends Function_ {
26519
26519
  get [_1_tl_object_js_1.id]() {
@@ -26577,7 +26577,7 @@ Object.defineProperty(chatlists_editExportedInvite_, "__F", {
26577
26577
  enumerable: true,
26578
26578
  configurable: true,
26579
26579
  writable: true,
26580
- value: Symbol()
26580
+ value: null
26581
26581
  });
26582
26582
  class chatlists_getExportedInvites_ extends Function_ {
26583
26583
  get [_1_tl_object_js_1.id]() {
@@ -26612,7 +26612,7 @@ Object.defineProperty(chatlists_getExportedInvites_, "__F", {
26612
26612
  enumerable: true,
26613
26613
  configurable: true,
26614
26614
  writable: true,
26615
- value: Symbol()
26615
+ value: null
26616
26616
  });
26617
26617
  class chatlists_checkChatlistInvite_ extends Function_ {
26618
26618
  get [_1_tl_object_js_1.id]() {
@@ -26647,7 +26647,7 @@ Object.defineProperty(chatlists_checkChatlistInvite_, "__F", {
26647
26647
  enumerable: true,
26648
26648
  configurable: true,
26649
26649
  writable: true,
26650
- value: Symbol()
26650
+ value: null
26651
26651
  });
26652
26652
  class chatlists_joinChatlistInvite_ extends Function_ {
26653
26653
  get [_1_tl_object_js_1.id]() {
@@ -26691,7 +26691,7 @@ Object.defineProperty(chatlists_joinChatlistInvite_, "__F", {
26691
26691
  enumerable: true,
26692
26692
  configurable: true,
26693
26693
  writable: true,
26694
- value: Symbol()
26694
+ value: null
26695
26695
  });
26696
26696
  class chatlists_getChatlistUpdates_ extends Function_ {
26697
26697
  get [_1_tl_object_js_1.id]() {
@@ -26726,7 +26726,7 @@ Object.defineProperty(chatlists_getChatlistUpdates_, "__F", {
26726
26726
  enumerable: true,
26727
26727
  configurable: true,
26728
26728
  writable: true,
26729
- value: Symbol()
26729
+ value: null
26730
26730
  });
26731
26731
  class chatlists_joinChatlistUpdates_ extends Function_ {
26732
26732
  get [_1_tl_object_js_1.id]() {
@@ -26770,7 +26770,7 @@ Object.defineProperty(chatlists_joinChatlistUpdates_, "__F", {
26770
26770
  enumerable: true,
26771
26771
  configurable: true,
26772
26772
  writable: true,
26773
- value: Symbol()
26773
+ value: null
26774
26774
  });
26775
26775
  class chatlists_hideChatlistUpdates_ extends Function_ {
26776
26776
  get [_1_tl_object_js_1.id]() {
@@ -26805,7 +26805,7 @@ Object.defineProperty(chatlists_hideChatlistUpdates_, "__F", {
26805
26805
  enumerable: true,
26806
26806
  configurable: true,
26807
26807
  writable: true,
26808
- value: Symbol()
26808
+ value: null
26809
26809
  });
26810
26810
  class chatlists_getLeaveChatlistSuggestions_ extends Function_ {
26811
26811
  get [_1_tl_object_js_1.id]() {
@@ -26840,7 +26840,7 @@ Object.defineProperty(chatlists_getLeaveChatlistSuggestions_, "__F", {
26840
26840
  enumerable: true,
26841
26841
  configurable: true,
26842
26842
  writable: true,
26843
- value: Symbol()
26843
+ value: null
26844
26844
  });
26845
26845
  class chatlists_leaveChatlist_ extends Function_ {
26846
26846
  get [_1_tl_object_js_1.id]() {
@@ -26884,7 +26884,7 @@ Object.defineProperty(chatlists_leaveChatlist_, "__F", {
26884
26884
  enumerable: true,
26885
26885
  configurable: true,
26886
26886
  writable: true,
26887
- value: Symbol()
26887
+ value: null
26888
26888
  });
26889
26889
  class stories_canSendStory_ extends Function_ {
26890
26890
  get [_1_tl_object_js_1.id]() {
@@ -26919,7 +26919,7 @@ Object.defineProperty(stories_canSendStory_, "__F", {
26919
26919
  enumerable: true,
26920
26920
  configurable: true,
26921
26921
  writable: true,
26922
- value: Symbol()
26922
+ value: null
26923
26923
  });
26924
26924
  class stories_sendStory_ extends Function_ {
26925
26925
  get [_1_tl_object_js_1.id]() {
@@ -27064,7 +27064,7 @@ Object.defineProperty(stories_sendStory_, "__F", {
27064
27064
  enumerable: true,
27065
27065
  configurable: true,
27066
27066
  writable: true,
27067
- value: Symbol()
27067
+ value: null
27068
27068
  });
27069
27069
  class stories_editStory_ extends Function_ {
27070
27070
  get [_1_tl_object_js_1.id]() {
@@ -27155,7 +27155,7 @@ Object.defineProperty(stories_editStory_, "__F", {
27155
27155
  enumerable: true,
27156
27156
  configurable: true,
27157
27157
  writable: true,
27158
- value: Symbol()
27158
+ value: null
27159
27159
  });
27160
27160
  class stories_deleteStories_ extends Function_ {
27161
27161
  get [_1_tl_object_js_1.id]() {
@@ -27199,7 +27199,7 @@ Object.defineProperty(stories_deleteStories_, "__F", {
27199
27199
  enumerable: true,
27200
27200
  configurable: true,
27201
27201
  writable: true,
27202
- value: Symbol()
27202
+ value: null
27203
27203
  });
27204
27204
  class stories_togglePinned_ extends Function_ {
27205
27205
  get [_1_tl_object_js_1.id]() {
@@ -27252,7 +27252,7 @@ Object.defineProperty(stories_togglePinned_, "__F", {
27252
27252
  enumerable: true,
27253
27253
  configurable: true,
27254
27254
  writable: true,
27255
- value: Symbol()
27255
+ value: null
27256
27256
  });
27257
27257
  class stories_getAllStories_ extends Function_ {
27258
27258
  get [_1_tl_object_js_1.id]() {
@@ -27307,7 +27307,7 @@ Object.defineProperty(stories_getAllStories_, "__F", {
27307
27307
  enumerable: true,
27308
27308
  configurable: true,
27309
27309
  writable: true,
27310
- value: Symbol()
27310
+ value: null
27311
27311
  });
27312
27312
  class stories_getPinnedStories_ extends Function_ {
27313
27313
  get [_1_tl_object_js_1.id]() {
@@ -27360,7 +27360,7 @@ Object.defineProperty(stories_getPinnedStories_, "__F", {
27360
27360
  enumerable: true,
27361
27361
  configurable: true,
27362
27362
  writable: true,
27363
- value: Symbol()
27363
+ value: null
27364
27364
  });
27365
27365
  class stories_getStoriesArchive_ extends Function_ {
27366
27366
  get [_1_tl_object_js_1.id]() {
@@ -27413,7 +27413,7 @@ Object.defineProperty(stories_getStoriesArchive_, "__F", {
27413
27413
  enumerable: true,
27414
27414
  configurable: true,
27415
27415
  writable: true,
27416
- value: Symbol()
27416
+ value: null
27417
27417
  });
27418
27418
  class stories_getStoriesByID_ extends Function_ {
27419
27419
  get [_1_tl_object_js_1.id]() {
@@ -27457,7 +27457,7 @@ Object.defineProperty(stories_getStoriesByID_, "__F", {
27457
27457
  enumerable: true,
27458
27458
  configurable: true,
27459
27459
  writable: true,
27460
- value: Symbol()
27460
+ value: null
27461
27461
  });
27462
27462
  class stories_toggleAllStoriesHidden_ extends Function_ {
27463
27463
  get [_1_tl_object_js_1.id]() {
@@ -27492,7 +27492,7 @@ Object.defineProperty(stories_toggleAllStoriesHidden_, "__F", {
27492
27492
  enumerable: true,
27493
27493
  configurable: true,
27494
27494
  writable: true,
27495
- value: Symbol()
27495
+ value: null
27496
27496
  });
27497
27497
  class stories_readStories_ extends Function_ {
27498
27498
  get [_1_tl_object_js_1.id]() {
@@ -27536,7 +27536,7 @@ Object.defineProperty(stories_readStories_, "__F", {
27536
27536
  enumerable: true,
27537
27537
  configurable: true,
27538
27538
  writable: true,
27539
- value: Symbol()
27539
+ value: null
27540
27540
  });
27541
27541
  class stories_incrementStoryViews_ extends Function_ {
27542
27542
  get [_1_tl_object_js_1.id]() {
@@ -27580,7 +27580,7 @@ Object.defineProperty(stories_incrementStoryViews_, "__F", {
27580
27580
  enumerable: true,
27581
27581
  configurable: true,
27582
27582
  writable: true,
27583
- value: Symbol()
27583
+ value: null
27584
27584
  });
27585
27585
  class stories_getStoryViewsList_ extends Function_ {
27586
27586
  get [_1_tl_object_js_1.id]() {
@@ -27680,7 +27680,7 @@ Object.defineProperty(stories_getStoryViewsList_, "__F", {
27680
27680
  enumerable: true,
27681
27681
  configurable: true,
27682
27682
  writable: true,
27683
- value: Symbol()
27683
+ value: null
27684
27684
  });
27685
27685
  class stories_getStoriesViews_ extends Function_ {
27686
27686
  get [_1_tl_object_js_1.id]() {
@@ -27724,7 +27724,7 @@ Object.defineProperty(stories_getStoriesViews_, "__F", {
27724
27724
  enumerable: true,
27725
27725
  configurable: true,
27726
27726
  writable: true,
27727
- value: Symbol()
27727
+ value: null
27728
27728
  });
27729
27729
  class stories_exportStoryLink_ extends Function_ {
27730
27730
  get [_1_tl_object_js_1.id]() {
@@ -27768,7 +27768,7 @@ Object.defineProperty(stories_exportStoryLink_, "__F", {
27768
27768
  enumerable: true,
27769
27769
  configurable: true,
27770
27770
  writable: true,
27771
- value: Symbol()
27771
+ value: null
27772
27772
  });
27773
27773
  class stories_report_ extends Function_ {
27774
27774
  get [_1_tl_object_js_1.id]() {
@@ -27830,7 +27830,7 @@ Object.defineProperty(stories_report_, "__F", {
27830
27830
  enumerable: true,
27831
27831
  configurable: true,
27832
27832
  writable: true,
27833
- value: Symbol()
27833
+ value: null
27834
27834
  });
27835
27835
  class stories_activateStealthMode_ extends Function_ {
27836
27836
  get [_1_tl_object_js_1.id]() {
@@ -27876,7 +27876,7 @@ Object.defineProperty(stories_activateStealthMode_, "__F", {
27876
27876
  enumerable: true,
27877
27877
  configurable: true,
27878
27878
  writable: true,
27879
- value: Symbol()
27879
+ value: null
27880
27880
  });
27881
27881
  class stories_sendReaction_ extends Function_ {
27882
27882
  get [_1_tl_object_js_1.id]() {
@@ -27940,7 +27940,7 @@ Object.defineProperty(stories_sendReaction_, "__F", {
27940
27940
  enumerable: true,
27941
27941
  configurable: true,
27942
27942
  writable: true,
27943
- value: Symbol()
27943
+ value: null
27944
27944
  });
27945
27945
  class stories_getPeerStories_ extends Function_ {
27946
27946
  get [_1_tl_object_js_1.id]() {
@@ -27975,7 +27975,7 @@ Object.defineProperty(stories_getPeerStories_, "__F", {
27975
27975
  enumerable: true,
27976
27976
  configurable: true,
27977
27977
  writable: true,
27978
- value: Symbol()
27978
+ value: null
27979
27979
  });
27980
27980
  class stories_getAllReadPeerStories_ extends Function_ {
27981
27981
  get [_1_tl_object_js_1.id]() {
@@ -27999,7 +27999,7 @@ Object.defineProperty(stories_getAllReadPeerStories_, "__F", {
27999
27999
  enumerable: true,
28000
28000
  configurable: true,
28001
28001
  writable: true,
28002
- value: Symbol()
28002
+ value: null
28003
28003
  });
28004
28004
  class stories_getPeerMaxIDs_ extends Function_ {
28005
28005
  get [_1_tl_object_js_1.id]() {
@@ -28034,7 +28034,7 @@ Object.defineProperty(stories_getPeerMaxIDs_, "__F", {
28034
28034
  enumerable: true,
28035
28035
  configurable: true,
28036
28036
  writable: true,
28037
- value: Symbol()
28037
+ value: null
28038
28038
  });
28039
28039
  class stories_getChatsToSend_ extends Function_ {
28040
28040
  get [_1_tl_object_js_1.id]() {
@@ -28058,7 +28058,7 @@ Object.defineProperty(stories_getChatsToSend_, "__F", {
28058
28058
  enumerable: true,
28059
28059
  configurable: true,
28060
28060
  writable: true,
28061
- value: Symbol()
28061
+ value: null
28062
28062
  });
28063
28063
  class stories_togglePeerStoriesHidden_ extends Function_ {
28064
28064
  get [_1_tl_object_js_1.id]() {
@@ -28102,7 +28102,7 @@ Object.defineProperty(stories_togglePeerStoriesHidden_, "__F", {
28102
28102
  enumerable: true,
28103
28103
  configurable: true,
28104
28104
  writable: true,
28105
- value: Symbol()
28105
+ value: null
28106
28106
  });
28107
28107
  class stories_getStoryReactionsList_ extends Function_ {
28108
28108
  get [_1_tl_object_js_1.id]() {
@@ -28184,7 +28184,7 @@ Object.defineProperty(stories_getStoryReactionsList_, "__F", {
28184
28184
  enumerable: true,
28185
28185
  configurable: true,
28186
28186
  writable: true,
28187
- value: Symbol()
28187
+ value: null
28188
28188
  });
28189
28189
  class premium_getBoostsList_ extends Function_ {
28190
28190
  get [_1_tl_object_js_1.id]() {
@@ -28248,7 +28248,7 @@ Object.defineProperty(premium_getBoostsList_, "__F", {
28248
28248
  enumerable: true,
28249
28249
  configurable: true,
28250
28250
  writable: true,
28251
- value: Symbol()
28251
+ value: null
28252
28252
  });
28253
28253
  class premium_getMyBoosts_ extends Function_ {
28254
28254
  get [_1_tl_object_js_1.id]() {
@@ -28272,7 +28272,7 @@ Object.defineProperty(premium_getMyBoosts_, "__F", {
28272
28272
  enumerable: true,
28273
28273
  configurable: true,
28274
28274
  writable: true,
28275
- value: Symbol()
28275
+ value: null
28276
28276
  });
28277
28277
  class premium_applyBoost_ extends Function_ {
28278
28278
  get [_1_tl_object_js_1.id]() {
@@ -28318,7 +28318,7 @@ Object.defineProperty(premium_applyBoost_, "__F", {
28318
28318
  enumerable: true,
28319
28319
  configurable: true,
28320
28320
  writable: true,
28321
- value: Symbol()
28321
+ value: null
28322
28322
  });
28323
28323
  class premium_getBoostsStatus_ extends Function_ {
28324
28324
  get [_1_tl_object_js_1.id]() {
@@ -28353,7 +28353,7 @@ Object.defineProperty(premium_getBoostsStatus_, "__F", {
28353
28353
  enumerable: true,
28354
28354
  configurable: true,
28355
28355
  writable: true,
28356
- value: Symbol()
28356
+ value: null
28357
28357
  });
28358
28358
  class premium_getUserBoosts_ extends Function_ {
28359
28359
  get [_1_tl_object_js_1.id]() {
@@ -28397,7 +28397,7 @@ Object.defineProperty(premium_getUserBoosts_, "__F", {
28397
28397
  enumerable: true,
28398
28398
  configurable: true,
28399
28399
  writable: true,
28400
- value: Symbol()
28400
+ value: null
28401
28401
  });
28402
28402
  exports.functions = {
28403
28403
  Function: Function_,