@mtkruto/browser 0.134.0 → 0.135.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/3_types.d.ts +1 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +1 -0
- package/esm/client/0_params.d.ts +24 -2
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/0_utilities.d.ts +1 -1
- package/esm/client/0_utilities.d.ts.map +1 -1
- package/esm/client/1_client_generic.d.ts +11 -3
- package/esm/client/1_client_generic.d.ts.map +1 -1
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +13 -9
- package/esm/client/4_gift_manager.d.ts +3 -2
- package/esm/client/4_gift_manager.d.ts.map +1 -1
- package/esm/client/4_gift_manager.js +9 -0
- package/esm/client/4_poll_manager.js +1 -1
- package/esm/client/6_client.d.ts +11 -3
- package/esm/client/6_client.d.ts.map +1 -1
- package/esm/client/6_client.js +11 -1
- package/esm/client/6_client_dispatcher.d.ts +11 -3
- package/esm/client/6_client_dispatcher.d.ts.map +1 -1
- package/esm/client/6_client_dispatcher.js +11 -1
- package/esm/tl/1_telegram_api.d.ts +1616 -10
- package/esm/tl/1_telegram_api.d.ts.map +1 -1
- package/esm/tl/1_telegram_api.js +333 -48
- package/esm/types/0_premium_subscription_duration.d.ts +21 -0
- package/esm/types/0_premium_subscription_duration.d.ts.map +1 -0
- package/esm/types/0_premium_subscription_duration.js +20 -0
- package/esm/types/3_poll_option.d.ts +1 -1
- package/esm/types/3_poll_option.d.ts.map +1 -1
- package/esm/types/3_poll_option.js +2 -1
- package/esm/types/4_poll.d.ts +3 -3
- package/esm/types/4_poll.d.ts.map +1 -1
- package/esm/types/4_poll.js +5 -3
- package/package.json +1 -1
- package/script/3_types.d.ts +1 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +1 -0
- package/script/client/0_params.d.ts +24 -2
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/0_utilities.d.ts +1 -1
- package/script/client/0_utilities.d.ts.map +1 -1
- package/script/client/1_client_generic.d.ts +11 -3
- package/script/client/1_client_generic.d.ts.map +1 -1
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +13 -9
- package/script/client/4_gift_manager.d.ts +3 -2
- package/script/client/4_gift_manager.d.ts.map +1 -1
- package/script/client/4_gift_manager.js +9 -0
- package/script/client/4_poll_manager.js +1 -1
- package/script/client/6_client.d.ts +11 -3
- package/script/client/6_client.d.ts.map +1 -1
- package/script/client/6_client.js +11 -1
- package/script/client/6_client_dispatcher.d.ts +11 -3
- package/script/client/6_client_dispatcher.d.ts.map +1 -1
- package/script/client/6_client_dispatcher.js +11 -1
- package/script/tl/1_telegram_api.d.ts +1616 -10
- package/script/tl/1_telegram_api.d.ts.map +1 -1
- package/script/tl/1_telegram_api.js +333 -48
- package/script/types/0_premium_subscription_duration.d.ts +21 -0
- package/script/types/0_premium_subscription_duration.d.ts.map +1 -0
- package/script/types/0_premium_subscription_duration.js +21 -0
- package/script/types/3_poll_option.d.ts +1 -1
- package/script/types/3_poll_option.d.ts.map +1 -1
- package/script/types/3_poll_option.js +2 -1
- package/script/types/4_poll.d.ts +3 -3
- package/script/types/4_poll.d.ts.map +1 -1
- package/script/types/4_poll.js +5 -3
package/esm/tl/1_telegram_api.js
CHANGED
|
@@ -209,23 +209,27 @@ export const schema = Object.freeze({
|
|
|
209
209
|
"InputMedia",
|
|
210
210
|
],
|
|
211
211
|
inputMediaUploadedPhoto: [
|
|
212
|
-
|
|
212
|
+
0x7D8375DA,
|
|
213
213
|
[
|
|
214
214
|
["flags", "#"],
|
|
215
215
|
["spoiler", "flags.2?true"],
|
|
216
|
+
["live_photo", "flags.3?true"],
|
|
216
217
|
["file", "InputFile"],
|
|
217
218
|
["stickers", "flags.0?Vector<InputDocument>"],
|
|
218
219
|
["ttl_seconds", "flags.1?int"],
|
|
220
|
+
["video", "flags.3?InputDocument"],
|
|
219
221
|
],
|
|
220
222
|
"InputMedia",
|
|
221
223
|
],
|
|
222
224
|
inputMediaPhoto: [
|
|
223
|
-
|
|
225
|
+
0xE3AF4434,
|
|
224
226
|
[
|
|
225
227
|
["flags", "#"],
|
|
226
228
|
["spoiler", "flags.1?true"],
|
|
229
|
+
["live_photo", "flags.2?true"],
|
|
227
230
|
["id", "InputPhoto"],
|
|
228
231
|
["ttl_seconds", "flags.0?int"],
|
|
232
|
+
["video", "flags.2?InputDocument"],
|
|
229
233
|
],
|
|
230
234
|
"InputMedia",
|
|
231
235
|
],
|
|
@@ -347,13 +351,15 @@ export const schema = Object.freeze({
|
|
|
347
351
|
"InputMedia",
|
|
348
352
|
],
|
|
349
353
|
inputMediaPoll: [
|
|
350
|
-
|
|
354
|
+
0x883A4108,
|
|
351
355
|
[
|
|
352
356
|
["flags", "#"],
|
|
353
357
|
["poll", "Poll"],
|
|
354
|
-
["correct_answers", "flags.0?Vector<
|
|
358
|
+
["correct_answers", "flags.0?Vector<int>"],
|
|
359
|
+
["attached_media", "flags.3?InputMedia"],
|
|
355
360
|
["solution", "flags.1?string"],
|
|
356
361
|
["solution_entities", "flags.1?Vector<MessageEntity>"],
|
|
362
|
+
["solution_media", "flags.2?InputMedia"],
|
|
357
363
|
],
|
|
358
364
|
"InputMedia",
|
|
359
365
|
],
|
|
@@ -664,6 +670,7 @@ export const schema = Object.freeze({
|
|
|
664
670
|
["bot_has_main_app", "flags2.13?true"],
|
|
665
671
|
["bot_forum_view", "flags2.16?true"],
|
|
666
672
|
["bot_forum_can_manage_topics", "flags2.17?true"],
|
|
673
|
+
["bot_can_manage_bots", "flags2.18?true"],
|
|
667
674
|
["id", "long"],
|
|
668
675
|
["access_hash", "flags.0?long"],
|
|
669
676
|
["first_name", "flags.1?string"],
|
|
@@ -1114,12 +1121,14 @@ export const schema = Object.freeze({
|
|
|
1114
1121
|
"MessageMedia",
|
|
1115
1122
|
],
|
|
1116
1123
|
messageMediaPhoto: [
|
|
1117
|
-
|
|
1124
|
+
0xE216EB63,
|
|
1118
1125
|
[
|
|
1119
1126
|
["flags", "#"],
|
|
1120
1127
|
["spoiler", "flags.3?true"],
|
|
1128
|
+
["live_photo", "flags.4?true"],
|
|
1121
1129
|
["photo", "flags.0?Photo"],
|
|
1122
1130
|
["ttl_seconds", "flags.2?int"],
|
|
1131
|
+
["video", "flags.4?Document"],
|
|
1123
1132
|
],
|
|
1124
1133
|
"MessageMedia",
|
|
1125
1134
|
],
|
|
@@ -1223,10 +1232,12 @@ export const schema = Object.freeze({
|
|
|
1223
1232
|
"MessageMedia",
|
|
1224
1233
|
],
|
|
1225
1234
|
messageMediaPoll: [
|
|
1226
|
-
|
|
1235
|
+
0x773F4E66,
|
|
1227
1236
|
[
|
|
1237
|
+
["flags", "#"],
|
|
1228
1238
|
["poll", "Poll"],
|
|
1229
1239
|
["results", "PollResults"],
|
|
1240
|
+
["attached_media", "flags.0?MessageMedia"],
|
|
1230
1241
|
],
|
|
1231
1242
|
"MessageMedia",
|
|
1232
1243
|
],
|
|
@@ -1904,8 +1915,29 @@ export const schema = Object.freeze({
|
|
|
1904
1915
|
],
|
|
1905
1916
|
"MessageAction",
|
|
1906
1917
|
],
|
|
1918
|
+
messageActionPollAppendAnswer: [
|
|
1919
|
+
0x9DA1CD6C,
|
|
1920
|
+
[
|
|
1921
|
+
["answer", "PollAnswer"],
|
|
1922
|
+
],
|
|
1923
|
+
"MessageAction",
|
|
1924
|
+
],
|
|
1925
|
+
messageActionPollDeleteAnswer: [
|
|
1926
|
+
0x399674DC,
|
|
1927
|
+
[
|
|
1928
|
+
["answer", "PollAnswer"],
|
|
1929
|
+
],
|
|
1930
|
+
"MessageAction",
|
|
1931
|
+
],
|
|
1932
|
+
messageActionManagedBotCreated: [
|
|
1933
|
+
0x16605E3E,
|
|
1934
|
+
[
|
|
1935
|
+
["bot_id", "long"],
|
|
1936
|
+
],
|
|
1937
|
+
"MessageAction",
|
|
1938
|
+
],
|
|
1907
1939
|
dialog: [
|
|
1908
|
-
|
|
1940
|
+
0xFC89F7F3,
|
|
1909
1941
|
[
|
|
1910
1942
|
["flags", "#"],
|
|
1911
1943
|
["pinned", "flags.2?true"],
|
|
@@ -1918,6 +1950,7 @@ export const schema = Object.freeze({
|
|
|
1918
1950
|
["unread_count", "int"],
|
|
1919
1951
|
["unread_mentions_count", "int"],
|
|
1920
1952
|
["unread_reactions_count", "int"],
|
|
1953
|
+
["unread_poll_votes_count", "int"],
|
|
1921
1954
|
["notify_settings", "PeerNotifySettings"],
|
|
1922
1955
|
["pts", "flags.0?int"],
|
|
1923
1956
|
["draft", "flags.1?DraftMessage"],
|
|
@@ -2258,7 +2291,7 @@ export const schema = Object.freeze({
|
|
|
2258
2291
|
"ReportReason",
|
|
2259
2292
|
],
|
|
2260
2293
|
userFull: [
|
|
2261
|
-
|
|
2294
|
+
0x06CBE645,
|
|
2262
2295
|
[
|
|
2263
2296
|
["flags", "#"],
|
|
2264
2297
|
["blocked", "flags.0?true"],
|
|
@@ -2281,6 +2314,7 @@ export const schema = Object.freeze({
|
|
|
2281
2314
|
["display_gifts_button", "flags2.16?true"],
|
|
2282
2315
|
["noforwards_my_enabled", "flags2.23?true"],
|
|
2283
2316
|
["noforwards_peer_enabled", "flags2.24?true"],
|
|
2317
|
+
["unofficial_security_risk", "flags2.26?true"],
|
|
2284
2318
|
["id", "long"],
|
|
2285
2319
|
["about", "flags.1?string"],
|
|
2286
2320
|
["settings", "PeerSettings"],
|
|
@@ -2318,6 +2352,7 @@ export const schema = Object.freeze({
|
|
|
2318
2352
|
["main_tab", "flags2.20?ProfileTab"],
|
|
2319
2353
|
["saved_music", "flags2.21?Document"],
|
|
2320
2354
|
["note", "flags2.22?TextWithEntities"],
|
|
2355
|
+
["bot_manager_id", "flags2.25?long"],
|
|
2321
2356
|
],
|
|
2322
2357
|
"UserFull",
|
|
2323
2358
|
],
|
|
@@ -2585,6 +2620,11 @@ export const schema = Object.freeze({
|
|
|
2585
2620
|
[],
|
|
2586
2621
|
"MessagesFilter",
|
|
2587
2622
|
],
|
|
2623
|
+
inputMessagesFilterPoll: [
|
|
2624
|
+
0xFA2BC90A,
|
|
2625
|
+
[],
|
|
2626
|
+
"MessagesFilter",
|
|
2627
|
+
],
|
|
2588
2628
|
updateNewMessage: [
|
|
2589
2629
|
0x1F2B0AFD,
|
|
2590
2630
|
[
|
|
@@ -3144,9 +3184,12 @@ export const schema = Object.freeze({
|
|
|
3144
3184
|
"Update",
|
|
3145
3185
|
],
|
|
3146
3186
|
updateMessagePoll: [
|
|
3147
|
-
|
|
3187
|
+
0xD64C522B,
|
|
3148
3188
|
[
|
|
3149
3189
|
["flags", "#"],
|
|
3190
|
+
["peer", "flags.1?Peer"],
|
|
3191
|
+
["msg_id", "flags.1?int"],
|
|
3192
|
+
["top_msg_id", "flags.2?int"],
|
|
3150
3193
|
["poll_id", "long"],
|
|
3151
3194
|
["poll", "flags.0?Poll"],
|
|
3152
3195
|
["results", "PollResults"],
|
|
@@ -3224,11 +3267,12 @@ export const schema = Object.freeze({
|
|
|
3224
3267
|
"Update",
|
|
3225
3268
|
],
|
|
3226
3269
|
updateMessagePollVote: [
|
|
3227
|
-
|
|
3270
|
+
0x7699F014,
|
|
3228
3271
|
[
|
|
3229
3272
|
["poll_id", "long"],
|
|
3230
3273
|
["peer", "Peer"],
|
|
3231
3274
|
["options", "Vector<bytes>"],
|
|
3275
|
+
["positions", "Vector<int>"],
|
|
3232
3276
|
["qts", "int"],
|
|
3233
3277
|
],
|
|
3234
3278
|
"Update",
|
|
@@ -3932,6 +3976,15 @@ export const schema = Object.freeze({
|
|
|
3932
3976
|
],
|
|
3933
3977
|
"Update",
|
|
3934
3978
|
],
|
|
3979
|
+
updateManagedBot: [
|
|
3980
|
+
0x4880ED9A,
|
|
3981
|
+
[
|
|
3982
|
+
["user_id", "long"],
|
|
3983
|
+
["bot_id", "long"],
|
|
3984
|
+
["qts", "int"],
|
|
3985
|
+
],
|
|
3986
|
+
"Update",
|
|
3987
|
+
],
|
|
3935
3988
|
"updates.state": [
|
|
3936
3989
|
0xA56C2A3E,
|
|
3937
3990
|
[
|
|
@@ -5771,6 +5824,31 @@ export const schema = Object.freeze({
|
|
|
5771
5824
|
],
|
|
5772
5825
|
"MessageEntity",
|
|
5773
5826
|
],
|
|
5827
|
+
messageEntityDiffInsert: [
|
|
5828
|
+
0x71777116,
|
|
5829
|
+
[
|
|
5830
|
+
["offset", "int"],
|
|
5831
|
+
["length", "int"],
|
|
5832
|
+
],
|
|
5833
|
+
"MessageEntity",
|
|
5834
|
+
],
|
|
5835
|
+
messageEntityDiffReplace: [
|
|
5836
|
+
0xC6C1E5A7,
|
|
5837
|
+
[
|
|
5838
|
+
["offset", "int"],
|
|
5839
|
+
["length", "int"],
|
|
5840
|
+
["old_text", "string"],
|
|
5841
|
+
],
|
|
5842
|
+
"MessageEntity",
|
|
5843
|
+
],
|
|
5844
|
+
messageEntityDiffDelete: [
|
|
5845
|
+
0x0652C1C5,
|
|
5846
|
+
[
|
|
5847
|
+
["offset", "int"],
|
|
5848
|
+
["length", "int"],
|
|
5849
|
+
],
|
|
5850
|
+
"MessageEntity",
|
|
5851
|
+
],
|
|
5774
5852
|
inputChannelEmpty: [
|
|
5775
5853
|
0xEE8C1E86,
|
|
5776
5854
|
[],
|
|
@@ -8923,15 +9001,28 @@ export const schema = Object.freeze({
|
|
|
8923
9001
|
"help.UserInfo",
|
|
8924
9002
|
],
|
|
8925
9003
|
pollAnswer: [
|
|
8926
|
-
|
|
9004
|
+
0x4B7D786A,
|
|
8927
9005
|
[
|
|
9006
|
+
["flags", "#"],
|
|
8928
9007
|
["text", "TextWithEntities"],
|
|
8929
9008
|
["option", "bytes"],
|
|
9009
|
+
["media", "flags.0?MessageMedia"],
|
|
9010
|
+
["added_by", "flags.1?Peer"],
|
|
9011
|
+
["date", "flags.1?int"],
|
|
9012
|
+
],
|
|
9013
|
+
"PollAnswer",
|
|
9014
|
+
],
|
|
9015
|
+
inputPollAnswer: [
|
|
9016
|
+
0x199FED96,
|
|
9017
|
+
[
|
|
9018
|
+
["flags", "#"],
|
|
9019
|
+
["text", "TextWithEntities"],
|
|
9020
|
+
["media", "flags.0?InputMedia"],
|
|
8930
9021
|
],
|
|
8931
9022
|
"PollAnswer",
|
|
8932
9023
|
],
|
|
8933
9024
|
poll: [
|
|
8934
|
-
|
|
9025
|
+
0xB8425BE9,
|
|
8935
9026
|
[
|
|
8936
9027
|
["id", "long"],
|
|
8937
9028
|
["flags", "#"],
|
|
@@ -8939,34 +9030,43 @@ export const schema = Object.freeze({
|
|
|
8939
9030
|
["public_voters", "flags.1?true"],
|
|
8940
9031
|
["multiple_choice", "flags.2?true"],
|
|
8941
9032
|
["quiz", "flags.3?true"],
|
|
9033
|
+
["open_answers", "flags.6?true"],
|
|
9034
|
+
["revoting_disabled", "flags.7?true"],
|
|
9035
|
+
["shuffle_answers", "flags.8?true"],
|
|
9036
|
+
["hide_results_until_close", "flags.9?true"],
|
|
9037
|
+
["creator", "flags.10?true"],
|
|
8942
9038
|
["question", "TextWithEntities"],
|
|
8943
9039
|
["answers", "Vector<PollAnswer>"],
|
|
8944
9040
|
["close_period", "flags.4?int"],
|
|
8945
9041
|
["close_date", "flags.5?int"],
|
|
9042
|
+
["hash", "long"],
|
|
8946
9043
|
],
|
|
8947
9044
|
"Poll",
|
|
8948
9045
|
],
|
|
8949
9046
|
pollAnswerVoters: [
|
|
8950
|
-
|
|
9047
|
+
0x3645230A,
|
|
8951
9048
|
[
|
|
8952
9049
|
["flags", "#"],
|
|
8953
9050
|
["chosen", "flags.0?true"],
|
|
8954
9051
|
["correct", "flags.1?true"],
|
|
8955
9052
|
["option", "bytes"],
|
|
8956
|
-
["voters", "int"],
|
|
9053
|
+
["voters", "flags.2?int"],
|
|
9054
|
+
["recent_voters", "flags.2?Vector<Peer>"],
|
|
8957
9055
|
],
|
|
8958
9056
|
"PollAnswerVoters",
|
|
8959
9057
|
],
|
|
8960
9058
|
pollResults: [
|
|
8961
|
-
|
|
9059
|
+
0xBA7BB15E,
|
|
8962
9060
|
[
|
|
8963
9061
|
["flags", "#"],
|
|
8964
9062
|
["min", "flags.0?true"],
|
|
9063
|
+
["has_unread_votes", "flags.6?true"],
|
|
8965
9064
|
["results", "flags.1?Vector<PollAnswerVoters>"],
|
|
8966
9065
|
["total_voters", "flags.2?int"],
|
|
8967
9066
|
["recent_voters", "flags.3?Vector<Peer>"],
|
|
8968
9067
|
["solution", "flags.4?string"],
|
|
8969
9068
|
["solution_entities", "flags.4?Vector<MessageEntity>"],
|
|
9069
|
+
["solution_media", "flags.5?MessageMedia"],
|
|
8970
9070
|
],
|
|
8971
9071
|
"PollResults",
|
|
8972
9072
|
],
|
|
@@ -9211,12 +9311,13 @@ export const schema = Object.freeze({
|
|
|
9211
9311
|
"messages.SearchCounter",
|
|
9212
9312
|
],
|
|
9213
9313
|
urlAuthResultRequest: [
|
|
9214
|
-
|
|
9314
|
+
0x3CD623EC,
|
|
9215
9315
|
[
|
|
9216
9316
|
["flags", "#"],
|
|
9217
9317
|
["request_write_access", "flags.0?true"],
|
|
9218
9318
|
["request_phone_number", "flags.1?true"],
|
|
9219
9319
|
["match_codes_first", "flags.5?true"],
|
|
9320
|
+
["is_app", "flags.6?true"],
|
|
9220
9321
|
["bot", "User"],
|
|
9221
9322
|
["domain", "string"],
|
|
9222
9323
|
["browser", "flags.2?string"],
|
|
@@ -9225,6 +9326,7 @@ export const schema = Object.freeze({
|
|
|
9225
9326
|
["region", "flags.2?string"],
|
|
9226
9327
|
["match_codes", "flags.3?Vector<string>"],
|
|
9227
9328
|
["user_id_hint", "flags.4?long"],
|
|
9329
|
+
["verified_app_name", "flags.7?string"],
|
|
9228
9330
|
],
|
|
9229
9331
|
"UrlAuthResult",
|
|
9230
9332
|
],
|
|
@@ -9810,7 +9912,7 @@ export const schema = Object.freeze({
|
|
|
9810
9912
|
"messages.DiscussionMessage",
|
|
9811
9913
|
],
|
|
9812
9914
|
messageReplyHeader: [
|
|
9813
|
-
|
|
9915
|
+
0x1B97DD66,
|
|
9814
9916
|
[
|
|
9815
9917
|
["flags", "#"],
|
|
9816
9918
|
["reply_to_scheduled", "flags.2?true"],
|
|
@@ -9825,6 +9927,7 @@ export const schema = Object.freeze({
|
|
|
9825
9927
|
["quote_entities", "flags.7?Vector<MessageEntity>"],
|
|
9826
9928
|
["quote_offset", "flags.10?int"],
|
|
9827
9929
|
["todo_item_id", "flags.11?int"],
|
|
9930
|
+
["poll_option", "flags.12?bytes"],
|
|
9828
9931
|
],
|
|
9829
9932
|
"MessageReplyHeader",
|
|
9830
9933
|
],
|
|
@@ -11133,7 +11236,7 @@ export const schema = Object.freeze({
|
|
|
11133
11236
|
"ForumTopic",
|
|
11134
11237
|
],
|
|
11135
11238
|
forumTopic: [
|
|
11136
|
-
|
|
11239
|
+
0xFCDAD815,
|
|
11137
11240
|
[
|
|
11138
11241
|
["flags", "#"],
|
|
11139
11242
|
["my", "flags.1?true"],
|
|
@@ -11154,6 +11257,7 @@ export const schema = Object.freeze({
|
|
|
11154
11257
|
["unread_count", "int"],
|
|
11155
11258
|
["unread_mentions_count", "int"],
|
|
11156
11259
|
["unread_reactions_count", "int"],
|
|
11260
|
+
["unread_poll_votes_count", "int"],
|
|
11157
11261
|
["from_id", "Peer"],
|
|
11158
11262
|
["notify_settings", "PeerNotifySettings"],
|
|
11159
11263
|
["draft", "flags.4?DraftMessage"],
|
|
@@ -11222,6 +11326,16 @@ export const schema = Object.freeze({
|
|
|
11222
11326
|
],
|
|
11223
11327
|
"RequestPeerType",
|
|
11224
11328
|
],
|
|
11329
|
+
requestPeerTypeCreateBot: [
|
|
11330
|
+
0x3E81E078,
|
|
11331
|
+
[
|
|
11332
|
+
["flags", "#"],
|
|
11333
|
+
["bot_managed", "flags.0?true"],
|
|
11334
|
+
["suggested_name", "flags.1?string"],
|
|
11335
|
+
["suggested_username", "flags.2?string"],
|
|
11336
|
+
],
|
|
11337
|
+
"RequestPeerType",
|
|
11338
|
+
],
|
|
11225
11339
|
emojiListNotModified: [
|
|
11226
11340
|
0x481EADFA,
|
|
11227
11341
|
[],
|
|
@@ -11530,7 +11644,7 @@ export const schema = Object.freeze({
|
|
|
11530
11644
|
"StoryItem",
|
|
11531
11645
|
],
|
|
11532
11646
|
storyItem: [
|
|
11533
|
-
|
|
11647
|
+
0x16A4B93C,
|
|
11534
11648
|
[
|
|
11535
11649
|
["flags", "#"],
|
|
11536
11650
|
["pinned", "flags.5?true"],
|
|
@@ -11555,6 +11669,7 @@ export const schema = Object.freeze({
|
|
|
11555
11669
|
["views", "flags.3?StoryViews"],
|
|
11556
11670
|
["sent_reaction", "flags.15?Reaction"],
|
|
11557
11671
|
["albums", "flags.19?Vector<int>"],
|
|
11672
|
+
["music", "flags.20?Document"],
|
|
11558
11673
|
],
|
|
11559
11674
|
"StoryItem",
|
|
11560
11675
|
],
|
|
@@ -11650,7 +11765,7 @@ export const schema = Object.freeze({
|
|
|
11650
11765
|
"stories.StoryViews",
|
|
11651
11766
|
],
|
|
11652
11767
|
inputReplyToMessage: [
|
|
11653
|
-
|
|
11768
|
+
0x3BD4B7C2,
|
|
11654
11769
|
[
|
|
11655
11770
|
["flags", "#"],
|
|
11656
11771
|
["reply_to_msg_id", "int"],
|
|
@@ -11661,6 +11776,7 @@ export const schema = Object.freeze({
|
|
|
11661
11776
|
["quote_offset", "flags.4?int"],
|
|
11662
11777
|
["monoforum_peer_id", "flags.5?InputPeer"],
|
|
11663
11778
|
["todo_item_id", "flags.6?int"],
|
|
11779
|
+
["poll_option", "flags.7?bytes"],
|
|
11664
11780
|
],
|
|
11665
11781
|
"InputReplyTo",
|
|
11666
11782
|
],
|
|
@@ -12709,11 +12825,12 @@ export const schema = Object.freeze({
|
|
|
12709
12825
|
"ReactionNotificationsFrom",
|
|
12710
12826
|
],
|
|
12711
12827
|
reactionsNotifySettings: [
|
|
12712
|
-
|
|
12828
|
+
0x71E4EA58,
|
|
12713
12829
|
[
|
|
12714
12830
|
["flags", "#"],
|
|
12715
12831
|
["messages_notify_from", "flags.0?ReactionNotificationsFrom"],
|
|
12716
12832
|
["stories_notify_from", "flags.1?ReactionNotificationsFrom"],
|
|
12833
|
+
["poll_votes_notify_from", "flags.2?ReactionNotificationsFrom"],
|
|
12717
12834
|
["sound", "NotificationSound"],
|
|
12718
12835
|
["show_previews", "Bool"],
|
|
12719
12836
|
],
|
|
@@ -14187,6 +14304,41 @@ export const schema = Object.freeze({
|
|
|
14187
14304
|
],
|
|
14188
14305
|
"KeyboardButtonStyle",
|
|
14189
14306
|
],
|
|
14307
|
+
inputMessageReadMetric: [
|
|
14308
|
+
0x402B4495,
|
|
14309
|
+
[
|
|
14310
|
+
["msg_id", "int"],
|
|
14311
|
+
["view_id", "long"],
|
|
14312
|
+
["time_in_view_ms", "int"],
|
|
14313
|
+
["active_time_in_view_ms", "int"],
|
|
14314
|
+
["height_to_viewport_ratio_permille", "int"],
|
|
14315
|
+
["seen_range_ratio_permille", "int"],
|
|
14316
|
+
],
|
|
14317
|
+
"InputMessageReadMetric",
|
|
14318
|
+
],
|
|
14319
|
+
"bots.exportedBotToken": [
|
|
14320
|
+
0x3C60B621,
|
|
14321
|
+
[
|
|
14322
|
+
["token", "string"],
|
|
14323
|
+
],
|
|
14324
|
+
"bots.ExportedBotToken",
|
|
14325
|
+
],
|
|
14326
|
+
"bots.requestedButton": [
|
|
14327
|
+
0xF13BBCD7,
|
|
14328
|
+
[
|
|
14329
|
+
["webapp_req_id", "string"],
|
|
14330
|
+
],
|
|
14331
|
+
"bots.RequestedButton",
|
|
14332
|
+
],
|
|
14333
|
+
"messages.composedMessageWithAI": [
|
|
14334
|
+
0x90D7ADFA,
|
|
14335
|
+
[
|
|
14336
|
+
["flags", "#"],
|
|
14337
|
+
["result_text", "TextWithEntities"],
|
|
14338
|
+
["diff_text", "flags.0?TextWithEntities"],
|
|
14339
|
+
],
|
|
14340
|
+
"messages.ComposedMessageWithAI",
|
|
14341
|
+
],
|
|
14190
14342
|
invokeWithBusinessConnectionPrefix: [
|
|
14191
14343
|
0xDD289F8E,
|
|
14192
14344
|
[
|
|
@@ -16753,10 +16905,11 @@ export const schema = Object.freeze({
|
|
|
16753
16905
|
"Updates",
|
|
16754
16906
|
],
|
|
16755
16907
|
"messages.getPollResults": [
|
|
16756
|
-
|
|
16908
|
+
0xEDA3E33B,
|
|
16757
16909
|
[
|
|
16758
16910
|
["peer", "InputPeer"],
|
|
16759
16911
|
["msg_id", "int"],
|
|
16912
|
+
["poll_hash", "long"],
|
|
16760
16913
|
],
|
|
16761
16914
|
"Updates",
|
|
16762
16915
|
],
|
|
@@ -17261,13 +17414,14 @@ export const schema = Object.freeze({
|
|
|
17261
17414
|
"Bool",
|
|
17262
17415
|
],
|
|
17263
17416
|
"messages.translateText": [
|
|
17264
|
-
|
|
17417
|
+
0xA5EEC345,
|
|
17265
17418
|
[
|
|
17266
17419
|
["flags", "#"],
|
|
17267
17420
|
["peer", "flags.0?InputPeer"],
|
|
17268
17421
|
["id", "flags.0?Vector<int>"],
|
|
17269
17422
|
["text", "flags.1?Vector<TextWithEntities>"],
|
|
17270
17423
|
["to_lang", "string"],
|
|
17424
|
+
["tone", "flags.2?string"],
|
|
17271
17425
|
],
|
|
17272
17426
|
"messages.TranslatedText",
|
|
17273
17427
|
],
|
|
@@ -17485,10 +17639,12 @@ export const schema = Object.freeze({
|
|
|
17485
17639
|
"DefaultHistoryTTL",
|
|
17486
17640
|
],
|
|
17487
17641
|
"messages.sendBotRequestedPeer": [
|
|
17488
|
-
|
|
17642
|
+
0x6C5CF2A7,
|
|
17489
17643
|
[
|
|
17644
|
+
["flags", "#"],
|
|
17490
17645
|
["peer", "InputPeer"],
|
|
17491
|
-
["msg_id", "int"],
|
|
17646
|
+
["msg_id", "flags.0?int"],
|
|
17647
|
+
["webapp_req_id", "flags.1?string"],
|
|
17492
17648
|
["button_id", "int"],
|
|
17493
17649
|
["requested_peers", "Vector<InputPeer>"],
|
|
17494
17650
|
],
|
|
@@ -18040,12 +18196,13 @@ export const schema = Object.freeze({
|
|
|
18040
18196
|
"messages.EmojiGameInfo",
|
|
18041
18197
|
],
|
|
18042
18198
|
"messages.summarizeText": [
|
|
18043
|
-
|
|
18199
|
+
0xABBBD346,
|
|
18044
18200
|
[
|
|
18045
18201
|
["flags", "#"],
|
|
18046
18202
|
["peer", "InputPeer"],
|
|
18047
18203
|
["id", "int"],
|
|
18048
18204
|
["to_lang", "flags.0?string"],
|
|
18205
|
+
["tone", "flags.2?string"],
|
|
18049
18206
|
],
|
|
18050
18207
|
"TextWithEntities",
|
|
18051
18208
|
],
|
|
@@ -18089,6 +18246,75 @@ export const schema = Object.freeze({
|
|
|
18089
18246
|
],
|
|
18090
18247
|
"Bool",
|
|
18091
18248
|
],
|
|
18249
|
+
"messages.composeMessageWithAI": [
|
|
18250
|
+
0xFD426AFE,
|
|
18251
|
+
[
|
|
18252
|
+
["flags", "#"],
|
|
18253
|
+
["proofread", "flags.0?true"],
|
|
18254
|
+
["emojify", "flags.3?true"],
|
|
18255
|
+
["text", "TextWithEntities"],
|
|
18256
|
+
["translate_to_lang", "flags.1?string"],
|
|
18257
|
+
["change_tone", "flags.2?string"],
|
|
18258
|
+
],
|
|
18259
|
+
"messages.ComposedMessageWithAI",
|
|
18260
|
+
],
|
|
18261
|
+
"messages.reportReadMetrics": [
|
|
18262
|
+
0x4067C5E6,
|
|
18263
|
+
[
|
|
18264
|
+
["peer", "InputPeer"],
|
|
18265
|
+
["metrics", "Vector<InputMessageReadMetric>"],
|
|
18266
|
+
],
|
|
18267
|
+
"Bool",
|
|
18268
|
+
],
|
|
18269
|
+
"messages.reportMusicListen": [
|
|
18270
|
+
0xDDBCD819,
|
|
18271
|
+
[
|
|
18272
|
+
["id", "InputDocument"],
|
|
18273
|
+
["listened_duration", "int"],
|
|
18274
|
+
],
|
|
18275
|
+
"Bool",
|
|
18276
|
+
],
|
|
18277
|
+
"messages.addPollAnswer": [
|
|
18278
|
+
0x19BC4B6D,
|
|
18279
|
+
[
|
|
18280
|
+
["peer", "InputPeer"],
|
|
18281
|
+
["msg_id", "int"],
|
|
18282
|
+
["answer", "PollAnswer"],
|
|
18283
|
+
],
|
|
18284
|
+
"Updates",
|
|
18285
|
+
],
|
|
18286
|
+
"messages.deletePollAnswer": [
|
|
18287
|
+
0xAC8505A5,
|
|
18288
|
+
[
|
|
18289
|
+
["peer", "InputPeer"],
|
|
18290
|
+
["msg_id", "int"],
|
|
18291
|
+
["option", "bytes"],
|
|
18292
|
+
],
|
|
18293
|
+
"Updates",
|
|
18294
|
+
],
|
|
18295
|
+
"messages.getUnreadPollVotes": [
|
|
18296
|
+
0x43286CF2,
|
|
18297
|
+
[
|
|
18298
|
+
["flags", "#"],
|
|
18299
|
+
["peer", "InputPeer"],
|
|
18300
|
+
["top_msg_id", "flags.0?int"],
|
|
18301
|
+
["offset_id", "int"],
|
|
18302
|
+
["add_offset", "int"],
|
|
18303
|
+
["limit", "int"],
|
|
18304
|
+
["max_id", "int"],
|
|
18305
|
+
["min_id", "int"],
|
|
18306
|
+
],
|
|
18307
|
+
"messages.Messages",
|
|
18308
|
+
],
|
|
18309
|
+
"messages.readPollVotes": [
|
|
18310
|
+
0x1720B4D8,
|
|
18311
|
+
[
|
|
18312
|
+
["flags", "#"],
|
|
18313
|
+
["peer", "InputPeer"],
|
|
18314
|
+
["top_msg_id", "flags.0?int"],
|
|
18315
|
+
],
|
|
18316
|
+
"messages.AffectedHistory",
|
|
18317
|
+
],
|
|
18092
18318
|
"updates.getState": [
|
|
18093
18319
|
0xEDD4882A,
|
|
18094
18320
|
[],
|
|
@@ -19154,6 +19380,48 @@ export const schema = Object.freeze({
|
|
|
19154
19380
|
],
|
|
19155
19381
|
"users.Users",
|
|
19156
19382
|
],
|
|
19383
|
+
"bots.checkUsername": [
|
|
19384
|
+
0x87F2219B,
|
|
19385
|
+
[
|
|
19386
|
+
["username", "string"],
|
|
19387
|
+
],
|
|
19388
|
+
"Bool",
|
|
19389
|
+
],
|
|
19390
|
+
"bots.createBot": [
|
|
19391
|
+
0xE5B17F2B,
|
|
19392
|
+
[
|
|
19393
|
+
["flags", "#"],
|
|
19394
|
+
["via_deeplink", "flags.0?true"],
|
|
19395
|
+
["name", "string"],
|
|
19396
|
+
["username", "string"],
|
|
19397
|
+
["manager_id", "InputUser"],
|
|
19398
|
+
],
|
|
19399
|
+
"User",
|
|
19400
|
+
],
|
|
19401
|
+
"bots.exportBotToken": [
|
|
19402
|
+
0xBD0D99EB,
|
|
19403
|
+
[
|
|
19404
|
+
["bot", "InputUser"],
|
|
19405
|
+
["revoke", "Bool"],
|
|
19406
|
+
],
|
|
19407
|
+
"bots.ExportedBotToken",
|
|
19408
|
+
],
|
|
19409
|
+
"bots.requestWebViewButton": [
|
|
19410
|
+
0x31A2A35E,
|
|
19411
|
+
[
|
|
19412
|
+
["user_id", "InputUser"],
|
|
19413
|
+
["button", "KeyboardButton"],
|
|
19414
|
+
],
|
|
19415
|
+
"bots.RequestedButton",
|
|
19416
|
+
],
|
|
19417
|
+
"bots.getRequestedWebViewButton": [
|
|
19418
|
+
0xBF25B7F3,
|
|
19419
|
+
[
|
|
19420
|
+
["bot", "InputUser"],
|
|
19421
|
+
["webapp_req_id", "string"],
|
|
19422
|
+
],
|
|
19423
|
+
"KeyboardButton",
|
|
19424
|
+
],
|
|
19157
19425
|
"payments.getPaymentForm": [
|
|
19158
19426
|
0x37148DBB,
|
|
19159
19427
|
[
|
|
@@ -19580,6 +19848,7 @@ export const schema = Object.freeze({
|
|
|
19580
19848
|
["sort_by_price", "flags.1?true"],
|
|
19581
19849
|
["sort_by_num", "flags.2?true"],
|
|
19582
19850
|
["for_craft", "flags.4?true"],
|
|
19851
|
+
["stars_only", "flags.5?true"],
|
|
19583
19852
|
["attributes_hash", "flags.0?long"],
|
|
19584
19853
|
["gift_id", "long"],
|
|
19585
19854
|
["attributes", "flags.3?Vector<StarGiftAttributeId>"],
|
|
@@ -20431,7 +20700,7 @@ export const schema = Object.freeze({
|
|
|
20431
20700
|
"stories.CanSendStoryCount",
|
|
20432
20701
|
],
|
|
20433
20702
|
"stories.sendStory": [
|
|
20434
|
-
|
|
20703
|
+
0x8F9E6898,
|
|
20435
20704
|
[
|
|
20436
20705
|
["flags", "#"],
|
|
20437
20706
|
["pinned", "flags.2?true"],
|
|
@@ -20448,11 +20717,12 @@ export const schema = Object.freeze({
|
|
|
20448
20717
|
["fwd_from_id", "flags.6?InputPeer"],
|
|
20449
20718
|
["fwd_from_story", "flags.6?int"],
|
|
20450
20719
|
["albums", "flags.8?Vector<int>"],
|
|
20720
|
+
["music", "flags.9?InputDocument"],
|
|
20451
20721
|
],
|
|
20452
20722
|
"Updates",
|
|
20453
20723
|
],
|
|
20454
20724
|
"stories.editStory": [
|
|
20455
|
-
|
|
20725
|
+
0x2C63A72B,
|
|
20456
20726
|
[
|
|
20457
20727
|
["flags", "#"],
|
|
20458
20728
|
["peer", "InputPeer"],
|
|
@@ -20462,6 +20732,7 @@ export const schema = Object.freeze({
|
|
|
20462
20732
|
["caption", "flags.1?string"],
|
|
20463
20733
|
["entities", "flags.1?Vector<MessageEntity>"],
|
|
20464
20734
|
["privacy_rules", "flags.2?Vector<InputPrivacyRule>"],
|
|
20735
|
+
["music", "flags.4?InputDocument"],
|
|
20465
20736
|
],
|
|
20466
20737
|
"Updates",
|
|
20467
20738
|
],
|
|
@@ -20857,8 +21128,8 @@ export const schema = Object.freeze({
|
|
|
20857
21128
|
[0xFA4F0BB5]: "inputFileBig",
|
|
20858
21129
|
[0x62DC8B48]: "inputFileStoryDocument",
|
|
20859
21130
|
[0x9664F57F]: "inputMediaEmpty",
|
|
20860
|
-
[
|
|
20861
|
-
[
|
|
21131
|
+
[0x7D8375DA]: "inputMediaUploadedPhoto",
|
|
21132
|
+
[0xE3AF4434]: "inputMediaPhoto",
|
|
20862
21133
|
[0xF9C44144]: "inputMediaGeoPoint",
|
|
20863
21134
|
[0xF8AB7DFB]: "inputMediaContact",
|
|
20864
21135
|
[0x037C9330]: "inputMediaUploadedDocument",
|
|
@@ -20869,7 +21140,7 @@ export const schema = Object.freeze({
|
|
|
20869
21140
|
[0xD33F43F3]: "inputMediaGame",
|
|
20870
21141
|
[0x405FEF0D]: "inputMediaInvoice",
|
|
20871
21142
|
[0x971FA843]: "inputMediaGeoLive",
|
|
20872
|
-
[
|
|
21143
|
+
[0x883A4108]: "inputMediaPoll",
|
|
20873
21144
|
[0xE66FBF7B]: "inputMediaDice",
|
|
20874
21145
|
[0x89FDD778]: "inputMediaStory",
|
|
20875
21146
|
[0xC21B8849]: "inputMediaWebPage",
|
|
@@ -20934,7 +21205,7 @@ export const schema = Object.freeze({
|
|
|
20934
21205
|
[0x3AE56482]: "message",
|
|
20935
21206
|
[0x7A800E0A]: "messageService",
|
|
20936
21207
|
[0x3DED6320]: "messageMediaEmpty",
|
|
20937
|
-
[
|
|
21208
|
+
[0xE216EB63]: "messageMediaPhoto",
|
|
20938
21209
|
[0x56E0D474]: "messageMediaGeo",
|
|
20939
21210
|
[0x70322949]: "messageMediaContact",
|
|
20940
21211
|
[0x9F84F49E]: "messageMediaUnsupported",
|
|
@@ -20944,7 +21215,7 @@ export const schema = Object.freeze({
|
|
|
20944
21215
|
[0xFDB19008]: "messageMediaGame",
|
|
20945
21216
|
[0xF6A548D3]: "messageMediaInvoice",
|
|
20946
21217
|
[0xB940C666]: "messageMediaGeoLive",
|
|
20947
|
-
[
|
|
21218
|
+
[0x773F4E66]: "messageMediaPoll",
|
|
20948
21219
|
[0x08CBEC07]: "messageMediaDice",
|
|
20949
21220
|
[0x68CB6283]: "messageMediaStory",
|
|
20950
21221
|
[0xAA073BEB]: "messageMediaGiveaway",
|
|
@@ -21016,7 +21287,10 @@ export const schema = Object.freeze({
|
|
|
21016
21287
|
[0xE188503B]: "messageActionChangeCreator",
|
|
21017
21288
|
[0xBF7D6572]: "messageActionNoForwardsToggle",
|
|
21018
21289
|
[0x3E2793BA]: "messageActionNoForwardsRequest",
|
|
21019
|
-
[
|
|
21290
|
+
[0x9DA1CD6C]: "messageActionPollAppendAnswer",
|
|
21291
|
+
[0x399674DC]: "messageActionPollDeleteAnswer",
|
|
21292
|
+
[0x16605E3E]: "messageActionManagedBotCreated",
|
|
21293
|
+
[0xFC89F7F3]: "dialog",
|
|
21020
21294
|
[0x71BD134C]: "dialogFolder",
|
|
21021
21295
|
[0x2331B22D]: "photoEmpty",
|
|
21022
21296
|
[0xFB197A65]: "photo",
|
|
@@ -21054,7 +21328,7 @@ export const schema = Object.freeze({
|
|
|
21054
21328
|
[0xF5DDD6E7]: "inputReportReasonFake",
|
|
21055
21329
|
[0x0A8EB2BE]: "inputReportReasonIllegalDrugs",
|
|
21056
21330
|
[0x9EC7863D]: "inputReportReasonPersonalDetails",
|
|
21057
|
-
[
|
|
21331
|
+
[0x06CBE645]: "userFull",
|
|
21058
21332
|
[0x145ADE0B]: "contact",
|
|
21059
21333
|
[0xC13E3C50]: "importedContact",
|
|
21060
21334
|
[0x16D9703B]: "contactStatus",
|
|
@@ -21091,6 +21365,7 @@ export const schema = Object.freeze({
|
|
|
21091
21365
|
[0xE7026D0D]: "inputMessagesFilterGeo",
|
|
21092
21366
|
[0xE062DB83]: "inputMessagesFilterContacts",
|
|
21093
21367
|
[0x1BB00451]: "inputMessagesFilterPinned",
|
|
21368
|
+
[0xFA2BC90A]: "inputMessagesFilterPoll",
|
|
21094
21369
|
[0x1F2B0AFD]: "updateNewMessage",
|
|
21095
21370
|
[0x4E90BFD6]: "updateMessageID",
|
|
21096
21371
|
[0xA20DB0E5]: "updateDeleteMessages",
|
|
@@ -21153,7 +21428,7 @@ export const schema = Object.freeze({
|
|
|
21153
21428
|
[0x7084A7BE]: "updateContactsReset",
|
|
21154
21429
|
[0xB23FC698]: "updateChannelAvailableMessages",
|
|
21155
21430
|
[0xB658F23E]: "updateDialogUnreadMark",
|
|
21156
|
-
[
|
|
21431
|
+
[0xD64C522B]: "updateMessagePoll",
|
|
21157
21432
|
[0x54C01850]: "updateChatDefaultBannedRights",
|
|
21158
21433
|
[0x19360DC0]: "updateFolderPeers",
|
|
21159
21434
|
[0x6A7E7366]: "updatePeerSettings",
|
|
@@ -21163,7 +21438,7 @@ export const schema = Object.freeze({
|
|
|
21163
21438
|
[0x8216FBA3]: "updateTheme",
|
|
21164
21439
|
[0x871FB939]: "updateGeoLiveViewed",
|
|
21165
21440
|
[0x564FE691]: "updateLoginToken",
|
|
21166
|
-
[
|
|
21441
|
+
[0x7699F014]: "updateMessagePollVote",
|
|
21167
21442
|
[0x26FFDE7D]: "updateDialogFilter",
|
|
21168
21443
|
[0xA5D72105]: "updateDialogFilterOrder",
|
|
21169
21444
|
[0x3504914F]: "updateDialogFilters",
|
|
@@ -21244,6 +21519,7 @@ export const schema = Object.freeze({
|
|
|
21244
21519
|
[0xFB9C547A]: "updateEmojiGameInfo",
|
|
21245
21520
|
[0xAC072444]: "updateStarGiftCraftFail",
|
|
21246
21521
|
[0xBD8367B9]: "updateChatParticipantRank",
|
|
21522
|
+
[0x4880ED9A]: "updateManagedBot",
|
|
21247
21523
|
[0xA56C2A3E]: "updates.state",
|
|
21248
21524
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
21249
21525
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -21461,6 +21737,9 @@ export const schema = Object.freeze({
|
|
|
21461
21737
|
[0xC8CF05F8]: "messageEntityCustomEmoji",
|
|
21462
21738
|
[0xF1CCAAAC]: "messageEntityBlockquote",
|
|
21463
21739
|
[0x904AC7C7]: "messageEntityFormattedDate",
|
|
21740
|
+
[0x71777116]: "messageEntityDiffInsert",
|
|
21741
|
+
[0xC6C1E5A7]: "messageEntityDiffReplace",
|
|
21742
|
+
[0x0652C1C5]: "messageEntityDiffDelete",
|
|
21464
21743
|
[0xEE8C1E86]: "inputChannelEmpty",
|
|
21465
21744
|
[0xF35AEC28]: "inputChannel",
|
|
21466
21745
|
[0x5B934F9D]: "inputChannelFromMessage",
|
|
@@ -21824,10 +22103,11 @@ export const schema = Object.freeze({
|
|
|
21824
22103
|
[0x8C05F1C9]: "help.supportName",
|
|
21825
22104
|
[0xF3AE2EED]: "help.userInfoEmpty",
|
|
21826
22105
|
[0x01EB3758]: "help.userInfo",
|
|
21827
|
-
[
|
|
21828
|
-
[
|
|
21829
|
-
[
|
|
21830
|
-
[
|
|
22106
|
+
[0x4B7D786A]: "pollAnswer",
|
|
22107
|
+
[0x199FED96]: "inputPollAnswer",
|
|
22108
|
+
[0xB8425BE9]: "poll",
|
|
22109
|
+
[0x3645230A]: "pollAnswerVoters",
|
|
22110
|
+
[0xBA7BB15E]: "pollResults",
|
|
21831
22111
|
[0xF041E250]: "chatOnlines",
|
|
21832
22112
|
[0x47A971E0]: "statsURL",
|
|
21833
22113
|
[0x5FB224D5]: "chatAdminRights",
|
|
@@ -21850,7 +22130,7 @@ export const schema = Object.freeze({
|
|
|
21850
22130
|
[0xFBD2C296]: "inputFolderPeer",
|
|
21851
22131
|
[0xE9BAA668]: "folderPeer",
|
|
21852
22132
|
[0xE844EBFF]: "messages.searchCounter",
|
|
21853
|
-
[
|
|
22133
|
+
[0x3CD623EC]: "urlAuthResultRequest",
|
|
21854
22134
|
[0x623A8FA0]: "urlAuthResultAccepted",
|
|
21855
22135
|
[0xA9D6DB1F]: "urlAuthResultDefault",
|
|
21856
22136
|
[0xBFB5AD8B]: "channelLocationEmpty",
|
|
@@ -21912,7 +22192,7 @@ export const schema = Object.freeze({
|
|
|
21912
22192
|
[0x455B853D]: "messageViews",
|
|
21913
22193
|
[0xB6C4F543]: "messages.messageViews",
|
|
21914
22194
|
[0xA6341782]: "messages.discussionMessage",
|
|
21915
|
-
[
|
|
22195
|
+
[0x1B97DD66]: "messageReplyHeader",
|
|
21916
22196
|
[0x0E5AF939]: "messageReplyStoryHeader",
|
|
21917
22197
|
[0x83D60FC2]: "messageReplies",
|
|
21918
22198
|
[0xE8FD8014]: "peerBlocked",
|
|
@@ -22063,13 +22343,14 @@ export const schema = Object.freeze({
|
|
|
22063
22343
|
[0xFCFEB29C]: "stickerKeyword",
|
|
22064
22344
|
[0xB4073647]: "username",
|
|
22065
22345
|
[0x023F109B]: "forumTopicDeleted",
|
|
22066
|
-
[
|
|
22346
|
+
[0xFCDAD815]: "forumTopic",
|
|
22067
22347
|
[0x367617D3]: "messages.forumTopics",
|
|
22068
22348
|
[0x43B46B20]: "defaultHistoryTTL",
|
|
22069
22349
|
[0x41BF109B]: "exportedContactToken",
|
|
22070
22350
|
[0x5F3B8A00]: "requestPeerTypeUser",
|
|
22071
22351
|
[0xC9F06E1B]: "requestPeerTypeChat",
|
|
22072
22352
|
[0x339BEF6C]: "requestPeerTypeBroadcast",
|
|
22353
|
+
[0x3E81E078]: "requestPeerTypeCreateBot",
|
|
22073
22354
|
[0x481EADFA]: "emojiListNotModified",
|
|
22074
22355
|
[0x7A1E11D1]: "emojiList",
|
|
22075
22356
|
[0x7A9ABDA9]: "emojiGroup",
|
|
@@ -22105,7 +22386,7 @@ export const schema = Object.freeze({
|
|
|
22105
22386
|
[0x8D595CD6]: "storyViews",
|
|
22106
22387
|
[0x51E6EE4F]: "storyItemDeleted",
|
|
22107
22388
|
[0xFFADC913]: "storyItemSkipped",
|
|
22108
|
-
[
|
|
22389
|
+
[0x16A4B93C]: "storyItem",
|
|
22109
22390
|
[0x1158FE3E]: "stories.allStoriesNotModified",
|
|
22110
22391
|
[0x6EFC5E81]: "stories.allStories",
|
|
22111
22392
|
[0x63C3DD0A]: "stories.stories",
|
|
@@ -22114,7 +22395,7 @@ export const schema = Object.freeze({
|
|
|
22114
22395
|
[0xBD74CF49]: "storyViewPublicRepost",
|
|
22115
22396
|
[0x59D78FC5]: "stories.storyViewsList",
|
|
22116
22397
|
[0xDE9EED1D]: "stories.storyViews",
|
|
22117
|
-
[
|
|
22398
|
+
[0x3BD4B7C2]: "inputReplyToMessage",
|
|
22118
22399
|
[0x5881323A]: "inputReplyToStory",
|
|
22119
22400
|
[0x69D66C45]: "inputReplyToMonoForum",
|
|
22120
22401
|
[0x3FC9053B]: "exportedStoryLink",
|
|
@@ -22224,7 +22505,7 @@ export const schema = Object.freeze({
|
|
|
22224
22505
|
[0xAD798849]: "channels.sponsoredMessageReportResultReported",
|
|
22225
22506
|
[0xBAC3A61A]: "reactionNotificationsFromContacts",
|
|
22226
22507
|
[0x4B9E22A0]: "reactionNotificationsFromAll",
|
|
22227
|
-
[
|
|
22508
|
+
[0x71E4EA58]: "reactionsNotifySettings",
|
|
22228
22509
|
[0x93C3E27E]: "availableEffect",
|
|
22229
22510
|
[0xD1ED9A5B]: "messages.availableEffectsNotModified",
|
|
22230
22511
|
[0xBDDB616E]: "messages.availableEffects",
|
|
@@ -22381,6 +22662,10 @@ export const schema = Object.freeze({
|
|
|
22381
22662
|
[0x78FBF3A8]: "starGiftAttributeRarityEpic",
|
|
22382
22663
|
[0xCEF7E7A8]: "starGiftAttributeRarityLegendary",
|
|
22383
22664
|
[0x4FDD3430]: "keyboardButtonStyle",
|
|
22665
|
+
[0x402B4495]: "inputMessageReadMetric",
|
|
22666
|
+
[0x3C60B621]: "bots.exportedBotToken",
|
|
22667
|
+
[0xF13BBCD7]: "bots.requestedButton",
|
|
22668
|
+
[0x90D7ADFA]: "messages.composedMessageWithAI",
|
|
22384
22669
|
},
|
|
22385
22670
|
});
|
|
22386
|
-
export const LAYER =
|
|
22671
|
+
export const LAYER = 224;
|