@tgsnake/skema 1.2.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 +21 -9
- package/dist/raw/All.js +21 -9
- package/dist/raw/Raw.d.ts +176 -11
- package/dist/raw/Raw.js +597 -37
- 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;
|
|
@@ -1439,7 +1440,7 @@ export declare const AllTLObject: {
|
|
|
1439
1440
|
2496562474: string;
|
|
1440
1441
|
1411605001: string;
|
|
1441
1442
|
12386139: string;
|
|
1442
|
-
|
|
1443
|
+
975654224: string;
|
|
1443
1444
|
2743640936: string;
|
|
1444
1445
|
785918357: string;
|
|
1445
1446
|
2030298073: string;
|
|
@@ -1501,6 +1502,10 @@ export declare const AllTLObject: {
|
|
|
1501
1502
|
2641040304: string;
|
|
1502
1503
|
2696564503: string;
|
|
1503
1504
|
2317955827: string;
|
|
1505
|
+
2468704346: string;
|
|
1506
|
+
1448008427: string;
|
|
1507
|
+
3281549882: string;
|
|
1508
|
+
1040931690: string;
|
|
1504
1509
|
3416209197: string;
|
|
1505
1510
|
1036301552: string;
|
|
1506
1511
|
3251461801: string;
|
|
@@ -2012,10 +2017,11 @@ export declare const AllTLObject: {
|
|
|
2012
2017
|
2906234094: string;
|
|
2013
2018
|
1020866743: string;
|
|
2014
2019
|
2598966553: string;
|
|
2015
|
-
|
|
2020
|
+
4072993357: string;
|
|
2016
2021
|
1259483771: string;
|
|
2017
2022
|
377471137: string;
|
|
2018
2023
|
3974275302: string;
|
|
2024
|
+
576090389: string;
|
|
2019
2025
|
2854709741: string;
|
|
2020
2026
|
3860938573: string;
|
|
2021
2027
|
85399130: string;
|
|
@@ -2095,7 +2101,7 @@ export declare const AllTLObject: {
|
|
|
2095
2101
|
353626032: string;
|
|
2096
2102
|
1339842215: string;
|
|
2097
2103
|
2053087798: string;
|
|
2098
|
-
|
|
2104
|
+
3988679883: string;
|
|
2099
2105
|
524947079: string;
|
|
2100
2106
|
1339932391: string;
|
|
2101
2107
|
3274372300: string;
|
|
@@ -2174,7 +2180,7 @@ export declare const AllTLObject: {
|
|
|
2174
2180
|
4257011476: string;
|
|
2175
2181
|
1962598714: string;
|
|
2176
2182
|
820732912: string;
|
|
2177
|
-
|
|
2183
|
+
1937752812: string;
|
|
2178
2184
|
3045308998: string;
|
|
2179
2185
|
2925124447: string;
|
|
2180
2186
|
2591400431: string;
|
|
@@ -2199,6 +2205,12 @@ export declare const AllTLObject: {
|
|
|
2199
2205
|
3115485215: string;
|
|
2200
2206
|
187268763: string;
|
|
2201
2207
|
3514894599: string;
|
|
2208
|
+
2741212901: string;
|
|
2209
|
+
1582455222: string;
|
|
2210
|
+
2234907609: string;
|
|
2211
|
+
2369017552: string;
|
|
2212
|
+
632548039: string;
|
|
2213
|
+
2894097761: string;
|
|
2202
2214
|
1626764896: string;
|
|
2203
2215
|
199719754: string;
|
|
2204
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',
|
|
@@ -1442,7 +1443,7 @@ exports.AllTLObject = {
|
|
|
1442
1443
|
0x94ce852a: 'Raw.StarsGiveawayOption',
|
|
1443
1444
|
0x54236209: 'Raw.StarsGiveawayWinnersOption',
|
|
1444
1445
|
0xbcff5b: 'Raw.StarGift',
|
|
1445
|
-
|
|
1446
|
+
0x3a274d50: 'Raw.StarGiftUnique',
|
|
1446
1447
|
0xa388a368: 'Raw.payments.StarGiftsNotModified',
|
|
1447
1448
|
0x2ed82995: 'Raw.payments.StarGifts',
|
|
1448
1449
|
0x7903e3d9: 'Raw.MessageReportOption',
|
|
@@ -1504,6 +1505,10 @@ exports.AllTLObject = {
|
|
|
1504
1505
|
0x9d6b13b0: 'Raw.StarGiftCollection',
|
|
1505
1506
|
0xa0ba4f17: 'Raw.payments.StarGiftCollectionsNotModified',
|
|
1506
1507
|
0x8a2932f3: 'Raw.payments.StarGiftCollections',
|
|
1508
|
+
0x9325705a: 'Raw.StoryAlbum',
|
|
1509
|
+
0x564edaeb: 'Raw.stories.AlbumsNotModified',
|
|
1510
|
+
0xc3987a3a: 'Raw.stories.Albums',
|
|
1511
|
+
0x3e0b5b6a: 'Raw.SearchPostsFlood',
|
|
1507
1512
|
0xcb9f372d: 'Raw.InvokeAfterMsg',
|
|
1508
1513
|
0x3dc4b4f0: 'Raw.InvokeAfterMsgs',
|
|
1509
1514
|
0xc1cd5ea9: 'Raw.InitConnection',
|
|
@@ -2015,10 +2020,11 @@ exports.AllTLObject = {
|
|
|
2015
2020
|
0xad399cee: 'Raw.channels.SetBoostsToUnblockRestrictions',
|
|
2016
2021
|
0x3cd930b7: 'Raw.channels.SetEmojiStickers',
|
|
2017
2022
|
0x9ae91519: 'Raw.channels.RestrictSponsoredMessages',
|
|
2018
|
-
|
|
2023
|
+
0xf2c4f24d: 'Raw.channels.SearchPosts',
|
|
2019
2024
|
0x4b12327b: 'Raw.channels.UpdatePaidMessagesPrice',
|
|
2020
2025
|
0x167fc0a1: 'Raw.channels.ToggleAutotranslation',
|
|
2021
2026
|
0xece2a0e6: 'Raw.channels.GetMessageAuthor',
|
|
2027
|
+
0x22567115: 'Raw.channels.CheckSearchPostsFlood',
|
|
2022
2028
|
0xaa2769ed: 'Raw.bots.SendCustomRequest',
|
|
2023
2029
|
0xe6213f4d: 'Raw.bots.AnswerWebhookJSONQuery',
|
|
2024
2030
|
0x517165a: 'Raw.bots.SetBotCommands',
|
|
@@ -2098,7 +2104,7 @@ exports.AllTLObject = {
|
|
|
2098
2104
|
0x1513e7b0: 'Raw.payments.ToggleStarGiftsPinnedToTop',
|
|
2099
2105
|
0x4fdc5ea7: 'Raw.payments.CanPurchaseStore',
|
|
2100
2106
|
0x7a5fa236: 'Raw.payments.GetResaleStarGifts',
|
|
2101
|
-
|
|
2107
|
+
0xedbe6ccb: 'Raw.payments.UpdateStarGiftPrice',
|
|
2102
2108
|
0x1f4a0e87: 'Raw.payments.CreateStarGiftCollection',
|
|
2103
2109
|
0x4fddbee7: 'Raw.payments.UpdateStarGiftCollection',
|
|
2104
2110
|
0xc32af4cc: 'Raw.payments.ReorderStarGiftCollections',
|
|
@@ -2177,7 +2183,7 @@ exports.AllTLObject = {
|
|
|
2177
2183
|
0xfdbcd714: 'Raw.chatlists.GetLeaveChatlistSuggestions',
|
|
2178
2184
|
0x74fae13a: 'Raw.chatlists.LeaveChatlist',
|
|
2179
2185
|
0x30eb63f0: 'Raw.stories.CanSendStory',
|
|
2180
|
-
|
|
2186
|
+
0x737fc2ec: 'Raw.stories.SendStory',
|
|
2181
2187
|
0xb583ba46: 'Raw.stories.EditStory',
|
|
2182
2188
|
0xae59db5f: 'Raw.stories.DeleteStories',
|
|
2183
2189
|
0x9a75a1ef: 'Raw.stories.TogglePinned',
|
|
@@ -2202,6 +2208,12 @@ exports.AllTLObject = {
|
|
|
2202
2208
|
0xb9b2881f: 'Raw.stories.GetStoryReactionsList',
|
|
2203
2209
|
0xb297e9b: 'Raw.stories.TogglePinnedToTop',
|
|
2204
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',
|
|
2205
2217
|
0x60f67660: 'Raw.premium.GetBoostsList',
|
|
2206
2218
|
0xbe77b4a: 'Raw.premium.GetMyBoosts',
|
|
2207
2219
|
0x6b7da746: 'Raw.premium.ApplyBoost',
|