@tgsnake/skema 1.1.0 → 1.3.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 +33 -12
- package/dist/raw/All.js +33 -12
- package/dist/raw/Raw.d.ts +303 -11
- package/dist/raw/Raw.js +1029 -40
- 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
|
@@ -212,7 +212,7 @@ export declare const AllTLObject: {
|
|
|
212
212
|
1171632161: string;
|
|
213
213
|
2953594786: string;
|
|
214
214
|
1192749220: string;
|
|
215
|
-
|
|
215
|
+
888627955: string;
|
|
216
216
|
2887720909: string;
|
|
217
217
|
2226685304: string;
|
|
218
218
|
805187450: string;
|
|
@@ -260,7 +260,7 @@ export declare const AllTLObject: {
|
|
|
260
260
|
4124956391: string;
|
|
261
261
|
177124030: string;
|
|
262
262
|
2663876157: string;
|
|
263
|
-
|
|
263
|
+
2120470047: 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;
|
|
@@ -1203,7 +1204,7 @@ export declare const AllTLObject: {
|
|
|
1203
1204
|
1247763417: string;
|
|
1204
1205
|
3669668591: string;
|
|
1205
1206
|
4103700034: string;
|
|
1206
|
-
|
|
1207
|
+
3281998628: string;
|
|
1207
1208
|
2932919257: string;
|
|
1208
1209
|
3485063511: string;
|
|
1209
1210
|
1395946908: string;
|
|
@@ -1288,7 +1289,7 @@ export declare const AllTLObject: {
|
|
|
1288
1289
|
2371443926: string;
|
|
1289
1290
|
1374088783: string;
|
|
1290
1291
|
4289579283: string;
|
|
1291
|
-
|
|
1292
|
+
3992020209: string;
|
|
1292
1293
|
291044926: string;
|
|
1293
1294
|
1862033025: string;
|
|
1294
1295
|
1673780490: string;
|
|
@@ -1438,8 +1439,8 @@ export declare const AllTLObject: {
|
|
|
1438
1439
|
1269016922: string;
|
|
1439
1440
|
2496562474: string;
|
|
1440
1441
|
1411605001: string;
|
|
1441
|
-
|
|
1442
|
-
|
|
1442
|
+
12386139: string;
|
|
1443
|
+
975654224: string;
|
|
1443
1444
|
2743640936: string;
|
|
1444
1445
|
785918357: string;
|
|
1445
1446
|
2030298073: string;
|
|
@@ -1468,7 +1469,7 @@ export declare const AllTLObject: {
|
|
|
1468
1469
|
828000628: string;
|
|
1469
1470
|
3399677451: string;
|
|
1470
1471
|
3040774945: string;
|
|
1471
|
-
|
|
1472
|
+
514213599: string;
|
|
1472
1473
|
2515765681: string;
|
|
1473
1474
|
1764202389: string;
|
|
1474
1475
|
4043418239: string;
|
|
@@ -1497,6 +1498,14 @@ export declare const AllTLObject: {
|
|
|
1497
1498
|
1236871718: string;
|
|
1498
1499
|
1287725239: string;
|
|
1499
1500
|
244201445: string;
|
|
1501
|
+
453922567: string;
|
|
1502
|
+
2641040304: string;
|
|
1503
|
+
2696564503: string;
|
|
1504
|
+
2317955827: string;
|
|
1505
|
+
2468704346: string;
|
|
1506
|
+
1448008427: string;
|
|
1507
|
+
3281549882: string;
|
|
1508
|
+
1040931690: string;
|
|
1500
1509
|
3416209197: string;
|
|
1501
1510
|
1036301552: string;
|
|
1502
1511
|
3251461801: string;
|
|
@@ -2008,10 +2017,11 @@ export declare const AllTLObject: {
|
|
|
2008
2017
|
2906234094: string;
|
|
2009
2018
|
1020866743: string;
|
|
2010
2019
|
2598966553: string;
|
|
2011
|
-
|
|
2020
|
+
4072993357: string;
|
|
2012
2021
|
1259483771: string;
|
|
2013
2022
|
377471137: string;
|
|
2014
2023
|
3974275302: string;
|
|
2024
|
+
576090389: string;
|
|
2015
2025
|
2854709741: string;
|
|
2016
2026
|
3860938573: string;
|
|
2017
2027
|
85399130: string;
|
|
@@ -2084,14 +2094,19 @@ export declare const AllTLObject: {
|
|
|
2084
2094
|
2933318901: string;
|
|
2085
2095
|
2132285290: string;
|
|
2086
2096
|
2711047538: string;
|
|
2087
|
-
|
|
2097
|
+
2736383337: string;
|
|
2088
2098
|
3025510662: string;
|
|
2089
2099
|
3496907688: string;
|
|
2090
2100
|
1626009505: string;
|
|
2091
2101
|
353626032: string;
|
|
2092
2102
|
1339842215: string;
|
|
2093
2103
|
2053087798: string;
|
|
2094
|
-
|
|
2104
|
+
3988679883: string;
|
|
2105
|
+
524947079: string;
|
|
2106
|
+
1339932391: string;
|
|
2107
|
+
3274372300: string;
|
|
2108
|
+
2908113128: string;
|
|
2109
|
+
2551943645: string;
|
|
2095
2110
|
2418125671: string;
|
|
2096
2111
|
4151709521: string;
|
|
2097
2112
|
4290172106: string;
|
|
@@ -2165,7 +2180,7 @@ export declare const AllTLObject: {
|
|
|
2165
2180
|
4257011476: string;
|
|
2166
2181
|
1962598714: string;
|
|
2167
2182
|
820732912: string;
|
|
2168
|
-
|
|
2183
|
+
1937752812: string;
|
|
2169
2184
|
3045308998: string;
|
|
2170
2185
|
2925124447: string;
|
|
2171
2186
|
2591400431: string;
|
|
@@ -2190,6 +2205,12 @@ export declare const AllTLObject: {
|
|
|
2190
2205
|
3115485215: string;
|
|
2191
2206
|
187268763: string;
|
|
2192
2207
|
3514894599: string;
|
|
2208
|
+
2741212901: string;
|
|
2209
|
+
1582455222: string;
|
|
2210
|
+
2234907609: string;
|
|
2211
|
+
2369017552: string;
|
|
2212
|
+
632548039: string;
|
|
2213
|
+
2894097761: string;
|
|
2193
2214
|
1626764896: string;
|
|
2194
2215
|
199719754: string;
|
|
2195
2216
|
1803396934: string;
|
package/dist/raw/All.js
CHANGED
|
@@ -215,7 +215,7 @@ exports.AllTLObject = {
|
|
|
215
215
|
0x45d5b021: 'Raw.MessageActionGiftStars',
|
|
216
216
|
0xb00c47a2: 'Raw.MessageActionPrizeStars',
|
|
217
217
|
0x4717e8a4: 'Raw.MessageActionStarGift',
|
|
218
|
-
|
|
218
|
+
0x34f762f3: 'Raw.MessageActionStarGiftUnique',
|
|
219
219
|
0xac1f1fcd: 'Raw.MessageActionPaidMessagesRefunded',
|
|
220
220
|
0x84b88578: 'Raw.MessageActionPaidMessagesPrice',
|
|
221
221
|
0x2ffe2f7a: 'Raw.MessageActionConferenceCall',
|
|
@@ -263,7 +263,7 @@ exports.AllTLObject = {
|
|
|
263
263
|
0xf5ddd6e7: 'Raw.InputReportReasonFake',
|
|
264
264
|
0xa8eb2be: 'Raw.InputReportReasonIllegalDrugs',
|
|
265
265
|
0x9ec7863d: 'Raw.InputReportReasonPersonalDetails',
|
|
266
|
-
|
|
266
|
+
0x7e63ce1f: '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',
|
|
@@ -1206,7 +1207,7 @@ exports.AllTLObject = {
|
|
|
1206
1207
|
0x4a5f5bd9: 'Raw.InputInvoiceStarGiftTransfer',
|
|
1207
1208
|
0xdabab2ef: 'Raw.InputInvoicePremiumGiftStars',
|
|
1208
1209
|
0xf4997e42: 'Raw.InputInvoiceBusinessBotTransferStars',
|
|
1209
|
-
|
|
1210
|
+
0xc39f5324: 'Raw.InputInvoiceStarGiftResale',
|
|
1210
1211
|
0xaed0cbd9: 'Raw.payments.ExportedInvoice',
|
|
1211
1212
|
0xcfb9d957: 'Raw.messages.TranscribedAudio',
|
|
1212
1213
|
0x5334759c: 'Raw.help.PremiumPromo',
|
|
@@ -1291,7 +1292,7 @@ exports.AllTLObject = {
|
|
|
1291
1292
|
0x8d595cd6: 'Raw.StoryViews',
|
|
1292
1293
|
0x51e6ee4f: 'Raw.StoryItemDeleted',
|
|
1293
1294
|
0xffadc913: 'Raw.StoryItemSkipped',
|
|
1294
|
-
|
|
1295
|
+
0xedf164f1: 'Raw.StoryItem',
|
|
1295
1296
|
0x1158fe3e: 'Raw.stories.AllStoriesNotModified',
|
|
1296
1297
|
0x6efc5e81: 'Raw.stories.AllStories',
|
|
1297
1298
|
0x63c3dd0a: 'Raw.stories.Stories',
|
|
@@ -1441,8 +1442,8 @@ exports.AllTLObject = {
|
|
|
1441
1442
|
0x4ba3a95a: 'Raw.MessageReactor',
|
|
1442
1443
|
0x94ce852a: 'Raw.StarsGiveawayOption',
|
|
1443
1444
|
0x54236209: 'Raw.StarsGiveawayWinnersOption',
|
|
1444
|
-
|
|
1445
|
-
|
|
1445
|
+
0xbcff5b: 'Raw.StarGift',
|
|
1446
|
+
0x3a274d50: 'Raw.StarGiftUnique',
|
|
1446
1447
|
0xa388a368: 'Raw.payments.StarGiftsNotModified',
|
|
1447
1448
|
0x2ed82995: 'Raw.payments.StarGifts',
|
|
1448
1449
|
0x7903e3d9: 'Raw.MessageReportOption',
|
|
@@ -1471,7 +1472,7 @@ exports.AllTLObject = {
|
|
|
1471
1472
|
0x315a4974: 'Raw.users.UsersSlice',
|
|
1472
1473
|
0xcaa2f60b: 'Raw.payments.UniqueStarGift',
|
|
1473
1474
|
0xb53e8b21: 'Raw.messages.WebPagePreview',
|
|
1474
|
-
|
|
1475
|
+
0x1ea646df: 'Raw.SavedStarGift',
|
|
1475
1476
|
0x95f389b1: 'Raw.payments.SavedStarGifts',
|
|
1476
1477
|
0x69279795: 'Raw.InputSavedStarGiftUser',
|
|
1477
1478
|
0xf101aa7f: 'Raw.InputSavedStarGiftChat',
|
|
@@ -1500,6 +1501,14 @@ exports.AllTLObject = {
|
|
|
1500
1501
|
0x49b92a26: 'Raw.TodoList',
|
|
1501
1502
|
0x4cc120b7: 'Raw.TodoCompletion',
|
|
1502
1503
|
0xe8e37e5: 'Raw.SuggestedPost',
|
|
1504
|
+
0x1b0e4f07: 'Raw.StarsRating',
|
|
1505
|
+
0x9d6b13b0: 'Raw.StarGiftCollection',
|
|
1506
|
+
0xa0ba4f17: 'Raw.payments.StarGiftCollectionsNotModified',
|
|
1507
|
+
0x8a2932f3: 'Raw.payments.StarGiftCollections',
|
|
1508
|
+
0x9325705a: 'Raw.StoryAlbum',
|
|
1509
|
+
0x564edaeb: 'Raw.stories.AlbumsNotModified',
|
|
1510
|
+
0xc3987a3a: 'Raw.stories.Albums',
|
|
1511
|
+
0x3e0b5b6a: 'Raw.SearchPostsFlood',
|
|
1503
1512
|
0xcb9f372d: 'Raw.InvokeAfterMsg',
|
|
1504
1513
|
0x3dc4b4f0: 'Raw.InvokeAfterMsgs',
|
|
1505
1514
|
0xc1cd5ea9: 'Raw.InitConnection',
|
|
@@ -2011,10 +2020,11 @@ exports.AllTLObject = {
|
|
|
2011
2020
|
0xad399cee: 'Raw.channels.SetBoostsToUnblockRestrictions',
|
|
2012
2021
|
0x3cd930b7: 'Raw.channels.SetEmojiStickers',
|
|
2013
2022
|
0x9ae91519: 'Raw.channels.RestrictSponsoredMessages',
|
|
2014
|
-
|
|
2023
|
+
0xf2c4f24d: 'Raw.channels.SearchPosts',
|
|
2015
2024
|
0x4b12327b: 'Raw.channels.UpdatePaidMessagesPrice',
|
|
2016
2025
|
0x167fc0a1: 'Raw.channels.ToggleAutotranslation',
|
|
2017
2026
|
0xece2a0e6: 'Raw.channels.GetMessageAuthor',
|
|
2027
|
+
0x22567115: 'Raw.channels.CheckSearchPostsFlood',
|
|
2018
2028
|
0xaa2769ed: 'Raw.bots.SendCustomRequest',
|
|
2019
2029
|
0xe6213f4d: 'Raw.bots.AnswerWebhookJSONQuery',
|
|
2020
2030
|
0x517165a: 'Raw.bots.SetBotCommands',
|
|
@@ -2087,14 +2097,19 @@ exports.AllTLObject = {
|
|
|
2087
2097
|
0xaed6e4f5: 'Raw.payments.UpgradeStarGift',
|
|
2088
2098
|
0x7f18176a: 'Raw.payments.TransferStarGift',
|
|
2089
2099
|
0xa1974d72: 'Raw.payments.GetUniqueStarGift',
|
|
2090
|
-
|
|
2100
|
+
0xa319e569: 'Raw.payments.GetSavedStarGifts',
|
|
2091
2101
|
0xb455a106: 'Raw.payments.GetSavedStarGift',
|
|
2092
2102
|
0xd06e93a8: 'Raw.payments.GetStarGiftWithdrawalUrl',
|
|
2093
2103
|
0x60eaefa1: 'Raw.payments.ToggleChatStarGiftNotifications',
|
|
2094
2104
|
0x1513e7b0: 'Raw.payments.ToggleStarGiftsPinnedToTop',
|
|
2095
2105
|
0x4fdc5ea7: 'Raw.payments.CanPurchaseStore',
|
|
2096
2106
|
0x7a5fa236: 'Raw.payments.GetResaleStarGifts',
|
|
2097
|
-
|
|
2107
|
+
0xedbe6ccb: 'Raw.payments.UpdateStarGiftPrice',
|
|
2108
|
+
0x1f4a0e87: 'Raw.payments.CreateStarGiftCollection',
|
|
2109
|
+
0x4fddbee7: 'Raw.payments.UpdateStarGiftCollection',
|
|
2110
|
+
0xc32af4cc: 'Raw.payments.ReorderStarGiftCollections',
|
|
2111
|
+
0xad5648e8: 'Raw.payments.DeleteStarGiftCollection',
|
|
2112
|
+
0x981b91dd: 'Raw.payments.GetStarGiftCollections',
|
|
2098
2113
|
0x9021ab67: 'Raw.stickers.CreateStickerSet',
|
|
2099
2114
|
0xf7760f51: 'Raw.stickers.RemoveStickerFromSet',
|
|
2100
2115
|
0xffb6d4ca: 'Raw.stickers.ChangeStickerPosition',
|
|
@@ -2168,7 +2183,7 @@ exports.AllTLObject = {
|
|
|
2168
2183
|
0xfdbcd714: 'Raw.chatlists.GetLeaveChatlistSuggestions',
|
|
2169
2184
|
0x74fae13a: 'Raw.chatlists.LeaveChatlist',
|
|
2170
2185
|
0x30eb63f0: 'Raw.stories.CanSendStory',
|
|
2171
|
-
|
|
2186
|
+
0x737fc2ec: 'Raw.stories.SendStory',
|
|
2172
2187
|
0xb583ba46: 'Raw.stories.EditStory',
|
|
2173
2188
|
0xae59db5f: 'Raw.stories.DeleteStories',
|
|
2174
2189
|
0x9a75a1ef: 'Raw.stories.TogglePinned',
|
|
@@ -2193,6 +2208,12 @@ exports.AllTLObject = {
|
|
|
2193
2208
|
0xb9b2881f: 'Raw.stories.GetStoryReactionsList',
|
|
2194
2209
|
0xb297e9b: 'Raw.stories.TogglePinnedToTop',
|
|
2195
2210
|
0xd1810907: 'Raw.stories.SearchPosts',
|
|
2211
|
+
0xa36396e5: 'Raw.stories.CreateAlbum',
|
|
2212
|
+
0x5e5259b6: 'Raw.stories.UpdateAlbum',
|
|
2213
|
+
0x8535fbd9: 'Raw.stories.ReorderAlbums',
|
|
2214
|
+
0x8d3456d0: 'Raw.stories.DeleteAlbum',
|
|
2215
|
+
0x25b3eac7: 'Raw.stories.GetAlbums',
|
|
2216
|
+
0xac806d61: 'Raw.stories.GetAlbumStories',
|
|
2196
2217
|
0x60f67660: 'Raw.premium.GetBoostsList',
|
|
2197
2218
|
0xbe77b4a: 'Raw.premium.GetMyBoosts',
|
|
2198
2219
|
0x6b7da746: 'Raw.premium.ApplyBoost',
|