@tgsnake/skema 1.2.0 → 1.4.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/README.md +1 -1
- package/dist/errors/exceptions/All.d.ts +2 -1
- package/dist/errors/exceptions/All.js +2 -1
- package/dist/errors/exceptions/BadRequest400.d.ts +4 -0
- package/dist/errors/exceptions/BadRequest400.js +8 -3
- package/dist/raw/All.d.ts +63 -19
- package/dist/raw/All.js +63 -19
- package/dist/raw/Raw.d.ts +526 -20
- package/dist/raw/Raw.js +1786 -81
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const count =
|
|
1
|
+
declare const count = 744;
|
|
2
2
|
declare const Exceptions: {
|
|
3
3
|
303: {
|
|
4
4
|
_: string;
|
|
@@ -460,6 +460,7 @@ declare const Exceptions: {
|
|
|
460
460
|
STARGIFT_INVALID: string;
|
|
461
461
|
STARGIFT_USAGE_LIMITED: string;
|
|
462
462
|
STARREF_AWAITING_END: string;
|
|
463
|
+
STARREF_EXPIRED: string;
|
|
463
464
|
STARREF_HASH_REVOKED: string;
|
|
464
465
|
STARREF_PERMILLE_INVALID: string;
|
|
465
466
|
STARREF_PERMILLE_TOO_LOW: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.count = exports.Exceptions = void 0;
|
|
4
|
-
const count =
|
|
4
|
+
const count = 744;
|
|
5
5
|
exports.count = count;
|
|
6
6
|
const Exceptions = {
|
|
7
7
|
303: {
|
|
@@ -464,6 +464,7 @@ const Exceptions = {
|
|
|
464
464
|
STARGIFT_INVALID: 'BadRequest.StargiftInvalid',
|
|
465
465
|
STARGIFT_USAGE_LIMITED: 'BadRequest.StargiftUsageLimited',
|
|
466
466
|
STARREF_AWAITING_END: 'BadRequest.StarrefAwaitingEnd',
|
|
467
|
+
STARREF_EXPIRED: 'BadRequest.StarrefExpired',
|
|
467
468
|
STARREF_HASH_REVOKED: 'BadRequest.StarrefHashRevoked',
|
|
468
469
|
STARREF_PERMILLE_INVALID: 'BadRequest.StarrefPermilleInvalid',
|
|
469
470
|
STARREF_PERMILLE_TOO_LOW: 'BadRequest.StarrefPermilleTooLow',
|
|
@@ -1803,6 +1803,10 @@ export declare class StarrefAwaitingEnd extends BadRequest {
|
|
|
1803
1803
|
id: string;
|
|
1804
1804
|
message: string;
|
|
1805
1805
|
}
|
|
1806
|
+
export declare class StarrefExpired extends BadRequest {
|
|
1807
|
+
id: string;
|
|
1808
|
+
message: string;
|
|
1809
|
+
}
|
|
1806
1810
|
export declare class StarrefHashRevoked extends BadRequest {
|
|
1807
1811
|
id: string;
|
|
1808
1812
|
message: string;
|
|
@@ -9,9 +9,9 @@ exports.MessageTooOld = exports.MessageTooLong = exports.MessagePollClosed = exp
|
|
|
9
9
|
exports.PhoneNumberInvalid = exports.PhoneNumberFlood = exports.PhoneNumberBanned = exports.PhoneNumberAppSignupForbidden = exports.PhoneNotOccupied = exports.PhoneHashExpired = exports.PhoneCodeInvalid = exports.PhoneCodeHashEmpty = exports.PhoneCodeExpired = exports.PhoneCodeEmpty = exports.PersistentTimestampInvalid = exports.PersistentTimestampEmpty = exports.PeerTypesInvalid = exports.PeerIdNotSupported = exports.PeerIdInvalid = exports.PeerHistoryEmpty = exports.PeerFlood = exports.PeersListEmpty = exports.PaymentProviderInvalid = exports.PasswordTooFresh = exports.PasswordRequired = exports.PasswordRecoveryNa = exports.PasswordRecoveryExpired = exports.PasswordMissing = exports.PasswordHashInvalid = exports.PasswordEmpty = exports.ParticipantVersionOutdated = exports.ParticipantJoinMissing = exports.ParticipantIdInvalid = exports.ParticipantsTooFew = exports.PackTitleInvalid = exports.PackShortNameOccupied = exports.PackShortNameInvalid = exports.OrderInvalid = exports.OptionInvalid = exports.OptionsTooMuch = exports.OffsetPeerIdInvalid = exports.OffsetInvalid = exports.NotJoined = exports.NotEligible = exports.NextOffsetInvalid = exports.NewSettingsInvalid = exports.NewSettingsEmpty = exports.NewSaltInvalid = exports.MultiMediaTooLong = exports.MsgWaitFailed = exports.MsgTooOld = exports.MsgIdInvalid = exports.MinDateInvalid = exports.MethodInvalid = void 0;
|
|
10
10
|
exports.ReflectorNotAvailable = exports.ReceiptEmpty = exports.ReactionInvalid = exports.ReactionEmpty = exports.ReactionsTooMany = exports.RangesInvalid = exports.RandomLengthInvalid = exports.RandomIdInvalid = exports.RandomIdEmpty = exports.RaiseHandForbidden = exports.QuoteTextInvalid = exports.QuizMultipleInvalid = exports.QuizCorrectAnswerInvalid = exports.QuizCorrectAnswersTooMuch = exports.QuizCorrectAnswersEmpty = exports.QuizAnswerMissing = exports.QuickRepliesTooMuch = exports.QueryTooShort = exports.QueryIdInvalid = exports.QueryIdEmpty = exports.PublicKeyRequired = exports.PrivacyValueInvalid = exports.PrivacyTooLong = exports.PrivacyKeyInvalid = exports.PricingChatInvalid = exports.PremiumAccountRequired = exports.PollVoteRequired = exports.PollUnsupported = exports.PollQuestionInvalid = exports.PollOptionInvalid = exports.PollOptionDuplicate = exports.PollAnswerInvalid = exports.PollAnswersInvalid = exports.PinRestricted = exports.PinnedDialogsTooMuch = exports.PhotoThumbUrlInvalid = exports.PhotoThumbUrlEmpty = exports.PhotoSaveFileInvalid = exports.PhotoInvalidDimensions = exports.PhotoInvalid = exports.PhotoIdInvalid = exports.PhotoFileMissing = exports.PhotoExtInvalid = exports.PhotoCropSizeSmall = exports.PhotoCropFileMissing = exports.PhotoContentUrlEmpty = exports.PhotoContentTypeInvalid = exports.PhonePasswordProtected = exports.PhoneNumberUnoccupied = exports.PhoneNumberOccupied = void 0;
|
|
11
11
|
exports.StargiftUsageLimited = exports.StargiftInvalid = exports.SrpPasswordChanged = exports.SrpIdInvalid = exports.SrpAInvalid = exports.SmsCodeCreateFailed = exports.SmsjobIdInvalid = exports.SlugInvalid = exports.SlowmodeMultiMsgsDisabled = exports.SlotsEmpty = exports.ShortNameOccupied = exports.ShortNameInvalid = exports.ShortnameOccupyFailed = exports.ShortcutInvalid = exports.Sha256HashInvalid = exports.SettingsInvalid = exports.SessionTooFresh = exports.SendMessageTypeInvalid = exports.SendMessageMediaInvalid = exports.SendAsPeerInvalid = exports.SecureSecretRequired = exports.SecondsInvalid = exports.SearchWithLinkNotSupported = exports.SearchQueryEmpty = exports.ScoreInvalid = exports.ScheduleTooMuch = exports.ScheduleStatusPrivate = exports.ScheduleDateTooLate = exports.ScheduleDateInvalid = exports.ScheduleBotNotAllowed = exports.RsaDecryptFailed = exports.RingtoneMimeInvalid = exports.RingtoneInvalid = exports.RightsNotModified = exports.RevoteNotAllowed = exports.ResultTypeInvalid = exports.ResultIdInvalid = exports.ResultIdEmpty = exports.ResultIdDuplicate = exports.ResultsTooMuch = exports.ResetRequestMissing = exports.RequestTokenInvalid = exports.ReplyToUserInvalid = exports.ReplyToInvalid = exports.ReplyMessageIdInvalid = exports.ReplyMessagesTooMuch = exports.ReplyMarkupTooLong = exports.ReplyMarkupInvalid = exports.ReplyMarkupGameEmpty = exports.ReplyMarkupBuyEmpty = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.YouBlockedUser = exports.WebpushTokenInvalid = exports.WebpushKeyInvalid = exports.WebpushAuthInvalid = exports.WebpageUrlInvalid = exports.WebpageNotFound = exports.WebpageMediaEmpty = exports.WebpageCurlFailed = exports.WebdocumentUrlInvalid = exports.WebdocumentUrlEmpty = exports.WebdocumentSizeTooBig = exports.WebdocumentMimeInvalid = exports.WebdocumentInvalid = exports.WcConvertUrlInvalid = exports.WallpaperNotFound = exports.WallpaperMimeInvalid = exports.WallpaperInvalid = exports.WallpaperFileInvalid = exports.VolumeLocNotFound = exports.VoiceMessagesForbidden = exports.VideoTitleEmpty = exports.VideoStopForbidden = exports.VideoPauseForbidden = exports.VideoFileInvalid = exports.VideoContentTypeInvalid = exports.VenueIdInvalid = exports.UserVolumeInvalid = exports.UserPublicMissing = exports.UserNotParticipant = exports.UserNotMutualContact = exports.UserKicked = exports.UserIsBot = exports.UserIsBlocked = exports.UserInvalid = exports.UserIdInvalid = exports.UserGiftUnavailable = void 0;
|
|
12
|
+
exports.ThemeFileInvalid = exports.TermsUrlInvalid = exports.TempAuthKeyEmpty = exports.TempAuthKeyAlreadyBound = exports.TaskAlreadyExists = exports.TakeoutRequired = exports.TakeoutInvalid = exports.SwitchWebviewUrlInvalid = exports.SwitchPmTextEmpty = exports.SubscriptionPeriodInvalid = exports.SubscriptionExportMissing = exports.StorySendFloodWeekly = exports.StorySendFloodMonthly = exports.StoryPeriodInvalid = exports.StoryNotModified = exports.StoryIdInvalid = exports.StoryIdEmpty = exports.StoriesTooMuch = exports.StoriesNeverCreated = exports.StickerVideoNowebm = exports.StickerVideoNodoc = exports.StickerVideoBig = exports.StickerThumbTgsNotgs = exports.StickerThumbPngNopng = exports.StickerTgsNotgs = exports.StickerTgsNodoc = exports.StickerPngNopng = exports.StickerPngDimensions = exports.StickerMimeInvalid = exports.StickerInvalid = exports.StickerIdInvalid = exports.StickerGifDimensions = exports.StickerFileInvalid = exports.StickerEmojiInvalid = exports.StickerDocumentInvalid = exports.StickersTooMuch = exports.StickersEmpty = exports.StickersetNotModified = exports.StickersetInvalid = exports.StickerpackStickersTooMuch = exports.StartParamTooLong = exports.StartParamInvalid = exports.StartParamEmpty = exports.StarsPaymentRequired = exports.StarsInvoiceInvalid = exports.StarrefPermilleTooLow = exports.StarrefPermilleInvalid = exports.StarrefHashRevoked = exports.StarrefExpired = exports.StarrefAwaitingEnd = void 0;
|
|
13
|
+
exports.UserChannelsTooMuch = exports.UserBotRequired = exports.UserBotInvalid = exports.UserBot = exports.UserBlocked = exports.UserBannedInChannel = exports.UserAlreadyParticipant = exports.UserAlreadyInvited = exports.UserAdminInvalid = exports.UsersTooMuch = exports.UsersTooFew = exports.UserpicUploadRequired = exports.UsernamePurchaseAvailable = exports.UsernameOccupied = exports.UsernameNotOccupied = exports.UsernameNotModified = exports.UsernameInvalid = exports.UsernamesActiveTooMuch = exports.UsageLimitInvalid = exports.UrlInvalid = exports.UntilDateInvalid = exports.TypeConstructorInvalid = exports.TypesEmpty = exports.TtlPeriodInvalid = exports.TtlMediaInvalid = exports.TtlDaysInvalid = exports.TranslateReqQuotaExceeded = exports.TranscriptionFailed = exports.TransactionIdInvalid = exports.ToLangInvalid = exports.TopicTitleEmpty = exports.TopicNotModified = exports.TopicIdInvalid = exports.TopicHideSeparately = exports.TopicDeleted = exports.TopicCloseSeparately = exports.TopicClosed = exports.TopicsEmpty = exports.TokenTypeInvalid = exports.TokenInvalid = exports.TokenEmpty = exports.TmpPasswordInvalid = exports.TmpPasswordDisabled = exports.TitleInvalid = exports.TimezoneInvalid = exports.ThemeTitleInvalid = exports.ThemeParamsInvalid = exports.ThemeMimeInvalid = exports.ThemeInvalid = exports.ThemeFormatInvalid = void 0;
|
|
14
|
+
exports.YouBlockedUser = exports.WebpushTokenInvalid = exports.WebpushKeyInvalid = exports.WebpushAuthInvalid = exports.WebpageUrlInvalid = exports.WebpageNotFound = exports.WebpageMediaEmpty = exports.WebpageCurlFailed = exports.WebdocumentUrlInvalid = exports.WebdocumentUrlEmpty = exports.WebdocumentSizeTooBig = exports.WebdocumentMimeInvalid = exports.WebdocumentInvalid = exports.WcConvertUrlInvalid = exports.WallpaperNotFound = exports.WallpaperMimeInvalid = exports.WallpaperInvalid = exports.WallpaperFileInvalid = exports.VolumeLocNotFound = exports.VoiceMessagesForbidden = exports.VideoTitleEmpty = exports.VideoStopForbidden = exports.VideoPauseForbidden = exports.VideoFileInvalid = exports.VideoContentTypeInvalid = exports.VenueIdInvalid = exports.UserVolumeInvalid = exports.UserPublicMissing = exports.UserNotParticipant = exports.UserNotMutualContact = exports.UserKicked = exports.UserIsBot = exports.UserIsBlocked = exports.UserInvalid = exports.UserIdInvalid = exports.UserGiftUnavailable = exports.UserCreator = void 0;
|
|
15
15
|
const RpcError_js_1 = require("@/errors/RpcError.js");
|
|
16
16
|
class BadRequest extends RpcError_js_1.RPCError {
|
|
17
17
|
code = 400;
|
|
@@ -2268,6 +2268,11 @@ class StarrefAwaitingEnd extends BadRequest {
|
|
|
2268
2268
|
message = 'The previous referral program was terminated less than 24 hours ago: further changes can be made after the date specified in userFull.starref_program.end_date.';
|
|
2269
2269
|
}
|
|
2270
2270
|
exports.StarrefAwaitingEnd = StarrefAwaitingEnd;
|
|
2271
|
+
class StarrefExpired extends BadRequest {
|
|
2272
|
+
id = 'STARREF_EXPIRED';
|
|
2273
|
+
message = 'The specified referral link is invalid.';
|
|
2274
|
+
}
|
|
2275
|
+
exports.StarrefExpired = StarrefExpired;
|
|
2271
2276
|
class StarrefHashRevoked extends BadRequest {
|
|
2272
2277
|
id = 'STARREF_HASH_REVOKED';
|
|
2273
2278
|
message = 'The specified affiliate link was already revoked.';
|
package/dist/raw/All.d.ts
CHANGED
|
@@ -136,7 +136,7 @@ export declare const AllTLObject: {
|
|
|
136
136
|
4268249941: string;
|
|
137
137
|
399807445: string;
|
|
138
138
|
640893467: string;
|
|
139
|
-
|
|
139
|
+
3839931037: string;
|
|
140
140
|
3224190983: string;
|
|
141
141
|
3832270564: string;
|
|
142
142
|
2694004571: string;
|
|
@@ -193,7 +193,7 @@ export declare const AllTLObject: {
|
|
|
193
193
|
1345295095: string;
|
|
194
194
|
1007897979: string;
|
|
195
195
|
3013637729: string;
|
|
196
|
-
|
|
196
|
+
3105602874: string;
|
|
197
197
|
3955008459: string;
|
|
198
198
|
1205698681: string;
|
|
199
199
|
3032714421: string;
|
|
@@ -211,8 +211,8 @@ export declare const AllTLObject: {
|
|
|
211
211
|
1102307842: string;
|
|
212
212
|
1171632161: string;
|
|
213
213
|
2953594786: string;
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
4065191930: string;
|
|
215
|
+
888627955: string;
|
|
216
216
|
2887720909: string;
|
|
217
217
|
2226685304: string;
|
|
218
218
|
805187450: string;
|
|
@@ -236,7 +236,7 @@ export declare const AllTLObject: {
|
|
|
236
236
|
2997024355: string;
|
|
237
237
|
1577067778: string;
|
|
238
238
|
596704836: string;
|
|
239
|
-
|
|
239
|
+
3617783033: string;
|
|
240
240
|
782418132: string;
|
|
241
241
|
1148485274: string;
|
|
242
242
|
3023364792: string;
|
|
@@ -260,7 +260,7 @@ export declare const AllTLObject: {
|
|
|
260
260
|
4124956391: string;
|
|
261
261
|
177124030: string;
|
|
262
262
|
2663876157: string;
|
|
263
|
-
|
|
263
|
+
3312956845: string;
|
|
264
264
|
341499403: string;
|
|
265
265
|
3242081360: string;
|
|
266
266
|
383348795: string;
|
|
@@ -273,7 +273,7 @@ export declare const AllTLObject: {
|
|
|
273
273
|
1910543603: string;
|
|
274
274
|
4041467286: string;
|
|
275
275
|
2356252295: string;
|
|
276
|
-
|
|
276
|
+
1982539325: string;
|
|
277
277
|
3346446926: string;
|
|
278
278
|
1951620897: string;
|
|
279
279
|
1694474197: string;
|
|
@@ -1072,6 +1072,7 @@ export declare const AllTLObject: {
|
|
|
1072
1072
|
781501415: string;
|
|
1073
1073
|
1355547603: string;
|
|
1074
1074
|
3480186296: string;
|
|
1075
|
+
835375875: string;
|
|
1075
1076
|
1218005070: string;
|
|
1076
1077
|
4117234314: string;
|
|
1077
1078
|
1042605427: string;
|
|
@@ -1148,6 +1149,10 @@ export declare const AllTLObject: {
|
|
|
1148
1149
|
3816265825: string;
|
|
1149
1150
|
3924819069: string;
|
|
1150
1151
|
3911636542: string;
|
|
1152
|
+
3286236164: string;
|
|
1153
|
+
878246344: string;
|
|
1154
|
+
3759268292: string;
|
|
1155
|
+
373835863: string;
|
|
1151
1156
|
2109703795: string;
|
|
1152
1157
|
4292502893: string;
|
|
1153
1158
|
406407439: string;
|
|
@@ -1203,7 +1208,8 @@ export declare const AllTLObject: {
|
|
|
1203
1208
|
1247763417: string;
|
|
1204
1209
|
3669668591: string;
|
|
1205
1210
|
4103700034: string;
|
|
1206
|
-
|
|
1211
|
+
3281998628: string;
|
|
1212
|
+
2584430776: string;
|
|
1207
1213
|
2932919257: string;
|
|
1208
1214
|
3485063511: string;
|
|
1209
1215
|
1395946908: string;
|
|
@@ -1211,7 +1217,7 @@ export declare const AllTLObject: {
|
|
|
1211
1217
|
1634697192: string;
|
|
1212
1218
|
4219011987: string;
|
|
1213
1219
|
369444042: string;
|
|
1214
|
-
|
|
1220
|
+
4188186315: string;
|
|
1215
1221
|
494149367: string;
|
|
1216
1222
|
1964968186: string;
|
|
1217
1223
|
2612159341: string;
|
|
@@ -1288,7 +1294,7 @@ export declare const AllTLObject: {
|
|
|
1288
1294
|
2371443926: string;
|
|
1289
1295
|
1374088783: string;
|
|
1290
1296
|
4289579283: string;
|
|
1291
|
-
|
|
1297
|
+
3992020209: string;
|
|
1292
1298
|
291044926: string;
|
|
1293
1299
|
1862033025: string;
|
|
1294
1300
|
1673780490: string;
|
|
@@ -1438,8 +1444,8 @@ export declare const AllTLObject: {
|
|
|
1438
1444
|
1269016922: string;
|
|
1439
1445
|
2496562474: string;
|
|
1440
1446
|
1411605001: string;
|
|
1441
|
-
|
|
1442
|
-
|
|
1447
|
+
2158777283: string;
|
|
1448
|
+
468707429: string;
|
|
1443
1449
|
2743640936: string;
|
|
1444
1450
|
785918357: string;
|
|
1445
1451
|
2030298073: string;
|
|
@@ -1466,9 +1472,9 @@ export declare const AllTLObject: {
|
|
|
1466
1472
|
377215243: string;
|
|
1467
1473
|
1658259128: string;
|
|
1468
1474
|
828000628: string;
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1475
|
+
1097619176: string;
|
|
1476
|
+
2358937772: string;
|
|
1477
|
+
430552434: string;
|
|
1472
1478
|
2515765681: string;
|
|
1473
1479
|
1764202389: string;
|
|
1474
1480
|
4043418239: string;
|
|
@@ -1501,6 +1507,28 @@ export declare const AllTLObject: {
|
|
|
1501
1507
|
2641040304: string;
|
|
1502
1508
|
2696564503: string;
|
|
1503
1509
|
2317955827: string;
|
|
1510
|
+
2468704346: string;
|
|
1511
|
+
1448008427: string;
|
|
1512
|
+
3281549882: string;
|
|
1513
|
+
1040931690: string;
|
|
1514
|
+
1362093126: string;
|
|
1515
|
+
3113014934: string;
|
|
1516
|
+
1296815210: string;
|
|
1517
|
+
1925597525: string;
|
|
1518
|
+
2872286208: string;
|
|
1519
|
+
2670187118: string;
|
|
1520
|
+
3833006382: string;
|
|
1521
|
+
3546637465: string;
|
|
1522
|
+
2730555029: string;
|
|
1523
|
+
3817310884: string;
|
|
1524
|
+
883094167: string;
|
|
1525
|
+
1338514798: string;
|
|
1526
|
+
2576180790: string;
|
|
1527
|
+
927967149: string;
|
|
1528
|
+
3588588148: string;
|
|
1529
|
+
2200339587: string;
|
|
1530
|
+
3376277852: string;
|
|
1531
|
+
2279989220: string;
|
|
1504
1532
|
3416209197: string;
|
|
1505
1533
|
1036301552: string;
|
|
1506
1534
|
3251461801: string;
|
|
@@ -1650,10 +1678,16 @@ export declare const AllTLObject: {
|
|
|
1650
1678
|
779830595: string;
|
|
1651
1679
|
431639143: string;
|
|
1652
1680
|
4264483446: string;
|
|
1681
|
+
1575909552: string;
|
|
1682
|
+
2993107625: string;
|
|
1683
|
+
3768410031: string;
|
|
1684
|
+
4269076383: string;
|
|
1653
1685
|
227648840: string;
|
|
1654
1686
|
3054459160: string;
|
|
1655
1687
|
2429064373: string;
|
|
1656
1688
|
3634004899: string;
|
|
1689
|
+
2022539235: string;
|
|
1690
|
+
1970513129: string;
|
|
1657
1691
|
2061264541: string;
|
|
1658
1692
|
3299038190: string;
|
|
1659
1693
|
1574346258: string;
|
|
@@ -1821,7 +1855,7 @@ export declare const AllTLObject: {
|
|
|
1821
1855
|
3741637966: string;
|
|
1822
1856
|
3087949796: string;
|
|
1823
1857
|
1573261059: string;
|
|
1824
|
-
|
|
1858
|
+
135398089: string;
|
|
1825
1859
|
834782287: string;
|
|
1826
1860
|
1789130429: string;
|
|
1827
1861
|
2625580816: string;
|
|
@@ -2012,10 +2046,12 @@ export declare const AllTLObject: {
|
|
|
2012
2046
|
2906234094: string;
|
|
2013
2047
|
1020866743: string;
|
|
2014
2048
|
2598966553: string;
|
|
2015
|
-
|
|
2049
|
+
4072993357: string;
|
|
2016
2050
|
1259483771: string;
|
|
2017
2051
|
377471137: string;
|
|
2018
2052
|
3974275302: string;
|
|
2053
|
+
576090389: string;
|
|
2054
|
+
897842353: string;
|
|
2019
2055
|
2854709741: string;
|
|
2020
2056
|
3860938573: string;
|
|
2021
2057
|
85399130: string;
|
|
@@ -2095,12 +2131,14 @@ export declare const AllTLObject: {
|
|
|
2095
2131
|
353626032: string;
|
|
2096
2132
|
1339842215: string;
|
|
2097
2133
|
2053087798: string;
|
|
2098
|
-
|
|
2134
|
+
3988679883: string;
|
|
2099
2135
|
524947079: string;
|
|
2100
2136
|
1339932391: string;
|
|
2101
2137
|
3274372300: string;
|
|
2102
2138
|
2908113128: string;
|
|
2103
2139
|
2551943645: string;
|
|
2140
|
+
1130737515: string;
|
|
2141
|
+
3234131401: string;
|
|
2104
2142
|
2418125671: string;
|
|
2105
2143
|
4151709521: string;
|
|
2106
2144
|
4290172106: string;
|
|
@@ -2174,7 +2212,7 @@ export declare const AllTLObject: {
|
|
|
2174
2212
|
4257011476: string;
|
|
2175
2213
|
1962598714: string;
|
|
2176
2214
|
820732912: string;
|
|
2177
|
-
|
|
2215
|
+
1937752812: string;
|
|
2178
2216
|
3045308998: string;
|
|
2179
2217
|
2925124447: string;
|
|
2180
2218
|
2591400431: string;
|
|
@@ -2199,6 +2237,12 @@ export declare const AllTLObject: {
|
|
|
2199
2237
|
3115485215: string;
|
|
2200
2238
|
187268763: string;
|
|
2201
2239
|
3514894599: string;
|
|
2240
|
+
2741212901: string;
|
|
2241
|
+
1582455222: string;
|
|
2242
|
+
2234907609: string;
|
|
2243
|
+
2369017552: string;
|
|
2244
|
+
632548039: string;
|
|
2245
|
+
2894097761: string;
|
|
2202
2246
|
1626764896: string;
|
|
2203
2247
|
199719754: string;
|
|
2204
2248
|
1803396934: string;
|
package/dist/raw/All.js
CHANGED
|
@@ -139,7 +139,7 @@ exports.AllTLObject = {
|
|
|
139
139
|
0xfe685355: 'Raw.Channel',
|
|
140
140
|
0x17d493d5: 'Raw.ChannelForbidden',
|
|
141
141
|
0x2633421b: 'Raw.ChatFull',
|
|
142
|
-
|
|
142
|
+
0xe4e0b29d: 'Raw.ChannelFull',
|
|
143
143
|
0xc02d4007: 'Raw.ChatParticipant',
|
|
144
144
|
0xe46bcee4: 'Raw.ChatParticipantCreator',
|
|
145
145
|
0xa0933f5b: 'Raw.ChatParticipantAdmin',
|
|
@@ -196,7 +196,7 @@ exports.AllTLObject = {
|
|
|
196
196
|
0x502f92f7: 'Raw.MessageActionInviteToGroupCall',
|
|
197
197
|
0x3c134d7b: 'Raw.MessageActionSetMessagesTTL',
|
|
198
198
|
0xb3a07661: 'Raw.MessageActionGroupCallScheduled',
|
|
199
|
-
|
|
199
|
+
0xb91bbd3a: 'Raw.MessageActionSetChatTheme',
|
|
200
200
|
0xebbca3cb: 'Raw.MessageActionChatJoinedByRequest',
|
|
201
201
|
0x47dd8079: 'Raw.MessageActionWebViewDataSentMe',
|
|
202
202
|
0xb4c38cb5: 'Raw.MessageActionWebViewDataSent',
|
|
@@ -214,8 +214,8 @@ exports.AllTLObject = {
|
|
|
214
214
|
0x41b3e202: 'Raw.MessageActionPaymentRefunded',
|
|
215
215
|
0x45d5b021: 'Raw.MessageActionGiftStars',
|
|
216
216
|
0xb00c47a2: 'Raw.MessageActionPrizeStars',
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
0xf24de7fa: 'Raw.MessageActionStarGift',
|
|
218
|
+
0x34f762f3: 'Raw.MessageActionStarGiftUnique',
|
|
219
219
|
0xac1f1fcd: 'Raw.MessageActionPaidMessagesRefunded',
|
|
220
220
|
0x84b88578: 'Raw.MessageActionPaidMessagesPrice',
|
|
221
221
|
0x2ffe2f7a: 'Raw.MessageActionConferenceCall',
|
|
@@ -239,7 +239,7 @@ exports.AllTLObject = {
|
|
|
239
239
|
0xb2a2f663: 'Raw.GeoPoint',
|
|
240
240
|
0x5e002502: 'Raw.auth.SentCode',
|
|
241
241
|
0x2390fe44: 'Raw.auth.SentCodeSuccess',
|
|
242
|
-
|
|
242
|
+
0xd7a2fcf9: 'Raw.auth.SentCodePaymentRequired',
|
|
243
243
|
0x2ea2c0d4: 'Raw.auth.Authorization',
|
|
244
244
|
0x44747e9a: 'Raw.auth.AuthorizationSignUpRequired',
|
|
245
245
|
0xb434e2b8: 'Raw.auth.ExportedAuthorization',
|
|
@@ -263,7 +263,7 @@ exports.AllTLObject = {
|
|
|
263
263
|
0xf5ddd6e7: 'Raw.InputReportReasonFake',
|
|
264
264
|
0xa8eb2be: 'Raw.InputReportReasonIllegalDrugs',
|
|
265
265
|
0x9ec7863d: 'Raw.InputReportReasonPersonalDetails',
|
|
266
|
-
|
|
266
|
+
0xc577b5ad: 'Raw.UserFull',
|
|
267
267
|
0x145ade0b: 'Raw.Contact',
|
|
268
268
|
0xc13e3c50: 'Raw.ImportedContact',
|
|
269
269
|
0x16d9703b: 'Raw.ContactStatus',
|
|
@@ -276,7 +276,7 @@ exports.AllTLObject = {
|
|
|
276
276
|
0x71e094f3: 'Raw.messages.DialogsSlice',
|
|
277
277
|
0xf0e3e596: 'Raw.messages.DialogsNotModified',
|
|
278
278
|
0x8c718e87: 'Raw.messages.Messages',
|
|
279
|
-
|
|
279
|
+
0x762b263d: 'Raw.messages.MessagesSlice',
|
|
280
280
|
0xc776ba4e: 'Raw.messages.ChannelMessages',
|
|
281
281
|
0x74535f21: 'Raw.messages.MessagesNotModified',
|
|
282
282
|
0x64ff9fd5: 'Raw.messages.Chats',
|
|
@@ -1075,6 +1075,7 @@ exports.AllTLObject = {
|
|
|
1075
1075
|
0x2e94c3e7: 'Raw.WebPageAttributeStory',
|
|
1076
1076
|
0x50cc03d3: 'Raw.WebPageAttributeStickerSet',
|
|
1077
1077
|
0xcf6f6db8: 'Raw.WebPageAttributeUniqueStarGift',
|
|
1078
|
+
0x31cad303: 'Raw.WebPageAttributeStarGiftCollection',
|
|
1078
1079
|
0x4899484e: 'Raw.messages.VotesList',
|
|
1079
1080
|
0xf568028a: 'Raw.BankCardOpenUrl',
|
|
1080
1081
|
0x3e24e573: 'Raw.payments.BankCardData',
|
|
@@ -1151,6 +1152,10 @@ exports.AllTLObject = {
|
|
|
1151
1152
|
0xe3779861: 'Raw.account.ResetPasswordFailedWait',
|
|
1152
1153
|
0xe9effc7d: 'Raw.account.ResetPasswordRequestedWait',
|
|
1153
1154
|
0xe926d63e: 'Raw.account.ResetPasswordOk',
|
|
1155
|
+
0xc3dffc04: 'Raw.ChatTheme',
|
|
1156
|
+
0x3458f9c8: 'Raw.ChatThemeUniqueGift',
|
|
1157
|
+
0xe011e1c4: 'Raw.account.ChatThemesNotModified',
|
|
1158
|
+
0x16484857: 'Raw.account.ChatThemes',
|
|
1154
1159
|
0x7dbf8673: 'Raw.SponsoredMessage',
|
|
1155
1160
|
0xffda656d: 'Raw.messages.SponsoredMessages',
|
|
1156
1161
|
0x1839490f: 'Raw.messages.SponsoredMessagesEmpty',
|
|
@@ -1206,7 +1211,8 @@ exports.AllTLObject = {
|
|
|
1206
1211
|
0x4a5f5bd9: 'Raw.InputInvoiceStarGiftTransfer',
|
|
1207
1212
|
0xdabab2ef: 'Raw.InputInvoicePremiumGiftStars',
|
|
1208
1213
|
0xf4997e42: 'Raw.InputInvoiceBusinessBotTransferStars',
|
|
1209
|
-
|
|
1214
|
+
0xc39f5324: 'Raw.InputInvoiceStarGiftResale',
|
|
1215
|
+
0x9a0b48b8: 'Raw.InputInvoiceStarGiftPrepaidUpgrade',
|
|
1210
1216
|
0xaed0cbd9: 'Raw.payments.ExportedInvoice',
|
|
1211
1217
|
0xcfb9d957: 'Raw.messages.TranscribedAudio',
|
|
1212
1218
|
0x5334759c: 'Raw.help.PremiumPromo',
|
|
@@ -1214,7 +1220,7 @@ exports.AllTLObject = {
|
|
|
1214
1220
|
0x616f7fe8: 'Raw.InputStorePaymentGiftPremium',
|
|
1215
1221
|
0xfb790393: 'Raw.InputStorePaymentPremiumGiftCode',
|
|
1216
1222
|
0x160544ca: 'Raw.InputStorePaymentPremiumGiveaway',
|
|
1217
|
-
|
|
1223
|
+
0xf9a2a6cb: 'Raw.InputStorePaymentStarsTopup',
|
|
1218
1224
|
0x1d741ef7: 'Raw.InputStorePaymentStarsGift',
|
|
1219
1225
|
0x751f08fa: 'Raw.InputStorePaymentStarsGiveaway',
|
|
1220
1226
|
0x9bb2636d: 'Raw.InputStorePaymentAuthCode',
|
|
@@ -1291,7 +1297,7 @@ exports.AllTLObject = {
|
|
|
1291
1297
|
0x8d595cd6: 'Raw.StoryViews',
|
|
1292
1298
|
0x51e6ee4f: 'Raw.StoryItemDeleted',
|
|
1293
1299
|
0xffadc913: 'Raw.StoryItemSkipped',
|
|
1294
|
-
|
|
1300
|
+
0xedf164f1: 'Raw.StoryItem',
|
|
1295
1301
|
0x1158fe3e: 'Raw.stories.AllStoriesNotModified',
|
|
1296
1302
|
0x6efc5e81: 'Raw.stories.AllStories',
|
|
1297
1303
|
0x63c3dd0a: 'Raw.stories.Stories',
|
|
@@ -1441,8 +1447,8 @@ exports.AllTLObject = {
|
|
|
1441
1447
|
0x4ba3a95a: 'Raw.MessageReactor',
|
|
1442
1448
|
0x94ce852a: 'Raw.StarsGiveawayOption',
|
|
1443
1449
|
0x54236209: 'Raw.StarsGiveawayWinnersOption',
|
|
1444
|
-
|
|
1445
|
-
|
|
1450
|
+
0x80ac53c3: 'Raw.StarGift',
|
|
1451
|
+
0x1befe865: 'Raw.StarGiftUnique',
|
|
1446
1452
|
0xa388a368: 'Raw.payments.StarGiftsNotModified',
|
|
1447
1453
|
0x2ed82995: 'Raw.payments.StarGifts',
|
|
1448
1454
|
0x7903e3d9: 'Raw.MessageReportOption',
|
|
@@ -1469,9 +1475,9 @@ exports.AllTLObject = {
|
|
|
1469
1475
|
0x167bd90b: 'Raw.payments.StarGiftUpgradePreview',
|
|
1470
1476
|
0x62d706b8: 'Raw.users.Users',
|
|
1471
1477
|
0x315a4974: 'Raw.users.UsersSlice',
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1478
|
+
0x416c56e8: 'Raw.payments.UniqueStarGift',
|
|
1479
|
+
0x8c9a88ac: 'Raw.messages.WebPagePreview',
|
|
1480
|
+
0x19a9b572: 'Raw.SavedStarGift',
|
|
1475
1481
|
0x95f389b1: 'Raw.payments.SavedStarGifts',
|
|
1476
1482
|
0x69279795: 'Raw.InputSavedStarGiftUser',
|
|
1477
1483
|
0xf101aa7f: 'Raw.InputSavedStarGiftChat',
|
|
@@ -1504,6 +1510,28 @@ exports.AllTLObject = {
|
|
|
1504
1510
|
0x9d6b13b0: 'Raw.StarGiftCollection',
|
|
1505
1511
|
0xa0ba4f17: 'Raw.payments.StarGiftCollectionsNotModified',
|
|
1506
1512
|
0x8a2932f3: 'Raw.payments.StarGiftCollections',
|
|
1513
|
+
0x9325705a: 'Raw.StoryAlbum',
|
|
1514
|
+
0x564edaeb: 'Raw.stories.AlbumsNotModified',
|
|
1515
|
+
0xc3987a3a: 'Raw.stories.Albums',
|
|
1516
|
+
0x3e0b5b6a: 'Raw.SearchPostsFlood',
|
|
1517
|
+
0x512fe446: 'Raw.payments.UniqueStarGiftValueInfo',
|
|
1518
|
+
0xb98cd696: 'Raw.ProfileTabPosts',
|
|
1519
|
+
0x4d4bd46a: 'Raw.ProfileTabGifts',
|
|
1520
|
+
0x72c64955: 'Raw.ProfileTabMedia',
|
|
1521
|
+
0xab339c00: 'Raw.ProfileTabFiles',
|
|
1522
|
+
0x9f27d26e: 'Raw.ProfileTabMusic',
|
|
1523
|
+
0xe477092e: 'Raw.ProfileTabVoice',
|
|
1524
|
+
0xd3656499: 'Raw.ProfileTabLinks',
|
|
1525
|
+
0xa2c0f695: 'Raw.ProfileTabGifs',
|
|
1526
|
+
0xe3878aa4: 'Raw.users.SavedMusicNotModified',
|
|
1527
|
+
0x34a2f297: 'Raw.users.SavedMusic',
|
|
1528
|
+
0x4fc81d6e: 'Raw.account.SavedMusicIdsNotModified',
|
|
1529
|
+
0x998d6636: 'Raw.account.SavedMusicIds',
|
|
1530
|
+
0x374fa7ad: 'Raw.payments.CheckCanSendGiftResultOk',
|
|
1531
|
+
0xd5e58274: 'Raw.payments.CheckCanSendGiftResultFail',
|
|
1532
|
+
0x83268483: 'Raw.InputChatThemeEmpty',
|
|
1533
|
+
0xc93de95c: 'Raw.InputChatTheme',
|
|
1534
|
+
0x87e5dfe4: 'Raw.InputChatThemeUniqueGift',
|
|
1507
1535
|
0xcb9f372d: 'Raw.InvokeAfterMsg',
|
|
1508
1536
|
0x3dc4b4f0: 'Raw.InvokeAfterMsgs',
|
|
1509
1537
|
0xc1cd5ea9: 'Raw.InitConnection',
|
|
@@ -1653,10 +1681,16 @@ exports.AllTLObject = {
|
|
|
1653
1681
|
0x2e7b4543: 'Raw.account.GetCollectibleEmojiStatuses',
|
|
1654
1682
|
0x19ba4a67: 'Raw.account.GetPaidMessagesRevenue',
|
|
1655
1683
|
0xfe2eda76: 'Raw.account.ToggleNoPaidMessagesException',
|
|
1684
|
+
0x5dee78b0: 'Raw.account.SetMainProfileTab',
|
|
1685
|
+
0xb26732a9: 'Raw.account.SaveMusic',
|
|
1686
|
+
0xe09d5faf: 'Raw.account.GetSavedMusicIds',
|
|
1687
|
+
0xfe74ef9f: 'Raw.account.GetUniqueGiftChatThemes',
|
|
1656
1688
|
0xd91a548: 'Raw.users.GetUsers',
|
|
1657
1689
|
0xb60f5918: 'Raw.users.GetFullUser',
|
|
1658
1690
|
0x90c894b5: 'Raw.users.SetSecureValueErrors',
|
|
1659
1691
|
0xd89a83a3: 'Raw.users.GetRequirementsToContact',
|
|
1692
|
+
0x788d7fe3: 'Raw.users.GetSavedMusic',
|
|
1693
|
+
0x7573a4e9: 'Raw.users.GetSavedMusicByID',
|
|
1660
1694
|
0x7adc669d: 'Raw.contacts.GetContactIDs',
|
|
1661
1695
|
0xc4a353ee: 'Raw.contacts.GetStatuses',
|
|
1662
1696
|
0x5dd69e12: 'Raw.contacts.GetContacts',
|
|
@@ -1824,7 +1858,7 @@ exports.AllTLObject = {
|
|
|
1824
1858
|
0xdf04dd4e: 'Raw.messages.GetChatInviteImporters',
|
|
1825
1859
|
0xb80e5fe4: 'Raw.messages.SetHistoryTTL',
|
|
1826
1860
|
0x5dc60f03: 'Raw.messages.CheckHistoryImportPeer',
|
|
1827
|
-
|
|
1861
|
+
0x81202c9: 'Raw.messages.SetChatTheme',
|
|
1828
1862
|
0x31c1c44f: 'Raw.messages.GetMessageReadParticipants',
|
|
1829
1863
|
0x6aa3f6bd: 'Raw.messages.GetSearchResultsCalendar',
|
|
1830
1864
|
0x9c7f2f10: 'Raw.messages.GetSearchResultsPositions',
|
|
@@ -2015,10 +2049,12 @@ exports.AllTLObject = {
|
|
|
2015
2049
|
0xad399cee: 'Raw.channels.SetBoostsToUnblockRestrictions',
|
|
2016
2050
|
0x3cd930b7: 'Raw.channels.SetEmojiStickers',
|
|
2017
2051
|
0x9ae91519: 'Raw.channels.RestrictSponsoredMessages',
|
|
2018
|
-
|
|
2052
|
+
0xf2c4f24d: 'Raw.channels.SearchPosts',
|
|
2019
2053
|
0x4b12327b: 'Raw.channels.UpdatePaidMessagesPrice',
|
|
2020
2054
|
0x167fc0a1: 'Raw.channels.ToggleAutotranslation',
|
|
2021
2055
|
0xece2a0e6: 'Raw.channels.GetMessageAuthor',
|
|
2056
|
+
0x22567115: 'Raw.channels.CheckSearchPostsFlood',
|
|
2057
|
+
0x3583fcb1: 'Raw.channels.SetMainProfileTab',
|
|
2022
2058
|
0xaa2769ed: 'Raw.bots.SendCustomRequest',
|
|
2023
2059
|
0xe6213f4d: 'Raw.bots.AnswerWebhookJSONQuery',
|
|
2024
2060
|
0x517165a: 'Raw.bots.SetBotCommands',
|
|
@@ -2098,12 +2134,14 @@ exports.AllTLObject = {
|
|
|
2098
2134
|
0x1513e7b0: 'Raw.payments.ToggleStarGiftsPinnedToTop',
|
|
2099
2135
|
0x4fdc5ea7: 'Raw.payments.CanPurchaseStore',
|
|
2100
2136
|
0x7a5fa236: 'Raw.payments.GetResaleStarGifts',
|
|
2101
|
-
|
|
2137
|
+
0xedbe6ccb: 'Raw.payments.UpdateStarGiftPrice',
|
|
2102
2138
|
0x1f4a0e87: 'Raw.payments.CreateStarGiftCollection',
|
|
2103
2139
|
0x4fddbee7: 'Raw.payments.UpdateStarGiftCollection',
|
|
2104
2140
|
0xc32af4cc: 'Raw.payments.ReorderStarGiftCollections',
|
|
2105
2141
|
0xad5648e8: 'Raw.payments.DeleteStarGiftCollection',
|
|
2106
2142
|
0x981b91dd: 'Raw.payments.GetStarGiftCollections',
|
|
2143
|
+
0x4365af6b: 'Raw.payments.GetUniqueStarGiftValueInfo',
|
|
2144
|
+
0xc0c4edc9: 'Raw.payments.CheckCanSendGift',
|
|
2107
2145
|
0x9021ab67: 'Raw.stickers.CreateStickerSet',
|
|
2108
2146
|
0xf7760f51: 'Raw.stickers.RemoveStickerFromSet',
|
|
2109
2147
|
0xffb6d4ca: 'Raw.stickers.ChangeStickerPosition',
|
|
@@ -2177,7 +2215,7 @@ exports.AllTLObject = {
|
|
|
2177
2215
|
0xfdbcd714: 'Raw.chatlists.GetLeaveChatlistSuggestions',
|
|
2178
2216
|
0x74fae13a: 'Raw.chatlists.LeaveChatlist',
|
|
2179
2217
|
0x30eb63f0: 'Raw.stories.CanSendStory',
|
|
2180
|
-
|
|
2218
|
+
0x737fc2ec: 'Raw.stories.SendStory',
|
|
2181
2219
|
0xb583ba46: 'Raw.stories.EditStory',
|
|
2182
2220
|
0xae59db5f: 'Raw.stories.DeleteStories',
|
|
2183
2221
|
0x9a75a1ef: 'Raw.stories.TogglePinned',
|
|
@@ -2202,6 +2240,12 @@ exports.AllTLObject = {
|
|
|
2202
2240
|
0xb9b2881f: 'Raw.stories.GetStoryReactionsList',
|
|
2203
2241
|
0xb297e9b: 'Raw.stories.TogglePinnedToTop',
|
|
2204
2242
|
0xd1810907: 'Raw.stories.SearchPosts',
|
|
2243
|
+
0xa36396e5: 'Raw.stories.CreateAlbum',
|
|
2244
|
+
0x5e5259b6: 'Raw.stories.UpdateAlbum',
|
|
2245
|
+
0x8535fbd9: 'Raw.stories.ReorderAlbums',
|
|
2246
|
+
0x8d3456d0: 'Raw.stories.DeleteAlbum',
|
|
2247
|
+
0x25b3eac7: 'Raw.stories.GetAlbums',
|
|
2248
|
+
0xac806d61: 'Raw.stories.GetAlbumStories',
|
|
2205
2249
|
0x60f67660: 'Raw.premium.GetBoostsList',
|
|
2206
2250
|
0xbe77b4a: 'Raw.premium.GetMyBoosts',
|
|
2207
2251
|
0x6b7da746: 'Raw.premium.ApplyBoost',
|