@mtkruto/node 0.0.999 → 0.1.100

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.
Files changed (85) hide show
  1. package/esm/0_deps.d.ts +1 -1
  2. package/esm/0_deps.js +1 -1
  3. package/esm/3_errors.d.ts +1531 -0
  4. package/esm/3_errors.js +1531 -0
  5. package/esm/4_constants.d.ts +1 -1
  6. package/esm/4_constants.js +1 -1
  7. package/esm/4_errors.d.ts +25 -0
  8. package/esm/4_errors.js +64 -0
  9. package/esm/client/2_client_plain.js +1 -1
  10. package/esm/client/4_client.d.ts +2 -1
  11. package/esm/client/4_client.js +24 -41
  12. package/esm/deps/deno.land/x/{tgcrypto@0.1.3 → tgcrypto@0.3.2}/mod.d.ts +2 -6
  13. package/esm/deps/deno.land/x/tgcrypto@0.3.2/mod.js +158 -0
  14. package/esm/deps/deno.land/x/tgcrypto@0.3.2/tgcrypto.d.ts +2 -0
  15. package/esm/deps/deno.land/x/tgcrypto@0.3.2/tgcrypto.js +308 -0
  16. package/esm/mod.d.ts +3 -2
  17. package/esm/mod.js +3 -2
  18. package/esm/tl/2_types.d.ts +1 -1
  19. package/esm/tl/2_types.js +1 -2
  20. package/esm/tl/3_functions.d.ts +1 -1
  21. package/esm/tl/3_functions.js +1 -2
  22. package/esm/transport/0_obfuscation.js +1 -1
  23. package/esm/transport/0_transport.js +2 -2
  24. package/esm/types/0__file_id.js +0 -1
  25. package/esm/types/1_bot_command_scope.d.ts +1 -1
  26. package/esm/types/1_bot_command_scope.js +1 -1
  27. package/esm/types/1_chat.d.ts +1 -1
  28. package/esm/types/1_chat.js +1 -1
  29. package/esm/types/1_sticker.d.ts +1 -1
  30. package/esm/types/1_sticker.js +1 -1
  31. package/esm/types/1_user.d.ts +1 -1
  32. package/esm/types/1_user.js +1 -1
  33. package/esm/types/2_inline_keyboard_button.d.ts +1 -1
  34. package/esm/types/3_message.d.ts +12 -12
  35. package/esm/types/3_message.js +12 -12
  36. package/esm/types/5_inline_query_result.d.ts +1 -1
  37. package/esm/types/5_inline_query_result.js +1 -1
  38. package/esm/utilities/0_crypto.d.ts +1 -2
  39. package/esm/utilities/0_crypto.js +5 -12
  40. package/package.json +1 -1
  41. package/script/0_deps.d.ts +1 -1
  42. package/script/0_deps.js +3 -4
  43. package/script/3_errors.d.ts +1531 -0
  44. package/script/3_errors.js +2053 -0
  45. package/script/4_constants.d.ts +1 -1
  46. package/script/4_constants.js +1 -1
  47. package/script/4_errors.d.ts +25 -0
  48. package/script/4_errors.js +88 -0
  49. package/script/client/2_client_plain.js +1 -1
  50. package/script/client/4_client.d.ts +2 -1
  51. package/script/client/4_client.js +24 -41
  52. package/script/deps/deno.land/x/{tgcrypto@0.1.3 → tgcrypto@0.3.2}/mod.d.ts +2 -6
  53. package/script/deps/deno.land/x/tgcrypto@0.3.2/mod.js +171 -0
  54. package/script/deps/deno.land/x/tgcrypto@0.3.2/tgcrypto.d.ts +2 -0
  55. package/script/deps/deno.land/x/tgcrypto@0.3.2/tgcrypto.js +310 -0
  56. package/script/mod.d.ts +3 -2
  57. package/script/mod.js +16 -3
  58. package/script/tl/2_types.d.ts +1 -1
  59. package/script/tl/2_types.js +0 -1
  60. package/script/tl/3_functions.d.ts +1 -1
  61. package/script/tl/3_functions.js +0 -1
  62. package/script/transport/0_obfuscation.js +1 -1
  63. package/script/transport/0_transport.js +2 -2
  64. package/script/types/0__file_id.js +0 -1
  65. package/script/types/1_bot_command_scope.d.ts +1 -1
  66. package/script/types/1_bot_command_scope.js +1 -1
  67. package/script/types/1_chat.d.ts +1 -1
  68. package/script/types/1_chat.js +1 -1
  69. package/script/types/1_sticker.d.ts +1 -1
  70. package/script/types/1_sticker.js +1 -1
  71. package/script/types/1_user.d.ts +1 -1
  72. package/script/types/1_user.js +1 -1
  73. package/script/types/2_inline_keyboard_button.d.ts +1 -1
  74. package/script/types/3_message.d.ts +12 -12
  75. package/script/types/3_message.js +12 -12
  76. package/script/types/5_inline_query_result.d.ts +1 -1
  77. package/script/types/5_inline_query_result.js +1 -1
  78. package/script/utilities/0_crypto.d.ts +1 -2
  79. package/script/utilities/0_crypto.js +4 -11
  80. package/esm/deps/deno.land/x/tgcrypto@0.1.3/mod.js +0 -68
  81. package/esm/deps/deno.land/x/tgcrypto@0.1.3/tgcrypto.d.ts +0 -2
  82. package/esm/deps/deno.land/x/tgcrypto@0.1.3/tgcrypto.js +0 -1078
  83. package/script/deps/deno.land/x/tgcrypto@0.1.3/mod.js +0 -82
  84. package/script/deps/deno.land/x/tgcrypto@0.1.3/tgcrypto.d.ts +0 -2
  85. package/script/deps/deno.land/x/tgcrypto@0.1.3/tgcrypto.js +0 -1080
@@ -0,0 +1,2053 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonDataInvalid = exports.BroadcastRequired = exports.BroadcastPublicVotersForbidden = exports.BroadcastIdInvalid = exports.BroadcastForbidden = exports.BroadcastCallsDisabled = exports.BotScoreNotModified = exports.BotResponseTimeout = exports.BotPollsDisabled = exports.BotPaymentsDisabled = exports.BotOnesideNotAvail = exports.BotMissing = exports.BotMethodInvalid = exports.BotInvalid = exports.BotInlineDisabled = exports.BotGroupsBlocked = exports.BotGamesDisabled = exports.BotDomainInvalid = exports.BotCommandInvalid = exports.BotCommandDescriptionInvalid = exports.BotChannelsNa = exports.BotsTooMuch = exports.BasePortLocInvalid = exports.BannedRightsInvalid = exports.BankCardNumberInvalid = exports.AutoarchiveNotAvailable = exports.AuthTokenInvalid = exports.AuthTokenExpired = exports.AuthTokenException = exports.AuthTokenAlreadyAccepted = exports.AuthRestart = exports.AuthKeyUnregistered = exports.AuthKeyPermEmpty = exports.AuthKeyInvalid = exports.AuthKeyDuplicated = exports.AuthBytesInvalid = exports.AudioTitleEmpty = exports.AudioContentUrlEmpty = exports.ArticleTitleEmpty = exports.ApiIdPublishedFlood = exports.ApiIdInvalid = exports.AlbumPhotosTooMany = exports.AdminRankInvalid = exports.AdminRankEmojiNotAllowed = exports.AdminIdInvalid = exports.AdminsTooMuch = exports.ActiveUserRequired = exports.AccessTokenInvalid = exports.AccessTokenExpired = exports.AboutTooLong = void 0;
4
+ exports.ChatWriteForbidden = exports.ChatTooBig = exports.ChatTitleEmpty = exports.ChatSendStickersForbidden = exports.ChatSendPollForbidden = exports.ChatSendMediaForbidden = exports.ChatSendInlineForbidden = exports.ChatSendGifsForbidden = exports.ChatSendGameForbidden = exports.ChatRevokeDateUnsupported = exports.ChatRestricted = exports.ChatNotModified = exports.ChatLinkExists = exports.ChatInvitePermanent = exports.ChatInvalid = exports.ChatIdInvalid = exports.ChatIdGenerateFailed = exports.ChatIdEmpty = exports.ChatGuestSendForbidden = exports.ChatGetFailed = exports.ChatForwardsRestricted = exports.ChatForbidden = exports.ChatDiscussionUnallowed = exports.ChatAdminRequired = exports.ChatAdminInviteRequired = exports.ChatAboutTooLong = exports.ChatAboutNotModified = exports.ChannelTooLarge = exports.ChannelTooBig = exports.ChannelPublicGroupNa = exports.ChannelPrivate = exports.ChannelParicipantMissing = exports.ChannelInvalid = exports.ChannelIdInvalid = exports.ChannelForumMissing = exports.ChannelBanned = exports.ChannelsTooMuch = exports.ChannelsAdminPublicTooMuch = exports.ChannelsAdminLocatedTooMuch = exports.CdnUploadTimeout = exports.CdnMethodInvalid = exports.CallProtocolFlagsInvalid = exports.CallPeerInvalid = exports.CallOccupyFailed = exports.CallAlreadyDeclined = exports.CallAlreadyAccepted = exports.ButtonUserPrivacyRestricted = exports.ButtonUrlInvalid = exports.ButtonTypeInvalid = exports.ButtonTextInvalid = void 0;
5
+ exports.FieldNameEmpty = exports.ExternalUrlInvalid = exports.ExportCardInvalid = exports.ExpireForbidden = exports.ExpireDateInvalid = exports.ErrorTextEmpty = exports.EntityMentionUserInvalid = exports.EntityBoundsInvalid = exports.EntitiesTooLong = exports.EncryptionOccupyFailed = exports.EncryptionIdInvalid = exports.EncryptionDeclined = exports.EncryptionAlreadyDeclined = exports.EncryptionAlreadyAccepted = exports.EncryptedMessageInvalid = exports.EmoticonStickerpackMissing = exports.EmoticonInvalid = exports.EmoticonEmpty = exports.EmojiNotModified = exports.EmojiInvalid = exports.EmailVerifyExpired = exports.EmailUnconfirmed = exports.EmailInvalid = exports.EmailHashExpired = exports.EditBotInviteForbidden = exports.DocumentInvalid = exports.DhGAInvalid = exports.DcIdInvalid = exports.DateEmpty = exports.DataTooLong = exports.DataJsonInvalid = exports.DataInvalid = exports.CurrencyTotalAmountInvalid = exports.CreateCallFailed = exports.ContactReqMissing = exports.ContactNameEmpty = exports.ContactIdInvalid = exports.ContactAddMissing = exports.ConnectionSystemLangCodeEmpty = exports.ConnectionSystemEmpty = exports.ConnectionNotInited = exports.ConnectionLayerInvalid = exports.ConnectionLangPackInvalid = exports.ConnectionDeviceModelEmpty = exports.ConnectionAppVersionEmpty = exports.ConnectionApiIdInvalid = exports.CodeInvalid = exports.CodeHashInvalid = exports.CodeEmpty = exports.ChpCallFail = void 0;
6
+ exports.HistoryGetFailed = exports.HideRequesterMissing = exports.HashInvalid = exports.GroupCallInvalid = exports.GroupedMediaInvalid = exports.GroupcallSsrcDuplicateMuch = exports.GroupcallNotModified = exports.GroupcallJoinMissing = exports.GroupcallInvalid = exports.GroupcallForbidden = exports.GroupcallAlreadyStarted = exports.GroupcallAlreadyDiscarded = exports.GroupcallAddParticipantsFailed = exports.GraphOutdatedReload = exports.GraphInvalidReload = exports.GraphExpiredReload = exports.GifIdInvalid = exports.GifContentTypeInvalid = exports.GeoPointInvalid = exports.GameBotInvalid = exports.FromPeerInvalid = exports.FromMessageBotDisabled = exports.FreshResetAuthorisationForbidden = exports.FreshChangePhoneForbidden = exports.FreshChangeAdminsForbidden = exports.FolderIdInvalid = exports.FolderIdEmpty = exports.FirstnameInvalid = exports.FilterTitleEmpty = exports.FilterNotSupported = exports.FilterIncludeEmpty = exports.FilterIdInvalid = exports.FileTitleEmpty = exports.FileReferenceInvalid = exports.FileReferenceExpired = exports.FileReferenceEmpty = exports.FilePartXMissing = exports.FilePartTooBig = exports.FilePartSizeInvalid = exports.FilePartSizeChanged = exports.FilePartLengthInvalid = exports.FilePartInvalid = exports.FilePartEmpty = exports.FilePart_0Missing = exports.FilePartsInvalid = exports.FileIdInvalid = exports.FileEmtpy = exports.FileContentTypeInvalid = exports.FilerefUpgradeNeeded = exports.FieldNameInvalid = void 0;
7
+ exports.MessageDeleteForbidden = exports.MessageAuthorRequired = exports.MemberOccupyPrimaryLocFailed = exports.MemberNoLocation = exports.MegagroupRequired = exports.MegagroupPrehistoryHidden = exports.MegagroupIdInvalid = exports.MediaTtlInvalid = exports.MediaPrevInvalid = exports.MediaNewInvalid = exports.MediaInvalid = exports.MediaGroupedInvalid = exports.MediaEmpty = exports.MediaCaptionTooLong = exports.Md5ChecksumInvalid = exports.MaxQtsInvalid = exports.MaxIdInvalid = exports.MaxDateInvalid = exports.LocationInvalid = exports.LinkNotModified = exports.LimitInvalid = exports.LastnameInvalid = exports.LangPackInvalid = exports.LangCodeNotSupported = exports.LangCodeInvalid = exports.JoinAsPeerInvalid = exports.InvoicePayloadInvalid = exports.InviteRevokedMissing = exports.InviteRequestSent = exports.InviteHashInvalid = exports.InviteHashExpired = exports.InviteHashEmpty = exports.InviteForbiddenWithJoinas = exports.InterdcXCallRichError = exports.InterdcXCallError = exports.InputUserDeactivated = exports.InputTextEmpty = exports.InputRequestTooLong = exports.InputMethodInvalid = exports.InputLayerInvalid = exports.InputFilterInvalid = exports.InputFetchFail = exports.InputFetchError = exports.InputConstructorInvalid = exports.InlineResultExpired = exports.InlineBotRequired = exports.ImportIdInvalid = exports.ImportFormatUnrecognized = exports.ImportFileInvalid = exports.ImageProcessFailed = void 0;
8
+ exports.PhoneCodeExpired = exports.PhoneCodeEmpty = exports.PersistentTimestampOutdated = exports.PersistentTimestampInvalid = exports.PersistentTimestampEmpty = exports.PeerIdNotSupported = exports.PeerIdInvalid = exports.PeerHistoryEmpty = exports.PeerFlood = exports.PaymentProviderInvalid = exports.PasswordRequired = exports.PasswordRecoveryNa = exports.PasswordRecoveryExpired = exports.PasswordMissing = exports.PasswordHashInvalid = exports.PasswordEmpty = exports.ParticipantVersionOutdated = exports.ParticipantJoinMissing = exports.ParticipantIdInvalid = exports.ParticipantCallFailed = exports.ParticipantsTooFew = exports.PackTitleInvalid = exports.PackShortNameOccupied = exports.PackShortNameInvalid = exports.OptionInvalid = exports.OptionsTooMuch = exports.OffsetPeerIdInvalid = exports.OffsetInvalid = exports.NotAllowed = exports.NextOffsetInvalid = exports.NewSettingsInvalid = exports.NewSettingsEmpty = exports.NewSaltInvalid = exports.NeedMemberInvalid = exports.NeedChatInvalid = exports.MultiMediaTooLong = exports.MtSendQueueTooLong = exports.MsgWaitFailed = exports.MsgTooOld = exports.MsgIdInvalid = exports.MsgidDecreaseRetry = exports.MinDateInvalid = exports.MethodInvalid = exports.MessageTooLong = exports.MessagePollClosed = exports.MessageNotModified = exports.MessageIdInvalid = exports.MessageIdsEmpty = exports.MessageEmpty = exports.MessageEditTimeExpired = void 0;
9
+ exports.QuizMultipleInvalid = exports.QuizCorrectAnswerInvalid = exports.QuizCorrectAnswersTooMuch = exports.QuizCorrectAnswersEmpty = exports.QuizAnswerMissing = exports.QueryTooShort = exports.QueryIdInvalid = exports.QueryIdEmpty = exports.PublicKeyRequired = exports.PublicChannelMissing = exports.PtsChangeEmpty = exports.PrivacyValueInvalid = exports.PrivacyTooLong = exports.PrivacyKeyInvalid = exports.PreviousChatImportActiveWaitXmin = exports.PremiumCurrentlyUnavailable = exports.PremiumAccountRequired = exports.PostponedTimeout = exports.PollVoteRequired = exports.PollUnsupported = exports.PollQuestionInvalid = exports.PollOptionInvalid = exports.PollOptionDuplicate = exports.PollAnswerInvalid = exports.PollAnswersInvalid = exports.PinRestricted = exports.PinnedDialogsTooMuch = 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.PhonePasswordFlood = exports.PhoneNumberUnoccupied = exports.PhoneNumberOccupied = exports.PhoneNumberInvalid = exports.PhoneNumberFlood = exports.PhoneNumberBanned = exports.PhoneNumberAppSignupForbidden = exports.PhoneNotOccupied = exports.PhoneHashExpired = exports.PhoneCodeInvalid = exports.PhoneCodeHashEmpty = void 0;
10
+ exports.SlowmodeMultiMsgsDisabled = exports.SignInFailed = exports.ShortNameOccupied = exports.ShortNameInvalid = exports.ShortnameOccupyFailed = exports.Sha256HashInvalid = exports.SettingsInvalid = exports.SessionRevoked = exports.SessionPasswordNeeded = exports.SessionExpired = exports.SensitiveChangeForbidden = exports.SendMessageTypeInvalid = exports.SendMessageMediaInvalid = exports.SendCodeUnavailable = exports.SendAsPeerInvalid = exports.SecondsInvalid = exports.SearchWithLinkNotSupported = exports.SearchQueryEmpty = exports.ScoreInvalid = exports.ScheduleTooMuch = exports.ScheduleStatusPrivate = exports.ScheduleDateTooLate = exports.ScheduleDateInvalid = exports.ScheduleBotNotAllowed = exports.RsaDecryptFailed = exports.RpcMcgetFail = exports.RpcCallFail = exports.RightForbidden = exports.RightsNotModified = exports.RevoteNotAllowed = exports.ResultTypeInvalid = exports.ResultIdInvalid = exports.ResultIdEmpty = exports.ResultIdDuplicate = exports.ResultsTooMuch = exports.ResetRequestMissing = exports.ReplyMarkupTooLong = exports.ReplyMarkupInvalid = exports.ReplyMarkupGameEmpty = exports.ReplyMarkupBuyEmpty = exports.RegIdGenerateFailed = exports.ReflectorNotAvailable = exports.ReactionInvalid = exports.ReactionEmpty = exports.ReactionsTooMany = exports.RangesInvalid = exports.RandomLengthInvalid = exports.RandomIdInvalid = exports.RandomIdEmpty = exports.RandomIdDuplicate = void 0;
11
+ exports.TypesEmpty = exports.TtlPeriodInvalid = exports.TtlMediaInvalid = exports.TtlDaysInvalid = exports.ToLangInvalid = exports.TopicDeleted = exports.TokenInvalid = exports.TmpPasswordInvalid = exports.TmpPasswordDisabled = exports.TitleInvalid = exports.Timeout = exports.ThemeTitleInvalid = exports.ThemeMimeInvalid = exports.ThemeInvalid = exports.ThemeFormatInvalid = exports.ThemeFileInvalid = exports.TempAuthKeyEmpty = exports.TempAuthKeyAlreadyBound = exports.TakeoutRequired = exports.TakeoutInvalid = exports.SwitchPmTextEmpty = exports.StoreInvalidScalarType = exports.StorageCheckFailed = 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.StickersetOwnerAnonymous = exports.StickersetInvalid = exports.StickerpackStickersTooMuch = exports.StartParamTooLong = exports.StartParamInvalid = exports.StartParamEmpty = exports.SrpPasswordChanged = exports.SrpIdInvalid = exports.SmsCodeCreateFailed = void 0;
12
+ exports.WebdocumentMimeInvalid = exports.WebdocumentInvalid = exports.WcConvertUrlInvalid = exports.WallpaperMimeInvalid = exports.WallpaperInvalid = exports.WallpaperFileInvalid = exports.VoiceMessagesForbidden = exports.VideoTitleEmpty = exports.VideoFileInvalid = exports.VideoContentTypeInvalid = exports.UserVolumeInvalid = exports.UserRestricted = exports.UserPrivacyRestricted = exports.UserNotParticipant = exports.UserNotMutualContact = exports.UserKicked = exports.UserIsBot = exports.UserIsBlocked = exports.UserInvalid = exports.UserIdInvalid = exports.UserDeleted = exports.UserDeactivatedBan = exports.UserDeactivated = exports.UserCreator = 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.UserpicPrivacyRequired = exports.UsernamePurchaseAvailable = exports.UsernameOccupied = exports.UsernameNotOccupied = exports.UsernameNotModified = exports.UsernameInvalid = exports.UsageLimitInvalid = exports.UrlInvalid = exports.UpdateAppToLogin = exports.UntilDateInvalid = exports.UnknownMethod = exports.UnknownError = exports.Timedout = exports.TypeConstructorInvalid = void 0;
13
+ exports.map = exports.YouBlockedUser = exports.WorkerBusyTooLongRetry = exports.WebpushTokenInvalid = exports.WebpushKeyInvalid = exports.WebpushAuthInvalid = exports.WebpageMediaEmpty = exports.WebpageCurlFailed = exports.WebdocumentUrlInvalid = exports.WebdocumentSizeTooBig = void 0;
14
+ const _2_tl_js_1 = require("./2_tl.js");
15
+ class AboutTooLong extends _2_tl_js_1.types.RPCError {
16
+ }
17
+ exports.AboutTooLong = AboutTooLong;
18
+ class AccessTokenExpired extends _2_tl_js_1.types.RPCError {
19
+ }
20
+ exports.AccessTokenExpired = AccessTokenExpired;
21
+ class AccessTokenInvalid extends _2_tl_js_1.types.RPCError {
22
+ }
23
+ exports.AccessTokenInvalid = AccessTokenInvalid;
24
+ class ActiveUserRequired extends _2_tl_js_1.types.RPCError {
25
+ }
26
+ exports.ActiveUserRequired = ActiveUserRequired;
27
+ class AdminsTooMuch extends _2_tl_js_1.types.RPCError {
28
+ }
29
+ exports.AdminsTooMuch = AdminsTooMuch;
30
+ class AdminIdInvalid extends _2_tl_js_1.types.RPCError {
31
+ }
32
+ exports.AdminIdInvalid = AdminIdInvalid;
33
+ class AdminRankEmojiNotAllowed extends _2_tl_js_1.types.RPCError {
34
+ }
35
+ exports.AdminRankEmojiNotAllowed = AdminRankEmojiNotAllowed;
36
+ class AdminRankInvalid extends _2_tl_js_1.types.RPCError {
37
+ }
38
+ exports.AdminRankInvalid = AdminRankInvalid;
39
+ class AlbumPhotosTooMany extends _2_tl_js_1.types.RPCError {
40
+ }
41
+ exports.AlbumPhotosTooMany = AlbumPhotosTooMany;
42
+ class ApiIdInvalid extends _2_tl_js_1.types.RPCError {
43
+ }
44
+ exports.ApiIdInvalid = ApiIdInvalid;
45
+ class ApiIdPublishedFlood extends _2_tl_js_1.types.RPCError {
46
+ }
47
+ exports.ApiIdPublishedFlood = ApiIdPublishedFlood;
48
+ class ArticleTitleEmpty extends _2_tl_js_1.types.RPCError {
49
+ }
50
+ exports.ArticleTitleEmpty = ArticleTitleEmpty;
51
+ class AudioContentUrlEmpty extends _2_tl_js_1.types.RPCError {
52
+ }
53
+ exports.AudioContentUrlEmpty = AudioContentUrlEmpty;
54
+ class AudioTitleEmpty extends _2_tl_js_1.types.RPCError {
55
+ }
56
+ exports.AudioTitleEmpty = AudioTitleEmpty;
57
+ class AuthBytesInvalid extends _2_tl_js_1.types.RPCError {
58
+ }
59
+ exports.AuthBytesInvalid = AuthBytesInvalid;
60
+ class AuthKeyDuplicated extends _2_tl_js_1.types.RPCError {
61
+ }
62
+ exports.AuthKeyDuplicated = AuthKeyDuplicated;
63
+ class AuthKeyInvalid extends _2_tl_js_1.types.RPCError {
64
+ }
65
+ exports.AuthKeyInvalid = AuthKeyInvalid;
66
+ class AuthKeyPermEmpty extends _2_tl_js_1.types.RPCError {
67
+ }
68
+ exports.AuthKeyPermEmpty = AuthKeyPermEmpty;
69
+ class AuthKeyUnregistered extends _2_tl_js_1.types.RPCError {
70
+ }
71
+ exports.AuthKeyUnregistered = AuthKeyUnregistered;
72
+ class AuthRestart extends _2_tl_js_1.types.RPCError {
73
+ }
74
+ exports.AuthRestart = AuthRestart;
75
+ class AuthTokenAlreadyAccepted extends _2_tl_js_1.types.RPCError {
76
+ }
77
+ exports.AuthTokenAlreadyAccepted = AuthTokenAlreadyAccepted;
78
+ class AuthTokenException extends _2_tl_js_1.types.RPCError {
79
+ }
80
+ exports.AuthTokenException = AuthTokenException;
81
+ class AuthTokenExpired extends _2_tl_js_1.types.RPCError {
82
+ }
83
+ exports.AuthTokenExpired = AuthTokenExpired;
84
+ class AuthTokenInvalid extends _2_tl_js_1.types.RPCError {
85
+ }
86
+ exports.AuthTokenInvalid = AuthTokenInvalid;
87
+ class AutoarchiveNotAvailable extends _2_tl_js_1.types.RPCError {
88
+ }
89
+ exports.AutoarchiveNotAvailable = AutoarchiveNotAvailable;
90
+ class BankCardNumberInvalid extends _2_tl_js_1.types.RPCError {
91
+ }
92
+ exports.BankCardNumberInvalid = BankCardNumberInvalid;
93
+ class BannedRightsInvalid extends _2_tl_js_1.types.RPCError {
94
+ }
95
+ exports.BannedRightsInvalid = BannedRightsInvalid;
96
+ class BasePortLocInvalid extends _2_tl_js_1.types.RPCError {
97
+ }
98
+ exports.BasePortLocInvalid = BasePortLocInvalid;
99
+ class BotsTooMuch extends _2_tl_js_1.types.RPCError {
100
+ }
101
+ exports.BotsTooMuch = BotsTooMuch;
102
+ class BotChannelsNa extends _2_tl_js_1.types.RPCError {
103
+ }
104
+ exports.BotChannelsNa = BotChannelsNa;
105
+ class BotCommandDescriptionInvalid extends _2_tl_js_1.types.RPCError {
106
+ }
107
+ exports.BotCommandDescriptionInvalid = BotCommandDescriptionInvalid;
108
+ class BotCommandInvalid extends _2_tl_js_1.types.RPCError {
109
+ }
110
+ exports.BotCommandInvalid = BotCommandInvalid;
111
+ class BotDomainInvalid extends _2_tl_js_1.types.RPCError {
112
+ }
113
+ exports.BotDomainInvalid = BotDomainInvalid;
114
+ class BotGamesDisabled extends _2_tl_js_1.types.RPCError {
115
+ }
116
+ exports.BotGamesDisabled = BotGamesDisabled;
117
+ class BotGroupsBlocked extends _2_tl_js_1.types.RPCError {
118
+ }
119
+ exports.BotGroupsBlocked = BotGroupsBlocked;
120
+ class BotInlineDisabled extends _2_tl_js_1.types.RPCError {
121
+ }
122
+ exports.BotInlineDisabled = BotInlineDisabled;
123
+ class BotInvalid extends _2_tl_js_1.types.RPCError {
124
+ }
125
+ exports.BotInvalid = BotInvalid;
126
+ class BotMethodInvalid extends _2_tl_js_1.types.RPCError {
127
+ }
128
+ exports.BotMethodInvalid = BotMethodInvalid;
129
+ class BotMissing extends _2_tl_js_1.types.RPCError {
130
+ }
131
+ exports.BotMissing = BotMissing;
132
+ class BotOnesideNotAvail extends _2_tl_js_1.types.RPCError {
133
+ }
134
+ exports.BotOnesideNotAvail = BotOnesideNotAvail;
135
+ class BotPaymentsDisabled extends _2_tl_js_1.types.RPCError {
136
+ }
137
+ exports.BotPaymentsDisabled = BotPaymentsDisabled;
138
+ class BotPollsDisabled extends _2_tl_js_1.types.RPCError {
139
+ }
140
+ exports.BotPollsDisabled = BotPollsDisabled;
141
+ class BotResponseTimeout extends _2_tl_js_1.types.RPCError {
142
+ }
143
+ exports.BotResponseTimeout = BotResponseTimeout;
144
+ class BotScoreNotModified extends _2_tl_js_1.types.RPCError {
145
+ }
146
+ exports.BotScoreNotModified = BotScoreNotModified;
147
+ class BroadcastCallsDisabled extends _2_tl_js_1.types.RPCError {
148
+ }
149
+ exports.BroadcastCallsDisabled = BroadcastCallsDisabled;
150
+ class BroadcastForbidden extends _2_tl_js_1.types.RPCError {
151
+ }
152
+ exports.BroadcastForbidden = BroadcastForbidden;
153
+ class BroadcastIdInvalid extends _2_tl_js_1.types.RPCError {
154
+ }
155
+ exports.BroadcastIdInvalid = BroadcastIdInvalid;
156
+ class BroadcastPublicVotersForbidden extends _2_tl_js_1.types.RPCError {
157
+ }
158
+ exports.BroadcastPublicVotersForbidden = BroadcastPublicVotersForbidden;
159
+ class BroadcastRequired extends _2_tl_js_1.types.RPCError {
160
+ }
161
+ exports.BroadcastRequired = BroadcastRequired;
162
+ class ButtonDataInvalid extends _2_tl_js_1.types.RPCError {
163
+ }
164
+ exports.ButtonDataInvalid = ButtonDataInvalid;
165
+ class ButtonTextInvalid extends _2_tl_js_1.types.RPCError {
166
+ }
167
+ exports.ButtonTextInvalid = ButtonTextInvalid;
168
+ class ButtonTypeInvalid extends _2_tl_js_1.types.RPCError {
169
+ }
170
+ exports.ButtonTypeInvalid = ButtonTypeInvalid;
171
+ class ButtonUrlInvalid extends _2_tl_js_1.types.RPCError {
172
+ }
173
+ exports.ButtonUrlInvalid = ButtonUrlInvalid;
174
+ class ButtonUserPrivacyRestricted extends _2_tl_js_1.types.RPCError {
175
+ }
176
+ exports.ButtonUserPrivacyRestricted = ButtonUserPrivacyRestricted;
177
+ class CallAlreadyAccepted extends _2_tl_js_1.types.RPCError {
178
+ }
179
+ exports.CallAlreadyAccepted = CallAlreadyAccepted;
180
+ class CallAlreadyDeclined extends _2_tl_js_1.types.RPCError {
181
+ }
182
+ exports.CallAlreadyDeclined = CallAlreadyDeclined;
183
+ class CallOccupyFailed extends _2_tl_js_1.types.RPCError {
184
+ }
185
+ exports.CallOccupyFailed = CallOccupyFailed;
186
+ class CallPeerInvalid extends _2_tl_js_1.types.RPCError {
187
+ }
188
+ exports.CallPeerInvalid = CallPeerInvalid;
189
+ class CallProtocolFlagsInvalid extends _2_tl_js_1.types.RPCError {
190
+ }
191
+ exports.CallProtocolFlagsInvalid = CallProtocolFlagsInvalid;
192
+ class CdnMethodInvalid extends _2_tl_js_1.types.RPCError {
193
+ }
194
+ exports.CdnMethodInvalid = CdnMethodInvalid;
195
+ class CdnUploadTimeout extends _2_tl_js_1.types.RPCError {
196
+ }
197
+ exports.CdnUploadTimeout = CdnUploadTimeout;
198
+ class ChannelsAdminLocatedTooMuch extends _2_tl_js_1.types.RPCError {
199
+ }
200
+ exports.ChannelsAdminLocatedTooMuch = ChannelsAdminLocatedTooMuch;
201
+ class ChannelsAdminPublicTooMuch extends _2_tl_js_1.types.RPCError {
202
+ }
203
+ exports.ChannelsAdminPublicTooMuch = ChannelsAdminPublicTooMuch;
204
+ class ChannelsTooMuch extends _2_tl_js_1.types.RPCError {
205
+ }
206
+ exports.ChannelsTooMuch = ChannelsTooMuch;
207
+ class ChannelBanned extends _2_tl_js_1.types.RPCError {
208
+ }
209
+ exports.ChannelBanned = ChannelBanned;
210
+ class ChannelForumMissing extends _2_tl_js_1.types.RPCError {
211
+ }
212
+ exports.ChannelForumMissing = ChannelForumMissing;
213
+ class ChannelIdInvalid extends _2_tl_js_1.types.RPCError {
214
+ }
215
+ exports.ChannelIdInvalid = ChannelIdInvalid;
216
+ class ChannelInvalid extends _2_tl_js_1.types.RPCError {
217
+ }
218
+ exports.ChannelInvalid = ChannelInvalid;
219
+ class ChannelParicipantMissing extends _2_tl_js_1.types.RPCError {
220
+ }
221
+ exports.ChannelParicipantMissing = ChannelParicipantMissing;
222
+ class ChannelPrivate extends _2_tl_js_1.types.RPCError {
223
+ }
224
+ exports.ChannelPrivate = ChannelPrivate;
225
+ class ChannelPublicGroupNa extends _2_tl_js_1.types.RPCError {
226
+ }
227
+ exports.ChannelPublicGroupNa = ChannelPublicGroupNa;
228
+ class ChannelTooBig extends _2_tl_js_1.types.RPCError {
229
+ }
230
+ exports.ChannelTooBig = ChannelTooBig;
231
+ class ChannelTooLarge extends _2_tl_js_1.types.RPCError {
232
+ }
233
+ exports.ChannelTooLarge = ChannelTooLarge;
234
+ class ChatAboutNotModified extends _2_tl_js_1.types.RPCError {
235
+ }
236
+ exports.ChatAboutNotModified = ChatAboutNotModified;
237
+ class ChatAboutTooLong extends _2_tl_js_1.types.RPCError {
238
+ }
239
+ exports.ChatAboutTooLong = ChatAboutTooLong;
240
+ class ChatAdminInviteRequired extends _2_tl_js_1.types.RPCError {
241
+ }
242
+ exports.ChatAdminInviteRequired = ChatAdminInviteRequired;
243
+ class ChatAdminRequired extends _2_tl_js_1.types.RPCError {
244
+ }
245
+ exports.ChatAdminRequired = ChatAdminRequired;
246
+ class ChatDiscussionUnallowed extends _2_tl_js_1.types.RPCError {
247
+ }
248
+ exports.ChatDiscussionUnallowed = ChatDiscussionUnallowed;
249
+ class ChatForbidden extends _2_tl_js_1.types.RPCError {
250
+ }
251
+ exports.ChatForbidden = ChatForbidden;
252
+ class ChatForwardsRestricted extends _2_tl_js_1.types.RPCError {
253
+ }
254
+ exports.ChatForwardsRestricted = ChatForwardsRestricted;
255
+ class ChatGetFailed extends _2_tl_js_1.types.RPCError {
256
+ }
257
+ exports.ChatGetFailed = ChatGetFailed;
258
+ class ChatGuestSendForbidden extends _2_tl_js_1.types.RPCError {
259
+ }
260
+ exports.ChatGuestSendForbidden = ChatGuestSendForbidden;
261
+ class ChatIdEmpty extends _2_tl_js_1.types.RPCError {
262
+ }
263
+ exports.ChatIdEmpty = ChatIdEmpty;
264
+ class ChatIdGenerateFailed extends _2_tl_js_1.types.RPCError {
265
+ }
266
+ exports.ChatIdGenerateFailed = ChatIdGenerateFailed;
267
+ class ChatIdInvalid extends _2_tl_js_1.types.RPCError {
268
+ }
269
+ exports.ChatIdInvalid = ChatIdInvalid;
270
+ class ChatInvalid extends _2_tl_js_1.types.RPCError {
271
+ }
272
+ exports.ChatInvalid = ChatInvalid;
273
+ class ChatInvitePermanent extends _2_tl_js_1.types.RPCError {
274
+ }
275
+ exports.ChatInvitePermanent = ChatInvitePermanent;
276
+ class ChatLinkExists extends _2_tl_js_1.types.RPCError {
277
+ }
278
+ exports.ChatLinkExists = ChatLinkExists;
279
+ class ChatNotModified extends _2_tl_js_1.types.RPCError {
280
+ }
281
+ exports.ChatNotModified = ChatNotModified;
282
+ class ChatRestricted extends _2_tl_js_1.types.RPCError {
283
+ }
284
+ exports.ChatRestricted = ChatRestricted;
285
+ class ChatRevokeDateUnsupported extends _2_tl_js_1.types.RPCError {
286
+ }
287
+ exports.ChatRevokeDateUnsupported = ChatRevokeDateUnsupported;
288
+ class ChatSendGameForbidden extends _2_tl_js_1.types.RPCError {
289
+ }
290
+ exports.ChatSendGameForbidden = ChatSendGameForbidden;
291
+ class ChatSendGifsForbidden extends _2_tl_js_1.types.RPCError {
292
+ }
293
+ exports.ChatSendGifsForbidden = ChatSendGifsForbidden;
294
+ class ChatSendInlineForbidden extends _2_tl_js_1.types.RPCError {
295
+ }
296
+ exports.ChatSendInlineForbidden = ChatSendInlineForbidden;
297
+ class ChatSendMediaForbidden extends _2_tl_js_1.types.RPCError {
298
+ }
299
+ exports.ChatSendMediaForbidden = ChatSendMediaForbidden;
300
+ class ChatSendPollForbidden extends _2_tl_js_1.types.RPCError {
301
+ }
302
+ exports.ChatSendPollForbidden = ChatSendPollForbidden;
303
+ class ChatSendStickersForbidden extends _2_tl_js_1.types.RPCError {
304
+ }
305
+ exports.ChatSendStickersForbidden = ChatSendStickersForbidden;
306
+ class ChatTitleEmpty extends _2_tl_js_1.types.RPCError {
307
+ }
308
+ exports.ChatTitleEmpty = ChatTitleEmpty;
309
+ class ChatTooBig extends _2_tl_js_1.types.RPCError {
310
+ }
311
+ exports.ChatTooBig = ChatTooBig;
312
+ class ChatWriteForbidden extends _2_tl_js_1.types.RPCError {
313
+ }
314
+ exports.ChatWriteForbidden = ChatWriteForbidden;
315
+ class ChpCallFail extends _2_tl_js_1.types.RPCError {
316
+ }
317
+ exports.ChpCallFail = ChpCallFail;
318
+ class CodeEmpty extends _2_tl_js_1.types.RPCError {
319
+ }
320
+ exports.CodeEmpty = CodeEmpty;
321
+ class CodeHashInvalid extends _2_tl_js_1.types.RPCError {
322
+ }
323
+ exports.CodeHashInvalid = CodeHashInvalid;
324
+ class CodeInvalid extends _2_tl_js_1.types.RPCError {
325
+ }
326
+ exports.CodeInvalid = CodeInvalid;
327
+ class ConnectionApiIdInvalid extends _2_tl_js_1.types.RPCError {
328
+ }
329
+ exports.ConnectionApiIdInvalid = ConnectionApiIdInvalid;
330
+ class ConnectionAppVersionEmpty extends _2_tl_js_1.types.RPCError {
331
+ }
332
+ exports.ConnectionAppVersionEmpty = ConnectionAppVersionEmpty;
333
+ class ConnectionDeviceModelEmpty extends _2_tl_js_1.types.RPCError {
334
+ }
335
+ exports.ConnectionDeviceModelEmpty = ConnectionDeviceModelEmpty;
336
+ class ConnectionLangPackInvalid extends _2_tl_js_1.types.RPCError {
337
+ }
338
+ exports.ConnectionLangPackInvalid = ConnectionLangPackInvalid;
339
+ class ConnectionLayerInvalid extends _2_tl_js_1.types.RPCError {
340
+ }
341
+ exports.ConnectionLayerInvalid = ConnectionLayerInvalid;
342
+ class ConnectionNotInited extends _2_tl_js_1.types.RPCError {
343
+ }
344
+ exports.ConnectionNotInited = ConnectionNotInited;
345
+ class ConnectionSystemEmpty extends _2_tl_js_1.types.RPCError {
346
+ }
347
+ exports.ConnectionSystemEmpty = ConnectionSystemEmpty;
348
+ class ConnectionSystemLangCodeEmpty extends _2_tl_js_1.types.RPCError {
349
+ }
350
+ exports.ConnectionSystemLangCodeEmpty = ConnectionSystemLangCodeEmpty;
351
+ class ContactAddMissing extends _2_tl_js_1.types.RPCError {
352
+ }
353
+ exports.ContactAddMissing = ContactAddMissing;
354
+ class ContactIdInvalid extends _2_tl_js_1.types.RPCError {
355
+ }
356
+ exports.ContactIdInvalid = ContactIdInvalid;
357
+ class ContactNameEmpty extends _2_tl_js_1.types.RPCError {
358
+ }
359
+ exports.ContactNameEmpty = ContactNameEmpty;
360
+ class ContactReqMissing extends _2_tl_js_1.types.RPCError {
361
+ }
362
+ exports.ContactReqMissing = ContactReqMissing;
363
+ class CreateCallFailed extends _2_tl_js_1.types.RPCError {
364
+ }
365
+ exports.CreateCallFailed = CreateCallFailed;
366
+ class CurrencyTotalAmountInvalid extends _2_tl_js_1.types.RPCError {
367
+ }
368
+ exports.CurrencyTotalAmountInvalid = CurrencyTotalAmountInvalid;
369
+ class DataInvalid extends _2_tl_js_1.types.RPCError {
370
+ }
371
+ exports.DataInvalid = DataInvalid;
372
+ class DataJsonInvalid extends _2_tl_js_1.types.RPCError {
373
+ }
374
+ exports.DataJsonInvalid = DataJsonInvalid;
375
+ class DataTooLong extends _2_tl_js_1.types.RPCError {
376
+ }
377
+ exports.DataTooLong = DataTooLong;
378
+ class DateEmpty extends _2_tl_js_1.types.RPCError {
379
+ }
380
+ exports.DateEmpty = DateEmpty;
381
+ class DcIdInvalid extends _2_tl_js_1.types.RPCError {
382
+ }
383
+ exports.DcIdInvalid = DcIdInvalid;
384
+ class DhGAInvalid extends _2_tl_js_1.types.RPCError {
385
+ }
386
+ exports.DhGAInvalid = DhGAInvalid;
387
+ class DocumentInvalid extends _2_tl_js_1.types.RPCError {
388
+ }
389
+ exports.DocumentInvalid = DocumentInvalid;
390
+ class EditBotInviteForbidden extends _2_tl_js_1.types.RPCError {
391
+ }
392
+ exports.EditBotInviteForbidden = EditBotInviteForbidden;
393
+ class EmailHashExpired extends _2_tl_js_1.types.RPCError {
394
+ }
395
+ exports.EmailHashExpired = EmailHashExpired;
396
+ class EmailInvalid extends _2_tl_js_1.types.RPCError {
397
+ }
398
+ exports.EmailInvalid = EmailInvalid;
399
+ class EmailUnconfirmed extends _2_tl_js_1.types.RPCError {
400
+ }
401
+ exports.EmailUnconfirmed = EmailUnconfirmed;
402
+ class EmailVerifyExpired extends _2_tl_js_1.types.RPCError {
403
+ }
404
+ exports.EmailVerifyExpired = EmailVerifyExpired;
405
+ class EmojiInvalid extends _2_tl_js_1.types.RPCError {
406
+ }
407
+ exports.EmojiInvalid = EmojiInvalid;
408
+ class EmojiNotModified extends _2_tl_js_1.types.RPCError {
409
+ }
410
+ exports.EmojiNotModified = EmojiNotModified;
411
+ class EmoticonEmpty extends _2_tl_js_1.types.RPCError {
412
+ }
413
+ exports.EmoticonEmpty = EmoticonEmpty;
414
+ class EmoticonInvalid extends _2_tl_js_1.types.RPCError {
415
+ }
416
+ exports.EmoticonInvalid = EmoticonInvalid;
417
+ class EmoticonStickerpackMissing extends _2_tl_js_1.types.RPCError {
418
+ }
419
+ exports.EmoticonStickerpackMissing = EmoticonStickerpackMissing;
420
+ class EncryptedMessageInvalid extends _2_tl_js_1.types.RPCError {
421
+ }
422
+ exports.EncryptedMessageInvalid = EncryptedMessageInvalid;
423
+ class EncryptionAlreadyAccepted extends _2_tl_js_1.types.RPCError {
424
+ }
425
+ exports.EncryptionAlreadyAccepted = EncryptionAlreadyAccepted;
426
+ class EncryptionAlreadyDeclined extends _2_tl_js_1.types.RPCError {
427
+ }
428
+ exports.EncryptionAlreadyDeclined = EncryptionAlreadyDeclined;
429
+ class EncryptionDeclined extends _2_tl_js_1.types.RPCError {
430
+ }
431
+ exports.EncryptionDeclined = EncryptionDeclined;
432
+ class EncryptionIdInvalid extends _2_tl_js_1.types.RPCError {
433
+ }
434
+ exports.EncryptionIdInvalid = EncryptionIdInvalid;
435
+ class EncryptionOccupyFailed extends _2_tl_js_1.types.RPCError {
436
+ }
437
+ exports.EncryptionOccupyFailed = EncryptionOccupyFailed;
438
+ class EntitiesTooLong extends _2_tl_js_1.types.RPCError {
439
+ }
440
+ exports.EntitiesTooLong = EntitiesTooLong;
441
+ class EntityBoundsInvalid extends _2_tl_js_1.types.RPCError {
442
+ }
443
+ exports.EntityBoundsInvalid = EntityBoundsInvalid;
444
+ class EntityMentionUserInvalid extends _2_tl_js_1.types.RPCError {
445
+ }
446
+ exports.EntityMentionUserInvalid = EntityMentionUserInvalid;
447
+ class ErrorTextEmpty extends _2_tl_js_1.types.RPCError {
448
+ }
449
+ exports.ErrorTextEmpty = ErrorTextEmpty;
450
+ class ExpireDateInvalid extends _2_tl_js_1.types.RPCError {
451
+ }
452
+ exports.ExpireDateInvalid = ExpireDateInvalid;
453
+ class ExpireForbidden extends _2_tl_js_1.types.RPCError {
454
+ }
455
+ exports.ExpireForbidden = ExpireForbidden;
456
+ class ExportCardInvalid extends _2_tl_js_1.types.RPCError {
457
+ }
458
+ exports.ExportCardInvalid = ExportCardInvalid;
459
+ class ExternalUrlInvalid extends _2_tl_js_1.types.RPCError {
460
+ }
461
+ exports.ExternalUrlInvalid = ExternalUrlInvalid;
462
+ class FieldNameEmpty extends _2_tl_js_1.types.RPCError {
463
+ }
464
+ exports.FieldNameEmpty = FieldNameEmpty;
465
+ class FieldNameInvalid extends _2_tl_js_1.types.RPCError {
466
+ }
467
+ exports.FieldNameInvalid = FieldNameInvalid;
468
+ class FilerefUpgradeNeeded extends _2_tl_js_1.types.RPCError {
469
+ }
470
+ exports.FilerefUpgradeNeeded = FilerefUpgradeNeeded;
471
+ class FileContentTypeInvalid extends _2_tl_js_1.types.RPCError {
472
+ }
473
+ exports.FileContentTypeInvalid = FileContentTypeInvalid;
474
+ class FileEmtpy extends _2_tl_js_1.types.RPCError {
475
+ }
476
+ exports.FileEmtpy = FileEmtpy;
477
+ class FileIdInvalid extends _2_tl_js_1.types.RPCError {
478
+ }
479
+ exports.FileIdInvalid = FileIdInvalid;
480
+ class FilePartsInvalid extends _2_tl_js_1.types.RPCError {
481
+ }
482
+ exports.FilePartsInvalid = FilePartsInvalid;
483
+ class FilePart_0Missing extends _2_tl_js_1.types.RPCError {
484
+ }
485
+ exports.FilePart_0Missing = FilePart_0Missing;
486
+ class FilePartEmpty extends _2_tl_js_1.types.RPCError {
487
+ }
488
+ exports.FilePartEmpty = FilePartEmpty;
489
+ class FilePartInvalid extends _2_tl_js_1.types.RPCError {
490
+ }
491
+ exports.FilePartInvalid = FilePartInvalid;
492
+ class FilePartLengthInvalid extends _2_tl_js_1.types.RPCError {
493
+ }
494
+ exports.FilePartLengthInvalid = FilePartLengthInvalid;
495
+ class FilePartSizeChanged extends _2_tl_js_1.types.RPCError {
496
+ }
497
+ exports.FilePartSizeChanged = FilePartSizeChanged;
498
+ class FilePartSizeInvalid extends _2_tl_js_1.types.RPCError {
499
+ }
500
+ exports.FilePartSizeInvalid = FilePartSizeInvalid;
501
+ class FilePartTooBig extends _2_tl_js_1.types.RPCError {
502
+ }
503
+ exports.FilePartTooBig = FilePartTooBig;
504
+ class FilePartXMissing extends _2_tl_js_1.types.RPCError {
505
+ }
506
+ exports.FilePartXMissing = FilePartXMissing;
507
+ class FileReferenceEmpty extends _2_tl_js_1.types.RPCError {
508
+ }
509
+ exports.FileReferenceEmpty = FileReferenceEmpty;
510
+ class FileReferenceExpired extends _2_tl_js_1.types.RPCError {
511
+ }
512
+ exports.FileReferenceExpired = FileReferenceExpired;
513
+ class FileReferenceInvalid extends _2_tl_js_1.types.RPCError {
514
+ }
515
+ exports.FileReferenceInvalid = FileReferenceInvalid;
516
+ class FileTitleEmpty extends _2_tl_js_1.types.RPCError {
517
+ }
518
+ exports.FileTitleEmpty = FileTitleEmpty;
519
+ class FilterIdInvalid extends _2_tl_js_1.types.RPCError {
520
+ }
521
+ exports.FilterIdInvalid = FilterIdInvalid;
522
+ class FilterIncludeEmpty extends _2_tl_js_1.types.RPCError {
523
+ }
524
+ exports.FilterIncludeEmpty = FilterIncludeEmpty;
525
+ class FilterNotSupported extends _2_tl_js_1.types.RPCError {
526
+ }
527
+ exports.FilterNotSupported = FilterNotSupported;
528
+ class FilterTitleEmpty extends _2_tl_js_1.types.RPCError {
529
+ }
530
+ exports.FilterTitleEmpty = FilterTitleEmpty;
531
+ class FirstnameInvalid extends _2_tl_js_1.types.RPCError {
532
+ }
533
+ exports.FirstnameInvalid = FirstnameInvalid;
534
+ class FolderIdEmpty extends _2_tl_js_1.types.RPCError {
535
+ }
536
+ exports.FolderIdEmpty = FolderIdEmpty;
537
+ class FolderIdInvalid extends _2_tl_js_1.types.RPCError {
538
+ }
539
+ exports.FolderIdInvalid = FolderIdInvalid;
540
+ class FreshChangeAdminsForbidden extends _2_tl_js_1.types.RPCError {
541
+ }
542
+ exports.FreshChangeAdminsForbidden = FreshChangeAdminsForbidden;
543
+ class FreshChangePhoneForbidden extends _2_tl_js_1.types.RPCError {
544
+ }
545
+ exports.FreshChangePhoneForbidden = FreshChangePhoneForbidden;
546
+ class FreshResetAuthorisationForbidden extends _2_tl_js_1.types.RPCError {
547
+ }
548
+ exports.FreshResetAuthorisationForbidden = FreshResetAuthorisationForbidden;
549
+ class FromMessageBotDisabled extends _2_tl_js_1.types.RPCError {
550
+ }
551
+ exports.FromMessageBotDisabled = FromMessageBotDisabled;
552
+ class FromPeerInvalid extends _2_tl_js_1.types.RPCError {
553
+ }
554
+ exports.FromPeerInvalid = FromPeerInvalid;
555
+ class GameBotInvalid extends _2_tl_js_1.types.RPCError {
556
+ }
557
+ exports.GameBotInvalid = GameBotInvalid;
558
+ class GeoPointInvalid extends _2_tl_js_1.types.RPCError {
559
+ }
560
+ exports.GeoPointInvalid = GeoPointInvalid;
561
+ class GifContentTypeInvalid extends _2_tl_js_1.types.RPCError {
562
+ }
563
+ exports.GifContentTypeInvalid = GifContentTypeInvalid;
564
+ class GifIdInvalid extends _2_tl_js_1.types.RPCError {
565
+ }
566
+ exports.GifIdInvalid = GifIdInvalid;
567
+ class GraphExpiredReload extends _2_tl_js_1.types.RPCError {
568
+ }
569
+ exports.GraphExpiredReload = GraphExpiredReload;
570
+ class GraphInvalidReload extends _2_tl_js_1.types.RPCError {
571
+ }
572
+ exports.GraphInvalidReload = GraphInvalidReload;
573
+ class GraphOutdatedReload extends _2_tl_js_1.types.RPCError {
574
+ }
575
+ exports.GraphOutdatedReload = GraphOutdatedReload;
576
+ class GroupcallAddParticipantsFailed extends _2_tl_js_1.types.RPCError {
577
+ }
578
+ exports.GroupcallAddParticipantsFailed = GroupcallAddParticipantsFailed;
579
+ class GroupcallAlreadyDiscarded extends _2_tl_js_1.types.RPCError {
580
+ }
581
+ exports.GroupcallAlreadyDiscarded = GroupcallAlreadyDiscarded;
582
+ class GroupcallAlreadyStarted extends _2_tl_js_1.types.RPCError {
583
+ }
584
+ exports.GroupcallAlreadyStarted = GroupcallAlreadyStarted;
585
+ class GroupcallForbidden extends _2_tl_js_1.types.RPCError {
586
+ }
587
+ exports.GroupcallForbidden = GroupcallForbidden;
588
+ class GroupcallInvalid extends _2_tl_js_1.types.RPCError {
589
+ }
590
+ exports.GroupcallInvalid = GroupcallInvalid;
591
+ class GroupcallJoinMissing extends _2_tl_js_1.types.RPCError {
592
+ }
593
+ exports.GroupcallJoinMissing = GroupcallJoinMissing;
594
+ class GroupcallNotModified extends _2_tl_js_1.types.RPCError {
595
+ }
596
+ exports.GroupcallNotModified = GroupcallNotModified;
597
+ class GroupcallSsrcDuplicateMuch extends _2_tl_js_1.types.RPCError {
598
+ }
599
+ exports.GroupcallSsrcDuplicateMuch = GroupcallSsrcDuplicateMuch;
600
+ class GroupedMediaInvalid extends _2_tl_js_1.types.RPCError {
601
+ }
602
+ exports.GroupedMediaInvalid = GroupedMediaInvalid;
603
+ class GroupCallInvalid extends _2_tl_js_1.types.RPCError {
604
+ }
605
+ exports.GroupCallInvalid = GroupCallInvalid;
606
+ class HashInvalid extends _2_tl_js_1.types.RPCError {
607
+ }
608
+ exports.HashInvalid = HashInvalid;
609
+ class HideRequesterMissing extends _2_tl_js_1.types.RPCError {
610
+ }
611
+ exports.HideRequesterMissing = HideRequesterMissing;
612
+ class HistoryGetFailed extends _2_tl_js_1.types.RPCError {
613
+ }
614
+ exports.HistoryGetFailed = HistoryGetFailed;
615
+ class ImageProcessFailed extends _2_tl_js_1.types.RPCError {
616
+ }
617
+ exports.ImageProcessFailed = ImageProcessFailed;
618
+ class ImportFileInvalid extends _2_tl_js_1.types.RPCError {
619
+ }
620
+ exports.ImportFileInvalid = ImportFileInvalid;
621
+ class ImportFormatUnrecognized extends _2_tl_js_1.types.RPCError {
622
+ }
623
+ exports.ImportFormatUnrecognized = ImportFormatUnrecognized;
624
+ class ImportIdInvalid extends _2_tl_js_1.types.RPCError {
625
+ }
626
+ exports.ImportIdInvalid = ImportIdInvalid;
627
+ class InlineBotRequired extends _2_tl_js_1.types.RPCError {
628
+ }
629
+ exports.InlineBotRequired = InlineBotRequired;
630
+ class InlineResultExpired extends _2_tl_js_1.types.RPCError {
631
+ }
632
+ exports.InlineResultExpired = InlineResultExpired;
633
+ class InputConstructorInvalid extends _2_tl_js_1.types.RPCError {
634
+ }
635
+ exports.InputConstructorInvalid = InputConstructorInvalid;
636
+ class InputFetchError extends _2_tl_js_1.types.RPCError {
637
+ }
638
+ exports.InputFetchError = InputFetchError;
639
+ class InputFetchFail extends _2_tl_js_1.types.RPCError {
640
+ }
641
+ exports.InputFetchFail = InputFetchFail;
642
+ class InputFilterInvalid extends _2_tl_js_1.types.RPCError {
643
+ }
644
+ exports.InputFilterInvalid = InputFilterInvalid;
645
+ class InputLayerInvalid extends _2_tl_js_1.types.RPCError {
646
+ }
647
+ exports.InputLayerInvalid = InputLayerInvalid;
648
+ class InputMethodInvalid extends _2_tl_js_1.types.RPCError {
649
+ }
650
+ exports.InputMethodInvalid = InputMethodInvalid;
651
+ class InputRequestTooLong extends _2_tl_js_1.types.RPCError {
652
+ }
653
+ exports.InputRequestTooLong = InputRequestTooLong;
654
+ class InputTextEmpty extends _2_tl_js_1.types.RPCError {
655
+ }
656
+ exports.InputTextEmpty = InputTextEmpty;
657
+ class InputUserDeactivated extends _2_tl_js_1.types.RPCError {
658
+ }
659
+ exports.InputUserDeactivated = InputUserDeactivated;
660
+ class InterdcXCallError extends _2_tl_js_1.types.RPCError {
661
+ }
662
+ exports.InterdcXCallError = InterdcXCallError;
663
+ class InterdcXCallRichError extends _2_tl_js_1.types.RPCError {
664
+ }
665
+ exports.InterdcXCallRichError = InterdcXCallRichError;
666
+ class InviteForbiddenWithJoinas extends _2_tl_js_1.types.RPCError {
667
+ }
668
+ exports.InviteForbiddenWithJoinas = InviteForbiddenWithJoinas;
669
+ class InviteHashEmpty extends _2_tl_js_1.types.RPCError {
670
+ }
671
+ exports.InviteHashEmpty = InviteHashEmpty;
672
+ class InviteHashExpired extends _2_tl_js_1.types.RPCError {
673
+ }
674
+ exports.InviteHashExpired = InviteHashExpired;
675
+ class InviteHashInvalid extends _2_tl_js_1.types.RPCError {
676
+ }
677
+ exports.InviteHashInvalid = InviteHashInvalid;
678
+ class InviteRequestSent extends _2_tl_js_1.types.RPCError {
679
+ }
680
+ exports.InviteRequestSent = InviteRequestSent;
681
+ class InviteRevokedMissing extends _2_tl_js_1.types.RPCError {
682
+ }
683
+ exports.InviteRevokedMissing = InviteRevokedMissing;
684
+ class InvoicePayloadInvalid extends _2_tl_js_1.types.RPCError {
685
+ }
686
+ exports.InvoicePayloadInvalid = InvoicePayloadInvalid;
687
+ class JoinAsPeerInvalid extends _2_tl_js_1.types.RPCError {
688
+ }
689
+ exports.JoinAsPeerInvalid = JoinAsPeerInvalid;
690
+ class LangCodeInvalid extends _2_tl_js_1.types.RPCError {
691
+ }
692
+ exports.LangCodeInvalid = LangCodeInvalid;
693
+ class LangCodeNotSupported extends _2_tl_js_1.types.RPCError {
694
+ }
695
+ exports.LangCodeNotSupported = LangCodeNotSupported;
696
+ class LangPackInvalid extends _2_tl_js_1.types.RPCError {
697
+ }
698
+ exports.LangPackInvalid = LangPackInvalid;
699
+ class LastnameInvalid extends _2_tl_js_1.types.RPCError {
700
+ }
701
+ exports.LastnameInvalid = LastnameInvalid;
702
+ class LimitInvalid extends _2_tl_js_1.types.RPCError {
703
+ }
704
+ exports.LimitInvalid = LimitInvalid;
705
+ class LinkNotModified extends _2_tl_js_1.types.RPCError {
706
+ }
707
+ exports.LinkNotModified = LinkNotModified;
708
+ class LocationInvalid extends _2_tl_js_1.types.RPCError {
709
+ }
710
+ exports.LocationInvalid = LocationInvalid;
711
+ class MaxDateInvalid extends _2_tl_js_1.types.RPCError {
712
+ }
713
+ exports.MaxDateInvalid = MaxDateInvalid;
714
+ class MaxIdInvalid extends _2_tl_js_1.types.RPCError {
715
+ }
716
+ exports.MaxIdInvalid = MaxIdInvalid;
717
+ class MaxQtsInvalid extends _2_tl_js_1.types.RPCError {
718
+ }
719
+ exports.MaxQtsInvalid = MaxQtsInvalid;
720
+ class Md5ChecksumInvalid extends _2_tl_js_1.types.RPCError {
721
+ }
722
+ exports.Md5ChecksumInvalid = Md5ChecksumInvalid;
723
+ class MediaCaptionTooLong extends _2_tl_js_1.types.RPCError {
724
+ }
725
+ exports.MediaCaptionTooLong = MediaCaptionTooLong;
726
+ class MediaEmpty extends _2_tl_js_1.types.RPCError {
727
+ }
728
+ exports.MediaEmpty = MediaEmpty;
729
+ class MediaGroupedInvalid extends _2_tl_js_1.types.RPCError {
730
+ }
731
+ exports.MediaGroupedInvalid = MediaGroupedInvalid;
732
+ class MediaInvalid extends _2_tl_js_1.types.RPCError {
733
+ }
734
+ exports.MediaInvalid = MediaInvalid;
735
+ class MediaNewInvalid extends _2_tl_js_1.types.RPCError {
736
+ }
737
+ exports.MediaNewInvalid = MediaNewInvalid;
738
+ class MediaPrevInvalid extends _2_tl_js_1.types.RPCError {
739
+ }
740
+ exports.MediaPrevInvalid = MediaPrevInvalid;
741
+ class MediaTtlInvalid extends _2_tl_js_1.types.RPCError {
742
+ }
743
+ exports.MediaTtlInvalid = MediaTtlInvalid;
744
+ class MegagroupIdInvalid extends _2_tl_js_1.types.RPCError {
745
+ }
746
+ exports.MegagroupIdInvalid = MegagroupIdInvalid;
747
+ class MegagroupPrehistoryHidden extends _2_tl_js_1.types.RPCError {
748
+ }
749
+ exports.MegagroupPrehistoryHidden = MegagroupPrehistoryHidden;
750
+ class MegagroupRequired extends _2_tl_js_1.types.RPCError {
751
+ }
752
+ exports.MegagroupRequired = MegagroupRequired;
753
+ class MemberNoLocation extends _2_tl_js_1.types.RPCError {
754
+ }
755
+ exports.MemberNoLocation = MemberNoLocation;
756
+ class MemberOccupyPrimaryLocFailed extends _2_tl_js_1.types.RPCError {
757
+ }
758
+ exports.MemberOccupyPrimaryLocFailed = MemberOccupyPrimaryLocFailed;
759
+ class MessageAuthorRequired extends _2_tl_js_1.types.RPCError {
760
+ }
761
+ exports.MessageAuthorRequired = MessageAuthorRequired;
762
+ class MessageDeleteForbidden extends _2_tl_js_1.types.RPCError {
763
+ }
764
+ exports.MessageDeleteForbidden = MessageDeleteForbidden;
765
+ class MessageEditTimeExpired extends _2_tl_js_1.types.RPCError {
766
+ }
767
+ exports.MessageEditTimeExpired = MessageEditTimeExpired;
768
+ class MessageEmpty extends _2_tl_js_1.types.RPCError {
769
+ }
770
+ exports.MessageEmpty = MessageEmpty;
771
+ class MessageIdsEmpty extends _2_tl_js_1.types.RPCError {
772
+ }
773
+ exports.MessageIdsEmpty = MessageIdsEmpty;
774
+ class MessageIdInvalid extends _2_tl_js_1.types.RPCError {
775
+ }
776
+ exports.MessageIdInvalid = MessageIdInvalid;
777
+ class MessageNotModified extends _2_tl_js_1.types.RPCError {
778
+ }
779
+ exports.MessageNotModified = MessageNotModified;
780
+ class MessagePollClosed extends _2_tl_js_1.types.RPCError {
781
+ }
782
+ exports.MessagePollClosed = MessagePollClosed;
783
+ class MessageTooLong extends _2_tl_js_1.types.RPCError {
784
+ }
785
+ exports.MessageTooLong = MessageTooLong;
786
+ class MethodInvalid extends _2_tl_js_1.types.RPCError {
787
+ }
788
+ exports.MethodInvalid = MethodInvalid;
789
+ class MinDateInvalid extends _2_tl_js_1.types.RPCError {
790
+ }
791
+ exports.MinDateInvalid = MinDateInvalid;
792
+ class MsgidDecreaseRetry extends _2_tl_js_1.types.RPCError {
793
+ }
794
+ exports.MsgidDecreaseRetry = MsgidDecreaseRetry;
795
+ class MsgIdInvalid extends _2_tl_js_1.types.RPCError {
796
+ }
797
+ exports.MsgIdInvalid = MsgIdInvalid;
798
+ class MsgTooOld extends _2_tl_js_1.types.RPCError {
799
+ }
800
+ exports.MsgTooOld = MsgTooOld;
801
+ class MsgWaitFailed extends _2_tl_js_1.types.RPCError {
802
+ }
803
+ exports.MsgWaitFailed = MsgWaitFailed;
804
+ class MtSendQueueTooLong extends _2_tl_js_1.types.RPCError {
805
+ }
806
+ exports.MtSendQueueTooLong = MtSendQueueTooLong;
807
+ class MultiMediaTooLong extends _2_tl_js_1.types.RPCError {
808
+ }
809
+ exports.MultiMediaTooLong = MultiMediaTooLong;
810
+ class NeedChatInvalid extends _2_tl_js_1.types.RPCError {
811
+ }
812
+ exports.NeedChatInvalid = NeedChatInvalid;
813
+ class NeedMemberInvalid extends _2_tl_js_1.types.RPCError {
814
+ }
815
+ exports.NeedMemberInvalid = NeedMemberInvalid;
816
+ class NewSaltInvalid extends _2_tl_js_1.types.RPCError {
817
+ }
818
+ exports.NewSaltInvalid = NewSaltInvalid;
819
+ class NewSettingsEmpty extends _2_tl_js_1.types.RPCError {
820
+ }
821
+ exports.NewSettingsEmpty = NewSettingsEmpty;
822
+ class NewSettingsInvalid extends _2_tl_js_1.types.RPCError {
823
+ }
824
+ exports.NewSettingsInvalid = NewSettingsInvalid;
825
+ class NextOffsetInvalid extends _2_tl_js_1.types.RPCError {
826
+ }
827
+ exports.NextOffsetInvalid = NextOffsetInvalid;
828
+ class NotAllowed extends _2_tl_js_1.types.RPCError {
829
+ }
830
+ exports.NotAllowed = NotAllowed;
831
+ class OffsetInvalid extends _2_tl_js_1.types.RPCError {
832
+ }
833
+ exports.OffsetInvalid = OffsetInvalid;
834
+ class OffsetPeerIdInvalid extends _2_tl_js_1.types.RPCError {
835
+ }
836
+ exports.OffsetPeerIdInvalid = OffsetPeerIdInvalid;
837
+ class OptionsTooMuch extends _2_tl_js_1.types.RPCError {
838
+ }
839
+ exports.OptionsTooMuch = OptionsTooMuch;
840
+ class OptionInvalid extends _2_tl_js_1.types.RPCError {
841
+ }
842
+ exports.OptionInvalid = OptionInvalid;
843
+ class PackShortNameInvalid extends _2_tl_js_1.types.RPCError {
844
+ }
845
+ exports.PackShortNameInvalid = PackShortNameInvalid;
846
+ class PackShortNameOccupied extends _2_tl_js_1.types.RPCError {
847
+ }
848
+ exports.PackShortNameOccupied = PackShortNameOccupied;
849
+ class PackTitleInvalid extends _2_tl_js_1.types.RPCError {
850
+ }
851
+ exports.PackTitleInvalid = PackTitleInvalid;
852
+ class ParticipantsTooFew extends _2_tl_js_1.types.RPCError {
853
+ }
854
+ exports.ParticipantsTooFew = ParticipantsTooFew;
855
+ class ParticipantCallFailed extends _2_tl_js_1.types.RPCError {
856
+ }
857
+ exports.ParticipantCallFailed = ParticipantCallFailed;
858
+ class ParticipantIdInvalid extends _2_tl_js_1.types.RPCError {
859
+ }
860
+ exports.ParticipantIdInvalid = ParticipantIdInvalid;
861
+ class ParticipantJoinMissing extends _2_tl_js_1.types.RPCError {
862
+ }
863
+ exports.ParticipantJoinMissing = ParticipantJoinMissing;
864
+ class ParticipantVersionOutdated extends _2_tl_js_1.types.RPCError {
865
+ }
866
+ exports.ParticipantVersionOutdated = ParticipantVersionOutdated;
867
+ class PasswordEmpty extends _2_tl_js_1.types.RPCError {
868
+ }
869
+ exports.PasswordEmpty = PasswordEmpty;
870
+ class PasswordHashInvalid extends _2_tl_js_1.types.RPCError {
871
+ }
872
+ exports.PasswordHashInvalid = PasswordHashInvalid;
873
+ class PasswordMissing extends _2_tl_js_1.types.RPCError {
874
+ }
875
+ exports.PasswordMissing = PasswordMissing;
876
+ class PasswordRecoveryExpired extends _2_tl_js_1.types.RPCError {
877
+ }
878
+ exports.PasswordRecoveryExpired = PasswordRecoveryExpired;
879
+ class PasswordRecoveryNa extends _2_tl_js_1.types.RPCError {
880
+ }
881
+ exports.PasswordRecoveryNa = PasswordRecoveryNa;
882
+ class PasswordRequired extends _2_tl_js_1.types.RPCError {
883
+ }
884
+ exports.PasswordRequired = PasswordRequired;
885
+ class PaymentProviderInvalid extends _2_tl_js_1.types.RPCError {
886
+ }
887
+ exports.PaymentProviderInvalid = PaymentProviderInvalid;
888
+ class PeerFlood extends _2_tl_js_1.types.RPCError {
889
+ }
890
+ exports.PeerFlood = PeerFlood;
891
+ class PeerHistoryEmpty extends _2_tl_js_1.types.RPCError {
892
+ }
893
+ exports.PeerHistoryEmpty = PeerHistoryEmpty;
894
+ class PeerIdInvalid extends _2_tl_js_1.types.RPCError {
895
+ }
896
+ exports.PeerIdInvalid = PeerIdInvalid;
897
+ class PeerIdNotSupported extends _2_tl_js_1.types.RPCError {
898
+ }
899
+ exports.PeerIdNotSupported = PeerIdNotSupported;
900
+ class PersistentTimestampEmpty extends _2_tl_js_1.types.RPCError {
901
+ }
902
+ exports.PersistentTimestampEmpty = PersistentTimestampEmpty;
903
+ class PersistentTimestampInvalid extends _2_tl_js_1.types.RPCError {
904
+ }
905
+ exports.PersistentTimestampInvalid = PersistentTimestampInvalid;
906
+ class PersistentTimestampOutdated extends _2_tl_js_1.types.RPCError {
907
+ }
908
+ exports.PersistentTimestampOutdated = PersistentTimestampOutdated;
909
+ class PhoneCodeEmpty extends _2_tl_js_1.types.RPCError {
910
+ }
911
+ exports.PhoneCodeEmpty = PhoneCodeEmpty;
912
+ class PhoneCodeExpired extends _2_tl_js_1.types.RPCError {
913
+ }
914
+ exports.PhoneCodeExpired = PhoneCodeExpired;
915
+ class PhoneCodeHashEmpty extends _2_tl_js_1.types.RPCError {
916
+ }
917
+ exports.PhoneCodeHashEmpty = PhoneCodeHashEmpty;
918
+ class PhoneCodeInvalid extends _2_tl_js_1.types.RPCError {
919
+ }
920
+ exports.PhoneCodeInvalid = PhoneCodeInvalid;
921
+ class PhoneHashExpired extends _2_tl_js_1.types.RPCError {
922
+ }
923
+ exports.PhoneHashExpired = PhoneHashExpired;
924
+ class PhoneNotOccupied extends _2_tl_js_1.types.RPCError {
925
+ }
926
+ exports.PhoneNotOccupied = PhoneNotOccupied;
927
+ class PhoneNumberAppSignupForbidden extends _2_tl_js_1.types.RPCError {
928
+ }
929
+ exports.PhoneNumberAppSignupForbidden = PhoneNumberAppSignupForbidden;
930
+ class PhoneNumberBanned extends _2_tl_js_1.types.RPCError {
931
+ }
932
+ exports.PhoneNumberBanned = PhoneNumberBanned;
933
+ class PhoneNumberFlood extends _2_tl_js_1.types.RPCError {
934
+ }
935
+ exports.PhoneNumberFlood = PhoneNumberFlood;
936
+ class PhoneNumberInvalid extends _2_tl_js_1.types.RPCError {
937
+ }
938
+ exports.PhoneNumberInvalid = PhoneNumberInvalid;
939
+ class PhoneNumberOccupied extends _2_tl_js_1.types.RPCError {
940
+ }
941
+ exports.PhoneNumberOccupied = PhoneNumberOccupied;
942
+ class PhoneNumberUnoccupied extends _2_tl_js_1.types.RPCError {
943
+ }
944
+ exports.PhoneNumberUnoccupied = PhoneNumberUnoccupied;
945
+ class PhonePasswordFlood extends _2_tl_js_1.types.RPCError {
946
+ }
947
+ exports.PhonePasswordFlood = PhonePasswordFlood;
948
+ class PhonePasswordProtected extends _2_tl_js_1.types.RPCError {
949
+ }
950
+ exports.PhonePasswordProtected = PhonePasswordProtected;
951
+ class PhotoContentTypeInvalid extends _2_tl_js_1.types.RPCError {
952
+ }
953
+ exports.PhotoContentTypeInvalid = PhotoContentTypeInvalid;
954
+ class PhotoContentUrlEmpty extends _2_tl_js_1.types.RPCError {
955
+ }
956
+ exports.PhotoContentUrlEmpty = PhotoContentUrlEmpty;
957
+ class PhotoCropFileMissing extends _2_tl_js_1.types.RPCError {
958
+ }
959
+ exports.PhotoCropFileMissing = PhotoCropFileMissing;
960
+ class PhotoCropSizeSmall extends _2_tl_js_1.types.RPCError {
961
+ }
962
+ exports.PhotoCropSizeSmall = PhotoCropSizeSmall;
963
+ class PhotoExtInvalid extends _2_tl_js_1.types.RPCError {
964
+ }
965
+ exports.PhotoExtInvalid = PhotoExtInvalid;
966
+ class PhotoFileMissing extends _2_tl_js_1.types.RPCError {
967
+ }
968
+ exports.PhotoFileMissing = PhotoFileMissing;
969
+ class PhotoIdInvalid extends _2_tl_js_1.types.RPCError {
970
+ }
971
+ exports.PhotoIdInvalid = PhotoIdInvalid;
972
+ class PhotoInvalid extends _2_tl_js_1.types.RPCError {
973
+ }
974
+ exports.PhotoInvalid = PhotoInvalid;
975
+ class PhotoInvalidDimensions extends _2_tl_js_1.types.RPCError {
976
+ }
977
+ exports.PhotoInvalidDimensions = PhotoInvalidDimensions;
978
+ class PhotoSaveFileInvalid extends _2_tl_js_1.types.RPCError {
979
+ }
980
+ exports.PhotoSaveFileInvalid = PhotoSaveFileInvalid;
981
+ class PhotoThumbUrlEmpty extends _2_tl_js_1.types.RPCError {
982
+ }
983
+ exports.PhotoThumbUrlEmpty = PhotoThumbUrlEmpty;
984
+ class PinnedDialogsTooMuch extends _2_tl_js_1.types.RPCError {
985
+ }
986
+ exports.PinnedDialogsTooMuch = PinnedDialogsTooMuch;
987
+ class PinRestricted extends _2_tl_js_1.types.RPCError {
988
+ }
989
+ exports.PinRestricted = PinRestricted;
990
+ class PollAnswersInvalid extends _2_tl_js_1.types.RPCError {
991
+ }
992
+ exports.PollAnswersInvalid = PollAnswersInvalid;
993
+ class PollAnswerInvalid extends _2_tl_js_1.types.RPCError {
994
+ }
995
+ exports.PollAnswerInvalid = PollAnswerInvalid;
996
+ class PollOptionDuplicate extends _2_tl_js_1.types.RPCError {
997
+ }
998
+ exports.PollOptionDuplicate = PollOptionDuplicate;
999
+ class PollOptionInvalid extends _2_tl_js_1.types.RPCError {
1000
+ }
1001
+ exports.PollOptionInvalid = PollOptionInvalid;
1002
+ class PollQuestionInvalid extends _2_tl_js_1.types.RPCError {
1003
+ }
1004
+ exports.PollQuestionInvalid = PollQuestionInvalid;
1005
+ class PollUnsupported extends _2_tl_js_1.types.RPCError {
1006
+ }
1007
+ exports.PollUnsupported = PollUnsupported;
1008
+ class PollVoteRequired extends _2_tl_js_1.types.RPCError {
1009
+ }
1010
+ exports.PollVoteRequired = PollVoteRequired;
1011
+ class PostponedTimeout extends _2_tl_js_1.types.RPCError {
1012
+ }
1013
+ exports.PostponedTimeout = PostponedTimeout;
1014
+ class PremiumAccountRequired extends _2_tl_js_1.types.RPCError {
1015
+ }
1016
+ exports.PremiumAccountRequired = PremiumAccountRequired;
1017
+ class PremiumCurrentlyUnavailable extends _2_tl_js_1.types.RPCError {
1018
+ }
1019
+ exports.PremiumCurrentlyUnavailable = PremiumCurrentlyUnavailable;
1020
+ class PreviousChatImportActiveWaitXmin extends _2_tl_js_1.types.RPCError {
1021
+ }
1022
+ exports.PreviousChatImportActiveWaitXmin = PreviousChatImportActiveWaitXmin;
1023
+ class PrivacyKeyInvalid extends _2_tl_js_1.types.RPCError {
1024
+ }
1025
+ exports.PrivacyKeyInvalid = PrivacyKeyInvalid;
1026
+ class PrivacyTooLong extends _2_tl_js_1.types.RPCError {
1027
+ }
1028
+ exports.PrivacyTooLong = PrivacyTooLong;
1029
+ class PrivacyValueInvalid extends _2_tl_js_1.types.RPCError {
1030
+ }
1031
+ exports.PrivacyValueInvalid = PrivacyValueInvalid;
1032
+ class PtsChangeEmpty extends _2_tl_js_1.types.RPCError {
1033
+ }
1034
+ exports.PtsChangeEmpty = PtsChangeEmpty;
1035
+ class PublicChannelMissing extends _2_tl_js_1.types.RPCError {
1036
+ }
1037
+ exports.PublicChannelMissing = PublicChannelMissing;
1038
+ class PublicKeyRequired extends _2_tl_js_1.types.RPCError {
1039
+ }
1040
+ exports.PublicKeyRequired = PublicKeyRequired;
1041
+ class QueryIdEmpty extends _2_tl_js_1.types.RPCError {
1042
+ }
1043
+ exports.QueryIdEmpty = QueryIdEmpty;
1044
+ class QueryIdInvalid extends _2_tl_js_1.types.RPCError {
1045
+ }
1046
+ exports.QueryIdInvalid = QueryIdInvalid;
1047
+ class QueryTooShort extends _2_tl_js_1.types.RPCError {
1048
+ }
1049
+ exports.QueryTooShort = QueryTooShort;
1050
+ class QuizAnswerMissing extends _2_tl_js_1.types.RPCError {
1051
+ }
1052
+ exports.QuizAnswerMissing = QuizAnswerMissing;
1053
+ class QuizCorrectAnswersEmpty extends _2_tl_js_1.types.RPCError {
1054
+ }
1055
+ exports.QuizCorrectAnswersEmpty = QuizCorrectAnswersEmpty;
1056
+ class QuizCorrectAnswersTooMuch extends _2_tl_js_1.types.RPCError {
1057
+ }
1058
+ exports.QuizCorrectAnswersTooMuch = QuizCorrectAnswersTooMuch;
1059
+ class QuizCorrectAnswerInvalid extends _2_tl_js_1.types.RPCError {
1060
+ }
1061
+ exports.QuizCorrectAnswerInvalid = QuizCorrectAnswerInvalid;
1062
+ class QuizMultipleInvalid extends _2_tl_js_1.types.RPCError {
1063
+ }
1064
+ exports.QuizMultipleInvalid = QuizMultipleInvalid;
1065
+ class RandomIdDuplicate extends _2_tl_js_1.types.RPCError {
1066
+ }
1067
+ exports.RandomIdDuplicate = RandomIdDuplicate;
1068
+ class RandomIdEmpty extends _2_tl_js_1.types.RPCError {
1069
+ }
1070
+ exports.RandomIdEmpty = RandomIdEmpty;
1071
+ class RandomIdInvalid extends _2_tl_js_1.types.RPCError {
1072
+ }
1073
+ exports.RandomIdInvalid = RandomIdInvalid;
1074
+ class RandomLengthInvalid extends _2_tl_js_1.types.RPCError {
1075
+ }
1076
+ exports.RandomLengthInvalid = RandomLengthInvalid;
1077
+ class RangesInvalid extends _2_tl_js_1.types.RPCError {
1078
+ }
1079
+ exports.RangesInvalid = RangesInvalid;
1080
+ class ReactionsTooMany extends _2_tl_js_1.types.RPCError {
1081
+ }
1082
+ exports.ReactionsTooMany = ReactionsTooMany;
1083
+ class ReactionEmpty extends _2_tl_js_1.types.RPCError {
1084
+ }
1085
+ exports.ReactionEmpty = ReactionEmpty;
1086
+ class ReactionInvalid extends _2_tl_js_1.types.RPCError {
1087
+ }
1088
+ exports.ReactionInvalid = ReactionInvalid;
1089
+ class ReflectorNotAvailable extends _2_tl_js_1.types.RPCError {
1090
+ }
1091
+ exports.ReflectorNotAvailable = ReflectorNotAvailable;
1092
+ class RegIdGenerateFailed extends _2_tl_js_1.types.RPCError {
1093
+ }
1094
+ exports.RegIdGenerateFailed = RegIdGenerateFailed;
1095
+ class ReplyMarkupBuyEmpty extends _2_tl_js_1.types.RPCError {
1096
+ }
1097
+ exports.ReplyMarkupBuyEmpty = ReplyMarkupBuyEmpty;
1098
+ class ReplyMarkupGameEmpty extends _2_tl_js_1.types.RPCError {
1099
+ }
1100
+ exports.ReplyMarkupGameEmpty = ReplyMarkupGameEmpty;
1101
+ class ReplyMarkupInvalid extends _2_tl_js_1.types.RPCError {
1102
+ }
1103
+ exports.ReplyMarkupInvalid = ReplyMarkupInvalid;
1104
+ class ReplyMarkupTooLong extends _2_tl_js_1.types.RPCError {
1105
+ }
1106
+ exports.ReplyMarkupTooLong = ReplyMarkupTooLong;
1107
+ class ResetRequestMissing extends _2_tl_js_1.types.RPCError {
1108
+ }
1109
+ exports.ResetRequestMissing = ResetRequestMissing;
1110
+ class ResultsTooMuch extends _2_tl_js_1.types.RPCError {
1111
+ }
1112
+ exports.ResultsTooMuch = ResultsTooMuch;
1113
+ class ResultIdDuplicate extends _2_tl_js_1.types.RPCError {
1114
+ }
1115
+ exports.ResultIdDuplicate = ResultIdDuplicate;
1116
+ class ResultIdEmpty extends _2_tl_js_1.types.RPCError {
1117
+ }
1118
+ exports.ResultIdEmpty = ResultIdEmpty;
1119
+ class ResultIdInvalid extends _2_tl_js_1.types.RPCError {
1120
+ }
1121
+ exports.ResultIdInvalid = ResultIdInvalid;
1122
+ class ResultTypeInvalid extends _2_tl_js_1.types.RPCError {
1123
+ }
1124
+ exports.ResultTypeInvalid = ResultTypeInvalid;
1125
+ class RevoteNotAllowed extends _2_tl_js_1.types.RPCError {
1126
+ }
1127
+ exports.RevoteNotAllowed = RevoteNotAllowed;
1128
+ class RightsNotModified extends _2_tl_js_1.types.RPCError {
1129
+ }
1130
+ exports.RightsNotModified = RightsNotModified;
1131
+ class RightForbidden extends _2_tl_js_1.types.RPCError {
1132
+ }
1133
+ exports.RightForbidden = RightForbidden;
1134
+ class RpcCallFail extends _2_tl_js_1.types.RPCError {
1135
+ }
1136
+ exports.RpcCallFail = RpcCallFail;
1137
+ class RpcMcgetFail extends _2_tl_js_1.types.RPCError {
1138
+ }
1139
+ exports.RpcMcgetFail = RpcMcgetFail;
1140
+ class RsaDecryptFailed extends _2_tl_js_1.types.RPCError {
1141
+ }
1142
+ exports.RsaDecryptFailed = RsaDecryptFailed;
1143
+ class ScheduleBotNotAllowed extends _2_tl_js_1.types.RPCError {
1144
+ }
1145
+ exports.ScheduleBotNotAllowed = ScheduleBotNotAllowed;
1146
+ class ScheduleDateInvalid extends _2_tl_js_1.types.RPCError {
1147
+ }
1148
+ exports.ScheduleDateInvalid = ScheduleDateInvalid;
1149
+ class ScheduleDateTooLate extends _2_tl_js_1.types.RPCError {
1150
+ }
1151
+ exports.ScheduleDateTooLate = ScheduleDateTooLate;
1152
+ class ScheduleStatusPrivate extends _2_tl_js_1.types.RPCError {
1153
+ }
1154
+ exports.ScheduleStatusPrivate = ScheduleStatusPrivate;
1155
+ class ScheduleTooMuch extends _2_tl_js_1.types.RPCError {
1156
+ }
1157
+ exports.ScheduleTooMuch = ScheduleTooMuch;
1158
+ class ScoreInvalid extends _2_tl_js_1.types.RPCError {
1159
+ }
1160
+ exports.ScoreInvalid = ScoreInvalid;
1161
+ class SearchQueryEmpty extends _2_tl_js_1.types.RPCError {
1162
+ }
1163
+ exports.SearchQueryEmpty = SearchQueryEmpty;
1164
+ class SearchWithLinkNotSupported extends _2_tl_js_1.types.RPCError {
1165
+ }
1166
+ exports.SearchWithLinkNotSupported = SearchWithLinkNotSupported;
1167
+ class SecondsInvalid extends _2_tl_js_1.types.RPCError {
1168
+ }
1169
+ exports.SecondsInvalid = SecondsInvalid;
1170
+ class SendAsPeerInvalid extends _2_tl_js_1.types.RPCError {
1171
+ }
1172
+ exports.SendAsPeerInvalid = SendAsPeerInvalid;
1173
+ class SendCodeUnavailable extends _2_tl_js_1.types.RPCError {
1174
+ }
1175
+ exports.SendCodeUnavailable = SendCodeUnavailable;
1176
+ class SendMessageMediaInvalid extends _2_tl_js_1.types.RPCError {
1177
+ }
1178
+ exports.SendMessageMediaInvalid = SendMessageMediaInvalid;
1179
+ class SendMessageTypeInvalid extends _2_tl_js_1.types.RPCError {
1180
+ }
1181
+ exports.SendMessageTypeInvalid = SendMessageTypeInvalid;
1182
+ class SensitiveChangeForbidden extends _2_tl_js_1.types.RPCError {
1183
+ }
1184
+ exports.SensitiveChangeForbidden = SensitiveChangeForbidden;
1185
+ class SessionExpired extends _2_tl_js_1.types.RPCError {
1186
+ }
1187
+ exports.SessionExpired = SessionExpired;
1188
+ class SessionPasswordNeeded extends _2_tl_js_1.types.RPCError {
1189
+ }
1190
+ exports.SessionPasswordNeeded = SessionPasswordNeeded;
1191
+ class SessionRevoked extends _2_tl_js_1.types.RPCError {
1192
+ }
1193
+ exports.SessionRevoked = SessionRevoked;
1194
+ class SettingsInvalid extends _2_tl_js_1.types.RPCError {
1195
+ }
1196
+ exports.SettingsInvalid = SettingsInvalid;
1197
+ class Sha256HashInvalid extends _2_tl_js_1.types.RPCError {
1198
+ }
1199
+ exports.Sha256HashInvalid = Sha256HashInvalid;
1200
+ class ShortnameOccupyFailed extends _2_tl_js_1.types.RPCError {
1201
+ }
1202
+ exports.ShortnameOccupyFailed = ShortnameOccupyFailed;
1203
+ class ShortNameInvalid extends _2_tl_js_1.types.RPCError {
1204
+ }
1205
+ exports.ShortNameInvalid = ShortNameInvalid;
1206
+ class ShortNameOccupied extends _2_tl_js_1.types.RPCError {
1207
+ }
1208
+ exports.ShortNameOccupied = ShortNameOccupied;
1209
+ class SignInFailed extends _2_tl_js_1.types.RPCError {
1210
+ }
1211
+ exports.SignInFailed = SignInFailed;
1212
+ class SlowmodeMultiMsgsDisabled extends _2_tl_js_1.types.RPCError {
1213
+ }
1214
+ exports.SlowmodeMultiMsgsDisabled = SlowmodeMultiMsgsDisabled;
1215
+ class SmsCodeCreateFailed extends _2_tl_js_1.types.RPCError {
1216
+ }
1217
+ exports.SmsCodeCreateFailed = SmsCodeCreateFailed;
1218
+ class SrpIdInvalid extends _2_tl_js_1.types.RPCError {
1219
+ }
1220
+ exports.SrpIdInvalid = SrpIdInvalid;
1221
+ class SrpPasswordChanged extends _2_tl_js_1.types.RPCError {
1222
+ }
1223
+ exports.SrpPasswordChanged = SrpPasswordChanged;
1224
+ class StartParamEmpty extends _2_tl_js_1.types.RPCError {
1225
+ }
1226
+ exports.StartParamEmpty = StartParamEmpty;
1227
+ class StartParamInvalid extends _2_tl_js_1.types.RPCError {
1228
+ }
1229
+ exports.StartParamInvalid = StartParamInvalid;
1230
+ class StartParamTooLong extends _2_tl_js_1.types.RPCError {
1231
+ }
1232
+ exports.StartParamTooLong = StartParamTooLong;
1233
+ class StickerpackStickersTooMuch extends _2_tl_js_1.types.RPCError {
1234
+ }
1235
+ exports.StickerpackStickersTooMuch = StickerpackStickersTooMuch;
1236
+ class StickersetInvalid extends _2_tl_js_1.types.RPCError {
1237
+ }
1238
+ exports.StickersetInvalid = StickersetInvalid;
1239
+ class StickersetOwnerAnonymous extends _2_tl_js_1.types.RPCError {
1240
+ }
1241
+ exports.StickersetOwnerAnonymous = StickersetOwnerAnonymous;
1242
+ class StickersEmpty extends _2_tl_js_1.types.RPCError {
1243
+ }
1244
+ exports.StickersEmpty = StickersEmpty;
1245
+ class StickersTooMuch extends _2_tl_js_1.types.RPCError {
1246
+ }
1247
+ exports.StickersTooMuch = StickersTooMuch;
1248
+ class StickerDocumentInvalid extends _2_tl_js_1.types.RPCError {
1249
+ }
1250
+ exports.StickerDocumentInvalid = StickerDocumentInvalid;
1251
+ class StickerEmojiInvalid extends _2_tl_js_1.types.RPCError {
1252
+ }
1253
+ exports.StickerEmojiInvalid = StickerEmojiInvalid;
1254
+ class StickerFileInvalid extends _2_tl_js_1.types.RPCError {
1255
+ }
1256
+ exports.StickerFileInvalid = StickerFileInvalid;
1257
+ class StickerGifDimensions extends _2_tl_js_1.types.RPCError {
1258
+ }
1259
+ exports.StickerGifDimensions = StickerGifDimensions;
1260
+ class StickerIdInvalid extends _2_tl_js_1.types.RPCError {
1261
+ }
1262
+ exports.StickerIdInvalid = StickerIdInvalid;
1263
+ class StickerInvalid extends _2_tl_js_1.types.RPCError {
1264
+ }
1265
+ exports.StickerInvalid = StickerInvalid;
1266
+ class StickerMimeInvalid extends _2_tl_js_1.types.RPCError {
1267
+ }
1268
+ exports.StickerMimeInvalid = StickerMimeInvalid;
1269
+ class StickerPngDimensions extends _2_tl_js_1.types.RPCError {
1270
+ }
1271
+ exports.StickerPngDimensions = StickerPngDimensions;
1272
+ class StickerPngNopng extends _2_tl_js_1.types.RPCError {
1273
+ }
1274
+ exports.StickerPngNopng = StickerPngNopng;
1275
+ class StickerTgsNodoc extends _2_tl_js_1.types.RPCError {
1276
+ }
1277
+ exports.StickerTgsNodoc = StickerTgsNodoc;
1278
+ class StickerTgsNotgs extends _2_tl_js_1.types.RPCError {
1279
+ }
1280
+ exports.StickerTgsNotgs = StickerTgsNotgs;
1281
+ class StickerThumbPngNopng extends _2_tl_js_1.types.RPCError {
1282
+ }
1283
+ exports.StickerThumbPngNopng = StickerThumbPngNopng;
1284
+ class StickerThumbTgsNotgs extends _2_tl_js_1.types.RPCError {
1285
+ }
1286
+ exports.StickerThumbTgsNotgs = StickerThumbTgsNotgs;
1287
+ class StickerVideoBig extends _2_tl_js_1.types.RPCError {
1288
+ }
1289
+ exports.StickerVideoBig = StickerVideoBig;
1290
+ class StickerVideoNodoc extends _2_tl_js_1.types.RPCError {
1291
+ }
1292
+ exports.StickerVideoNodoc = StickerVideoNodoc;
1293
+ class StickerVideoNowebm extends _2_tl_js_1.types.RPCError {
1294
+ }
1295
+ exports.StickerVideoNowebm = StickerVideoNowebm;
1296
+ class StorageCheckFailed extends _2_tl_js_1.types.RPCError {
1297
+ }
1298
+ exports.StorageCheckFailed = StorageCheckFailed;
1299
+ class StoreInvalidScalarType extends _2_tl_js_1.types.RPCError {
1300
+ }
1301
+ exports.StoreInvalidScalarType = StoreInvalidScalarType;
1302
+ class SwitchPmTextEmpty extends _2_tl_js_1.types.RPCError {
1303
+ }
1304
+ exports.SwitchPmTextEmpty = SwitchPmTextEmpty;
1305
+ class TakeoutInvalid extends _2_tl_js_1.types.RPCError {
1306
+ }
1307
+ exports.TakeoutInvalid = TakeoutInvalid;
1308
+ class TakeoutRequired extends _2_tl_js_1.types.RPCError {
1309
+ }
1310
+ exports.TakeoutRequired = TakeoutRequired;
1311
+ class TempAuthKeyAlreadyBound extends _2_tl_js_1.types.RPCError {
1312
+ }
1313
+ exports.TempAuthKeyAlreadyBound = TempAuthKeyAlreadyBound;
1314
+ class TempAuthKeyEmpty extends _2_tl_js_1.types.RPCError {
1315
+ }
1316
+ exports.TempAuthKeyEmpty = TempAuthKeyEmpty;
1317
+ class ThemeFileInvalid extends _2_tl_js_1.types.RPCError {
1318
+ }
1319
+ exports.ThemeFileInvalid = ThemeFileInvalid;
1320
+ class ThemeFormatInvalid extends _2_tl_js_1.types.RPCError {
1321
+ }
1322
+ exports.ThemeFormatInvalid = ThemeFormatInvalid;
1323
+ class ThemeInvalid extends _2_tl_js_1.types.RPCError {
1324
+ }
1325
+ exports.ThemeInvalid = ThemeInvalid;
1326
+ class ThemeMimeInvalid extends _2_tl_js_1.types.RPCError {
1327
+ }
1328
+ exports.ThemeMimeInvalid = ThemeMimeInvalid;
1329
+ class ThemeTitleInvalid extends _2_tl_js_1.types.RPCError {
1330
+ }
1331
+ exports.ThemeTitleInvalid = ThemeTitleInvalid;
1332
+ class Timeout extends _2_tl_js_1.types.RPCError {
1333
+ }
1334
+ exports.Timeout = Timeout;
1335
+ class TitleInvalid extends _2_tl_js_1.types.RPCError {
1336
+ }
1337
+ exports.TitleInvalid = TitleInvalid;
1338
+ class TmpPasswordDisabled extends _2_tl_js_1.types.RPCError {
1339
+ }
1340
+ exports.TmpPasswordDisabled = TmpPasswordDisabled;
1341
+ class TmpPasswordInvalid extends _2_tl_js_1.types.RPCError {
1342
+ }
1343
+ exports.TmpPasswordInvalid = TmpPasswordInvalid;
1344
+ class TokenInvalid extends _2_tl_js_1.types.RPCError {
1345
+ }
1346
+ exports.TokenInvalid = TokenInvalid;
1347
+ class TopicDeleted extends _2_tl_js_1.types.RPCError {
1348
+ }
1349
+ exports.TopicDeleted = TopicDeleted;
1350
+ class ToLangInvalid extends _2_tl_js_1.types.RPCError {
1351
+ }
1352
+ exports.ToLangInvalid = ToLangInvalid;
1353
+ class TtlDaysInvalid extends _2_tl_js_1.types.RPCError {
1354
+ }
1355
+ exports.TtlDaysInvalid = TtlDaysInvalid;
1356
+ class TtlMediaInvalid extends _2_tl_js_1.types.RPCError {
1357
+ }
1358
+ exports.TtlMediaInvalid = TtlMediaInvalid;
1359
+ class TtlPeriodInvalid extends _2_tl_js_1.types.RPCError {
1360
+ }
1361
+ exports.TtlPeriodInvalid = TtlPeriodInvalid;
1362
+ class TypesEmpty extends _2_tl_js_1.types.RPCError {
1363
+ }
1364
+ exports.TypesEmpty = TypesEmpty;
1365
+ class TypeConstructorInvalid extends _2_tl_js_1.types.RPCError {
1366
+ }
1367
+ exports.TypeConstructorInvalid = TypeConstructorInvalid;
1368
+ class Timedout extends _2_tl_js_1.types.RPCError {
1369
+ }
1370
+ exports.Timedout = Timedout;
1371
+ class UnknownError extends _2_tl_js_1.types.RPCError {
1372
+ }
1373
+ exports.UnknownError = UnknownError;
1374
+ class UnknownMethod extends _2_tl_js_1.types.RPCError {
1375
+ }
1376
+ exports.UnknownMethod = UnknownMethod;
1377
+ class UntilDateInvalid extends _2_tl_js_1.types.RPCError {
1378
+ }
1379
+ exports.UntilDateInvalid = UntilDateInvalid;
1380
+ class UpdateAppToLogin extends _2_tl_js_1.types.RPCError {
1381
+ }
1382
+ exports.UpdateAppToLogin = UpdateAppToLogin;
1383
+ class UrlInvalid extends _2_tl_js_1.types.RPCError {
1384
+ }
1385
+ exports.UrlInvalid = UrlInvalid;
1386
+ class UsageLimitInvalid extends _2_tl_js_1.types.RPCError {
1387
+ }
1388
+ exports.UsageLimitInvalid = UsageLimitInvalid;
1389
+ class UsernameInvalid extends _2_tl_js_1.types.RPCError {
1390
+ }
1391
+ exports.UsernameInvalid = UsernameInvalid;
1392
+ class UsernameNotModified extends _2_tl_js_1.types.RPCError {
1393
+ }
1394
+ exports.UsernameNotModified = UsernameNotModified;
1395
+ class UsernameNotOccupied extends _2_tl_js_1.types.RPCError {
1396
+ }
1397
+ exports.UsernameNotOccupied = UsernameNotOccupied;
1398
+ class UsernameOccupied extends _2_tl_js_1.types.RPCError {
1399
+ }
1400
+ exports.UsernameOccupied = UsernameOccupied;
1401
+ class UsernamePurchaseAvailable extends _2_tl_js_1.types.RPCError {
1402
+ }
1403
+ exports.UsernamePurchaseAvailable = UsernamePurchaseAvailable;
1404
+ class UserpicPrivacyRequired extends _2_tl_js_1.types.RPCError {
1405
+ }
1406
+ exports.UserpicPrivacyRequired = UserpicPrivacyRequired;
1407
+ class UserpicUploadRequired extends _2_tl_js_1.types.RPCError {
1408
+ }
1409
+ exports.UserpicUploadRequired = UserpicUploadRequired;
1410
+ class UsersTooFew extends _2_tl_js_1.types.RPCError {
1411
+ }
1412
+ exports.UsersTooFew = UsersTooFew;
1413
+ class UsersTooMuch extends _2_tl_js_1.types.RPCError {
1414
+ }
1415
+ exports.UsersTooMuch = UsersTooMuch;
1416
+ class UserAdminInvalid extends _2_tl_js_1.types.RPCError {
1417
+ }
1418
+ exports.UserAdminInvalid = UserAdminInvalid;
1419
+ class UserAlreadyInvited extends _2_tl_js_1.types.RPCError {
1420
+ }
1421
+ exports.UserAlreadyInvited = UserAlreadyInvited;
1422
+ class UserAlreadyParticipant extends _2_tl_js_1.types.RPCError {
1423
+ }
1424
+ exports.UserAlreadyParticipant = UserAlreadyParticipant;
1425
+ class UserBannedInChannel extends _2_tl_js_1.types.RPCError {
1426
+ }
1427
+ exports.UserBannedInChannel = UserBannedInChannel;
1428
+ class UserBlocked extends _2_tl_js_1.types.RPCError {
1429
+ }
1430
+ exports.UserBlocked = UserBlocked;
1431
+ class UserBot extends _2_tl_js_1.types.RPCError {
1432
+ }
1433
+ exports.UserBot = UserBot;
1434
+ class UserBotInvalid extends _2_tl_js_1.types.RPCError {
1435
+ }
1436
+ exports.UserBotInvalid = UserBotInvalid;
1437
+ class UserBotRequired extends _2_tl_js_1.types.RPCError {
1438
+ }
1439
+ exports.UserBotRequired = UserBotRequired;
1440
+ class UserChannelsTooMuch extends _2_tl_js_1.types.RPCError {
1441
+ }
1442
+ exports.UserChannelsTooMuch = UserChannelsTooMuch;
1443
+ class UserCreator extends _2_tl_js_1.types.RPCError {
1444
+ }
1445
+ exports.UserCreator = UserCreator;
1446
+ class UserDeactivated extends _2_tl_js_1.types.RPCError {
1447
+ }
1448
+ exports.UserDeactivated = UserDeactivated;
1449
+ class UserDeactivatedBan extends _2_tl_js_1.types.RPCError {
1450
+ }
1451
+ exports.UserDeactivatedBan = UserDeactivatedBan;
1452
+ class UserDeleted extends _2_tl_js_1.types.RPCError {
1453
+ }
1454
+ exports.UserDeleted = UserDeleted;
1455
+ class UserIdInvalid extends _2_tl_js_1.types.RPCError {
1456
+ }
1457
+ exports.UserIdInvalid = UserIdInvalid;
1458
+ class UserInvalid extends _2_tl_js_1.types.RPCError {
1459
+ }
1460
+ exports.UserInvalid = UserInvalid;
1461
+ class UserIsBlocked extends _2_tl_js_1.types.RPCError {
1462
+ }
1463
+ exports.UserIsBlocked = UserIsBlocked;
1464
+ class UserIsBot extends _2_tl_js_1.types.RPCError {
1465
+ }
1466
+ exports.UserIsBot = UserIsBot;
1467
+ class UserKicked extends _2_tl_js_1.types.RPCError {
1468
+ }
1469
+ exports.UserKicked = UserKicked;
1470
+ class UserNotMutualContact extends _2_tl_js_1.types.RPCError {
1471
+ }
1472
+ exports.UserNotMutualContact = UserNotMutualContact;
1473
+ class UserNotParticipant extends _2_tl_js_1.types.RPCError {
1474
+ }
1475
+ exports.UserNotParticipant = UserNotParticipant;
1476
+ class UserPrivacyRestricted extends _2_tl_js_1.types.RPCError {
1477
+ }
1478
+ exports.UserPrivacyRestricted = UserPrivacyRestricted;
1479
+ class UserRestricted extends _2_tl_js_1.types.RPCError {
1480
+ }
1481
+ exports.UserRestricted = UserRestricted;
1482
+ class UserVolumeInvalid extends _2_tl_js_1.types.RPCError {
1483
+ }
1484
+ exports.UserVolumeInvalid = UserVolumeInvalid;
1485
+ class VideoContentTypeInvalid extends _2_tl_js_1.types.RPCError {
1486
+ }
1487
+ exports.VideoContentTypeInvalid = VideoContentTypeInvalid;
1488
+ class VideoFileInvalid extends _2_tl_js_1.types.RPCError {
1489
+ }
1490
+ exports.VideoFileInvalid = VideoFileInvalid;
1491
+ class VideoTitleEmpty extends _2_tl_js_1.types.RPCError {
1492
+ }
1493
+ exports.VideoTitleEmpty = VideoTitleEmpty;
1494
+ class VoiceMessagesForbidden extends _2_tl_js_1.types.RPCError {
1495
+ }
1496
+ exports.VoiceMessagesForbidden = VoiceMessagesForbidden;
1497
+ class WallpaperFileInvalid extends _2_tl_js_1.types.RPCError {
1498
+ }
1499
+ exports.WallpaperFileInvalid = WallpaperFileInvalid;
1500
+ class WallpaperInvalid extends _2_tl_js_1.types.RPCError {
1501
+ }
1502
+ exports.WallpaperInvalid = WallpaperInvalid;
1503
+ class WallpaperMimeInvalid extends _2_tl_js_1.types.RPCError {
1504
+ }
1505
+ exports.WallpaperMimeInvalid = WallpaperMimeInvalid;
1506
+ class WcConvertUrlInvalid extends _2_tl_js_1.types.RPCError {
1507
+ }
1508
+ exports.WcConvertUrlInvalid = WcConvertUrlInvalid;
1509
+ class WebdocumentInvalid extends _2_tl_js_1.types.RPCError {
1510
+ }
1511
+ exports.WebdocumentInvalid = WebdocumentInvalid;
1512
+ class WebdocumentMimeInvalid extends _2_tl_js_1.types.RPCError {
1513
+ }
1514
+ exports.WebdocumentMimeInvalid = WebdocumentMimeInvalid;
1515
+ class WebdocumentSizeTooBig extends _2_tl_js_1.types.RPCError {
1516
+ }
1517
+ exports.WebdocumentSizeTooBig = WebdocumentSizeTooBig;
1518
+ class WebdocumentUrlInvalid extends _2_tl_js_1.types.RPCError {
1519
+ }
1520
+ exports.WebdocumentUrlInvalid = WebdocumentUrlInvalid;
1521
+ class WebpageCurlFailed extends _2_tl_js_1.types.RPCError {
1522
+ }
1523
+ exports.WebpageCurlFailed = WebpageCurlFailed;
1524
+ class WebpageMediaEmpty extends _2_tl_js_1.types.RPCError {
1525
+ }
1526
+ exports.WebpageMediaEmpty = WebpageMediaEmpty;
1527
+ class WebpushAuthInvalid extends _2_tl_js_1.types.RPCError {
1528
+ }
1529
+ exports.WebpushAuthInvalid = WebpushAuthInvalid;
1530
+ class WebpushKeyInvalid extends _2_tl_js_1.types.RPCError {
1531
+ }
1532
+ exports.WebpushKeyInvalid = WebpushKeyInvalid;
1533
+ class WebpushTokenInvalid extends _2_tl_js_1.types.RPCError {
1534
+ }
1535
+ exports.WebpushTokenInvalid = WebpushTokenInvalid;
1536
+ class WorkerBusyTooLongRetry extends _2_tl_js_1.types.RPCError {
1537
+ }
1538
+ exports.WorkerBusyTooLongRetry = WorkerBusyTooLongRetry;
1539
+ class YouBlockedUser extends _2_tl_js_1.types.RPCError {
1540
+ }
1541
+ exports.YouBlockedUser = YouBlockedUser;
1542
+ exports.map = {
1543
+ ABOUT_TOO_LONG: AboutTooLong,
1544
+ ACCESS_TOKEN_EXPIRED: AccessTokenExpired,
1545
+ ACCESS_TOKEN_INVALID: AccessTokenInvalid,
1546
+ ACTIVE_USER_REQUIRED: ActiveUserRequired,
1547
+ ADMINS_TOO_MUCH: AdminsTooMuch,
1548
+ ADMIN_ID_INVALID: AdminIdInvalid,
1549
+ ADMIN_RANK_EMOJI_NOT_ALLOWED: AdminRankEmojiNotAllowed,
1550
+ ADMIN_RANK_INVALID: AdminRankInvalid,
1551
+ ALBUM_PHOTOS_TOO_MANY: AlbumPhotosTooMany,
1552
+ API_ID_INVALID: ApiIdInvalid,
1553
+ API_ID_PUBLISHED_FLOOD: ApiIdPublishedFlood,
1554
+ ARTICLE_TITLE_EMPTY: ArticleTitleEmpty,
1555
+ AUDIO_CONTENT_URL_EMPTY: AudioContentUrlEmpty,
1556
+ AUDIO_TITLE_EMPTY: AudioTitleEmpty,
1557
+ AUTH_BYTES_INVALID: AuthBytesInvalid,
1558
+ AUTH_KEY_DUPLICATED: AuthKeyDuplicated,
1559
+ AUTH_KEY_INVALID: AuthKeyInvalid,
1560
+ AUTH_KEY_PERM_EMPTY: AuthKeyPermEmpty,
1561
+ AUTH_KEY_UNREGISTERED: AuthKeyUnregistered,
1562
+ AUTH_RESTART: AuthRestart,
1563
+ AUTH_TOKEN_ALREADY_ACCEPTED: AuthTokenAlreadyAccepted,
1564
+ AUTH_TOKEN_EXCEPTION: AuthTokenException,
1565
+ AUTH_TOKEN_EXPIRED: AuthTokenExpired,
1566
+ AUTH_TOKEN_INVALID: AuthTokenInvalid,
1567
+ AUTOARCHIVE_NOT_AVAILABLE: AutoarchiveNotAvailable,
1568
+ BANK_CARD_NUMBER_INVALID: BankCardNumberInvalid,
1569
+ BANNED_RIGHTS_INVALID: BannedRightsInvalid,
1570
+ BASE_PORT_LOC_INVALID: BasePortLocInvalid,
1571
+ BOTS_TOO_MUCH: BotsTooMuch,
1572
+ BOT_CHANNELS_NA: BotChannelsNa,
1573
+ BOT_COMMAND_DESCRIPTION_INVALID: BotCommandDescriptionInvalid,
1574
+ BOT_COMMAND_INVALID: BotCommandInvalid,
1575
+ BOT_DOMAIN_INVALID: BotDomainInvalid,
1576
+ BOT_GAMES_DISABLED: BotGamesDisabled,
1577
+ BOT_GROUPS_BLOCKED: BotGroupsBlocked,
1578
+ BOT_INLINE_DISABLED: BotInlineDisabled,
1579
+ BOT_INVALID: BotInvalid,
1580
+ BOT_METHOD_INVALID: BotMethodInvalid,
1581
+ BOT_MISSING: BotMissing,
1582
+ BOT_ONESIDE_NOT_AVAIL: BotOnesideNotAvail,
1583
+ BOT_PAYMENTS_DISABLED: BotPaymentsDisabled,
1584
+ BOT_POLLS_DISABLED: BotPollsDisabled,
1585
+ BOT_RESPONSE_TIMEOUT: BotResponseTimeout,
1586
+ BOT_SCORE_NOT_MODIFIED: BotScoreNotModified,
1587
+ BROADCAST_CALLS_DISABLED: BroadcastCallsDisabled,
1588
+ BROADCAST_FORBIDDEN: BroadcastForbidden,
1589
+ BROADCAST_ID_INVALID: BroadcastIdInvalid,
1590
+ BROADCAST_PUBLIC_VOTERS_FORBIDDEN: BroadcastPublicVotersForbidden,
1591
+ BROADCAST_REQUIRED: BroadcastRequired,
1592
+ BUTTON_DATA_INVALID: ButtonDataInvalid,
1593
+ BUTTON_TEXT_INVALID: ButtonTextInvalid,
1594
+ BUTTON_TYPE_INVALID: ButtonTypeInvalid,
1595
+ BUTTON_URL_INVALID: ButtonUrlInvalid,
1596
+ BUTTON_USER_PRIVACY_RESTRICTED: ButtonUserPrivacyRestricted,
1597
+ CALL_ALREADY_ACCEPTED: CallAlreadyAccepted,
1598
+ CALL_ALREADY_DECLINED: CallAlreadyDeclined,
1599
+ CALL_OCCUPY_FAILED: CallOccupyFailed,
1600
+ CALL_PEER_INVALID: CallPeerInvalid,
1601
+ CALL_PROTOCOL_FLAGS_INVALID: CallProtocolFlagsInvalid,
1602
+ CDN_METHOD_INVALID: CdnMethodInvalid,
1603
+ CDN_UPLOAD_TIMEOUT: CdnUploadTimeout,
1604
+ CHANNELS_ADMIN_LOCATED_TOO_MUCH: ChannelsAdminLocatedTooMuch,
1605
+ CHANNELS_ADMIN_PUBLIC_TOO_MUCH: ChannelsAdminPublicTooMuch,
1606
+ CHANNELS_TOO_MUCH: ChannelsTooMuch,
1607
+ CHANNEL_BANNED: ChannelBanned,
1608
+ CHANNEL_FORUM_MISSING: ChannelForumMissing,
1609
+ CHANNEL_ID_INVALID: ChannelIdInvalid,
1610
+ CHANNEL_INVALID: ChannelInvalid,
1611
+ CHANNEL_PARICIPANT_MISSING: ChannelParicipantMissing,
1612
+ CHANNEL_PRIVATE: ChannelPrivate,
1613
+ CHANNEL_PUBLIC_GROUP_NA: ChannelPublicGroupNa,
1614
+ CHANNEL_TOO_BIG: ChannelTooBig,
1615
+ CHANNEL_TOO_LARGE: ChannelTooLarge,
1616
+ CHAT_ABOUT_NOT_MODIFIED: ChatAboutNotModified,
1617
+ CHAT_ABOUT_TOO_LONG: ChatAboutTooLong,
1618
+ CHAT_ADMIN_INVITE_REQUIRED: ChatAdminInviteRequired,
1619
+ CHAT_ADMIN_REQUIRED: ChatAdminRequired,
1620
+ CHAT_DISCUSSION_UNALLOWED: ChatDiscussionUnallowed,
1621
+ CHAT_FORBIDDEN: ChatForbidden,
1622
+ CHAT_FORWARDS_RESTRICTED: ChatForwardsRestricted,
1623
+ CHAT_GET_FAILED: ChatGetFailed,
1624
+ CHAT_GUEST_SEND_FORBIDDEN: ChatGuestSendForbidden,
1625
+ CHAT_ID_EMPTY: ChatIdEmpty,
1626
+ CHAT_ID_GENERATE_FAILED: ChatIdGenerateFailed,
1627
+ CHAT_ID_INVALID: ChatIdInvalid,
1628
+ CHAT_INVALID: ChatInvalid,
1629
+ CHAT_INVITE_PERMANENT: ChatInvitePermanent,
1630
+ CHAT_LINK_EXISTS: ChatLinkExists,
1631
+ CHAT_NOT_MODIFIED: ChatNotModified,
1632
+ CHAT_RESTRICTED: ChatRestricted,
1633
+ CHAT_REVOKE_DATE_UNSUPPORTED: ChatRevokeDateUnsupported,
1634
+ CHAT_SEND_GAME_FORBIDDEN: ChatSendGameForbidden,
1635
+ CHAT_SEND_GIFS_FORBIDDEN: ChatSendGifsForbidden,
1636
+ CHAT_SEND_INLINE_FORBIDDEN: ChatSendInlineForbidden,
1637
+ CHAT_SEND_MEDIA_FORBIDDEN: ChatSendMediaForbidden,
1638
+ CHAT_SEND_POLL_FORBIDDEN: ChatSendPollForbidden,
1639
+ CHAT_SEND_STICKERS_FORBIDDEN: ChatSendStickersForbidden,
1640
+ CHAT_TITLE_EMPTY: ChatTitleEmpty,
1641
+ CHAT_TOO_BIG: ChatTooBig,
1642
+ CHAT_WRITE_FORBIDDEN: ChatWriteForbidden,
1643
+ CHP_CALL_FAIL: ChpCallFail,
1644
+ CODE_EMPTY: CodeEmpty,
1645
+ CODE_HASH_INVALID: CodeHashInvalid,
1646
+ CODE_INVALID: CodeInvalid,
1647
+ CONNECTION_API_ID_INVALID: ConnectionApiIdInvalid,
1648
+ CONNECTION_APP_VERSION_EMPTY: ConnectionAppVersionEmpty,
1649
+ CONNECTION_DEVICE_MODEL_EMPTY: ConnectionDeviceModelEmpty,
1650
+ CONNECTION_LANG_PACK_INVALID: ConnectionLangPackInvalid,
1651
+ CONNECTION_LAYER_INVALID: ConnectionLayerInvalid,
1652
+ CONNECTION_NOT_INITED: ConnectionNotInited,
1653
+ CONNECTION_SYSTEM_EMPTY: ConnectionSystemEmpty,
1654
+ CONNECTION_SYSTEM_LANG_CODE_EMPTY: ConnectionSystemLangCodeEmpty,
1655
+ CONTACT_ADD_MISSING: ContactAddMissing,
1656
+ CONTACT_ID_INVALID: ContactIdInvalid,
1657
+ CONTACT_NAME_EMPTY: ContactNameEmpty,
1658
+ CONTACT_REQ_MISSING: ContactReqMissing,
1659
+ CREATE_CALL_FAILED: CreateCallFailed,
1660
+ CURRENCY_TOTAL_AMOUNT_INVALID: CurrencyTotalAmountInvalid,
1661
+ DATA_INVALID: DataInvalid,
1662
+ DATA_JSON_INVALID: DataJsonInvalid,
1663
+ DATA_TOO_LONG: DataTooLong,
1664
+ DATE_EMPTY: DateEmpty,
1665
+ DC_ID_INVALID: DcIdInvalid,
1666
+ DH_G_A_INVALID: DhGAInvalid,
1667
+ DOCUMENT_INVALID: DocumentInvalid,
1668
+ EDIT_BOT_INVITE_FORBIDDEN: EditBotInviteForbidden,
1669
+ EMAIL_HASH_EXPIRED: EmailHashExpired,
1670
+ EMAIL_INVALID: EmailInvalid,
1671
+ EMAIL_UNCONFIRMED: EmailUnconfirmed,
1672
+ EMAIL_VERIFY_EXPIRED: EmailVerifyExpired,
1673
+ EMOJI_INVALID: EmojiInvalid,
1674
+ EMOJI_NOT_MODIFIED: EmojiNotModified,
1675
+ EMOTICON_EMPTY: EmoticonEmpty,
1676
+ EMOTICON_INVALID: EmoticonInvalid,
1677
+ EMOTICON_STICKERPACK_MISSING: EmoticonStickerpackMissing,
1678
+ ENCRYPTED_MESSAGE_INVALID: EncryptedMessageInvalid,
1679
+ ENCRYPTION_ALREADY_ACCEPTED: EncryptionAlreadyAccepted,
1680
+ ENCRYPTION_ALREADY_DECLINED: EncryptionAlreadyDeclined,
1681
+ ENCRYPTION_DECLINED: EncryptionDeclined,
1682
+ ENCRYPTION_ID_INVALID: EncryptionIdInvalid,
1683
+ ENCRYPTION_OCCUPY_FAILED: EncryptionOccupyFailed,
1684
+ ENTITIES_TOO_LONG: EntitiesTooLong,
1685
+ ENTITY_BOUNDS_INVALID: EntityBoundsInvalid,
1686
+ ENTITY_MENTION_USER_INVALID: EntityMentionUserInvalid,
1687
+ ERROR_TEXT_EMPTY: ErrorTextEmpty,
1688
+ EXPIRE_DATE_INVALID: ExpireDateInvalid,
1689
+ EXPIRE_FORBIDDEN: ExpireForbidden,
1690
+ EXPORT_CARD_INVALID: ExportCardInvalid,
1691
+ EXTERNAL_URL_INVALID: ExternalUrlInvalid,
1692
+ FIELD_NAME_EMPTY: FieldNameEmpty,
1693
+ FIELD_NAME_INVALID: FieldNameInvalid,
1694
+ FILEREF_UPGRADE_NEEDED: FilerefUpgradeNeeded,
1695
+ FILE_CONTENT_TYPE_INVALID: FileContentTypeInvalid,
1696
+ FILE_EMTPY: FileEmtpy,
1697
+ FILE_ID_INVALID: FileIdInvalid,
1698
+ FILE_PARTS_INVALID: FilePartsInvalid,
1699
+ FILE_PART_0_MISSING: FilePart_0Missing,
1700
+ FILE_PART_EMPTY: FilePartEmpty,
1701
+ FILE_PART_INVALID: FilePartInvalid,
1702
+ FILE_PART_LENGTH_INVALID: FilePartLengthInvalid,
1703
+ FILE_PART_SIZE_CHANGED: FilePartSizeChanged,
1704
+ FILE_PART_SIZE_INVALID: FilePartSizeInvalid,
1705
+ FILE_PART_TOO_BIG: FilePartTooBig,
1706
+ FILE_PART_X_MISSING: FilePartXMissing,
1707
+ FILE_REFERENCE_EMPTY: FileReferenceEmpty,
1708
+ FILE_REFERENCE_EXPIRED: FileReferenceExpired,
1709
+ FILE_REFERENCE_INVALID: FileReferenceInvalid,
1710
+ FILE_TITLE_EMPTY: FileTitleEmpty,
1711
+ FILTER_ID_INVALID: FilterIdInvalid,
1712
+ FILTER_INCLUDE_EMPTY: FilterIncludeEmpty,
1713
+ FILTER_NOT_SUPPORTED: FilterNotSupported,
1714
+ FILTER_TITLE_EMPTY: FilterTitleEmpty,
1715
+ FIRSTNAME_INVALID: FirstnameInvalid,
1716
+ FOLDER_ID_EMPTY: FolderIdEmpty,
1717
+ FOLDER_ID_INVALID: FolderIdInvalid,
1718
+ FRESH_CHANGE_ADMINS_FORBIDDEN: FreshChangeAdminsForbidden,
1719
+ FRESH_CHANGE_PHONE_FORBIDDEN: FreshChangePhoneForbidden,
1720
+ FRESH_RESET_AUTHORISATION_FORBIDDEN: FreshResetAuthorisationForbidden,
1721
+ FROM_MESSAGE_BOT_DISABLED: FromMessageBotDisabled,
1722
+ FROM_PEER_INVALID: FromPeerInvalid,
1723
+ GAME_BOT_INVALID: GameBotInvalid,
1724
+ GEO_POINT_INVALID: GeoPointInvalid,
1725
+ GIF_CONTENT_TYPE_INVALID: GifContentTypeInvalid,
1726
+ GIF_ID_INVALID: GifIdInvalid,
1727
+ GRAPH_EXPIRED_RELOAD: GraphExpiredReload,
1728
+ GRAPH_INVALID_RELOAD: GraphInvalidReload,
1729
+ GRAPH_OUTDATED_RELOAD: GraphOutdatedReload,
1730
+ GROUPCALL_ADD_PARTICIPANTS_FAILED: GroupcallAddParticipantsFailed,
1731
+ GROUPCALL_ALREADY_DISCARDED: GroupcallAlreadyDiscarded,
1732
+ GROUPCALL_ALREADY_STARTED: GroupcallAlreadyStarted,
1733
+ GROUPCALL_FORBIDDEN: GroupcallForbidden,
1734
+ GROUPCALL_INVALID: GroupcallInvalid,
1735
+ GROUPCALL_JOIN_MISSING: GroupcallJoinMissing,
1736
+ GROUPCALL_NOT_MODIFIED: GroupcallNotModified,
1737
+ GROUPCALL_SSRC_DUPLICATE_MUCH: GroupcallSsrcDuplicateMuch,
1738
+ GROUPED_MEDIA_INVALID: GroupedMediaInvalid,
1739
+ GROUP_CALL_INVALID: GroupCallInvalid,
1740
+ HASH_INVALID: HashInvalid,
1741
+ HIDE_REQUESTER_MISSING: HideRequesterMissing,
1742
+ HISTORY_GET_FAILED: HistoryGetFailed,
1743
+ IMAGE_PROCESS_FAILED: ImageProcessFailed,
1744
+ IMPORT_FILE_INVALID: ImportFileInvalid,
1745
+ IMPORT_FORMAT_UNRECOGNIZED: ImportFormatUnrecognized,
1746
+ IMPORT_ID_INVALID: ImportIdInvalid,
1747
+ INLINE_BOT_REQUIRED: InlineBotRequired,
1748
+ INLINE_RESULT_EXPIRED: InlineResultExpired,
1749
+ INPUT_CONSTRUCTOR_INVALID: InputConstructorInvalid,
1750
+ INPUT_FETCH_ERROR: InputFetchError,
1751
+ INPUT_FETCH_FAIL: InputFetchFail,
1752
+ INPUT_FILTER_INVALID: InputFilterInvalid,
1753
+ INPUT_LAYER_INVALID: InputLayerInvalid,
1754
+ INPUT_METHOD_INVALID: InputMethodInvalid,
1755
+ INPUT_REQUEST_TOO_LONG: InputRequestTooLong,
1756
+ INPUT_TEXT_EMPTY: InputTextEmpty,
1757
+ INPUT_USER_DEACTIVATED: InputUserDeactivated,
1758
+ INTERDC_X_CALL_ERROR: InterdcXCallError,
1759
+ INTERDC_X_CALL_RICH_ERROR: InterdcXCallRichError,
1760
+ INVITE_FORBIDDEN_WITH_JOINAS: InviteForbiddenWithJoinas,
1761
+ INVITE_HASH_EMPTY: InviteHashEmpty,
1762
+ INVITE_HASH_EXPIRED: InviteHashExpired,
1763
+ INVITE_HASH_INVALID: InviteHashInvalid,
1764
+ INVITE_REQUEST_SENT: InviteRequestSent,
1765
+ INVITE_REVOKED_MISSING: InviteRevokedMissing,
1766
+ INVOICE_PAYLOAD_INVALID: InvoicePayloadInvalid,
1767
+ JOIN_AS_PEER_INVALID: JoinAsPeerInvalid,
1768
+ LANG_CODE_INVALID: LangCodeInvalid,
1769
+ LANG_CODE_NOT_SUPPORTED: LangCodeNotSupported,
1770
+ LANG_PACK_INVALID: LangPackInvalid,
1771
+ LASTNAME_INVALID: LastnameInvalid,
1772
+ LIMIT_INVALID: LimitInvalid,
1773
+ LINK_NOT_MODIFIED: LinkNotModified,
1774
+ LOCATION_INVALID: LocationInvalid,
1775
+ MAX_DATE_INVALID: MaxDateInvalid,
1776
+ MAX_ID_INVALID: MaxIdInvalid,
1777
+ MAX_QTS_INVALID: MaxQtsInvalid,
1778
+ MD5_CHECKSUM_INVALID: Md5ChecksumInvalid,
1779
+ MEDIA_CAPTION_TOO_LONG: MediaCaptionTooLong,
1780
+ MEDIA_EMPTY: MediaEmpty,
1781
+ MEDIA_GROUPED_INVALID: MediaGroupedInvalid,
1782
+ MEDIA_INVALID: MediaInvalid,
1783
+ MEDIA_NEW_INVALID: MediaNewInvalid,
1784
+ MEDIA_PREV_INVALID: MediaPrevInvalid,
1785
+ MEDIA_TTL_INVALID: MediaTtlInvalid,
1786
+ MEGAGROUP_ID_INVALID: MegagroupIdInvalid,
1787
+ MEGAGROUP_PREHISTORY_HIDDEN: MegagroupPrehistoryHidden,
1788
+ MEGAGROUP_REQUIRED: MegagroupRequired,
1789
+ MEMBER_NO_LOCATION: MemberNoLocation,
1790
+ MEMBER_OCCUPY_PRIMARY_LOC_FAILED: MemberOccupyPrimaryLocFailed,
1791
+ MESSAGE_AUTHOR_REQUIRED: MessageAuthorRequired,
1792
+ MESSAGE_DELETE_FORBIDDEN: MessageDeleteForbidden,
1793
+ MESSAGE_EDIT_TIME_EXPIRED: MessageEditTimeExpired,
1794
+ MESSAGE_EMPTY: MessageEmpty,
1795
+ MESSAGE_IDS_EMPTY: MessageIdsEmpty,
1796
+ MESSAGE_ID_INVALID: MessageIdInvalid,
1797
+ MESSAGE_NOT_MODIFIED: MessageNotModified,
1798
+ MESSAGE_POLL_CLOSED: MessagePollClosed,
1799
+ MESSAGE_TOO_LONG: MessageTooLong,
1800
+ METHOD_INVALID: MethodInvalid,
1801
+ MIN_DATE_INVALID: MinDateInvalid,
1802
+ MSGID_DECREASE_RETRY: MsgidDecreaseRetry,
1803
+ MSG_ID_INVALID: MsgIdInvalid,
1804
+ MSG_TOO_OLD: MsgTooOld,
1805
+ MSG_WAIT_FAILED: MsgWaitFailed,
1806
+ MT_SEND_QUEUE_TOO_LONG: MtSendQueueTooLong,
1807
+ MULTI_MEDIA_TOO_LONG: MultiMediaTooLong,
1808
+ NEED_CHAT_INVALID: NeedChatInvalid,
1809
+ NEED_MEMBER_INVALID: NeedMemberInvalid,
1810
+ NEW_SALT_INVALID: NewSaltInvalid,
1811
+ NEW_SETTINGS_EMPTY: NewSettingsEmpty,
1812
+ NEW_SETTINGS_INVALID: NewSettingsInvalid,
1813
+ NEXT_OFFSET_INVALID: NextOffsetInvalid,
1814
+ NOT_ALLOWED: NotAllowed,
1815
+ OFFSET_INVALID: OffsetInvalid,
1816
+ OFFSET_PEER_ID_INVALID: OffsetPeerIdInvalid,
1817
+ OPTIONS_TOO_MUCH: OptionsTooMuch,
1818
+ OPTION_INVALID: OptionInvalid,
1819
+ PACK_SHORT_NAME_INVALID: PackShortNameInvalid,
1820
+ PACK_SHORT_NAME_OCCUPIED: PackShortNameOccupied,
1821
+ PACK_TITLE_INVALID: PackTitleInvalid,
1822
+ PARTICIPANTS_TOO_FEW: ParticipantsTooFew,
1823
+ PARTICIPANT_CALL_FAILED: ParticipantCallFailed,
1824
+ PARTICIPANT_ID_INVALID: ParticipantIdInvalid,
1825
+ PARTICIPANT_JOIN_MISSING: ParticipantJoinMissing,
1826
+ PARTICIPANT_VERSION_OUTDATED: ParticipantVersionOutdated,
1827
+ PASSWORD_EMPTY: PasswordEmpty,
1828
+ PASSWORD_HASH_INVALID: PasswordHashInvalid,
1829
+ PASSWORD_MISSING: PasswordMissing,
1830
+ PASSWORD_RECOVERY_EXPIRED: PasswordRecoveryExpired,
1831
+ PASSWORD_RECOVERY_NA: PasswordRecoveryNa,
1832
+ PASSWORD_REQUIRED: PasswordRequired,
1833
+ PAYMENT_PROVIDER_INVALID: PaymentProviderInvalid,
1834
+ PEER_FLOOD: PeerFlood,
1835
+ PEER_HISTORY_EMPTY: PeerHistoryEmpty,
1836
+ PEER_ID_INVALID: PeerIdInvalid,
1837
+ PEER_ID_NOT_SUPPORTED: PeerIdNotSupported,
1838
+ PERSISTENT_TIMESTAMP_EMPTY: PersistentTimestampEmpty,
1839
+ PERSISTENT_TIMESTAMP_INVALID: PersistentTimestampInvalid,
1840
+ PERSISTENT_TIMESTAMP_OUTDATED: PersistentTimestampOutdated,
1841
+ PHONE_CODE_EMPTY: PhoneCodeEmpty,
1842
+ PHONE_CODE_EXPIRED: PhoneCodeExpired,
1843
+ PHONE_CODE_HASH_EMPTY: PhoneCodeHashEmpty,
1844
+ PHONE_CODE_INVALID: PhoneCodeInvalid,
1845
+ PHONE_HASH_EXPIRED: PhoneHashExpired,
1846
+ PHONE_NOT_OCCUPIED: PhoneNotOccupied,
1847
+ PHONE_NUMBER_APP_SIGNUP_FORBIDDEN: PhoneNumberAppSignupForbidden,
1848
+ PHONE_NUMBER_BANNED: PhoneNumberBanned,
1849
+ PHONE_NUMBER_FLOOD: PhoneNumberFlood,
1850
+ PHONE_NUMBER_INVALID: PhoneNumberInvalid,
1851
+ PHONE_NUMBER_OCCUPIED: PhoneNumberOccupied,
1852
+ PHONE_NUMBER_UNOCCUPIED: PhoneNumberUnoccupied,
1853
+ PHONE_PASSWORD_FLOOD: PhonePasswordFlood,
1854
+ PHONE_PASSWORD_PROTECTED: PhonePasswordProtected,
1855
+ PHOTO_CONTENT_TYPE_INVALID: PhotoContentTypeInvalid,
1856
+ PHOTO_CONTENT_URL_EMPTY: PhotoContentUrlEmpty,
1857
+ PHOTO_CROP_FILE_MISSING: PhotoCropFileMissing,
1858
+ PHOTO_CROP_SIZE_SMALL: PhotoCropSizeSmall,
1859
+ PHOTO_EXT_INVALID: PhotoExtInvalid,
1860
+ PHOTO_FILE_MISSING: PhotoFileMissing,
1861
+ PHOTO_ID_INVALID: PhotoIdInvalid,
1862
+ PHOTO_INVALID: PhotoInvalid,
1863
+ PHOTO_INVALID_DIMENSIONS: PhotoInvalidDimensions,
1864
+ PHOTO_SAVE_FILE_INVALID: PhotoSaveFileInvalid,
1865
+ PHOTO_THUMB_URL_EMPTY: PhotoThumbUrlEmpty,
1866
+ PINNED_DIALOGS_TOO_MUCH: PinnedDialogsTooMuch,
1867
+ PIN_RESTRICTED: PinRestricted,
1868
+ POLL_ANSWERS_INVALID: PollAnswersInvalid,
1869
+ POLL_ANSWER_INVALID: PollAnswerInvalid,
1870
+ POLL_OPTION_DUPLICATE: PollOptionDuplicate,
1871
+ POLL_OPTION_INVALID: PollOptionInvalid,
1872
+ POLL_QUESTION_INVALID: PollQuestionInvalid,
1873
+ POLL_UNSUPPORTED: PollUnsupported,
1874
+ POLL_VOTE_REQUIRED: PollVoteRequired,
1875
+ POSTPONED_TIMEOUT: PostponedTimeout,
1876
+ PREMIUM_ACCOUNT_REQUIRED: PremiumAccountRequired,
1877
+ PREMIUM_CURRENTLY_UNAVAILABLE: PremiumCurrentlyUnavailable,
1878
+ PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_XMIN: PreviousChatImportActiveWaitXmin,
1879
+ PRIVACY_KEY_INVALID: PrivacyKeyInvalid,
1880
+ PRIVACY_TOO_LONG: PrivacyTooLong,
1881
+ PRIVACY_VALUE_INVALID: PrivacyValueInvalid,
1882
+ PTS_CHANGE_EMPTY: PtsChangeEmpty,
1883
+ PUBLIC_CHANNEL_MISSING: PublicChannelMissing,
1884
+ PUBLIC_KEY_REQUIRED: PublicKeyRequired,
1885
+ QUERY_ID_EMPTY: QueryIdEmpty,
1886
+ QUERY_ID_INVALID: QueryIdInvalid,
1887
+ QUERY_TOO_SHORT: QueryTooShort,
1888
+ QUIZ_ANSWER_MISSING: QuizAnswerMissing,
1889
+ QUIZ_CORRECT_ANSWERS_EMPTY: QuizCorrectAnswersEmpty,
1890
+ QUIZ_CORRECT_ANSWERS_TOO_MUCH: QuizCorrectAnswersTooMuch,
1891
+ QUIZ_CORRECT_ANSWER_INVALID: QuizCorrectAnswerInvalid,
1892
+ QUIZ_MULTIPLE_INVALID: QuizMultipleInvalid,
1893
+ RANDOM_ID_DUPLICATE: RandomIdDuplicate,
1894
+ RANDOM_ID_EMPTY: RandomIdEmpty,
1895
+ RANDOM_ID_INVALID: RandomIdInvalid,
1896
+ RANDOM_LENGTH_INVALID: RandomLengthInvalid,
1897
+ RANGES_INVALID: RangesInvalid,
1898
+ REACTIONS_TOO_MANY: ReactionsTooMany,
1899
+ REACTION_EMPTY: ReactionEmpty,
1900
+ REACTION_INVALID: ReactionInvalid,
1901
+ REFLECTOR_NOT_AVAILABLE: ReflectorNotAvailable,
1902
+ REG_ID_GENERATE_FAILED: RegIdGenerateFailed,
1903
+ REPLY_MARKUP_BUY_EMPTY: ReplyMarkupBuyEmpty,
1904
+ REPLY_MARKUP_GAME_EMPTY: ReplyMarkupGameEmpty,
1905
+ REPLY_MARKUP_INVALID: ReplyMarkupInvalid,
1906
+ REPLY_MARKUP_TOO_LONG: ReplyMarkupTooLong,
1907
+ RESET_REQUEST_MISSING: ResetRequestMissing,
1908
+ RESULTS_TOO_MUCH: ResultsTooMuch,
1909
+ RESULT_ID_DUPLICATE: ResultIdDuplicate,
1910
+ RESULT_ID_EMPTY: ResultIdEmpty,
1911
+ RESULT_ID_INVALID: ResultIdInvalid,
1912
+ RESULT_TYPE_INVALID: ResultTypeInvalid,
1913
+ REVOTE_NOT_ALLOWED: RevoteNotAllowed,
1914
+ RIGHTS_NOT_MODIFIED: RightsNotModified,
1915
+ RIGHT_FORBIDDEN: RightForbidden,
1916
+ RPC_CALL_FAIL: RpcCallFail,
1917
+ RPC_MCGET_FAIL: RpcMcgetFail,
1918
+ RSA_DECRYPT_FAILED: RsaDecryptFailed,
1919
+ SCHEDULE_BOT_NOT_ALLOWED: ScheduleBotNotAllowed,
1920
+ SCHEDULE_DATE_INVALID: ScheduleDateInvalid,
1921
+ SCHEDULE_DATE_TOO_LATE: ScheduleDateTooLate,
1922
+ SCHEDULE_STATUS_PRIVATE: ScheduleStatusPrivate,
1923
+ SCHEDULE_TOO_MUCH: ScheduleTooMuch,
1924
+ SCORE_INVALID: ScoreInvalid,
1925
+ SEARCH_QUERY_EMPTY: SearchQueryEmpty,
1926
+ SEARCH_WITH_LINK_NOT_SUPPORTED: SearchWithLinkNotSupported,
1927
+ SECONDS_INVALID: SecondsInvalid,
1928
+ SEND_AS_PEER_INVALID: SendAsPeerInvalid,
1929
+ SEND_CODE_UNAVAILABLE: SendCodeUnavailable,
1930
+ SEND_MESSAGE_MEDIA_INVALID: SendMessageMediaInvalid,
1931
+ SEND_MESSAGE_TYPE_INVALID: SendMessageTypeInvalid,
1932
+ SENSITIVE_CHANGE_FORBIDDEN: SensitiveChangeForbidden,
1933
+ SESSION_EXPIRED: SessionExpired,
1934
+ SESSION_PASSWORD_NEEDED: SessionPasswordNeeded,
1935
+ SESSION_REVOKED: SessionRevoked,
1936
+ SETTINGS_INVALID: SettingsInvalid,
1937
+ SHA256_HASH_INVALID: Sha256HashInvalid,
1938
+ SHORTNAME_OCCUPY_FAILED: ShortnameOccupyFailed,
1939
+ SHORT_NAME_INVALID: ShortNameInvalid,
1940
+ SHORT_NAME_OCCUPIED: ShortNameOccupied,
1941
+ SIGN_IN_FAILED: SignInFailed,
1942
+ SLOWMODE_MULTI_MSGS_DISABLED: SlowmodeMultiMsgsDisabled,
1943
+ SMS_CODE_CREATE_FAILED: SmsCodeCreateFailed,
1944
+ SRP_ID_INVALID: SrpIdInvalid,
1945
+ SRP_PASSWORD_CHANGED: SrpPasswordChanged,
1946
+ START_PARAM_EMPTY: StartParamEmpty,
1947
+ START_PARAM_INVALID: StartParamInvalid,
1948
+ START_PARAM_TOO_LONG: StartParamTooLong,
1949
+ STICKERPACK_STICKERS_TOO_MUCH: StickerpackStickersTooMuch,
1950
+ STICKERSET_INVALID: StickersetInvalid,
1951
+ STICKERSET_OWNER_ANONYMOUS: StickersetOwnerAnonymous,
1952
+ STICKERS_EMPTY: StickersEmpty,
1953
+ STICKERS_TOO_MUCH: StickersTooMuch,
1954
+ STICKER_DOCUMENT_INVALID: StickerDocumentInvalid,
1955
+ STICKER_EMOJI_INVALID: StickerEmojiInvalid,
1956
+ STICKER_FILE_INVALID: StickerFileInvalid,
1957
+ STICKER_GIF_DIMENSIONS: StickerGifDimensions,
1958
+ STICKER_ID_INVALID: StickerIdInvalid,
1959
+ STICKER_INVALID: StickerInvalid,
1960
+ STICKER_MIME_INVALID: StickerMimeInvalid,
1961
+ STICKER_PNG_DIMENSIONS: StickerPngDimensions,
1962
+ STICKER_PNG_NOPNG: StickerPngNopng,
1963
+ STICKER_TGS_NODOC: StickerTgsNodoc,
1964
+ STICKER_TGS_NOTGS: StickerTgsNotgs,
1965
+ STICKER_THUMB_PNG_NOPNG: StickerThumbPngNopng,
1966
+ STICKER_THUMB_TGS_NOTGS: StickerThumbTgsNotgs,
1967
+ STICKER_VIDEO_BIG: StickerVideoBig,
1968
+ STICKER_VIDEO_NODOC: StickerVideoNodoc,
1969
+ STICKER_VIDEO_NOWEBM: StickerVideoNowebm,
1970
+ STORAGE_CHECK_FAILED: StorageCheckFailed,
1971
+ STORE_INVALID_SCALAR_TYPE: StoreInvalidScalarType,
1972
+ SWITCH_PM_TEXT_EMPTY: SwitchPmTextEmpty,
1973
+ TAKEOUT_INVALID: TakeoutInvalid,
1974
+ TAKEOUT_REQUIRED: TakeoutRequired,
1975
+ TEMP_AUTH_KEY_ALREADY_BOUND: TempAuthKeyAlreadyBound,
1976
+ TEMP_AUTH_KEY_EMPTY: TempAuthKeyEmpty,
1977
+ THEME_FILE_INVALID: ThemeFileInvalid,
1978
+ THEME_FORMAT_INVALID: ThemeFormatInvalid,
1979
+ THEME_INVALID: ThemeInvalid,
1980
+ THEME_MIME_INVALID: ThemeMimeInvalid,
1981
+ THEME_TITLE_INVALID: ThemeTitleInvalid,
1982
+ TIMEOUT: Timeout,
1983
+ TITLE_INVALID: TitleInvalid,
1984
+ TMP_PASSWORD_DISABLED: TmpPasswordDisabled,
1985
+ TMP_PASSWORD_INVALID: TmpPasswordInvalid,
1986
+ TOKEN_INVALID: TokenInvalid,
1987
+ TOPIC_DELETED: TopicDeleted,
1988
+ TO_LANG_INVALID: ToLangInvalid,
1989
+ TTL_DAYS_INVALID: TtlDaysInvalid,
1990
+ TTL_MEDIA_INVALID: TtlMediaInvalid,
1991
+ TTL_PERIOD_INVALID: TtlPeriodInvalid,
1992
+ TYPES_EMPTY: TypesEmpty,
1993
+ TYPE_CONSTRUCTOR_INVALID: TypeConstructorInvalid,
1994
+ Timedout: Timedout,
1995
+ Timeout: Timeout,
1996
+ UNKNOWN_ERROR: UnknownError,
1997
+ UNKNOWN_METHOD: UnknownMethod,
1998
+ UNTIL_DATE_INVALID: UntilDateInvalid,
1999
+ UPDATE_APP_TO_LOGIN: UpdateAppToLogin,
2000
+ URL_INVALID: UrlInvalid,
2001
+ USAGE_LIMIT_INVALID: UsageLimitInvalid,
2002
+ USERNAME_INVALID: UsernameInvalid,
2003
+ USERNAME_NOT_MODIFIED: UsernameNotModified,
2004
+ USERNAME_NOT_OCCUPIED: UsernameNotOccupied,
2005
+ USERNAME_OCCUPIED: UsernameOccupied,
2006
+ USERNAME_PURCHASE_AVAILABLE: UsernamePurchaseAvailable,
2007
+ USERPIC_PRIVACY_REQUIRED: UserpicPrivacyRequired,
2008
+ USERPIC_UPLOAD_REQUIRED: UserpicUploadRequired,
2009
+ USERS_TOO_FEW: UsersTooFew,
2010
+ USERS_TOO_MUCH: UsersTooMuch,
2011
+ USER_ADMIN_INVALID: UserAdminInvalid,
2012
+ USER_ALREADY_INVITED: UserAlreadyInvited,
2013
+ USER_ALREADY_PARTICIPANT: UserAlreadyParticipant,
2014
+ USER_BANNED_IN_CHANNEL: UserBannedInChannel,
2015
+ USER_BLOCKED: UserBlocked,
2016
+ USER_BOT: UserBot,
2017
+ USER_BOT_INVALID: UserBotInvalid,
2018
+ USER_BOT_REQUIRED: UserBotRequired,
2019
+ USER_CHANNELS_TOO_MUCH: UserChannelsTooMuch,
2020
+ USER_CREATOR: UserCreator,
2021
+ USER_DEACTIVATED: UserDeactivated,
2022
+ USER_DEACTIVATED_BAN: UserDeactivatedBan,
2023
+ USER_DELETED: UserDeleted,
2024
+ USER_ID_INVALID: UserIdInvalid,
2025
+ USER_INVALID: UserInvalid,
2026
+ USER_IS_BLOCKED: UserIsBlocked,
2027
+ USER_IS_BOT: UserIsBot,
2028
+ USER_KICKED: UserKicked,
2029
+ USER_NOT_MUTUAL_CONTACT: UserNotMutualContact,
2030
+ USER_NOT_PARTICIPANT: UserNotParticipant,
2031
+ USER_PRIVACY_RESTRICTED: UserPrivacyRestricted,
2032
+ USER_RESTRICTED: UserRestricted,
2033
+ USER_VOLUME_INVALID: UserVolumeInvalid,
2034
+ VIDEO_CONTENT_TYPE_INVALID: VideoContentTypeInvalid,
2035
+ VIDEO_FILE_INVALID: VideoFileInvalid,
2036
+ VIDEO_TITLE_EMPTY: VideoTitleEmpty,
2037
+ VOICE_MESSAGES_FORBIDDEN: VoiceMessagesForbidden,
2038
+ WALLPAPER_FILE_INVALID: WallpaperFileInvalid,
2039
+ WALLPAPER_INVALID: WallpaperInvalid,
2040
+ WALLPAPER_MIME_INVALID: WallpaperMimeInvalid,
2041
+ WC_CONVERT_URL_INVALID: WcConvertUrlInvalid,
2042
+ WEBDOCUMENT_INVALID: WebdocumentInvalid,
2043
+ WEBDOCUMENT_MIME_INVALID: WebdocumentMimeInvalid,
2044
+ WEBDOCUMENT_SIZE_TOO_BIG: WebdocumentSizeTooBig,
2045
+ WEBDOCUMENT_URL_INVALID: WebdocumentUrlInvalid,
2046
+ WEBPAGE_CURL_FAILED: WebpageCurlFailed,
2047
+ WEBPAGE_MEDIA_EMPTY: WebpageMediaEmpty,
2048
+ WEBPUSH_AUTH_INVALID: WebpushAuthInvalid,
2049
+ WEBPUSH_KEY_INVALID: WebpushKeyInvalid,
2050
+ WEBPUSH_TOKEN_INVALID: WebpushTokenInvalid,
2051
+ WORKER_BUSY_TOO_LONG_RETRY: WorkerBusyTooLongRetry,
2052
+ YOU_BLOCKED_USER: YouBlockedUser,
2053
+ };