@mtkruto/node 0.73.0 → 0.75.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/3_types.d.ts +1 -1
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +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.d.ts.map +1 -1
- package/esm/client/4_chat_list_manager.js +36 -12
- package/esm/client/4_chat_manager.js +1 -1
- package/esm/client/4_forum_manager.js +15 -15
- package/esm/client/4_poll_manager.js +3 -3
- package/esm/client/5_client.d.ts +3 -3
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +48 -40
- 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/{3_chat_member.d.ts → 2_chat_member.d.ts} +4 -5
- package/esm/types/2_chat_member.d.ts.map +1 -0
- package/esm/types/{3_chat_member.js → 2_chat_member.js} +10 -12
- package/esm/types/2_user.js +1 -1
- package/esm/types/4_chat_member_updated.d.ts +1 -1
- package/esm/types/4_chat_member_updated.d.ts.map +1 -1
- package/esm/types/4_chat_member_updated.js +7 -7
- 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/3_types.d.ts +1 -1
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +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.d.ts.map +1 -1
- package/script/client/4_chat_list_manager.js +36 -12
- package/script/client/4_chat_manager.js +1 -1
- package/script/client/4_forum_manager.js +15 -15
- package/script/client/4_poll_manager.js +3 -3
- package/script/client/5_client.d.ts +3 -3
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +48 -40
- 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/{3_chat_member.d.ts → 2_chat_member.d.ts} +4 -5
- package/script/types/2_chat_member.d.ts.map +1 -0
- package/script/types/{3_chat_member.js → 2_chat_member.js} +10 -12
- package/script/types/2_user.js +1 -1
- package/script/types/4_chat_member_updated.d.ts +1 -1
- package/script/types/4_chat_member_updated.d.ts.map +1 -1
- package/script/types/4_chat_member_updated.js +7 -7
- package/script/types/4_gift.d.ts +1 -1
- package/script/types/4_gift.d.ts.map +1 -1
- package/esm/types/3_chat_member.d.ts.map +0 -1
- package/script/types/3_chat_member.d.ts.map +0 -1
package/esm/tl/1_telegram_api.js
CHANGED
|
@@ -601,6 +601,7 @@ export const schema = Object.freeze({
|
|
|
601
601
|
["contact_require_premium", "flags2.10?true"],
|
|
602
602
|
["bot_business", "flags2.11?true"],
|
|
603
603
|
["bot_has_main_app", "flags2.13?true"],
|
|
604
|
+
["bot_forum_view", "flags2.16?true"],
|
|
604
605
|
["id", "long"],
|
|
605
606
|
["access_hash", "flags.0?long"],
|
|
606
607
|
["first_name", "flags.1?string"],
|
|
@@ -1491,6 +1492,7 @@ export const schema = Object.freeze({
|
|
|
1491
1492
|
0x0D999256,
|
|
1492
1493
|
[
|
|
1493
1494
|
["flags", "#"],
|
|
1495
|
+
["title_missing", "flags.1?true"],
|
|
1494
1496
|
["title", "string"],
|
|
1495
1497
|
["icon_color", "int"],
|
|
1496
1498
|
["icon_emoji_id", "flags.0?long"],
|
|
@@ -1646,7 +1648,7 @@ export const schema = Object.freeze({
|
|
|
1646
1648
|
"MessageAction",
|
|
1647
1649
|
],
|
|
1648
1650
|
messageActionStarGiftUnique: [
|
|
1649
|
-
|
|
1651
|
+
0x95728543,
|
|
1650
1652
|
[
|
|
1651
1653
|
["flags", "#"],
|
|
1652
1654
|
["upgrade", "flags.0?true"],
|
|
@@ -1654,6 +1656,7 @@ export const schema = Object.freeze({
|
|
|
1654
1656
|
["saved", "flags.2?true"],
|
|
1655
1657
|
["refunded", "flags.5?true"],
|
|
1656
1658
|
["prepaid_upgrade", "flags.11?true"],
|
|
1659
|
+
["assigned", "flags.13?true"],
|
|
1657
1660
|
["gift", "StarGift"],
|
|
1658
1661
|
["can_export_at", "flags.3?int"],
|
|
1659
1662
|
["transfer_stars", "flags.4?long"],
|
|
@@ -1663,6 +1666,7 @@ export const schema = Object.freeze({
|
|
|
1663
1666
|
["resale_amount", "flags.8?StarsAmount"],
|
|
1664
1667
|
["can_transfer_at", "flags.9?int"],
|
|
1665
1668
|
["can_resell_at", "flags.10?int"],
|
|
1669
|
+
["drop_original_details_stars", "flags.12?long"],
|
|
1666
1670
|
],
|
|
1667
1671
|
"MessageAction",
|
|
1668
1672
|
],
|
|
@@ -1750,6 +1754,13 @@ export const schema = Object.freeze({
|
|
|
1750
1754
|
],
|
|
1751
1755
|
"MessageAction",
|
|
1752
1756
|
],
|
|
1757
|
+
messageActionSuggestBirthday: [
|
|
1758
|
+
0x2C8F2A25,
|
|
1759
|
+
[
|
|
1760
|
+
["birthday", "Birthday"],
|
|
1761
|
+
],
|
|
1762
|
+
"MessageAction",
|
|
1763
|
+
],
|
|
1753
1764
|
dialog: [
|
|
1754
1765
|
0xD58A08C6,
|
|
1755
1766
|
[
|
|
@@ -1897,12 +1908,14 @@ export const schema = Object.freeze({
|
|
|
1897
1908
|
"auth.SentCode",
|
|
1898
1909
|
],
|
|
1899
1910
|
"auth.sentCodePaymentRequired": [
|
|
1900
|
-
|
|
1911
|
+
0xE0955A3C,
|
|
1901
1912
|
[
|
|
1902
1913
|
["store_product", "string"],
|
|
1903
1914
|
["phone_code_hash", "string"],
|
|
1904
1915
|
["support_email_address", "string"],
|
|
1905
1916
|
["support_email_subject", "string"],
|
|
1917
|
+
["currency", "string"],
|
|
1918
|
+
["amount", "long"],
|
|
1906
1919
|
],
|
|
1907
1920
|
"auth.SentCode",
|
|
1908
1921
|
],
|
|
@@ -2102,7 +2115,7 @@ export const schema = Object.freeze({
|
|
|
2102
2115
|
"ReportReason",
|
|
2103
2116
|
],
|
|
2104
2117
|
userFull: [
|
|
2105
|
-
|
|
2118
|
+
0xA02BC13E,
|
|
2106
2119
|
[
|
|
2107
2120
|
["flags", "#"],
|
|
2108
2121
|
["blocked", "flags.0?true"],
|
|
@@ -2159,6 +2172,7 @@ export const schema = Object.freeze({
|
|
|
2159
2172
|
["stars_my_pending_rating_date", "flags2.18?int"],
|
|
2160
2173
|
["main_tab", "flags2.20?ProfileTab"],
|
|
2161
2174
|
["saved_music", "flags2.21?Document"],
|
|
2175
|
+
["note", "flags2.22?TextWithEntities"],
|
|
2162
2176
|
],
|
|
2163
2177
|
"UserFull",
|
|
2164
2178
|
],
|
|
@@ -2258,16 +2272,17 @@ export const schema = Object.freeze({
|
|
|
2258
2272
|
"messages.Dialogs",
|
|
2259
2273
|
],
|
|
2260
2274
|
"messages.messages": [
|
|
2261
|
-
|
|
2275
|
+
0x1D73E7EA,
|
|
2262
2276
|
[
|
|
2263
2277
|
["messages", "Vector<Message>"],
|
|
2278
|
+
["topics", "Vector<ForumTopic>"],
|
|
2264
2279
|
["chats", "Vector<Chat>"],
|
|
2265
2280
|
["users", "Vector<User>"],
|
|
2266
2281
|
],
|
|
2267
2282
|
"messages.Messages",
|
|
2268
2283
|
],
|
|
2269
2284
|
"messages.messagesSlice": [
|
|
2270
|
-
|
|
2285
|
+
0x5F206716,
|
|
2271
2286
|
[
|
|
2272
2287
|
["flags", "#"],
|
|
2273
2288
|
["inexact", "flags.1?true"],
|
|
@@ -2276,6 +2291,7 @@ export const schema = Object.freeze({
|
|
|
2276
2291
|
["offset_id_offset", "flags.2?int"],
|
|
2277
2292
|
["search_flood", "flags.3?SearchPostsFlood"],
|
|
2278
2293
|
["messages", "Vector<Message>"],
|
|
2294
|
+
["topics", "Vector<ForumTopic>"],
|
|
2279
2295
|
["chats", "Vector<Chat>"],
|
|
2280
2296
|
["users", "Vector<User>"],
|
|
2281
2297
|
],
|
|
@@ -2451,9 +2467,11 @@ export const schema = Object.freeze({
|
|
|
2451
2467
|
"Update",
|
|
2452
2468
|
],
|
|
2453
2469
|
updateUserTyping: [
|
|
2454
|
-
|
|
2470
|
+
0x2A17BF5C,
|
|
2455
2471
|
[
|
|
2472
|
+
["flags", "#"],
|
|
2456
2473
|
["user_id", "long"],
|
|
2474
|
+
["top_msg_id", "flags.0?int"],
|
|
2457
2475
|
["action", "SendMessageAction"],
|
|
2458
2476
|
],
|
|
2459
2477
|
"Update",
|
|
@@ -2602,11 +2620,12 @@ export const schema = Object.freeze({
|
|
|
2602
2620
|
"Update",
|
|
2603
2621
|
],
|
|
2604
2622
|
updateReadHistoryInbox: [
|
|
2605
|
-
|
|
2623
|
+
0x9E84BC99,
|
|
2606
2624
|
[
|
|
2607
2625
|
["flags", "#"],
|
|
2608
2626
|
["folder_id", "flags.0?int"],
|
|
2609
2627
|
["peer", "Peer"],
|
|
2628
|
+
["top_msg_id", "flags.1?int"],
|
|
2610
2629
|
["max_id", "int"],
|
|
2611
2630
|
["still_unread_count", "int"],
|
|
2612
2631
|
["pts", "int"],
|
|
@@ -3378,25 +3397,6 @@ export const schema = Object.freeze({
|
|
|
3378
3397
|
],
|
|
3379
3398
|
"Update",
|
|
3380
3399
|
],
|
|
3381
|
-
updateChannelPinnedTopic: [
|
|
3382
|
-
0x192EFBE3,
|
|
3383
|
-
[
|
|
3384
|
-
["flags", "#"],
|
|
3385
|
-
["pinned", "flags.0?true"],
|
|
3386
|
-
["channel_id", "long"],
|
|
3387
|
-
["topic_id", "int"],
|
|
3388
|
-
],
|
|
3389
|
-
"Update",
|
|
3390
|
-
],
|
|
3391
|
-
updateChannelPinnedTopics: [
|
|
3392
|
-
0xFE198602,
|
|
3393
|
-
[
|
|
3394
|
-
["flags", "#"],
|
|
3395
|
-
["channel_id", "long"],
|
|
3396
|
-
["order", "flags.0?Vector<int>"],
|
|
3397
|
-
],
|
|
3398
|
-
"Update",
|
|
3399
|
-
],
|
|
3400
3400
|
updateUser: [
|
|
3401
3401
|
0x20529438,
|
|
3402
3402
|
[
|
|
@@ -3704,6 +3704,44 @@ export const schema = Object.freeze({
|
|
|
3704
3704
|
],
|
|
3705
3705
|
"Update",
|
|
3706
3706
|
],
|
|
3707
|
+
updateGroupCallMessage: [
|
|
3708
|
+
0x78C314E0,
|
|
3709
|
+
[
|
|
3710
|
+
["call", "InputGroupCall"],
|
|
3711
|
+
["from_id", "Peer"],
|
|
3712
|
+
["random_id", "long"],
|
|
3713
|
+
["message", "TextWithEntities"],
|
|
3714
|
+
],
|
|
3715
|
+
"Update",
|
|
3716
|
+
],
|
|
3717
|
+
updateGroupCallEncryptedMessage: [
|
|
3718
|
+
0xC957A766,
|
|
3719
|
+
[
|
|
3720
|
+
["call", "InputGroupCall"],
|
|
3721
|
+
["from_id", "Peer"],
|
|
3722
|
+
["encrypted_message", "bytes"],
|
|
3723
|
+
],
|
|
3724
|
+
"Update",
|
|
3725
|
+
],
|
|
3726
|
+
updatePinnedForumTopic: [
|
|
3727
|
+
0x683B2C52,
|
|
3728
|
+
[
|
|
3729
|
+
["flags", "#"],
|
|
3730
|
+
["pinned", "flags.0?true"],
|
|
3731
|
+
["peer", "Peer"],
|
|
3732
|
+
["topic_id", "int"],
|
|
3733
|
+
],
|
|
3734
|
+
"Update",
|
|
3735
|
+
],
|
|
3736
|
+
updatePinnedForumTopics: [
|
|
3737
|
+
0xDEF143D0,
|
|
3738
|
+
[
|
|
3739
|
+
["flags", "#"],
|
|
3740
|
+
["peer", "Peer"],
|
|
3741
|
+
["order", "flags.0?Vector<int>"],
|
|
3742
|
+
],
|
|
3743
|
+
"Update",
|
|
3744
|
+
],
|
|
3707
3745
|
"updates.state": [
|
|
3708
3746
|
0xA56C2A3E,
|
|
3709
3747
|
[
|
|
@@ -4349,6 +4387,14 @@ export const schema = Object.freeze({
|
|
|
4349
4387
|
],
|
|
4350
4388
|
"SendMessageAction",
|
|
4351
4389
|
],
|
|
4390
|
+
sendMessageTextDraftAction: [
|
|
4391
|
+
0x376D975C,
|
|
4392
|
+
[
|
|
4393
|
+
["random_id", "long"],
|
|
4394
|
+
["text", "TextWithEntities"],
|
|
4395
|
+
],
|
|
4396
|
+
"SendMessageAction",
|
|
4397
|
+
],
|
|
4352
4398
|
"contacts.found": [
|
|
4353
4399
|
0xB3134D9D,
|
|
4354
4400
|
[
|
|
@@ -9565,6 +9611,9 @@ export const schema = Object.freeze({
|
|
|
9565
9611
|
["listeners_hidden", "flags.13?true"],
|
|
9566
9612
|
["conference", "flags.14?true"],
|
|
9567
9613
|
["creator", "flags.15?true"],
|
|
9614
|
+
["messages_enabled", "flags.17?true"],
|
|
9615
|
+
["can_change_messages_enabled", "flags.18?true"],
|
|
9616
|
+
["min", "flags.19?true"],
|
|
9568
9617
|
["id", "long"],
|
|
9569
9618
|
["access_hash", "long"],
|
|
9570
9619
|
["participants_count", "int"],
|
|
@@ -9903,14 +9952,14 @@ export const schema = Object.freeze({
|
|
|
9903
9952
|
"account.ChatThemes",
|
|
9904
9953
|
],
|
|
9905
9954
|
"account.chatThemes": [
|
|
9906
|
-
|
|
9955
|
+
0xBE098173,
|
|
9907
9956
|
[
|
|
9908
9957
|
["flags", "#"],
|
|
9909
9958
|
["hash", "long"],
|
|
9910
9959
|
["themes", "Vector<ChatTheme>"],
|
|
9911
9960
|
["chats", "Vector<Chat>"],
|
|
9912
9961
|
["users", "Vector<User>"],
|
|
9913
|
-
["next_offset", "flags.0?
|
|
9962
|
+
["next_offset", "flags.0?string"],
|
|
9914
9963
|
],
|
|
9915
9964
|
"account.ChatThemes",
|
|
9916
9965
|
],
|
|
@@ -10406,6 +10455,20 @@ export const schema = Object.freeze({
|
|
|
10406
10455
|
],
|
|
10407
10456
|
"InputInvoice",
|
|
10408
10457
|
],
|
|
10458
|
+
inputInvoicePremiumAuthCode: [
|
|
10459
|
+
0x3E77F614,
|
|
10460
|
+
[
|
|
10461
|
+
["purpose", "InputStorePaymentPurpose"],
|
|
10462
|
+
],
|
|
10463
|
+
"InputInvoice",
|
|
10464
|
+
],
|
|
10465
|
+
inputInvoiceStarGiftDropOriginalDetails: [
|
|
10466
|
+
0x0923D8D1,
|
|
10467
|
+
[
|
|
10468
|
+
["stargift", "InputSavedStarGift"],
|
|
10469
|
+
],
|
|
10470
|
+
"InputInvoice",
|
|
10471
|
+
],
|
|
10409
10472
|
"payments.exportedInvoice": [
|
|
10410
10473
|
0xAED0CBD9,
|
|
10411
10474
|
[
|
|
@@ -10776,7 +10839,7 @@ export const schema = Object.freeze({
|
|
|
10776
10839
|
"ForumTopic",
|
|
10777
10840
|
],
|
|
10778
10841
|
forumTopic: [
|
|
10779
|
-
|
|
10842
|
+
0xCDFF0ECA,
|
|
10780
10843
|
[
|
|
10781
10844
|
["flags", "#"],
|
|
10782
10845
|
["my", "flags.1?true"],
|
|
@@ -10784,8 +10847,10 @@ export const schema = Object.freeze({
|
|
|
10784
10847
|
["pinned", "flags.3?true"],
|
|
10785
10848
|
["short", "flags.5?true"],
|
|
10786
10849
|
["hidden", "flags.6?true"],
|
|
10850
|
+
["title_missing", "flags.7?true"],
|
|
10787
10851
|
["id", "int"],
|
|
10788
10852
|
["date", "int"],
|
|
10853
|
+
["peer", "Peer"],
|
|
10789
10854
|
["title", "string"],
|
|
10790
10855
|
["icon_color", "int"],
|
|
10791
10856
|
["icon_emoji_id", "flags.0?long"],
|
|
@@ -11683,6 +11748,27 @@ export const schema = Object.freeze({
|
|
|
11683
11748
|
],
|
|
11684
11749
|
"PeerColor",
|
|
11685
11750
|
],
|
|
11751
|
+
peerColorCollectible: [
|
|
11752
|
+
0xB9C0639A,
|
|
11753
|
+
[
|
|
11754
|
+
["flags", "#"],
|
|
11755
|
+
["collectible_id", "long"],
|
|
11756
|
+
["gift_emoji_id", "long"],
|
|
11757
|
+
["background_emoji_id", "long"],
|
|
11758
|
+
["accent_color", "int"],
|
|
11759
|
+
["colors", "Vector<int>"],
|
|
11760
|
+
["dark_accent_color", "flags.0?int"],
|
|
11761
|
+
["dark_colors", "flags.1?Vector<int>"],
|
|
11762
|
+
],
|
|
11763
|
+
"PeerColor",
|
|
11764
|
+
],
|
|
11765
|
+
inputPeerColorCollectible: [
|
|
11766
|
+
0xB8EA86A9,
|
|
11767
|
+
[
|
|
11768
|
+
["collectible_id", "long"],
|
|
11769
|
+
],
|
|
11770
|
+
"PeerColor",
|
|
11771
|
+
],
|
|
11686
11772
|
"help.peerColorSet": [
|
|
11687
11773
|
0x26219A58,
|
|
11688
11774
|
[
|
|
@@ -12444,6 +12530,7 @@ export const schema = Object.freeze({
|
|
|
12444
12530
|
["stargift_resale", "flags.22?true"],
|
|
12445
12531
|
["posts_search", "flags.24?true"],
|
|
12446
12532
|
["stargift_prepaid_upgrade", "flags.25?true"],
|
|
12533
|
+
["stargift_drop_original_details", "flags.26?true"],
|
|
12447
12534
|
["id", "string"],
|
|
12448
12535
|
["amount", "StarsAmount"],
|
|
12449
12536
|
["date", "int"],
|
|
@@ -12672,6 +12759,7 @@ export const schema = Object.freeze({
|
|
|
12672
12759
|
["birthday", "flags.2?true"],
|
|
12673
12760
|
["require_premium", "flags.7?true"],
|
|
12674
12761
|
["limited_per_user", "flags.8?true"],
|
|
12762
|
+
["peer_color_available", "flags.10?true"],
|
|
12675
12763
|
["id", "long"],
|
|
12676
12764
|
["sticker", "Document"],
|
|
12677
12765
|
["stars", "long"],
|
|
@@ -12692,7 +12780,7 @@ export const schema = Object.freeze({
|
|
|
12692
12780
|
"StarGift",
|
|
12693
12781
|
],
|
|
12694
12782
|
starGiftUnique: [
|
|
12695
|
-
|
|
12783
|
+
0xB0BF741B,
|
|
12696
12784
|
[
|
|
12697
12785
|
["flags", "#"],
|
|
12698
12786
|
["require_premium", "flags.6?true"],
|
|
@@ -12715,6 +12803,8 @@ export const schema = Object.freeze({
|
|
|
12715
12803
|
["value_amount", "flags.8?long"],
|
|
12716
12804
|
["value_currency", "flags.8?string"],
|
|
12717
12805
|
["theme_peer", "flags.10?Peer"],
|
|
12806
|
+
["peer_color", "flags.11?PeerColor"],
|
|
12807
|
+
["host_id", "flags.12?Peer"],
|
|
12718
12808
|
],
|
|
12719
12809
|
"StarGift",
|
|
12720
12810
|
],
|
|
@@ -12937,9 +13027,11 @@ export const schema = Object.freeze({
|
|
|
12937
13027
|
"StarGiftAttribute",
|
|
12938
13028
|
],
|
|
12939
13029
|
"payments.starGiftUpgradePreview": [
|
|
12940
|
-
|
|
13030
|
+
0x3DE1DFED,
|
|
12941
13031
|
[
|
|
12942
13032
|
["sample_attributes", "Vector<StarGiftAttribute>"],
|
|
13033
|
+
["prices", "Vector<StarGiftUpgradePrice>"],
|
|
13034
|
+
["next_prices", "Vector<StarGiftUpgradePrice>"],
|
|
12943
13035
|
],
|
|
12944
13036
|
"payments.StarGiftUpgradePreview",
|
|
12945
13037
|
],
|
|
@@ -12977,7 +13069,7 @@ export const schema = Object.freeze({
|
|
|
12977
13069
|
"messages.WebPagePreview",
|
|
12978
13070
|
],
|
|
12979
13071
|
savedStarGift: [
|
|
12980
|
-
|
|
13072
|
+
0x8983A452,
|
|
12981
13073
|
[
|
|
12982
13074
|
["flags", "#"],
|
|
12983
13075
|
["name_hidden", "flags.0?true"],
|
|
@@ -13000,6 +13092,7 @@ export const schema = Object.freeze({
|
|
|
13000
13092
|
["can_resell_at", "flags.14?int"],
|
|
13001
13093
|
["collection_id", "flags.15?Vector<int>"],
|
|
13002
13094
|
["prepaid_upgrade_hash", "flags.16?string"],
|
|
13095
|
+
["drop_original_details_stars", "flags.18?long"],
|
|
13003
13096
|
],
|
|
13004
13097
|
"SavedStarGift",
|
|
13005
13098
|
],
|
|
@@ -13433,6 +13526,14 @@ export const schema = Object.freeze({
|
|
|
13433
13526
|
],
|
|
13434
13527
|
"InputChatTheme",
|
|
13435
13528
|
],
|
|
13529
|
+
starGiftUpgradePrice: [
|
|
13530
|
+
0x99EA331D,
|
|
13531
|
+
[
|
|
13532
|
+
["date", "int"],
|
|
13533
|
+
["upgrade_stars", "long"],
|
|
13534
|
+
],
|
|
13535
|
+
"StarGiftUpgradePrice",
|
|
13536
|
+
],
|
|
13436
13537
|
invokeAfterMsg: [
|
|
13437
13538
|
0xCB9F372D,
|
|
13438
13539
|
[
|
|
@@ -13723,6 +13824,15 @@ export const schema = Object.freeze({
|
|
|
13723
13824
|
],
|
|
13724
13825
|
"Bool",
|
|
13725
13826
|
],
|
|
13827
|
+
"auth.checkPaidAuth": [
|
|
13828
|
+
0x56E59F9C,
|
|
13829
|
+
[
|
|
13830
|
+
["phone_number", "string"],
|
|
13831
|
+
["phone_code_hash", "string"],
|
|
13832
|
+
["form_id", "long"],
|
|
13833
|
+
],
|
|
13834
|
+
"auth.SentCode",
|
|
13835
|
+
],
|
|
13726
13836
|
"account.registerDevice": [
|
|
13727
13837
|
0xEC86017A,
|
|
13728
13838
|
[
|
|
@@ -14397,12 +14507,11 @@ export const schema = Object.freeze({
|
|
|
14397
14507
|
"Bool",
|
|
14398
14508
|
],
|
|
14399
14509
|
"account.updateColor": [
|
|
14400
|
-
|
|
14510
|
+
0x684D214E,
|
|
14401
14511
|
[
|
|
14402
14512
|
["flags", "#"],
|
|
14403
14513
|
["for_profile", "flags.1?true"],
|
|
14404
|
-
["color", "flags.2?
|
|
14405
|
-
["background_emoji_id", "flags.0?long"],
|
|
14514
|
+
["color", "flags.2?PeerColor"],
|
|
14406
14515
|
],
|
|
14407
14516
|
"Bool",
|
|
14408
14517
|
],
|
|
@@ -14626,9 +14735,9 @@ export const schema = Object.freeze({
|
|
|
14626
14735
|
"account.SavedMusicIds",
|
|
14627
14736
|
],
|
|
14628
14737
|
"account.getUniqueGiftChatThemes": [
|
|
14629
|
-
|
|
14738
|
+
0xE42CE9C9,
|
|
14630
14739
|
[
|
|
14631
|
-
["offset", "
|
|
14740
|
+
["offset", "string"],
|
|
14632
14741
|
["limit", "int"],
|
|
14633
14742
|
["hash", "long"],
|
|
14634
14743
|
],
|
|
@@ -14681,6 +14790,14 @@ export const schema = Object.freeze({
|
|
|
14681
14790
|
],
|
|
14682
14791
|
"users.SavedMusic",
|
|
14683
14792
|
],
|
|
14793
|
+
"users.suggestBirthday": [
|
|
14794
|
+
0xFC533372,
|
|
14795
|
+
[
|
|
14796
|
+
["id", "InputUser"],
|
|
14797
|
+
["birthday", "Birthday"],
|
|
14798
|
+
],
|
|
14799
|
+
"Updates",
|
|
14800
|
+
],
|
|
14684
14801
|
"contacts.getContactIDs": [
|
|
14685
14802
|
0x7ADC669D,
|
|
14686
14803
|
[
|
|
@@ -14811,7 +14928,7 @@ export const schema = Object.freeze({
|
|
|
14811
14928
|
"Bool",
|
|
14812
14929
|
],
|
|
14813
14930
|
"contacts.addContact": [
|
|
14814
|
-
|
|
14931
|
+
0xD9BA2E54,
|
|
14815
14932
|
[
|
|
14816
14933
|
["flags", "#"],
|
|
14817
14934
|
["add_phone_privacy_exception", "flags.0?true"],
|
|
@@ -14819,6 +14936,7 @@ export const schema = Object.freeze({
|
|
|
14819
14936
|
["first_name", "string"],
|
|
14820
14937
|
["last_name", "string"],
|
|
14821
14938
|
["phone", "string"],
|
|
14939
|
+
["note", "flags.1?TextWithEntities"],
|
|
14822
14940
|
],
|
|
14823
14941
|
"Updates",
|
|
14824
14942
|
],
|
|
@@ -14898,6 +15016,14 @@ export const schema = Object.freeze({
|
|
|
14898
15016
|
],
|
|
14899
15017
|
"contacts.SponsoredPeers",
|
|
14900
15018
|
],
|
|
15019
|
+
"contacts.updateContactNote": [
|
|
15020
|
+
0x139F63FB,
|
|
15021
|
+
[
|
|
15022
|
+
["id", "InputUser"],
|
|
15023
|
+
["note", "TextWithEntities"],
|
|
15024
|
+
],
|
|
15025
|
+
"Bool",
|
|
15026
|
+
],
|
|
14901
15027
|
"messages.getMessages": [
|
|
14902
15028
|
0x63C66506,
|
|
14903
15029
|
[
|
|
@@ -17098,6 +17224,81 @@ export const schema = Object.freeze({
|
|
|
17098
17224
|
],
|
|
17099
17225
|
"Updates",
|
|
17100
17226
|
],
|
|
17227
|
+
"messages.getForumTopics": [
|
|
17228
|
+
0x3BA47BFF,
|
|
17229
|
+
[
|
|
17230
|
+
["flags", "#"],
|
|
17231
|
+
["peer", "InputPeer"],
|
|
17232
|
+
["q", "flags.0?string"],
|
|
17233
|
+
["offset_date", "int"],
|
|
17234
|
+
["offset_id", "int"],
|
|
17235
|
+
["offset_topic", "int"],
|
|
17236
|
+
["limit", "int"],
|
|
17237
|
+
],
|
|
17238
|
+
"messages.ForumTopics",
|
|
17239
|
+
],
|
|
17240
|
+
"messages.getForumTopicsByID": [
|
|
17241
|
+
0xAF0A4A08,
|
|
17242
|
+
[
|
|
17243
|
+
["peer", "InputPeer"],
|
|
17244
|
+
["topics", "Vector<int>"],
|
|
17245
|
+
],
|
|
17246
|
+
"messages.ForumTopics",
|
|
17247
|
+
],
|
|
17248
|
+
"messages.editForumTopic": [
|
|
17249
|
+
0xCECC1134,
|
|
17250
|
+
[
|
|
17251
|
+
["flags", "#"],
|
|
17252
|
+
["peer", "InputPeer"],
|
|
17253
|
+
["topic_id", "int"],
|
|
17254
|
+
["title", "flags.0?string"],
|
|
17255
|
+
["icon_emoji_id", "flags.1?long"],
|
|
17256
|
+
["closed", "flags.2?Bool"],
|
|
17257
|
+
["hidden", "flags.3?Bool"],
|
|
17258
|
+
],
|
|
17259
|
+
"Updates",
|
|
17260
|
+
],
|
|
17261
|
+
"messages.updatePinnedForumTopic": [
|
|
17262
|
+
0x175DF251,
|
|
17263
|
+
[
|
|
17264
|
+
["peer", "InputPeer"],
|
|
17265
|
+
["topic_id", "int"],
|
|
17266
|
+
["pinned", "Bool"],
|
|
17267
|
+
],
|
|
17268
|
+
"Updates",
|
|
17269
|
+
],
|
|
17270
|
+
"messages.reorderPinnedForumTopics": [
|
|
17271
|
+
0x0E7841F0,
|
|
17272
|
+
[
|
|
17273
|
+
["flags", "#"],
|
|
17274
|
+
["force", "flags.0?true"],
|
|
17275
|
+
["peer", "InputPeer"],
|
|
17276
|
+
["order", "Vector<int>"],
|
|
17277
|
+
],
|
|
17278
|
+
"Updates",
|
|
17279
|
+
],
|
|
17280
|
+
"messages.createForumTopic": [
|
|
17281
|
+
0x2F98C3D5,
|
|
17282
|
+
[
|
|
17283
|
+
["flags", "#"],
|
|
17284
|
+
["title_missing", "flags.4?true"],
|
|
17285
|
+
["peer", "InputPeer"],
|
|
17286
|
+
["title", "string"],
|
|
17287
|
+
["icon_color", "flags.0?int"],
|
|
17288
|
+
["icon_emoji_id", "flags.3?long"],
|
|
17289
|
+
["random_id", "long"],
|
|
17290
|
+
["send_as", "flags.2?InputPeer"],
|
|
17291
|
+
],
|
|
17292
|
+
"Updates",
|
|
17293
|
+
],
|
|
17294
|
+
"messages.deleteTopicHistory": [
|
|
17295
|
+
0xD2816F10,
|
|
17296
|
+
[
|
|
17297
|
+
["peer", "InputPeer"],
|
|
17298
|
+
["top_msg_id", "int"],
|
|
17299
|
+
],
|
|
17300
|
+
"messages.AffectedHistory",
|
|
17301
|
+
],
|
|
17101
17302
|
"updates.getState": [
|
|
17102
17303
|
0xEDD4882A,
|
|
17103
17304
|
[],
|
|
@@ -17782,80 +17983,6 @@ export const schema = Object.freeze({
|
|
|
17782
17983
|
],
|
|
17783
17984
|
"Updates",
|
|
17784
17985
|
],
|
|
17785
|
-
"channels.createForumTopic": [
|
|
17786
|
-
0xF40C0224,
|
|
17787
|
-
[
|
|
17788
|
-
["flags", "#"],
|
|
17789
|
-
["channel", "InputChannel"],
|
|
17790
|
-
["title", "string"],
|
|
17791
|
-
["icon_color", "flags.0?int"],
|
|
17792
|
-
["icon_emoji_id", "flags.3?long"],
|
|
17793
|
-
["random_id", "long"],
|
|
17794
|
-
["send_as", "flags.2?InputPeer"],
|
|
17795
|
-
],
|
|
17796
|
-
"Updates",
|
|
17797
|
-
],
|
|
17798
|
-
"channels.getForumTopics": [
|
|
17799
|
-
0x0DE560D1,
|
|
17800
|
-
[
|
|
17801
|
-
["flags", "#"],
|
|
17802
|
-
["channel", "InputChannel"],
|
|
17803
|
-
["q", "flags.0?string"],
|
|
17804
|
-
["offset_date", "int"],
|
|
17805
|
-
["offset_id", "int"],
|
|
17806
|
-
["offset_topic", "int"],
|
|
17807
|
-
["limit", "int"],
|
|
17808
|
-
],
|
|
17809
|
-
"messages.ForumTopics",
|
|
17810
|
-
],
|
|
17811
|
-
"channels.getForumTopicsByID": [
|
|
17812
|
-
0xB0831EB9,
|
|
17813
|
-
[
|
|
17814
|
-
["channel", "InputChannel"],
|
|
17815
|
-
["topics", "Vector<int>"],
|
|
17816
|
-
],
|
|
17817
|
-
"messages.ForumTopics",
|
|
17818
|
-
],
|
|
17819
|
-
"channels.editForumTopic": [
|
|
17820
|
-
0xF4DFA185,
|
|
17821
|
-
[
|
|
17822
|
-
["flags", "#"],
|
|
17823
|
-
["channel", "InputChannel"],
|
|
17824
|
-
["topic_id", "int"],
|
|
17825
|
-
["title", "flags.0?string"],
|
|
17826
|
-
["icon_emoji_id", "flags.1?long"],
|
|
17827
|
-
["closed", "flags.2?Bool"],
|
|
17828
|
-
["hidden", "flags.3?Bool"],
|
|
17829
|
-
],
|
|
17830
|
-
"Updates",
|
|
17831
|
-
],
|
|
17832
|
-
"channels.updatePinnedForumTopic": [
|
|
17833
|
-
0x6C2D9026,
|
|
17834
|
-
[
|
|
17835
|
-
["channel", "InputChannel"],
|
|
17836
|
-
["topic_id", "int"],
|
|
17837
|
-
["pinned", "Bool"],
|
|
17838
|
-
],
|
|
17839
|
-
"Updates",
|
|
17840
|
-
],
|
|
17841
|
-
"channels.deleteTopicHistory": [
|
|
17842
|
-
0x34435F2D,
|
|
17843
|
-
[
|
|
17844
|
-
["channel", "InputChannel"],
|
|
17845
|
-
["top_msg_id", "int"],
|
|
17846
|
-
],
|
|
17847
|
-
"messages.AffectedHistory",
|
|
17848
|
-
],
|
|
17849
|
-
"channels.reorderPinnedForumTopics": [
|
|
17850
|
-
0x2950A18F,
|
|
17851
|
-
[
|
|
17852
|
-
["flags", "#"],
|
|
17853
|
-
["force", "flags.0?true"],
|
|
17854
|
-
["channel", "InputChannel"],
|
|
17855
|
-
["order", "Vector<int>"],
|
|
17856
|
-
],
|
|
17857
|
-
"Updates",
|
|
17858
|
-
],
|
|
17859
17986
|
"channels.toggleAntiSpam": [
|
|
17860
17987
|
0x68F3E4EB,
|
|
17861
17988
|
[
|
|
@@ -18615,6 +18742,8 @@ export const schema = Object.freeze({
|
|
|
18615
18742
|
["sort_by_value", "flags.5?true"],
|
|
18616
18743
|
["exclude_upgradable", "flags.7?true"],
|
|
18617
18744
|
["exclude_unupgradable", "flags.8?true"],
|
|
18745
|
+
["peer_color_available", "flags.9?true"],
|
|
18746
|
+
["exclude_hosted", "flags.10?true"],
|
|
18618
18747
|
["peer", "InputPeer"],
|
|
18619
18748
|
["collection_id", "flags.6?int"],
|
|
18620
18749
|
["offset", "string"],
|
|
@@ -18973,12 +19102,13 @@ export const schema = Object.freeze({
|
|
|
18973
19102
|
"Updates",
|
|
18974
19103
|
],
|
|
18975
19104
|
"phone.toggleGroupCallSettings": [
|
|
18976
|
-
|
|
19105
|
+
0xE9723804,
|
|
18977
19106
|
[
|
|
18978
19107
|
["flags", "#"],
|
|
18979
19108
|
["reset_invite_hash", "flags.1?true"],
|
|
18980
19109
|
["call", "InputGroupCall"],
|
|
18981
19110
|
["join_muted", "flags.0?Bool"],
|
|
19111
|
+
["messages_enabled", "flags.2?Bool"],
|
|
18982
19112
|
],
|
|
18983
19113
|
"Updates",
|
|
18984
19114
|
],
|
|
@@ -19182,6 +19312,23 @@ export const schema = Object.freeze({
|
|
|
19182
19312
|
],
|
|
19183
19313
|
"Updates",
|
|
19184
19314
|
],
|
|
19315
|
+
"phone.sendGroupCallMessage": [
|
|
19316
|
+
0x87893014,
|
|
19317
|
+
[
|
|
19318
|
+
["call", "InputGroupCall"],
|
|
19319
|
+
["random_id", "long"],
|
|
19320
|
+
["message", "TextWithEntities"],
|
|
19321
|
+
],
|
|
19322
|
+
"Bool",
|
|
19323
|
+
],
|
|
19324
|
+
"phone.sendGroupCallEncryptedMessage": [
|
|
19325
|
+
0xE5AFA56D,
|
|
19326
|
+
[
|
|
19327
|
+
["call", "InputGroupCall"],
|
|
19328
|
+
["encrypted_message", "bytes"],
|
|
19329
|
+
],
|
|
19330
|
+
"Bool",
|
|
19331
|
+
],
|
|
19185
19332
|
"langpack.getLangPack": [
|
|
19186
19333
|
0xF2F2330A,
|
|
19187
19334
|
[
|
|
@@ -19936,7 +20083,7 @@ export const schema = Object.freeze({
|
|
|
19936
20083
|
[0x45D5B021]: "messageActionGiftStars",
|
|
19937
20084
|
[0xB00C47A2]: "messageActionPrizeStars",
|
|
19938
20085
|
[0xF24DE7FA]: "messageActionStarGift",
|
|
19939
|
-
[
|
|
20086
|
+
[0x95728543]: "messageActionStarGiftUnique",
|
|
19940
20087
|
[0xAC1F1FCD]: "messageActionPaidMessagesRefunded",
|
|
19941
20088
|
[0x84B88578]: "messageActionPaidMessagesPrice",
|
|
19942
20089
|
[0x2FFE2F7A]: "messageActionConferenceCall",
|
|
@@ -19946,6 +20093,7 @@ export const schema = Object.freeze({
|
|
|
19946
20093
|
[0x95DDCF69]: "messageActionSuggestedPostSuccess",
|
|
19947
20094
|
[0x69F916F8]: "messageActionSuggestedPostRefund",
|
|
19948
20095
|
[0xA8A3C699]: "messageActionGiftTon",
|
|
20096
|
+
[0x2C8F2A25]: "messageActionSuggestBirthday",
|
|
19949
20097
|
[0xD58A08C6]: "dialog",
|
|
19950
20098
|
[0x71BD134C]: "dialogFolder",
|
|
19951
20099
|
[0x2331B22D]: "photoEmpty",
|
|
@@ -19960,7 +20108,7 @@ export const schema = Object.freeze({
|
|
|
19960
20108
|
[0xB2A2F663]: "geoPoint",
|
|
19961
20109
|
[0x5E002502]: "auth.sentCode",
|
|
19962
20110
|
[0x2390FE44]: "auth.sentCodeSuccess",
|
|
19963
|
-
[
|
|
20111
|
+
[0xE0955A3C]: "auth.sentCodePaymentRequired",
|
|
19964
20112
|
[0x2EA2C0D4]: "auth.authorization",
|
|
19965
20113
|
[0x44747E9A]: "auth.authorizationSignUpRequired",
|
|
19966
20114
|
[0xB434E2B8]: "auth.exportedAuthorization",
|
|
@@ -19984,7 +20132,7 @@ export const schema = Object.freeze({
|
|
|
19984
20132
|
[0xF5DDD6E7]: "inputReportReasonFake",
|
|
19985
20133
|
[0x0A8EB2BE]: "inputReportReasonIllegalDrugs",
|
|
19986
20134
|
[0x9EC7863D]: "inputReportReasonPersonalDetails",
|
|
19987
|
-
[
|
|
20135
|
+
[0xA02BC13E]: "userFull",
|
|
19988
20136
|
[0x145ADE0B]: "contact",
|
|
19989
20137
|
[0xC13E3C50]: "importedContact",
|
|
19990
20138
|
[0x16D9703B]: "contactStatus",
|
|
@@ -19996,8 +20144,8 @@ export const schema = Object.freeze({
|
|
|
19996
20144
|
[0x15BA6C40]: "messages.dialogs",
|
|
19997
20145
|
[0x71E094F3]: "messages.dialogsSlice",
|
|
19998
20146
|
[0xF0E3E596]: "messages.dialogsNotModified",
|
|
19999
|
-
[
|
|
20000
|
-
[
|
|
20147
|
+
[0x1D73E7EA]: "messages.messages",
|
|
20148
|
+
[0x5F206716]: "messages.messagesSlice",
|
|
20001
20149
|
[0xC776BA4E]: "messages.channelMessages",
|
|
20002
20150
|
[0x74535F21]: "messages.messagesNotModified",
|
|
20003
20151
|
[0x64FF9FD5]: "messages.chats",
|
|
@@ -20024,7 +20172,7 @@ export const schema = Object.freeze({
|
|
|
20024
20172
|
[0x1F2B0AFD]: "updateNewMessage",
|
|
20025
20173
|
[0x4E90BFD6]: "updateMessageID",
|
|
20026
20174
|
[0xA20DB0E5]: "updateDeleteMessages",
|
|
20027
|
-
[
|
|
20175
|
+
[0x2A17BF5C]: "updateUserTyping",
|
|
20028
20176
|
[0x83487AF0]: "updateChatUserTyping",
|
|
20029
20177
|
[0x07761198]: "updateChatParticipants",
|
|
20030
20178
|
[0xE5BDF8DE]: "updateUserStatus",
|
|
@@ -20041,7 +20189,7 @@ export const schema = Object.freeze({
|
|
|
20041
20189
|
[0xEBE46819]: "updateServiceNotification",
|
|
20042
20190
|
[0xEE3B272A]: "updatePrivacy",
|
|
20043
20191
|
[0x05492A13]: "updateUserPhone",
|
|
20044
|
-
[
|
|
20192
|
+
[0x9E84BC99]: "updateReadHistoryInbox",
|
|
20045
20193
|
[0x2F2F21BF]: "updateReadHistoryOutbox",
|
|
20046
20194
|
[0x7F891213]: "updateWebPage",
|
|
20047
20195
|
[0xF8227181]: "updateReadMessagesContents",
|
|
@@ -20128,8 +20276,6 @@ export const schema = Object.freeze({
|
|
|
20128
20276
|
[0x6F7863F4]: "updateRecentReactions",
|
|
20129
20277
|
[0x86FCCF85]: "updateMoveStickerSetToTop",
|
|
20130
20278
|
[0xD5A41724]: "updateMessageExtendedMedia",
|
|
20131
|
-
[0x192EFBE3]: "updateChannelPinnedTopic",
|
|
20132
|
-
[0xFE198602]: "updateChannelPinnedTopics",
|
|
20133
20279
|
[0x20529438]: "updateUser",
|
|
20134
20280
|
[0xEC05B097]: "updateAutoSaveSettings",
|
|
20135
20281
|
[0x75B3B798]: "updateStory",
|
|
@@ -20166,6 +20312,10 @@ export const schema = Object.freeze({
|
|
|
20166
20312
|
[0x77B0E372]: "updateReadMonoForumInbox",
|
|
20167
20313
|
[0xA4A79376]: "updateReadMonoForumOutbox",
|
|
20168
20314
|
[0x9F812B08]: "updateMonoForumNoPaidException",
|
|
20315
|
+
[0x78C314E0]: "updateGroupCallMessage",
|
|
20316
|
+
[0xC957A766]: "updateGroupCallEncryptedMessage",
|
|
20317
|
+
[0x683B2C52]: "updatePinnedForumTopic",
|
|
20318
|
+
[0xDEF143D0]: "updatePinnedForumTopics",
|
|
20169
20319
|
[0xA56C2A3E]: "updates.state",
|
|
20170
20320
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
20171
20321
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -20235,6 +20385,7 @@ export const schema = Object.freeze({
|
|
|
20235
20385
|
[0xB05AC6B1]: "sendMessageChooseStickerAction",
|
|
20236
20386
|
[0x25972BCB]: "sendMessageEmojiInteraction",
|
|
20237
20387
|
[0xB665902E]: "sendMessageEmojiInteractionSeen",
|
|
20388
|
+
[0x376D975C]: "sendMessageTextDraftAction",
|
|
20238
20389
|
[0xB3134D9D]: "contacts.found",
|
|
20239
20390
|
[0x4F96CB18]: "inputPrivacyKeyStatusTimestamp",
|
|
20240
20391
|
[0xBDFB0426]: "inputPrivacyKeyChatInvite",
|
|
@@ -20876,7 +21027,7 @@ export const schema = Object.freeze({
|
|
|
20876
21027
|
[0xC3DFFC04]: "chatTheme",
|
|
20877
21028
|
[0x3458F9C8]: "chatThemeUniqueGift",
|
|
20878
21029
|
[0xE011E1C4]: "account.chatThemesNotModified",
|
|
20879
|
-
[
|
|
21030
|
+
[0xBE098173]: "account.chatThemes",
|
|
20880
21031
|
[0x7DBF8673]: "sponsoredMessage",
|
|
20881
21032
|
[0xFFDA656D]: "messages.sponsoredMessages",
|
|
20882
21033
|
[0x1839490F]: "messages.sponsoredMessagesEmpty",
|
|
@@ -20934,6 +21085,8 @@ export const schema = Object.freeze({
|
|
|
20934
21085
|
[0xF4997E42]: "inputInvoiceBusinessBotTransferStars",
|
|
20935
21086
|
[0xC39F5324]: "inputInvoiceStarGiftResale",
|
|
20936
21087
|
[0x9A0B48B8]: "inputInvoiceStarGiftPrepaidUpgrade",
|
|
21088
|
+
[0x3E77F614]: "inputInvoicePremiumAuthCode",
|
|
21089
|
+
[0x0923D8D1]: "inputInvoiceStarGiftDropOriginalDetails",
|
|
20937
21090
|
[0xAED0CBD9]: "payments.exportedInvoice",
|
|
20938
21091
|
[0xCFB9D957]: "messages.transcribedAudio",
|
|
20939
21092
|
[0x5334759C]: "help.premiumPromo",
|
|
@@ -20976,7 +21129,7 @@ export const schema = Object.freeze({
|
|
|
20976
21129
|
[0xFCFEB29C]: "stickerKeyword",
|
|
20977
21130
|
[0xB4073647]: "username",
|
|
20978
21131
|
[0x023F109B]: "forumTopicDeleted",
|
|
20979
|
-
[
|
|
21132
|
+
[0xCDFF0ECA]: "forumTopic",
|
|
20980
21133
|
[0x367617D3]: "messages.forumTopics",
|
|
20981
21134
|
[0x43B46B20]: "defaultHistoryTTL",
|
|
20982
21135
|
[0x41BF109B]: "exportedContactToken",
|
|
@@ -21064,6 +21217,8 @@ export const schema = Object.freeze({
|
|
|
21064
21217
|
[0xEDF3ADD0]: "publicForwardStory",
|
|
21065
21218
|
[0x93037E20]: "stats.publicForwards",
|
|
21066
21219
|
[0xB54B5ACF]: "peerColor",
|
|
21220
|
+
[0xB9C0639A]: "peerColorCollectible",
|
|
21221
|
+
[0xB8EA86A9]: "inputPeerColorCollectible",
|
|
21067
21222
|
[0x26219A58]: "help.peerColorSet",
|
|
21068
21223
|
[0x767D61EB]: "help.peerColorProfileSet",
|
|
21069
21224
|
[0xADEC6EBE]: "help.peerColorOption",
|
|
@@ -21169,7 +21324,7 @@ export const schema = Object.freeze({
|
|
|
21169
21324
|
[0x94CE852A]: "starsGiveawayOption",
|
|
21170
21325
|
[0x54236209]: "starsGiveawayWinnersOption",
|
|
21171
21326
|
[0x80AC53C3]: "starGift",
|
|
21172
|
-
[
|
|
21327
|
+
[0xB0BF741B]: "starGiftUnique",
|
|
21173
21328
|
[0xA388A368]: "payments.starGiftsNotModified",
|
|
21174
21329
|
[0x2ED82995]: "payments.starGifts",
|
|
21175
21330
|
[0x7903E3D9]: "messageReportOption",
|
|
@@ -21193,12 +21348,12 @@ export const schema = Object.freeze({
|
|
|
21193
21348
|
[0x13ACFF19]: "starGiftAttributePattern",
|
|
21194
21349
|
[0xD93D859C]: "starGiftAttributeBackdrop",
|
|
21195
21350
|
[0xE0BFF26C]: "starGiftAttributeOriginalDetails",
|
|
21196
|
-
[
|
|
21351
|
+
[0x3DE1DFED]: "payments.starGiftUpgradePreview",
|
|
21197
21352
|
[0x62D706B8]: "users.users",
|
|
21198
21353
|
[0x315A4974]: "users.usersSlice",
|
|
21199
21354
|
[0x416C56E8]: "payments.uniqueStarGift",
|
|
21200
21355
|
[0x8C9A88AC]: "messages.webPagePreview",
|
|
21201
|
-
[
|
|
21356
|
+
[0x8983A452]: "savedStarGift",
|
|
21202
21357
|
[0x95F389B1]: "payments.savedStarGifts",
|
|
21203
21358
|
[0x69279795]: "inputSavedStarGiftUser",
|
|
21204
21359
|
[0xF101AA7F]: "inputSavedStarGiftChat",
|
|
@@ -21253,6 +21408,7 @@ export const schema = Object.freeze({
|
|
|
21253
21408
|
[0x83268483]: "inputChatThemeEmpty",
|
|
21254
21409
|
[0xC93DE95C]: "inputChatTheme",
|
|
21255
21410
|
[0x87E5DFE4]: "inputChatThemeUniqueGift",
|
|
21411
|
+
[0x99EA331D]: "starGiftUpgradePrice",
|
|
21256
21412
|
},
|
|
21257
21413
|
});
|
|
21258
|
-
export const LAYER =
|
|
21414
|
+
export const LAYER = 216;
|