@mtkruto/node 0.73.0 → 0.74.0
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.
- package/esm/0_errors.d.ts +1 -1
- package/esm/0_errors.d.ts.map +1 -1
- package/esm/client/0_storage_operations.js +2 -2
- package/esm/client/0_utilities.d.ts +1 -1
- package/esm/client/0_utilities.d.ts.map +1 -1
- package/esm/client/2_account_manager.js +7 -7
- package/esm/client/2_update_manager.js +2 -2
- package/esm/client/3_message_manager.js +2 -2
- package/esm/client/3_video_chat_manager.js +8 -8
- package/esm/client/4_chat_list_manager.js +6 -6
- package/esm/client/4_forum_manager.js +15 -15
- package/esm/client/4_poll_manager.js +3 -3
- package/esm/tl/0_tl_error.d.ts +1 -0
- package/esm/tl/0_tl_error.d.ts.map +1 -1
- package/esm/tl/0_tl_error.js +1 -0
- package/esm/tl/1_telegram_api.d.ts +210 -86
- package/esm/tl/1_telegram_api.d.ts.map +1 -1
- package/esm/tl/1_telegram_api.js +284 -128
- package/esm/types/1_chat_p.js +3 -3
- package/esm/types/2_user.js +1 -1
- package/esm/types/4_gift.d.ts +1 -1
- package/esm/types/4_gift.d.ts.map +1 -1
- package/package.json +1 -1
- package/script/0_errors.d.ts +1 -1
- package/script/0_errors.d.ts.map +1 -1
- package/script/client/0_storage_operations.js +2 -2
- package/script/client/0_utilities.d.ts +1 -1
- package/script/client/0_utilities.d.ts.map +1 -1
- package/script/client/2_account_manager.js +7 -7
- package/script/client/2_update_manager.js +2 -2
- package/script/client/3_message_manager.js +2 -2
- package/script/client/3_video_chat_manager.js +8 -8
- package/script/client/4_chat_list_manager.js +6 -6
- package/script/client/4_forum_manager.js +15 -15
- package/script/client/4_poll_manager.js +3 -3
- package/script/tl/0_tl_error.d.ts +1 -0
- package/script/tl/0_tl_error.d.ts.map +1 -1
- package/script/tl/0_tl_error.js +1 -0
- package/script/tl/1_telegram_api.d.ts +210 -86
- package/script/tl/1_telegram_api.d.ts.map +1 -1
- package/script/tl/1_telegram_api.js +284 -128
- package/script/types/1_chat_p.js +3 -3
- package/script/types/2_user.js +1 -1
- package/script/types/4_gift.d.ts +1 -1
- package/script/types/4_gift.d.ts.map +1 -1
|
@@ -604,6 +604,7 @@ exports.schema = Object.freeze({
|
|
|
604
604
|
["contact_require_premium", "flags2.10?true"],
|
|
605
605
|
["bot_business", "flags2.11?true"],
|
|
606
606
|
["bot_has_main_app", "flags2.13?true"],
|
|
607
|
+
["bot_forum_view", "flags2.16?true"],
|
|
607
608
|
["id", "long"],
|
|
608
609
|
["access_hash", "flags.0?long"],
|
|
609
610
|
["first_name", "flags.1?string"],
|
|
@@ -1494,6 +1495,7 @@ exports.schema = Object.freeze({
|
|
|
1494
1495
|
0x0D999256,
|
|
1495
1496
|
[
|
|
1496
1497
|
["flags", "#"],
|
|
1498
|
+
["title_missing", "flags.1?true"],
|
|
1497
1499
|
["title", "string"],
|
|
1498
1500
|
["icon_color", "int"],
|
|
1499
1501
|
["icon_emoji_id", "flags.0?long"],
|
|
@@ -1649,7 +1651,7 @@ exports.schema = Object.freeze({
|
|
|
1649
1651
|
"MessageAction",
|
|
1650
1652
|
],
|
|
1651
1653
|
messageActionStarGiftUnique: [
|
|
1652
|
-
|
|
1654
|
+
0x95728543,
|
|
1653
1655
|
[
|
|
1654
1656
|
["flags", "#"],
|
|
1655
1657
|
["upgrade", "flags.0?true"],
|
|
@@ -1657,6 +1659,7 @@ exports.schema = Object.freeze({
|
|
|
1657
1659
|
["saved", "flags.2?true"],
|
|
1658
1660
|
["refunded", "flags.5?true"],
|
|
1659
1661
|
["prepaid_upgrade", "flags.11?true"],
|
|
1662
|
+
["assigned", "flags.13?true"],
|
|
1660
1663
|
["gift", "StarGift"],
|
|
1661
1664
|
["can_export_at", "flags.3?int"],
|
|
1662
1665
|
["transfer_stars", "flags.4?long"],
|
|
@@ -1666,6 +1669,7 @@ exports.schema = Object.freeze({
|
|
|
1666
1669
|
["resale_amount", "flags.8?StarsAmount"],
|
|
1667
1670
|
["can_transfer_at", "flags.9?int"],
|
|
1668
1671
|
["can_resell_at", "flags.10?int"],
|
|
1672
|
+
["drop_original_details_stars", "flags.12?long"],
|
|
1669
1673
|
],
|
|
1670
1674
|
"MessageAction",
|
|
1671
1675
|
],
|
|
@@ -1753,6 +1757,13 @@ exports.schema = Object.freeze({
|
|
|
1753
1757
|
],
|
|
1754
1758
|
"MessageAction",
|
|
1755
1759
|
],
|
|
1760
|
+
messageActionSuggestBirthday: [
|
|
1761
|
+
0x2C8F2A25,
|
|
1762
|
+
[
|
|
1763
|
+
["birthday", "Birthday"],
|
|
1764
|
+
],
|
|
1765
|
+
"MessageAction",
|
|
1766
|
+
],
|
|
1756
1767
|
dialog: [
|
|
1757
1768
|
0xD58A08C6,
|
|
1758
1769
|
[
|
|
@@ -1900,12 +1911,14 @@ exports.schema = Object.freeze({
|
|
|
1900
1911
|
"auth.SentCode",
|
|
1901
1912
|
],
|
|
1902
1913
|
"auth.sentCodePaymentRequired": [
|
|
1903
|
-
|
|
1914
|
+
0xE0955A3C,
|
|
1904
1915
|
[
|
|
1905
1916
|
["store_product", "string"],
|
|
1906
1917
|
["phone_code_hash", "string"],
|
|
1907
1918
|
["support_email_address", "string"],
|
|
1908
1919
|
["support_email_subject", "string"],
|
|
1920
|
+
["currency", "string"],
|
|
1921
|
+
["amount", "long"],
|
|
1909
1922
|
],
|
|
1910
1923
|
"auth.SentCode",
|
|
1911
1924
|
],
|
|
@@ -2105,7 +2118,7 @@ exports.schema = Object.freeze({
|
|
|
2105
2118
|
"ReportReason",
|
|
2106
2119
|
],
|
|
2107
2120
|
userFull: [
|
|
2108
|
-
|
|
2121
|
+
0xA02BC13E,
|
|
2109
2122
|
[
|
|
2110
2123
|
["flags", "#"],
|
|
2111
2124
|
["blocked", "flags.0?true"],
|
|
@@ -2162,6 +2175,7 @@ exports.schema = Object.freeze({
|
|
|
2162
2175
|
["stars_my_pending_rating_date", "flags2.18?int"],
|
|
2163
2176
|
["main_tab", "flags2.20?ProfileTab"],
|
|
2164
2177
|
["saved_music", "flags2.21?Document"],
|
|
2178
|
+
["note", "flags2.22?TextWithEntities"],
|
|
2165
2179
|
],
|
|
2166
2180
|
"UserFull",
|
|
2167
2181
|
],
|
|
@@ -2261,16 +2275,17 @@ exports.schema = Object.freeze({
|
|
|
2261
2275
|
"messages.Dialogs",
|
|
2262
2276
|
],
|
|
2263
2277
|
"messages.messages": [
|
|
2264
|
-
|
|
2278
|
+
0x1D73E7EA,
|
|
2265
2279
|
[
|
|
2266
2280
|
["messages", "Vector<Message>"],
|
|
2281
|
+
["topics", "Vector<ForumTopic>"],
|
|
2267
2282
|
["chats", "Vector<Chat>"],
|
|
2268
2283
|
["users", "Vector<User>"],
|
|
2269
2284
|
],
|
|
2270
2285
|
"messages.Messages",
|
|
2271
2286
|
],
|
|
2272
2287
|
"messages.messagesSlice": [
|
|
2273
|
-
|
|
2288
|
+
0x5F206716,
|
|
2274
2289
|
[
|
|
2275
2290
|
["flags", "#"],
|
|
2276
2291
|
["inexact", "flags.1?true"],
|
|
@@ -2279,6 +2294,7 @@ exports.schema = Object.freeze({
|
|
|
2279
2294
|
["offset_id_offset", "flags.2?int"],
|
|
2280
2295
|
["search_flood", "flags.3?SearchPostsFlood"],
|
|
2281
2296
|
["messages", "Vector<Message>"],
|
|
2297
|
+
["topics", "Vector<ForumTopic>"],
|
|
2282
2298
|
["chats", "Vector<Chat>"],
|
|
2283
2299
|
["users", "Vector<User>"],
|
|
2284
2300
|
],
|
|
@@ -2454,9 +2470,11 @@ exports.schema = Object.freeze({
|
|
|
2454
2470
|
"Update",
|
|
2455
2471
|
],
|
|
2456
2472
|
updateUserTyping: [
|
|
2457
|
-
|
|
2473
|
+
0x2A17BF5C,
|
|
2458
2474
|
[
|
|
2475
|
+
["flags", "#"],
|
|
2459
2476
|
["user_id", "long"],
|
|
2477
|
+
["top_msg_id", "flags.0?int"],
|
|
2460
2478
|
["action", "SendMessageAction"],
|
|
2461
2479
|
],
|
|
2462
2480
|
"Update",
|
|
@@ -2605,11 +2623,12 @@ exports.schema = Object.freeze({
|
|
|
2605
2623
|
"Update",
|
|
2606
2624
|
],
|
|
2607
2625
|
updateReadHistoryInbox: [
|
|
2608
|
-
|
|
2626
|
+
0x9E84BC99,
|
|
2609
2627
|
[
|
|
2610
2628
|
["flags", "#"],
|
|
2611
2629
|
["folder_id", "flags.0?int"],
|
|
2612
2630
|
["peer", "Peer"],
|
|
2631
|
+
["top_msg_id", "flags.1?int"],
|
|
2613
2632
|
["max_id", "int"],
|
|
2614
2633
|
["still_unread_count", "int"],
|
|
2615
2634
|
["pts", "int"],
|
|
@@ -3381,25 +3400,6 @@ exports.schema = Object.freeze({
|
|
|
3381
3400
|
],
|
|
3382
3401
|
"Update",
|
|
3383
3402
|
],
|
|
3384
|
-
updateChannelPinnedTopic: [
|
|
3385
|
-
0x192EFBE3,
|
|
3386
|
-
[
|
|
3387
|
-
["flags", "#"],
|
|
3388
|
-
["pinned", "flags.0?true"],
|
|
3389
|
-
["channel_id", "long"],
|
|
3390
|
-
["topic_id", "int"],
|
|
3391
|
-
],
|
|
3392
|
-
"Update",
|
|
3393
|
-
],
|
|
3394
|
-
updateChannelPinnedTopics: [
|
|
3395
|
-
0xFE198602,
|
|
3396
|
-
[
|
|
3397
|
-
["flags", "#"],
|
|
3398
|
-
["channel_id", "long"],
|
|
3399
|
-
["order", "flags.0?Vector<int>"],
|
|
3400
|
-
],
|
|
3401
|
-
"Update",
|
|
3402
|
-
],
|
|
3403
3403
|
updateUser: [
|
|
3404
3404
|
0x20529438,
|
|
3405
3405
|
[
|
|
@@ -3707,6 +3707,44 @@ exports.schema = Object.freeze({
|
|
|
3707
3707
|
],
|
|
3708
3708
|
"Update",
|
|
3709
3709
|
],
|
|
3710
|
+
updateGroupCallMessage: [
|
|
3711
|
+
0x78C314E0,
|
|
3712
|
+
[
|
|
3713
|
+
["call", "InputGroupCall"],
|
|
3714
|
+
["from_id", "Peer"],
|
|
3715
|
+
["random_id", "long"],
|
|
3716
|
+
["message", "TextWithEntities"],
|
|
3717
|
+
],
|
|
3718
|
+
"Update",
|
|
3719
|
+
],
|
|
3720
|
+
updateGroupCallEncryptedMessage: [
|
|
3721
|
+
0xC957A766,
|
|
3722
|
+
[
|
|
3723
|
+
["call", "InputGroupCall"],
|
|
3724
|
+
["from_id", "Peer"],
|
|
3725
|
+
["encrypted_message", "bytes"],
|
|
3726
|
+
],
|
|
3727
|
+
"Update",
|
|
3728
|
+
],
|
|
3729
|
+
updatePinnedForumTopic: [
|
|
3730
|
+
0x683B2C52,
|
|
3731
|
+
[
|
|
3732
|
+
["flags", "#"],
|
|
3733
|
+
["pinned", "flags.0?true"],
|
|
3734
|
+
["peer", "Peer"],
|
|
3735
|
+
["topic_id", "int"],
|
|
3736
|
+
],
|
|
3737
|
+
"Update",
|
|
3738
|
+
],
|
|
3739
|
+
updatePinnedForumTopics: [
|
|
3740
|
+
0xDEF143D0,
|
|
3741
|
+
[
|
|
3742
|
+
["flags", "#"],
|
|
3743
|
+
["peer", "Peer"],
|
|
3744
|
+
["order", "flags.0?Vector<int>"],
|
|
3745
|
+
],
|
|
3746
|
+
"Update",
|
|
3747
|
+
],
|
|
3710
3748
|
"updates.state": [
|
|
3711
3749
|
0xA56C2A3E,
|
|
3712
3750
|
[
|
|
@@ -4352,6 +4390,14 @@ exports.schema = Object.freeze({
|
|
|
4352
4390
|
],
|
|
4353
4391
|
"SendMessageAction",
|
|
4354
4392
|
],
|
|
4393
|
+
sendMessageTextDraftAction: [
|
|
4394
|
+
0x376D975C,
|
|
4395
|
+
[
|
|
4396
|
+
["random_id", "long"],
|
|
4397
|
+
["text", "TextWithEntities"],
|
|
4398
|
+
],
|
|
4399
|
+
"SendMessageAction",
|
|
4400
|
+
],
|
|
4355
4401
|
"contacts.found": [
|
|
4356
4402
|
0xB3134D9D,
|
|
4357
4403
|
[
|
|
@@ -9568,6 +9614,9 @@ exports.schema = Object.freeze({
|
|
|
9568
9614
|
["listeners_hidden", "flags.13?true"],
|
|
9569
9615
|
["conference", "flags.14?true"],
|
|
9570
9616
|
["creator", "flags.15?true"],
|
|
9617
|
+
["messages_enabled", "flags.17?true"],
|
|
9618
|
+
["can_change_messages_enabled", "flags.18?true"],
|
|
9619
|
+
["min", "flags.19?true"],
|
|
9571
9620
|
["id", "long"],
|
|
9572
9621
|
["access_hash", "long"],
|
|
9573
9622
|
["participants_count", "int"],
|
|
@@ -9906,14 +9955,14 @@ exports.schema = Object.freeze({
|
|
|
9906
9955
|
"account.ChatThemes",
|
|
9907
9956
|
],
|
|
9908
9957
|
"account.chatThemes": [
|
|
9909
|
-
|
|
9958
|
+
0xBE098173,
|
|
9910
9959
|
[
|
|
9911
9960
|
["flags", "#"],
|
|
9912
9961
|
["hash", "long"],
|
|
9913
9962
|
["themes", "Vector<ChatTheme>"],
|
|
9914
9963
|
["chats", "Vector<Chat>"],
|
|
9915
9964
|
["users", "Vector<User>"],
|
|
9916
|
-
["next_offset", "flags.0?
|
|
9965
|
+
["next_offset", "flags.0?string"],
|
|
9917
9966
|
],
|
|
9918
9967
|
"account.ChatThemes",
|
|
9919
9968
|
],
|
|
@@ -10409,6 +10458,20 @@ exports.schema = Object.freeze({
|
|
|
10409
10458
|
],
|
|
10410
10459
|
"InputInvoice",
|
|
10411
10460
|
],
|
|
10461
|
+
inputInvoicePremiumAuthCode: [
|
|
10462
|
+
0x3E77F614,
|
|
10463
|
+
[
|
|
10464
|
+
["purpose", "InputStorePaymentPurpose"],
|
|
10465
|
+
],
|
|
10466
|
+
"InputInvoice",
|
|
10467
|
+
],
|
|
10468
|
+
inputInvoiceStarGiftDropOriginalDetails: [
|
|
10469
|
+
0x0923D8D1,
|
|
10470
|
+
[
|
|
10471
|
+
["stargift", "InputSavedStarGift"],
|
|
10472
|
+
],
|
|
10473
|
+
"InputInvoice",
|
|
10474
|
+
],
|
|
10412
10475
|
"payments.exportedInvoice": [
|
|
10413
10476
|
0xAED0CBD9,
|
|
10414
10477
|
[
|
|
@@ -10779,7 +10842,7 @@ exports.schema = Object.freeze({
|
|
|
10779
10842
|
"ForumTopic",
|
|
10780
10843
|
],
|
|
10781
10844
|
forumTopic: [
|
|
10782
|
-
|
|
10845
|
+
0xCDFF0ECA,
|
|
10783
10846
|
[
|
|
10784
10847
|
["flags", "#"],
|
|
10785
10848
|
["my", "flags.1?true"],
|
|
@@ -10787,8 +10850,10 @@ exports.schema = Object.freeze({
|
|
|
10787
10850
|
["pinned", "flags.3?true"],
|
|
10788
10851
|
["short", "flags.5?true"],
|
|
10789
10852
|
["hidden", "flags.6?true"],
|
|
10853
|
+
["title_missing", "flags.7?true"],
|
|
10790
10854
|
["id", "int"],
|
|
10791
10855
|
["date", "int"],
|
|
10856
|
+
["peer", "Peer"],
|
|
10792
10857
|
["title", "string"],
|
|
10793
10858
|
["icon_color", "int"],
|
|
10794
10859
|
["icon_emoji_id", "flags.0?long"],
|
|
@@ -11686,6 +11751,27 @@ exports.schema = Object.freeze({
|
|
|
11686
11751
|
],
|
|
11687
11752
|
"PeerColor",
|
|
11688
11753
|
],
|
|
11754
|
+
peerColorCollectible: [
|
|
11755
|
+
0xB9C0639A,
|
|
11756
|
+
[
|
|
11757
|
+
["flags", "#"],
|
|
11758
|
+
["collectible_id", "long"],
|
|
11759
|
+
["gift_emoji_id", "long"],
|
|
11760
|
+
["background_emoji_id", "long"],
|
|
11761
|
+
["accent_color", "int"],
|
|
11762
|
+
["colors", "Vector<int>"],
|
|
11763
|
+
["dark_accent_color", "flags.0?int"],
|
|
11764
|
+
["dark_colors", "flags.1?Vector<int>"],
|
|
11765
|
+
],
|
|
11766
|
+
"PeerColor",
|
|
11767
|
+
],
|
|
11768
|
+
inputPeerColorCollectible: [
|
|
11769
|
+
0xB8EA86A9,
|
|
11770
|
+
[
|
|
11771
|
+
["collectible_id", "long"],
|
|
11772
|
+
],
|
|
11773
|
+
"PeerColor",
|
|
11774
|
+
],
|
|
11689
11775
|
"help.peerColorSet": [
|
|
11690
11776
|
0x26219A58,
|
|
11691
11777
|
[
|
|
@@ -12447,6 +12533,7 @@ exports.schema = Object.freeze({
|
|
|
12447
12533
|
["stargift_resale", "flags.22?true"],
|
|
12448
12534
|
["posts_search", "flags.24?true"],
|
|
12449
12535
|
["stargift_prepaid_upgrade", "flags.25?true"],
|
|
12536
|
+
["stargift_drop_original_details", "flags.26?true"],
|
|
12450
12537
|
["id", "string"],
|
|
12451
12538
|
["amount", "StarsAmount"],
|
|
12452
12539
|
["date", "int"],
|
|
@@ -12675,6 +12762,7 @@ exports.schema = Object.freeze({
|
|
|
12675
12762
|
["birthday", "flags.2?true"],
|
|
12676
12763
|
["require_premium", "flags.7?true"],
|
|
12677
12764
|
["limited_per_user", "flags.8?true"],
|
|
12765
|
+
["peer_color_available", "flags.10?true"],
|
|
12678
12766
|
["id", "long"],
|
|
12679
12767
|
["sticker", "Document"],
|
|
12680
12768
|
["stars", "long"],
|
|
@@ -12695,7 +12783,7 @@ exports.schema = Object.freeze({
|
|
|
12695
12783
|
"StarGift",
|
|
12696
12784
|
],
|
|
12697
12785
|
starGiftUnique: [
|
|
12698
|
-
|
|
12786
|
+
0xB0BF741B,
|
|
12699
12787
|
[
|
|
12700
12788
|
["flags", "#"],
|
|
12701
12789
|
["require_premium", "flags.6?true"],
|
|
@@ -12718,6 +12806,8 @@ exports.schema = Object.freeze({
|
|
|
12718
12806
|
["value_amount", "flags.8?long"],
|
|
12719
12807
|
["value_currency", "flags.8?string"],
|
|
12720
12808
|
["theme_peer", "flags.10?Peer"],
|
|
12809
|
+
["peer_color", "flags.11?PeerColor"],
|
|
12810
|
+
["host_id", "flags.12?Peer"],
|
|
12721
12811
|
],
|
|
12722
12812
|
"StarGift",
|
|
12723
12813
|
],
|
|
@@ -12940,9 +13030,11 @@ exports.schema = Object.freeze({
|
|
|
12940
13030
|
"StarGiftAttribute",
|
|
12941
13031
|
],
|
|
12942
13032
|
"payments.starGiftUpgradePreview": [
|
|
12943
|
-
|
|
13033
|
+
0x3DE1DFED,
|
|
12944
13034
|
[
|
|
12945
13035
|
["sample_attributes", "Vector<StarGiftAttribute>"],
|
|
13036
|
+
["prices", "Vector<StarGiftUpgradePrice>"],
|
|
13037
|
+
["next_prices", "Vector<StarGiftUpgradePrice>"],
|
|
12946
13038
|
],
|
|
12947
13039
|
"payments.StarGiftUpgradePreview",
|
|
12948
13040
|
],
|
|
@@ -12980,7 +13072,7 @@ exports.schema = Object.freeze({
|
|
|
12980
13072
|
"messages.WebPagePreview",
|
|
12981
13073
|
],
|
|
12982
13074
|
savedStarGift: [
|
|
12983
|
-
|
|
13075
|
+
0x8983A452,
|
|
12984
13076
|
[
|
|
12985
13077
|
["flags", "#"],
|
|
12986
13078
|
["name_hidden", "flags.0?true"],
|
|
@@ -13003,6 +13095,7 @@ exports.schema = Object.freeze({
|
|
|
13003
13095
|
["can_resell_at", "flags.14?int"],
|
|
13004
13096
|
["collection_id", "flags.15?Vector<int>"],
|
|
13005
13097
|
["prepaid_upgrade_hash", "flags.16?string"],
|
|
13098
|
+
["drop_original_details_stars", "flags.18?long"],
|
|
13006
13099
|
],
|
|
13007
13100
|
"SavedStarGift",
|
|
13008
13101
|
],
|
|
@@ -13436,6 +13529,14 @@ exports.schema = Object.freeze({
|
|
|
13436
13529
|
],
|
|
13437
13530
|
"InputChatTheme",
|
|
13438
13531
|
],
|
|
13532
|
+
starGiftUpgradePrice: [
|
|
13533
|
+
0x99EA331D,
|
|
13534
|
+
[
|
|
13535
|
+
["date", "int"],
|
|
13536
|
+
["upgrade_stars", "long"],
|
|
13537
|
+
],
|
|
13538
|
+
"StarGiftUpgradePrice",
|
|
13539
|
+
],
|
|
13439
13540
|
invokeAfterMsg: [
|
|
13440
13541
|
0xCB9F372D,
|
|
13441
13542
|
[
|
|
@@ -13726,6 +13827,15 @@ exports.schema = Object.freeze({
|
|
|
13726
13827
|
],
|
|
13727
13828
|
"Bool",
|
|
13728
13829
|
],
|
|
13830
|
+
"auth.checkPaidAuth": [
|
|
13831
|
+
0x56E59F9C,
|
|
13832
|
+
[
|
|
13833
|
+
["phone_number", "string"],
|
|
13834
|
+
["phone_code_hash", "string"],
|
|
13835
|
+
["form_id", "long"],
|
|
13836
|
+
],
|
|
13837
|
+
"auth.SentCode",
|
|
13838
|
+
],
|
|
13729
13839
|
"account.registerDevice": [
|
|
13730
13840
|
0xEC86017A,
|
|
13731
13841
|
[
|
|
@@ -14400,12 +14510,11 @@ exports.schema = Object.freeze({
|
|
|
14400
14510
|
"Bool",
|
|
14401
14511
|
],
|
|
14402
14512
|
"account.updateColor": [
|
|
14403
|
-
|
|
14513
|
+
0x684D214E,
|
|
14404
14514
|
[
|
|
14405
14515
|
["flags", "#"],
|
|
14406
14516
|
["for_profile", "flags.1?true"],
|
|
14407
|
-
["color", "flags.2?
|
|
14408
|
-
["background_emoji_id", "flags.0?long"],
|
|
14517
|
+
["color", "flags.2?PeerColor"],
|
|
14409
14518
|
],
|
|
14410
14519
|
"Bool",
|
|
14411
14520
|
],
|
|
@@ -14629,9 +14738,9 @@ exports.schema = Object.freeze({
|
|
|
14629
14738
|
"account.SavedMusicIds",
|
|
14630
14739
|
],
|
|
14631
14740
|
"account.getUniqueGiftChatThemes": [
|
|
14632
|
-
|
|
14741
|
+
0xE42CE9C9,
|
|
14633
14742
|
[
|
|
14634
|
-
["offset", "
|
|
14743
|
+
["offset", "string"],
|
|
14635
14744
|
["limit", "int"],
|
|
14636
14745
|
["hash", "long"],
|
|
14637
14746
|
],
|
|
@@ -14684,6 +14793,14 @@ exports.schema = Object.freeze({
|
|
|
14684
14793
|
],
|
|
14685
14794
|
"users.SavedMusic",
|
|
14686
14795
|
],
|
|
14796
|
+
"users.suggestBirthday": [
|
|
14797
|
+
0xFC533372,
|
|
14798
|
+
[
|
|
14799
|
+
["id", "InputUser"],
|
|
14800
|
+
["birthday", "Birthday"],
|
|
14801
|
+
],
|
|
14802
|
+
"Updates",
|
|
14803
|
+
],
|
|
14687
14804
|
"contacts.getContactIDs": [
|
|
14688
14805
|
0x7ADC669D,
|
|
14689
14806
|
[
|
|
@@ -14814,7 +14931,7 @@ exports.schema = Object.freeze({
|
|
|
14814
14931
|
"Bool",
|
|
14815
14932
|
],
|
|
14816
14933
|
"contacts.addContact": [
|
|
14817
|
-
|
|
14934
|
+
0xD9BA2E54,
|
|
14818
14935
|
[
|
|
14819
14936
|
["flags", "#"],
|
|
14820
14937
|
["add_phone_privacy_exception", "flags.0?true"],
|
|
@@ -14822,6 +14939,7 @@ exports.schema = Object.freeze({
|
|
|
14822
14939
|
["first_name", "string"],
|
|
14823
14940
|
["last_name", "string"],
|
|
14824
14941
|
["phone", "string"],
|
|
14942
|
+
["note", "flags.1?TextWithEntities"],
|
|
14825
14943
|
],
|
|
14826
14944
|
"Updates",
|
|
14827
14945
|
],
|
|
@@ -14901,6 +15019,14 @@ exports.schema = Object.freeze({
|
|
|
14901
15019
|
],
|
|
14902
15020
|
"contacts.SponsoredPeers",
|
|
14903
15021
|
],
|
|
15022
|
+
"contacts.updateContactNote": [
|
|
15023
|
+
0x139F63FB,
|
|
15024
|
+
[
|
|
15025
|
+
["id", "InputUser"],
|
|
15026
|
+
["note", "TextWithEntities"],
|
|
15027
|
+
],
|
|
15028
|
+
"Bool",
|
|
15029
|
+
],
|
|
14904
15030
|
"messages.getMessages": [
|
|
14905
15031
|
0x63C66506,
|
|
14906
15032
|
[
|
|
@@ -17101,6 +17227,81 @@ exports.schema = Object.freeze({
|
|
|
17101
17227
|
],
|
|
17102
17228
|
"Updates",
|
|
17103
17229
|
],
|
|
17230
|
+
"messages.getForumTopics": [
|
|
17231
|
+
0x3BA47BFF,
|
|
17232
|
+
[
|
|
17233
|
+
["flags", "#"],
|
|
17234
|
+
["peer", "InputPeer"],
|
|
17235
|
+
["q", "flags.0?string"],
|
|
17236
|
+
["offset_date", "int"],
|
|
17237
|
+
["offset_id", "int"],
|
|
17238
|
+
["offset_topic", "int"],
|
|
17239
|
+
["limit", "int"],
|
|
17240
|
+
],
|
|
17241
|
+
"messages.ForumTopics",
|
|
17242
|
+
],
|
|
17243
|
+
"messages.getForumTopicsByID": [
|
|
17244
|
+
0xAF0A4A08,
|
|
17245
|
+
[
|
|
17246
|
+
["peer", "InputPeer"],
|
|
17247
|
+
["topics", "Vector<int>"],
|
|
17248
|
+
],
|
|
17249
|
+
"messages.ForumTopics",
|
|
17250
|
+
],
|
|
17251
|
+
"messages.editForumTopic": [
|
|
17252
|
+
0xCECC1134,
|
|
17253
|
+
[
|
|
17254
|
+
["flags", "#"],
|
|
17255
|
+
["peer", "InputPeer"],
|
|
17256
|
+
["topic_id", "int"],
|
|
17257
|
+
["title", "flags.0?string"],
|
|
17258
|
+
["icon_emoji_id", "flags.1?long"],
|
|
17259
|
+
["closed", "flags.2?Bool"],
|
|
17260
|
+
["hidden", "flags.3?Bool"],
|
|
17261
|
+
],
|
|
17262
|
+
"Updates",
|
|
17263
|
+
],
|
|
17264
|
+
"messages.updatePinnedForumTopic": [
|
|
17265
|
+
0x175DF251,
|
|
17266
|
+
[
|
|
17267
|
+
["peer", "InputPeer"],
|
|
17268
|
+
["topic_id", "int"],
|
|
17269
|
+
["pinned", "Bool"],
|
|
17270
|
+
],
|
|
17271
|
+
"Updates",
|
|
17272
|
+
],
|
|
17273
|
+
"messages.reorderPinnedForumTopics": [
|
|
17274
|
+
0x0E7841F0,
|
|
17275
|
+
[
|
|
17276
|
+
["flags", "#"],
|
|
17277
|
+
["force", "flags.0?true"],
|
|
17278
|
+
["peer", "InputPeer"],
|
|
17279
|
+
["order", "Vector<int>"],
|
|
17280
|
+
],
|
|
17281
|
+
"Updates",
|
|
17282
|
+
],
|
|
17283
|
+
"messages.createForumTopic": [
|
|
17284
|
+
0x2F98C3D5,
|
|
17285
|
+
[
|
|
17286
|
+
["flags", "#"],
|
|
17287
|
+
["title_missing", "flags.4?true"],
|
|
17288
|
+
["peer", "InputPeer"],
|
|
17289
|
+
["title", "string"],
|
|
17290
|
+
["icon_color", "flags.0?int"],
|
|
17291
|
+
["icon_emoji_id", "flags.3?long"],
|
|
17292
|
+
["random_id", "long"],
|
|
17293
|
+
["send_as", "flags.2?InputPeer"],
|
|
17294
|
+
],
|
|
17295
|
+
"Updates",
|
|
17296
|
+
],
|
|
17297
|
+
"messages.deleteTopicHistory": [
|
|
17298
|
+
0xD2816F10,
|
|
17299
|
+
[
|
|
17300
|
+
["peer", "InputPeer"],
|
|
17301
|
+
["top_msg_id", "int"],
|
|
17302
|
+
],
|
|
17303
|
+
"messages.AffectedHistory",
|
|
17304
|
+
],
|
|
17104
17305
|
"updates.getState": [
|
|
17105
17306
|
0xEDD4882A,
|
|
17106
17307
|
[],
|
|
@@ -17785,80 +17986,6 @@ exports.schema = Object.freeze({
|
|
|
17785
17986
|
],
|
|
17786
17987
|
"Updates",
|
|
17787
17988
|
],
|
|
17788
|
-
"channels.createForumTopic": [
|
|
17789
|
-
0xF40C0224,
|
|
17790
|
-
[
|
|
17791
|
-
["flags", "#"],
|
|
17792
|
-
["channel", "InputChannel"],
|
|
17793
|
-
["title", "string"],
|
|
17794
|
-
["icon_color", "flags.0?int"],
|
|
17795
|
-
["icon_emoji_id", "flags.3?long"],
|
|
17796
|
-
["random_id", "long"],
|
|
17797
|
-
["send_as", "flags.2?InputPeer"],
|
|
17798
|
-
],
|
|
17799
|
-
"Updates",
|
|
17800
|
-
],
|
|
17801
|
-
"channels.getForumTopics": [
|
|
17802
|
-
0x0DE560D1,
|
|
17803
|
-
[
|
|
17804
|
-
["flags", "#"],
|
|
17805
|
-
["channel", "InputChannel"],
|
|
17806
|
-
["q", "flags.0?string"],
|
|
17807
|
-
["offset_date", "int"],
|
|
17808
|
-
["offset_id", "int"],
|
|
17809
|
-
["offset_topic", "int"],
|
|
17810
|
-
["limit", "int"],
|
|
17811
|
-
],
|
|
17812
|
-
"messages.ForumTopics",
|
|
17813
|
-
],
|
|
17814
|
-
"channels.getForumTopicsByID": [
|
|
17815
|
-
0xB0831EB9,
|
|
17816
|
-
[
|
|
17817
|
-
["channel", "InputChannel"],
|
|
17818
|
-
["topics", "Vector<int>"],
|
|
17819
|
-
],
|
|
17820
|
-
"messages.ForumTopics",
|
|
17821
|
-
],
|
|
17822
|
-
"channels.editForumTopic": [
|
|
17823
|
-
0xF4DFA185,
|
|
17824
|
-
[
|
|
17825
|
-
["flags", "#"],
|
|
17826
|
-
["channel", "InputChannel"],
|
|
17827
|
-
["topic_id", "int"],
|
|
17828
|
-
["title", "flags.0?string"],
|
|
17829
|
-
["icon_emoji_id", "flags.1?long"],
|
|
17830
|
-
["closed", "flags.2?Bool"],
|
|
17831
|
-
["hidden", "flags.3?Bool"],
|
|
17832
|
-
],
|
|
17833
|
-
"Updates",
|
|
17834
|
-
],
|
|
17835
|
-
"channels.updatePinnedForumTopic": [
|
|
17836
|
-
0x6C2D9026,
|
|
17837
|
-
[
|
|
17838
|
-
["channel", "InputChannel"],
|
|
17839
|
-
["topic_id", "int"],
|
|
17840
|
-
["pinned", "Bool"],
|
|
17841
|
-
],
|
|
17842
|
-
"Updates",
|
|
17843
|
-
],
|
|
17844
|
-
"channels.deleteTopicHistory": [
|
|
17845
|
-
0x34435F2D,
|
|
17846
|
-
[
|
|
17847
|
-
["channel", "InputChannel"],
|
|
17848
|
-
["top_msg_id", "int"],
|
|
17849
|
-
],
|
|
17850
|
-
"messages.AffectedHistory",
|
|
17851
|
-
],
|
|
17852
|
-
"channels.reorderPinnedForumTopics": [
|
|
17853
|
-
0x2950A18F,
|
|
17854
|
-
[
|
|
17855
|
-
["flags", "#"],
|
|
17856
|
-
["force", "flags.0?true"],
|
|
17857
|
-
["channel", "InputChannel"],
|
|
17858
|
-
["order", "Vector<int>"],
|
|
17859
|
-
],
|
|
17860
|
-
"Updates",
|
|
17861
|
-
],
|
|
17862
17989
|
"channels.toggleAntiSpam": [
|
|
17863
17990
|
0x68F3E4EB,
|
|
17864
17991
|
[
|
|
@@ -18618,6 +18745,8 @@ exports.schema = Object.freeze({
|
|
|
18618
18745
|
["sort_by_value", "flags.5?true"],
|
|
18619
18746
|
["exclude_upgradable", "flags.7?true"],
|
|
18620
18747
|
["exclude_unupgradable", "flags.8?true"],
|
|
18748
|
+
["peer_color_available", "flags.9?true"],
|
|
18749
|
+
["exclude_hosted", "flags.10?true"],
|
|
18621
18750
|
["peer", "InputPeer"],
|
|
18622
18751
|
["collection_id", "flags.6?int"],
|
|
18623
18752
|
["offset", "string"],
|
|
@@ -18976,12 +19105,13 @@ exports.schema = Object.freeze({
|
|
|
18976
19105
|
"Updates",
|
|
18977
19106
|
],
|
|
18978
19107
|
"phone.toggleGroupCallSettings": [
|
|
18979
|
-
|
|
19108
|
+
0xE9723804,
|
|
18980
19109
|
[
|
|
18981
19110
|
["flags", "#"],
|
|
18982
19111
|
["reset_invite_hash", "flags.1?true"],
|
|
18983
19112
|
["call", "InputGroupCall"],
|
|
18984
19113
|
["join_muted", "flags.0?Bool"],
|
|
19114
|
+
["messages_enabled", "flags.2?Bool"],
|
|
18985
19115
|
],
|
|
18986
19116
|
"Updates",
|
|
18987
19117
|
],
|
|
@@ -19185,6 +19315,23 @@ exports.schema = Object.freeze({
|
|
|
19185
19315
|
],
|
|
19186
19316
|
"Updates",
|
|
19187
19317
|
],
|
|
19318
|
+
"phone.sendGroupCallMessage": [
|
|
19319
|
+
0x87893014,
|
|
19320
|
+
[
|
|
19321
|
+
["call", "InputGroupCall"],
|
|
19322
|
+
["random_id", "long"],
|
|
19323
|
+
["message", "TextWithEntities"],
|
|
19324
|
+
],
|
|
19325
|
+
"Bool",
|
|
19326
|
+
],
|
|
19327
|
+
"phone.sendGroupCallEncryptedMessage": [
|
|
19328
|
+
0xE5AFA56D,
|
|
19329
|
+
[
|
|
19330
|
+
["call", "InputGroupCall"],
|
|
19331
|
+
["encrypted_message", "bytes"],
|
|
19332
|
+
],
|
|
19333
|
+
"Bool",
|
|
19334
|
+
],
|
|
19188
19335
|
"langpack.getLangPack": [
|
|
19189
19336
|
0xF2F2330A,
|
|
19190
19337
|
[
|
|
@@ -19939,7 +20086,7 @@ exports.schema = Object.freeze({
|
|
|
19939
20086
|
[0x45D5B021]: "messageActionGiftStars",
|
|
19940
20087
|
[0xB00C47A2]: "messageActionPrizeStars",
|
|
19941
20088
|
[0xF24DE7FA]: "messageActionStarGift",
|
|
19942
|
-
[
|
|
20089
|
+
[0x95728543]: "messageActionStarGiftUnique",
|
|
19943
20090
|
[0xAC1F1FCD]: "messageActionPaidMessagesRefunded",
|
|
19944
20091
|
[0x84B88578]: "messageActionPaidMessagesPrice",
|
|
19945
20092
|
[0x2FFE2F7A]: "messageActionConferenceCall",
|
|
@@ -19949,6 +20096,7 @@ exports.schema = Object.freeze({
|
|
|
19949
20096
|
[0x95DDCF69]: "messageActionSuggestedPostSuccess",
|
|
19950
20097
|
[0x69F916F8]: "messageActionSuggestedPostRefund",
|
|
19951
20098
|
[0xA8A3C699]: "messageActionGiftTon",
|
|
20099
|
+
[0x2C8F2A25]: "messageActionSuggestBirthday",
|
|
19952
20100
|
[0xD58A08C6]: "dialog",
|
|
19953
20101
|
[0x71BD134C]: "dialogFolder",
|
|
19954
20102
|
[0x2331B22D]: "photoEmpty",
|
|
@@ -19963,7 +20111,7 @@ exports.schema = Object.freeze({
|
|
|
19963
20111
|
[0xB2A2F663]: "geoPoint",
|
|
19964
20112
|
[0x5E002502]: "auth.sentCode",
|
|
19965
20113
|
[0x2390FE44]: "auth.sentCodeSuccess",
|
|
19966
|
-
[
|
|
20114
|
+
[0xE0955A3C]: "auth.sentCodePaymentRequired",
|
|
19967
20115
|
[0x2EA2C0D4]: "auth.authorization",
|
|
19968
20116
|
[0x44747E9A]: "auth.authorizationSignUpRequired",
|
|
19969
20117
|
[0xB434E2B8]: "auth.exportedAuthorization",
|
|
@@ -19987,7 +20135,7 @@ exports.schema = Object.freeze({
|
|
|
19987
20135
|
[0xF5DDD6E7]: "inputReportReasonFake",
|
|
19988
20136
|
[0x0A8EB2BE]: "inputReportReasonIllegalDrugs",
|
|
19989
20137
|
[0x9EC7863D]: "inputReportReasonPersonalDetails",
|
|
19990
|
-
[
|
|
20138
|
+
[0xA02BC13E]: "userFull",
|
|
19991
20139
|
[0x145ADE0B]: "contact",
|
|
19992
20140
|
[0xC13E3C50]: "importedContact",
|
|
19993
20141
|
[0x16D9703B]: "contactStatus",
|
|
@@ -19999,8 +20147,8 @@ exports.schema = Object.freeze({
|
|
|
19999
20147
|
[0x15BA6C40]: "messages.dialogs",
|
|
20000
20148
|
[0x71E094F3]: "messages.dialogsSlice",
|
|
20001
20149
|
[0xF0E3E596]: "messages.dialogsNotModified",
|
|
20002
|
-
[
|
|
20003
|
-
[
|
|
20150
|
+
[0x1D73E7EA]: "messages.messages",
|
|
20151
|
+
[0x5F206716]: "messages.messagesSlice",
|
|
20004
20152
|
[0xC776BA4E]: "messages.channelMessages",
|
|
20005
20153
|
[0x74535F21]: "messages.messagesNotModified",
|
|
20006
20154
|
[0x64FF9FD5]: "messages.chats",
|
|
@@ -20027,7 +20175,7 @@ exports.schema = Object.freeze({
|
|
|
20027
20175
|
[0x1F2B0AFD]: "updateNewMessage",
|
|
20028
20176
|
[0x4E90BFD6]: "updateMessageID",
|
|
20029
20177
|
[0xA20DB0E5]: "updateDeleteMessages",
|
|
20030
|
-
[
|
|
20178
|
+
[0x2A17BF5C]: "updateUserTyping",
|
|
20031
20179
|
[0x83487AF0]: "updateChatUserTyping",
|
|
20032
20180
|
[0x07761198]: "updateChatParticipants",
|
|
20033
20181
|
[0xE5BDF8DE]: "updateUserStatus",
|
|
@@ -20044,7 +20192,7 @@ exports.schema = Object.freeze({
|
|
|
20044
20192
|
[0xEBE46819]: "updateServiceNotification",
|
|
20045
20193
|
[0xEE3B272A]: "updatePrivacy",
|
|
20046
20194
|
[0x05492A13]: "updateUserPhone",
|
|
20047
|
-
[
|
|
20195
|
+
[0x9E84BC99]: "updateReadHistoryInbox",
|
|
20048
20196
|
[0x2F2F21BF]: "updateReadHistoryOutbox",
|
|
20049
20197
|
[0x7F891213]: "updateWebPage",
|
|
20050
20198
|
[0xF8227181]: "updateReadMessagesContents",
|
|
@@ -20131,8 +20279,6 @@ exports.schema = Object.freeze({
|
|
|
20131
20279
|
[0x6F7863F4]: "updateRecentReactions",
|
|
20132
20280
|
[0x86FCCF85]: "updateMoveStickerSetToTop",
|
|
20133
20281
|
[0xD5A41724]: "updateMessageExtendedMedia",
|
|
20134
|
-
[0x192EFBE3]: "updateChannelPinnedTopic",
|
|
20135
|
-
[0xFE198602]: "updateChannelPinnedTopics",
|
|
20136
20282
|
[0x20529438]: "updateUser",
|
|
20137
20283
|
[0xEC05B097]: "updateAutoSaveSettings",
|
|
20138
20284
|
[0x75B3B798]: "updateStory",
|
|
@@ -20169,6 +20315,10 @@ exports.schema = Object.freeze({
|
|
|
20169
20315
|
[0x77B0E372]: "updateReadMonoForumInbox",
|
|
20170
20316
|
[0xA4A79376]: "updateReadMonoForumOutbox",
|
|
20171
20317
|
[0x9F812B08]: "updateMonoForumNoPaidException",
|
|
20318
|
+
[0x78C314E0]: "updateGroupCallMessage",
|
|
20319
|
+
[0xC957A766]: "updateGroupCallEncryptedMessage",
|
|
20320
|
+
[0x683B2C52]: "updatePinnedForumTopic",
|
|
20321
|
+
[0xDEF143D0]: "updatePinnedForumTopics",
|
|
20172
20322
|
[0xA56C2A3E]: "updates.state",
|
|
20173
20323
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
20174
20324
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -20238,6 +20388,7 @@ exports.schema = Object.freeze({
|
|
|
20238
20388
|
[0xB05AC6B1]: "sendMessageChooseStickerAction",
|
|
20239
20389
|
[0x25972BCB]: "sendMessageEmojiInteraction",
|
|
20240
20390
|
[0xB665902E]: "sendMessageEmojiInteractionSeen",
|
|
20391
|
+
[0x376D975C]: "sendMessageTextDraftAction",
|
|
20241
20392
|
[0xB3134D9D]: "contacts.found",
|
|
20242
20393
|
[0x4F96CB18]: "inputPrivacyKeyStatusTimestamp",
|
|
20243
20394
|
[0xBDFB0426]: "inputPrivacyKeyChatInvite",
|
|
@@ -20879,7 +21030,7 @@ exports.schema = Object.freeze({
|
|
|
20879
21030
|
[0xC3DFFC04]: "chatTheme",
|
|
20880
21031
|
[0x3458F9C8]: "chatThemeUniqueGift",
|
|
20881
21032
|
[0xE011E1C4]: "account.chatThemesNotModified",
|
|
20882
|
-
[
|
|
21033
|
+
[0xBE098173]: "account.chatThemes",
|
|
20883
21034
|
[0x7DBF8673]: "sponsoredMessage",
|
|
20884
21035
|
[0xFFDA656D]: "messages.sponsoredMessages",
|
|
20885
21036
|
[0x1839490F]: "messages.sponsoredMessagesEmpty",
|
|
@@ -20937,6 +21088,8 @@ exports.schema = Object.freeze({
|
|
|
20937
21088
|
[0xF4997E42]: "inputInvoiceBusinessBotTransferStars",
|
|
20938
21089
|
[0xC39F5324]: "inputInvoiceStarGiftResale",
|
|
20939
21090
|
[0x9A0B48B8]: "inputInvoiceStarGiftPrepaidUpgrade",
|
|
21091
|
+
[0x3E77F614]: "inputInvoicePremiumAuthCode",
|
|
21092
|
+
[0x0923D8D1]: "inputInvoiceStarGiftDropOriginalDetails",
|
|
20940
21093
|
[0xAED0CBD9]: "payments.exportedInvoice",
|
|
20941
21094
|
[0xCFB9D957]: "messages.transcribedAudio",
|
|
20942
21095
|
[0x5334759C]: "help.premiumPromo",
|
|
@@ -20979,7 +21132,7 @@ exports.schema = Object.freeze({
|
|
|
20979
21132
|
[0xFCFEB29C]: "stickerKeyword",
|
|
20980
21133
|
[0xB4073647]: "username",
|
|
20981
21134
|
[0x023F109B]: "forumTopicDeleted",
|
|
20982
|
-
[
|
|
21135
|
+
[0xCDFF0ECA]: "forumTopic",
|
|
20983
21136
|
[0x367617D3]: "messages.forumTopics",
|
|
20984
21137
|
[0x43B46B20]: "defaultHistoryTTL",
|
|
20985
21138
|
[0x41BF109B]: "exportedContactToken",
|
|
@@ -21067,6 +21220,8 @@ exports.schema = Object.freeze({
|
|
|
21067
21220
|
[0xEDF3ADD0]: "publicForwardStory",
|
|
21068
21221
|
[0x93037E20]: "stats.publicForwards",
|
|
21069
21222
|
[0xB54B5ACF]: "peerColor",
|
|
21223
|
+
[0xB9C0639A]: "peerColorCollectible",
|
|
21224
|
+
[0xB8EA86A9]: "inputPeerColorCollectible",
|
|
21070
21225
|
[0x26219A58]: "help.peerColorSet",
|
|
21071
21226
|
[0x767D61EB]: "help.peerColorProfileSet",
|
|
21072
21227
|
[0xADEC6EBE]: "help.peerColorOption",
|
|
@@ -21172,7 +21327,7 @@ exports.schema = Object.freeze({
|
|
|
21172
21327
|
[0x94CE852A]: "starsGiveawayOption",
|
|
21173
21328
|
[0x54236209]: "starsGiveawayWinnersOption",
|
|
21174
21329
|
[0x80AC53C3]: "starGift",
|
|
21175
|
-
[
|
|
21330
|
+
[0xB0BF741B]: "starGiftUnique",
|
|
21176
21331
|
[0xA388A368]: "payments.starGiftsNotModified",
|
|
21177
21332
|
[0x2ED82995]: "payments.starGifts",
|
|
21178
21333
|
[0x7903E3D9]: "messageReportOption",
|
|
@@ -21196,12 +21351,12 @@ exports.schema = Object.freeze({
|
|
|
21196
21351
|
[0x13ACFF19]: "starGiftAttributePattern",
|
|
21197
21352
|
[0xD93D859C]: "starGiftAttributeBackdrop",
|
|
21198
21353
|
[0xE0BFF26C]: "starGiftAttributeOriginalDetails",
|
|
21199
|
-
[
|
|
21354
|
+
[0x3DE1DFED]: "payments.starGiftUpgradePreview",
|
|
21200
21355
|
[0x62D706B8]: "users.users",
|
|
21201
21356
|
[0x315A4974]: "users.usersSlice",
|
|
21202
21357
|
[0x416C56E8]: "payments.uniqueStarGift",
|
|
21203
21358
|
[0x8C9A88AC]: "messages.webPagePreview",
|
|
21204
|
-
[
|
|
21359
|
+
[0x8983A452]: "savedStarGift",
|
|
21205
21360
|
[0x95F389B1]: "payments.savedStarGifts",
|
|
21206
21361
|
[0x69279795]: "inputSavedStarGiftUser",
|
|
21207
21362
|
[0xF101AA7F]: "inputSavedStarGiftChat",
|
|
@@ -21256,6 +21411,7 @@ exports.schema = Object.freeze({
|
|
|
21256
21411
|
[0x83268483]: "inputChatThemeEmpty",
|
|
21257
21412
|
[0xC93DE95C]: "inputChatTheme",
|
|
21258
21413
|
[0x87E5DFE4]: "inputChatThemeUniqueGift",
|
|
21414
|
+
[0x99EA331D]: "starGiftUpgradePrice",
|
|
21259
21415
|
},
|
|
21260
21416
|
});
|
|
21261
|
-
exports.LAYER =
|
|
21417
|
+
exports.LAYER = 216;
|