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