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