@mtkruto/node 0.1.118 → 0.1.121
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 +3 -3
- package/esm/0_deps.js +3 -3
- package/esm/2_tl.d.ts +3 -3
- package/esm/2_tl.js +3 -3
- package/esm/3_errors.d.ts +509 -509
- package/esm/3_errors.js +509 -509
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +2 -2
- package/esm/4_errors.d.ts +7 -7
- package/esm/4_errors.js +6 -6
- package/esm/_dnt.shims.js +0 -1
- package/esm/client/0_password.d.ts +2 -2
- package/esm/client/0_password.js +4 -4
- package/esm/client/0_utilities.d.ts +3 -3
- package/esm/client/0_utilities.js +1 -2
- package/esm/client/2_client_plain.js +20 -20
- package/esm/client/3_types.d.ts +4 -0
- package/esm/client/4_composer.d.ts +5 -1
- package/esm/client/4_composer.js +37 -13
- package/esm/client/5_client.d.ts +24 -7
- package/esm/client/5_client.js +381 -258
- package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.js +1 -1
- package/esm/storage/0_storage.d.ts +5 -5
- package/esm/tl/1_tl_object.d.ts +4 -0
- package/esm/tl/1_tl_object.js +13 -4
- package/esm/tl/2_types.d.ts +11384 -6448
- package/esm/tl/2_types.js +16321 -10139
- package/esm/tl/3_functions.d.ts +6773 -2401
- package/esm/tl/3_functions.js +9440 -3368
- package/esm/tl/3_utilities.d.ts +2 -2
- package/esm/tl/3_utilities.js +4 -4
- package/esm/tl/6_message.d.ts +1 -1
- package/esm/tl/6_message.js +1 -1
- package/esm/types/0__file_id.js +1 -2
- package/esm/types/0_audio.js +1 -1
- package/esm/types/0_chat_administrator_rights.d.ts +3 -3
- package/esm/types/0_chat_administrator_rights.js +20 -20
- package/esm/types/0_chat_photo.js +8 -8
- package/esm/types/0_contact.js +4 -4
- package/esm/types/0_force_reply.d.ts +1 -1
- package/esm/types/0_location.js +4 -4
- package/esm/types/0_mask_position.d.ts +2 -2
- package/esm/types/0_message_entity.d.ts +3 -3
- package/esm/types/0_message_entity.js +8 -8
- package/esm/types/0_poll_option.d.ts +2 -2
- package/esm/types/0_reply_keyboard_remove.d.ts +1 -1
- package/esm/types/0_restriction_reason.d.ts +2 -2
- package/esm/types/0_thumbnail.js +3 -3
- package/esm/types/0_venue.js +3 -3
- package/esm/types/0_voice.js +1 -1
- package/esm/types/1_animation.js +2 -2
- package/esm/types/1_bot_command_scope.d.ts +1 -2
- package/esm/types/1_bot_command_scope.js +1 -1
- package/esm/types/1_chat.js +9 -9
- package/esm/types/1_document.js +2 -2
- package/esm/types/1_input_invoice_message_content.d.ts +1 -1
- package/esm/types/1_keyboard_button.d.ts +3 -3
- package/esm/types/1_keyboard_button.js +35 -35
- package/esm/types/1_photo.js +1 -1
- package/esm/types/1_poll.js +6 -6
- package/esm/types/1_sticker.js +3 -3
- package/esm/types/1_user.js +6 -6
- package/esm/types/1_video.js +1 -1
- package/esm/types/2_game.js +3 -3
- package/esm/types/2_inline_keyboard_button.d.ts +3 -3
- package/esm/types/2_inline_keyboard_button.js +9 -9
- package/esm/types/2_inline_query.js +8 -8
- package/esm/types/2_reply_keyboard_markup.d.ts +1 -1
- package/esm/types/2_reply_keyboard_markup.js +2 -2
- package/esm/types/3_inline_keyboard_markup.d.ts +1 -1
- package/esm/types/3_message.d.ts +4 -4
- package/esm/types/3_message.js +64 -64
- package/esm/types/4_callback_query.js +6 -6
- package/esm/types/4_reply_markup.d.ts +1 -1
- package/esm/types/5_inline_query_result.d.ts +1 -2
- package/esm/types/5_inline_query_result.js +30 -30
- package/package.json +13 -12
- package/script/0_deps.d.ts +3 -3
- package/script/0_deps.js +3 -3
- package/script/2_tl.d.ts +3 -3
- package/script/2_tl.js +5 -15
- package/script/3_errors.d.ts +509 -509
- package/script/3_errors.js +509 -509
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +2 -2
- package/script/4_errors.d.ts +7 -7
- package/script/4_errors.js +6 -6
- package/script/_dnt.shims.js +0 -1
- package/script/client/0_password.d.ts +2 -2
- package/script/client/0_password.js +4 -4
- package/script/client/0_utilities.d.ts +3 -3
- package/script/client/0_utilities.js +1 -2
- package/script/client/2_client_plain.js +20 -20
- package/script/client/3_types.d.ts +4 -0
- package/script/client/4_composer.d.ts +5 -1
- package/script/client/4_composer.js +37 -13
- package/script/client/5_client.d.ts +24 -7
- package/script/client/5_client.js +380 -257
- package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.js +1 -1
- package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.js +1 -1
- package/script/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.js +1 -1
- package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.js +3 -3
- package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.js +1 -1
- package/script/storage/0_storage.d.ts +5 -5
- package/script/storage/0_utilities.js +1 -1
- package/script/tl/1_tl_object.d.ts +4 -0
- package/script/tl/1_tl_object.js +14 -5
- package/script/tl/2_types.d.ts +11384 -6448
- package/script/tl/2_types.js +18030 -11825
- package/script/tl/3_functions.d.ts +6773 -2401
- package/script/tl/3_functions.js +10051 -3994
- package/script/tl/3_utilities.d.ts +2 -2
- package/script/tl/3_utilities.js +7 -30
- package/script/tl/6_message.d.ts +1 -1
- package/script/tl/6_message.js +4 -4
- package/script/types/0__file_id.js +4 -4
- package/script/types/0_audio.js +1 -1
- package/script/types/0_chat_administrator_rights.d.ts +3 -3
- package/script/types/0_chat_administrator_rights.js +20 -20
- package/script/types/0_chat_photo.js +8 -8
- package/script/types/0_contact.js +4 -4
- package/script/types/0_force_reply.d.ts +1 -1
- package/script/types/0_location.js +4 -4
- package/script/types/0_mask_position.d.ts +2 -2
- package/script/types/0_message_entity.d.ts +3 -3
- package/script/types/0_message_entity.js +8 -8
- package/script/types/0_poll_option.d.ts +2 -2
- package/script/types/0_reply_keyboard_remove.d.ts +1 -1
- package/script/types/0_restriction_reason.d.ts +2 -2
- package/script/types/0_thumbnail.js +3 -3
- package/script/types/0_venue.js +3 -3
- package/script/types/0_voice.js +1 -1
- package/script/types/1_animation.js +2 -2
- package/script/types/1_bot_command_scope.d.ts +1 -2
- package/script/types/1_bot_command_scope.js +1 -1
- package/script/types/1_chat.js +9 -9
- package/script/types/1_document.js +2 -2
- package/script/types/1_input_invoice_message_content.d.ts +1 -1
- package/script/types/1_keyboard_button.d.ts +3 -3
- package/script/types/1_keyboard_button.js +35 -35
- package/script/types/1_photo.js +1 -1
- package/script/types/1_poll.js +6 -6
- package/script/types/1_sticker.js +3 -3
- package/script/types/1_user.js +6 -6
- package/script/types/1_video.js +1 -1
- package/script/types/2_game.js +3 -3
- package/script/types/2_inline_keyboard_button.d.ts +3 -3
- package/script/types/2_inline_keyboard_button.js +9 -9
- package/script/types/2_inline_query.js +8 -8
- package/script/types/2_reply_keyboard_markup.d.ts +1 -1
- package/script/types/2_reply_keyboard_markup.js +2 -2
- package/script/types/3_inline_keyboard_markup.d.ts +1 -1
- package/script/types/3_message.d.ts +4 -4
- package/script/types/3_message.js +64 -64
- package/script/types/4_callback_query.js +6 -6
- package/script/types/4_reply_markup.d.ts +1 -1
- package/script/types/5_inline_query_result.d.ts +1 -2
- package/script/types/5_inline_query_result.js +30 -30
- package/esm/_dnt.test_shims.d.ts +0 -10
- package/esm/client/0_password_test.d.ts +0 -1
- package/esm/client/0_utilities_test.d.ts +0 -1
- package/esm/storage/0_utilities_test.d.ts +0 -1
- package/esm/tl/0_tl_raw_reader_test.d.ts +0 -1
- package/esm/tl/0_tl_raw_writer_test.d.ts +0 -1
- package/esm/tl/1_tl_object_test.d.ts +0 -1
- package/esm/tl/2_types_test.d.ts +0 -1
- package/esm/tl/3_deserialize_test.d.ts +0 -1
- package/esm/tl/3_functions_test.d.ts +0 -1
- package/esm/tl/6_message_test.d.ts +0 -1
- package/esm/utilities/0_base64_test.d.ts +0 -1
- package/esm/utilities/0_bigint_test.d.ts +0 -1
- package/esm/utilities/0_buffer_test.d.ts +0 -1
- package/esm/utilities/0_rle_test.d.ts +0 -1
- package/script/_dnt.test_shims.d.ts +0 -10
- package/script/client/0_password_test.d.ts +0 -1
- package/script/client/0_utilities_test.d.ts +0 -1
- package/script/storage/0_utilities_test.d.ts +0 -1
- package/script/tl/0_tl_raw_reader_test.d.ts +0 -1
- package/script/tl/0_tl_raw_writer_test.d.ts +0 -1
- package/script/tl/1_tl_object_test.d.ts +0 -1
- package/script/tl/2_types_test.d.ts +0 -1
- package/script/tl/3_deserialize_test.d.ts +0 -1
- package/script/tl/3_functions_test.d.ts +0 -1
- package/script/tl/6_message_test.d.ts +0 -1
- package/script/utilities/0_base64_test.d.ts +0 -1
- package/script/utilities/0_bigint_test.d.ts +0 -1
- package/script/utilities/0_buffer_test.d.ts +0 -1
- package/script/utilities/0_rle_test.d.ts +0 -1
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.js +0 -0
- /package/esm/tl/{5_rpc_result.d.ts → 4_rpc_result.d.ts} +0 -0
- /package/esm/tl/{5_rpc_result.js → 4_rpc_result.js} +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/tl/{5_rpc_result.d.ts → 4_rpc_result.d.ts} +0 -0
- /package/script/tl/{5_rpc_result.js → 4_rpc_result.js} +0 -0
package/script/3_errors.js
CHANGED
|
@@ -12,1531 +12,1531 @@ exports.TypesEmpty = exports.TtlPeriodInvalid = exports.TtlMediaInvalid = export
|
|
|
12
12
|
exports.WebdocumentMimeInvalid = exports.WebdocumentInvalid = exports.WcConvertUrlInvalid = exports.WallpaperMimeInvalid = exports.WallpaperInvalid = exports.WallpaperFileInvalid = exports.VoiceMessagesForbidden = exports.VideoTitleEmpty = exports.VideoFileInvalid = exports.VideoContentTypeInvalid = exports.UserVolumeInvalid = exports.UserRestricted = exports.UserPrivacyRestricted = exports.UserNotParticipant = exports.UserNotMutualContact = exports.UserKicked = exports.UserIsBot = exports.UserIsBlocked = exports.UserInvalid = exports.UserIdInvalid = exports.UserDeleted = exports.UserDeactivatedBan = exports.UserDeactivated = exports.UserCreator = exports.UserChannelsTooMuch = exports.UserBotRequired = exports.UserBotInvalid = exports.UserBot = exports.UserBlocked = exports.UserBannedInChannel = exports.UserAlreadyParticipant = exports.UserAlreadyInvited = exports.UserAdminInvalid = exports.UsersTooMuch = exports.UsersTooFew = exports.UserpicUploadRequired = exports.UserpicPrivacyRequired = exports.UsernamePurchaseAvailable = exports.UsernameOccupied = exports.UsernameNotOccupied = exports.UsernameNotModified = exports.UsernameInvalid = exports.UsageLimitInvalid = exports.UrlInvalid = exports.UpdateAppToLogin = exports.UntilDateInvalid = exports.UnknownMethod = exports.UnknownError = exports.Timedout = exports.TypeConstructorInvalid = void 0;
|
|
13
13
|
exports.map = exports.YouBlockedUser = exports.WorkerBusyTooLongRetry = exports.WebpushTokenInvalid = exports.WebpushKeyInvalid = exports.WebpushAuthInvalid = exports.WebpageMediaEmpty = exports.WebpageCurlFailed = exports.WebdocumentUrlInvalid = exports.WebdocumentSizeTooBig = void 0;
|
|
14
14
|
const _2_tl_js_1 = require("./2_tl.js");
|
|
15
|
-
class AboutTooLong extends _2_tl_js_1.types.
|
|
15
|
+
class AboutTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
16
16
|
}
|
|
17
17
|
exports.AboutTooLong = AboutTooLong;
|
|
18
|
-
class AccessTokenExpired extends _2_tl_js_1.types.
|
|
18
|
+
class AccessTokenExpired extends _2_tl_js_1.types.Rpc_error {
|
|
19
19
|
}
|
|
20
20
|
exports.AccessTokenExpired = AccessTokenExpired;
|
|
21
|
-
class AccessTokenInvalid extends _2_tl_js_1.types.
|
|
21
|
+
class AccessTokenInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
22
22
|
}
|
|
23
23
|
exports.AccessTokenInvalid = AccessTokenInvalid;
|
|
24
|
-
class ActiveUserRequired extends _2_tl_js_1.types.
|
|
24
|
+
class ActiveUserRequired extends _2_tl_js_1.types.Rpc_error {
|
|
25
25
|
}
|
|
26
26
|
exports.ActiveUserRequired = ActiveUserRequired;
|
|
27
|
-
class AdminsTooMuch extends _2_tl_js_1.types.
|
|
27
|
+
class AdminsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
28
28
|
}
|
|
29
29
|
exports.AdminsTooMuch = AdminsTooMuch;
|
|
30
|
-
class AdminIdInvalid extends _2_tl_js_1.types.
|
|
30
|
+
class AdminIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
31
31
|
}
|
|
32
32
|
exports.AdminIdInvalid = AdminIdInvalid;
|
|
33
|
-
class AdminRankEmojiNotAllowed extends _2_tl_js_1.types.
|
|
33
|
+
class AdminRankEmojiNotAllowed extends _2_tl_js_1.types.Rpc_error {
|
|
34
34
|
}
|
|
35
35
|
exports.AdminRankEmojiNotAllowed = AdminRankEmojiNotAllowed;
|
|
36
|
-
class AdminRankInvalid extends _2_tl_js_1.types.
|
|
36
|
+
class AdminRankInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
37
37
|
}
|
|
38
38
|
exports.AdminRankInvalid = AdminRankInvalid;
|
|
39
|
-
class AlbumPhotosTooMany extends _2_tl_js_1.types.
|
|
39
|
+
class AlbumPhotosTooMany extends _2_tl_js_1.types.Rpc_error {
|
|
40
40
|
}
|
|
41
41
|
exports.AlbumPhotosTooMany = AlbumPhotosTooMany;
|
|
42
|
-
class ApiIdInvalid extends _2_tl_js_1.types.
|
|
42
|
+
class ApiIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
43
43
|
}
|
|
44
44
|
exports.ApiIdInvalid = ApiIdInvalid;
|
|
45
|
-
class ApiIdPublishedFlood extends _2_tl_js_1.types.
|
|
45
|
+
class ApiIdPublishedFlood extends _2_tl_js_1.types.Rpc_error {
|
|
46
46
|
}
|
|
47
47
|
exports.ApiIdPublishedFlood = ApiIdPublishedFlood;
|
|
48
|
-
class ArticleTitleEmpty extends _2_tl_js_1.types.
|
|
48
|
+
class ArticleTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
49
49
|
}
|
|
50
50
|
exports.ArticleTitleEmpty = ArticleTitleEmpty;
|
|
51
|
-
class AudioContentUrlEmpty extends _2_tl_js_1.types.
|
|
51
|
+
class AudioContentUrlEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
52
52
|
}
|
|
53
53
|
exports.AudioContentUrlEmpty = AudioContentUrlEmpty;
|
|
54
|
-
class AudioTitleEmpty extends _2_tl_js_1.types.
|
|
54
|
+
class AudioTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
55
55
|
}
|
|
56
56
|
exports.AudioTitleEmpty = AudioTitleEmpty;
|
|
57
|
-
class AuthBytesInvalid extends _2_tl_js_1.types.
|
|
57
|
+
class AuthBytesInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
58
58
|
}
|
|
59
59
|
exports.AuthBytesInvalid = AuthBytesInvalid;
|
|
60
|
-
class AuthKeyDuplicated extends _2_tl_js_1.types.
|
|
60
|
+
class AuthKeyDuplicated extends _2_tl_js_1.types.Rpc_error {
|
|
61
61
|
}
|
|
62
62
|
exports.AuthKeyDuplicated = AuthKeyDuplicated;
|
|
63
|
-
class AuthKeyInvalid extends _2_tl_js_1.types.
|
|
63
|
+
class AuthKeyInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
64
64
|
}
|
|
65
65
|
exports.AuthKeyInvalid = AuthKeyInvalid;
|
|
66
|
-
class AuthKeyPermEmpty extends _2_tl_js_1.types.
|
|
66
|
+
class AuthKeyPermEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
67
67
|
}
|
|
68
68
|
exports.AuthKeyPermEmpty = AuthKeyPermEmpty;
|
|
69
|
-
class AuthKeyUnregistered extends _2_tl_js_1.types.
|
|
69
|
+
class AuthKeyUnregistered extends _2_tl_js_1.types.Rpc_error {
|
|
70
70
|
}
|
|
71
71
|
exports.AuthKeyUnregistered = AuthKeyUnregistered;
|
|
72
|
-
class AuthRestart extends _2_tl_js_1.types.
|
|
72
|
+
class AuthRestart extends _2_tl_js_1.types.Rpc_error {
|
|
73
73
|
}
|
|
74
74
|
exports.AuthRestart = AuthRestart;
|
|
75
|
-
class AuthTokenAlreadyAccepted extends _2_tl_js_1.types.
|
|
75
|
+
class AuthTokenAlreadyAccepted extends _2_tl_js_1.types.Rpc_error {
|
|
76
76
|
}
|
|
77
77
|
exports.AuthTokenAlreadyAccepted = AuthTokenAlreadyAccepted;
|
|
78
|
-
class AuthTokenException extends _2_tl_js_1.types.
|
|
78
|
+
class AuthTokenException extends _2_tl_js_1.types.Rpc_error {
|
|
79
79
|
}
|
|
80
80
|
exports.AuthTokenException = AuthTokenException;
|
|
81
|
-
class AuthTokenExpired extends _2_tl_js_1.types.
|
|
81
|
+
class AuthTokenExpired extends _2_tl_js_1.types.Rpc_error {
|
|
82
82
|
}
|
|
83
83
|
exports.AuthTokenExpired = AuthTokenExpired;
|
|
84
|
-
class AuthTokenInvalid extends _2_tl_js_1.types.
|
|
84
|
+
class AuthTokenInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
85
85
|
}
|
|
86
86
|
exports.AuthTokenInvalid = AuthTokenInvalid;
|
|
87
|
-
class AutoarchiveNotAvailable extends _2_tl_js_1.types.
|
|
87
|
+
class AutoarchiveNotAvailable extends _2_tl_js_1.types.Rpc_error {
|
|
88
88
|
}
|
|
89
89
|
exports.AutoarchiveNotAvailable = AutoarchiveNotAvailable;
|
|
90
|
-
class BankCardNumberInvalid extends _2_tl_js_1.types.
|
|
90
|
+
class BankCardNumberInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
91
91
|
}
|
|
92
92
|
exports.BankCardNumberInvalid = BankCardNumberInvalid;
|
|
93
|
-
class BannedRightsInvalid extends _2_tl_js_1.types.
|
|
93
|
+
class BannedRightsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
94
94
|
}
|
|
95
95
|
exports.BannedRightsInvalid = BannedRightsInvalid;
|
|
96
|
-
class BasePortLocInvalid extends _2_tl_js_1.types.
|
|
96
|
+
class BasePortLocInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
97
97
|
}
|
|
98
98
|
exports.BasePortLocInvalid = BasePortLocInvalid;
|
|
99
|
-
class BotsTooMuch extends _2_tl_js_1.types.
|
|
99
|
+
class BotsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
100
100
|
}
|
|
101
101
|
exports.BotsTooMuch = BotsTooMuch;
|
|
102
|
-
class BotChannelsNa extends _2_tl_js_1.types.
|
|
102
|
+
class BotChannelsNa extends _2_tl_js_1.types.Rpc_error {
|
|
103
103
|
}
|
|
104
104
|
exports.BotChannelsNa = BotChannelsNa;
|
|
105
|
-
class BotCommandDescriptionInvalid extends _2_tl_js_1.types.
|
|
105
|
+
class BotCommandDescriptionInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
106
106
|
}
|
|
107
107
|
exports.BotCommandDescriptionInvalid = BotCommandDescriptionInvalid;
|
|
108
|
-
class BotCommandInvalid extends _2_tl_js_1.types.
|
|
108
|
+
class BotCommandInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
109
109
|
}
|
|
110
110
|
exports.BotCommandInvalid = BotCommandInvalid;
|
|
111
|
-
class BotDomainInvalid extends _2_tl_js_1.types.
|
|
111
|
+
class BotDomainInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
112
112
|
}
|
|
113
113
|
exports.BotDomainInvalid = BotDomainInvalid;
|
|
114
|
-
class BotGamesDisabled extends _2_tl_js_1.types.
|
|
114
|
+
class BotGamesDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
115
115
|
}
|
|
116
116
|
exports.BotGamesDisabled = BotGamesDisabled;
|
|
117
|
-
class BotGroupsBlocked extends _2_tl_js_1.types.
|
|
117
|
+
class BotGroupsBlocked extends _2_tl_js_1.types.Rpc_error {
|
|
118
118
|
}
|
|
119
119
|
exports.BotGroupsBlocked = BotGroupsBlocked;
|
|
120
|
-
class BotInlineDisabled extends _2_tl_js_1.types.
|
|
120
|
+
class BotInlineDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
121
121
|
}
|
|
122
122
|
exports.BotInlineDisabled = BotInlineDisabled;
|
|
123
|
-
class BotInvalid extends _2_tl_js_1.types.
|
|
123
|
+
class BotInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
124
124
|
}
|
|
125
125
|
exports.BotInvalid = BotInvalid;
|
|
126
|
-
class BotMethodInvalid extends _2_tl_js_1.types.
|
|
126
|
+
class BotMethodInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
127
127
|
}
|
|
128
128
|
exports.BotMethodInvalid = BotMethodInvalid;
|
|
129
|
-
class BotMissing extends _2_tl_js_1.types.
|
|
129
|
+
class BotMissing extends _2_tl_js_1.types.Rpc_error {
|
|
130
130
|
}
|
|
131
131
|
exports.BotMissing = BotMissing;
|
|
132
|
-
class BotOnesideNotAvail extends _2_tl_js_1.types.
|
|
132
|
+
class BotOnesideNotAvail extends _2_tl_js_1.types.Rpc_error {
|
|
133
133
|
}
|
|
134
134
|
exports.BotOnesideNotAvail = BotOnesideNotAvail;
|
|
135
|
-
class BotPaymentsDisabled extends _2_tl_js_1.types.
|
|
135
|
+
class BotPaymentsDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
136
136
|
}
|
|
137
137
|
exports.BotPaymentsDisabled = BotPaymentsDisabled;
|
|
138
|
-
class BotPollsDisabled extends _2_tl_js_1.types.
|
|
138
|
+
class BotPollsDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
139
139
|
}
|
|
140
140
|
exports.BotPollsDisabled = BotPollsDisabled;
|
|
141
|
-
class BotResponseTimeout extends _2_tl_js_1.types.
|
|
141
|
+
class BotResponseTimeout extends _2_tl_js_1.types.Rpc_error {
|
|
142
142
|
}
|
|
143
143
|
exports.BotResponseTimeout = BotResponseTimeout;
|
|
144
|
-
class BotScoreNotModified extends _2_tl_js_1.types.
|
|
144
|
+
class BotScoreNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
145
145
|
}
|
|
146
146
|
exports.BotScoreNotModified = BotScoreNotModified;
|
|
147
|
-
class BroadcastCallsDisabled extends _2_tl_js_1.types.
|
|
147
|
+
class BroadcastCallsDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
148
148
|
}
|
|
149
149
|
exports.BroadcastCallsDisabled = BroadcastCallsDisabled;
|
|
150
|
-
class BroadcastForbidden extends _2_tl_js_1.types.
|
|
150
|
+
class BroadcastForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
151
151
|
}
|
|
152
152
|
exports.BroadcastForbidden = BroadcastForbidden;
|
|
153
|
-
class BroadcastIdInvalid extends _2_tl_js_1.types.
|
|
153
|
+
class BroadcastIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
154
154
|
}
|
|
155
155
|
exports.BroadcastIdInvalid = BroadcastIdInvalid;
|
|
156
|
-
class BroadcastPublicVotersForbidden extends _2_tl_js_1.types.
|
|
156
|
+
class BroadcastPublicVotersForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
157
157
|
}
|
|
158
158
|
exports.BroadcastPublicVotersForbidden = BroadcastPublicVotersForbidden;
|
|
159
|
-
class BroadcastRequired extends _2_tl_js_1.types.
|
|
159
|
+
class BroadcastRequired extends _2_tl_js_1.types.Rpc_error {
|
|
160
160
|
}
|
|
161
161
|
exports.BroadcastRequired = BroadcastRequired;
|
|
162
|
-
class ButtonDataInvalid extends _2_tl_js_1.types.
|
|
162
|
+
class ButtonDataInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
163
163
|
}
|
|
164
164
|
exports.ButtonDataInvalid = ButtonDataInvalid;
|
|
165
|
-
class ButtonTextInvalid extends _2_tl_js_1.types.
|
|
165
|
+
class ButtonTextInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
166
166
|
}
|
|
167
167
|
exports.ButtonTextInvalid = ButtonTextInvalid;
|
|
168
|
-
class ButtonTypeInvalid extends _2_tl_js_1.types.
|
|
168
|
+
class ButtonTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
169
169
|
}
|
|
170
170
|
exports.ButtonTypeInvalid = ButtonTypeInvalid;
|
|
171
|
-
class ButtonUrlInvalid extends _2_tl_js_1.types.
|
|
171
|
+
class ButtonUrlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
172
172
|
}
|
|
173
173
|
exports.ButtonUrlInvalid = ButtonUrlInvalid;
|
|
174
|
-
class ButtonUserPrivacyRestricted extends _2_tl_js_1.types.
|
|
174
|
+
class ButtonUserPrivacyRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
175
175
|
}
|
|
176
176
|
exports.ButtonUserPrivacyRestricted = ButtonUserPrivacyRestricted;
|
|
177
|
-
class CallAlreadyAccepted extends _2_tl_js_1.types.
|
|
177
|
+
class CallAlreadyAccepted extends _2_tl_js_1.types.Rpc_error {
|
|
178
178
|
}
|
|
179
179
|
exports.CallAlreadyAccepted = CallAlreadyAccepted;
|
|
180
|
-
class CallAlreadyDeclined extends _2_tl_js_1.types.
|
|
180
|
+
class CallAlreadyDeclined extends _2_tl_js_1.types.Rpc_error {
|
|
181
181
|
}
|
|
182
182
|
exports.CallAlreadyDeclined = CallAlreadyDeclined;
|
|
183
|
-
class CallOccupyFailed extends _2_tl_js_1.types.
|
|
183
|
+
class CallOccupyFailed extends _2_tl_js_1.types.Rpc_error {
|
|
184
184
|
}
|
|
185
185
|
exports.CallOccupyFailed = CallOccupyFailed;
|
|
186
|
-
class CallPeerInvalid extends _2_tl_js_1.types.
|
|
186
|
+
class CallPeerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
187
187
|
}
|
|
188
188
|
exports.CallPeerInvalid = CallPeerInvalid;
|
|
189
|
-
class CallProtocolFlagsInvalid extends _2_tl_js_1.types.
|
|
189
|
+
class CallProtocolFlagsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
190
190
|
}
|
|
191
191
|
exports.CallProtocolFlagsInvalid = CallProtocolFlagsInvalid;
|
|
192
|
-
class CdnMethodInvalid extends _2_tl_js_1.types.
|
|
192
|
+
class CdnMethodInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
193
193
|
}
|
|
194
194
|
exports.CdnMethodInvalid = CdnMethodInvalid;
|
|
195
|
-
class CdnUploadTimeout extends _2_tl_js_1.types.
|
|
195
|
+
class CdnUploadTimeout extends _2_tl_js_1.types.Rpc_error {
|
|
196
196
|
}
|
|
197
197
|
exports.CdnUploadTimeout = CdnUploadTimeout;
|
|
198
|
-
class ChannelsAdminLocatedTooMuch extends _2_tl_js_1.types.
|
|
198
|
+
class ChannelsAdminLocatedTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
199
199
|
}
|
|
200
200
|
exports.ChannelsAdminLocatedTooMuch = ChannelsAdminLocatedTooMuch;
|
|
201
|
-
class ChannelsAdminPublicTooMuch extends _2_tl_js_1.types.
|
|
201
|
+
class ChannelsAdminPublicTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
202
202
|
}
|
|
203
203
|
exports.ChannelsAdminPublicTooMuch = ChannelsAdminPublicTooMuch;
|
|
204
|
-
class ChannelsTooMuch extends _2_tl_js_1.types.
|
|
204
|
+
class ChannelsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
205
205
|
}
|
|
206
206
|
exports.ChannelsTooMuch = ChannelsTooMuch;
|
|
207
|
-
class ChannelBanned extends _2_tl_js_1.types.
|
|
207
|
+
class ChannelBanned extends _2_tl_js_1.types.Rpc_error {
|
|
208
208
|
}
|
|
209
209
|
exports.ChannelBanned = ChannelBanned;
|
|
210
|
-
class ChannelForumMissing extends _2_tl_js_1.types.
|
|
210
|
+
class ChannelForumMissing extends _2_tl_js_1.types.Rpc_error {
|
|
211
211
|
}
|
|
212
212
|
exports.ChannelForumMissing = ChannelForumMissing;
|
|
213
|
-
class ChannelIdInvalid extends _2_tl_js_1.types.
|
|
213
|
+
class ChannelIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
214
214
|
}
|
|
215
215
|
exports.ChannelIdInvalid = ChannelIdInvalid;
|
|
216
|
-
class ChannelInvalid extends _2_tl_js_1.types.
|
|
216
|
+
class ChannelInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
217
217
|
}
|
|
218
218
|
exports.ChannelInvalid = ChannelInvalid;
|
|
219
|
-
class ChannelParicipantMissing extends _2_tl_js_1.types.
|
|
219
|
+
class ChannelParicipantMissing extends _2_tl_js_1.types.Rpc_error {
|
|
220
220
|
}
|
|
221
221
|
exports.ChannelParicipantMissing = ChannelParicipantMissing;
|
|
222
|
-
class ChannelPrivate extends _2_tl_js_1.types.
|
|
222
|
+
class ChannelPrivate extends _2_tl_js_1.types.Rpc_error {
|
|
223
223
|
}
|
|
224
224
|
exports.ChannelPrivate = ChannelPrivate;
|
|
225
|
-
class ChannelPublicGroupNa extends _2_tl_js_1.types.
|
|
225
|
+
class ChannelPublicGroupNa extends _2_tl_js_1.types.Rpc_error {
|
|
226
226
|
}
|
|
227
227
|
exports.ChannelPublicGroupNa = ChannelPublicGroupNa;
|
|
228
|
-
class ChannelTooBig extends _2_tl_js_1.types.
|
|
228
|
+
class ChannelTooBig extends _2_tl_js_1.types.Rpc_error {
|
|
229
229
|
}
|
|
230
230
|
exports.ChannelTooBig = ChannelTooBig;
|
|
231
|
-
class ChannelTooLarge extends _2_tl_js_1.types.
|
|
231
|
+
class ChannelTooLarge extends _2_tl_js_1.types.Rpc_error {
|
|
232
232
|
}
|
|
233
233
|
exports.ChannelTooLarge = ChannelTooLarge;
|
|
234
|
-
class ChatAboutNotModified extends _2_tl_js_1.types.
|
|
234
|
+
class ChatAboutNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
235
235
|
}
|
|
236
236
|
exports.ChatAboutNotModified = ChatAboutNotModified;
|
|
237
|
-
class ChatAboutTooLong extends _2_tl_js_1.types.
|
|
237
|
+
class ChatAboutTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
238
238
|
}
|
|
239
239
|
exports.ChatAboutTooLong = ChatAboutTooLong;
|
|
240
|
-
class ChatAdminInviteRequired extends _2_tl_js_1.types.
|
|
240
|
+
class ChatAdminInviteRequired extends _2_tl_js_1.types.Rpc_error {
|
|
241
241
|
}
|
|
242
242
|
exports.ChatAdminInviteRequired = ChatAdminInviteRequired;
|
|
243
|
-
class ChatAdminRequired extends _2_tl_js_1.types.
|
|
243
|
+
class ChatAdminRequired extends _2_tl_js_1.types.Rpc_error {
|
|
244
244
|
}
|
|
245
245
|
exports.ChatAdminRequired = ChatAdminRequired;
|
|
246
|
-
class ChatDiscussionUnallowed extends _2_tl_js_1.types.
|
|
246
|
+
class ChatDiscussionUnallowed extends _2_tl_js_1.types.Rpc_error {
|
|
247
247
|
}
|
|
248
248
|
exports.ChatDiscussionUnallowed = ChatDiscussionUnallowed;
|
|
249
|
-
class ChatForbidden extends _2_tl_js_1.types.
|
|
249
|
+
class ChatForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
250
250
|
}
|
|
251
251
|
exports.ChatForbidden = ChatForbidden;
|
|
252
|
-
class ChatForwardsRestricted extends _2_tl_js_1.types.
|
|
252
|
+
class ChatForwardsRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
253
253
|
}
|
|
254
254
|
exports.ChatForwardsRestricted = ChatForwardsRestricted;
|
|
255
|
-
class ChatGetFailed extends _2_tl_js_1.types.
|
|
255
|
+
class ChatGetFailed extends _2_tl_js_1.types.Rpc_error {
|
|
256
256
|
}
|
|
257
257
|
exports.ChatGetFailed = ChatGetFailed;
|
|
258
|
-
class ChatGuestSendForbidden extends _2_tl_js_1.types.
|
|
258
|
+
class ChatGuestSendForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
259
259
|
}
|
|
260
260
|
exports.ChatGuestSendForbidden = ChatGuestSendForbidden;
|
|
261
|
-
class ChatIdEmpty extends _2_tl_js_1.types.
|
|
261
|
+
class ChatIdEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
262
262
|
}
|
|
263
263
|
exports.ChatIdEmpty = ChatIdEmpty;
|
|
264
|
-
class ChatIdGenerateFailed extends _2_tl_js_1.types.
|
|
264
|
+
class ChatIdGenerateFailed extends _2_tl_js_1.types.Rpc_error {
|
|
265
265
|
}
|
|
266
266
|
exports.ChatIdGenerateFailed = ChatIdGenerateFailed;
|
|
267
|
-
class ChatIdInvalid extends _2_tl_js_1.types.
|
|
267
|
+
class ChatIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
268
268
|
}
|
|
269
269
|
exports.ChatIdInvalid = ChatIdInvalid;
|
|
270
|
-
class ChatInvalid extends _2_tl_js_1.types.
|
|
270
|
+
class ChatInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
271
271
|
}
|
|
272
272
|
exports.ChatInvalid = ChatInvalid;
|
|
273
|
-
class ChatInvitePermanent extends _2_tl_js_1.types.
|
|
273
|
+
class ChatInvitePermanent extends _2_tl_js_1.types.Rpc_error {
|
|
274
274
|
}
|
|
275
275
|
exports.ChatInvitePermanent = ChatInvitePermanent;
|
|
276
|
-
class ChatLinkExists extends _2_tl_js_1.types.
|
|
276
|
+
class ChatLinkExists extends _2_tl_js_1.types.Rpc_error {
|
|
277
277
|
}
|
|
278
278
|
exports.ChatLinkExists = ChatLinkExists;
|
|
279
|
-
class ChatNotModified extends _2_tl_js_1.types.
|
|
279
|
+
class ChatNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
280
280
|
}
|
|
281
281
|
exports.ChatNotModified = ChatNotModified;
|
|
282
|
-
class ChatRestricted extends _2_tl_js_1.types.
|
|
282
|
+
class ChatRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
283
283
|
}
|
|
284
284
|
exports.ChatRestricted = ChatRestricted;
|
|
285
|
-
class ChatRevokeDateUnsupported extends _2_tl_js_1.types.
|
|
285
|
+
class ChatRevokeDateUnsupported extends _2_tl_js_1.types.Rpc_error {
|
|
286
286
|
}
|
|
287
287
|
exports.ChatRevokeDateUnsupported = ChatRevokeDateUnsupported;
|
|
288
|
-
class ChatSendGameForbidden extends _2_tl_js_1.types.
|
|
288
|
+
class ChatSendGameForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
289
289
|
}
|
|
290
290
|
exports.ChatSendGameForbidden = ChatSendGameForbidden;
|
|
291
|
-
class ChatSendGifsForbidden extends _2_tl_js_1.types.
|
|
291
|
+
class ChatSendGifsForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
292
292
|
}
|
|
293
293
|
exports.ChatSendGifsForbidden = ChatSendGifsForbidden;
|
|
294
|
-
class ChatSendInlineForbidden extends _2_tl_js_1.types.
|
|
294
|
+
class ChatSendInlineForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
295
295
|
}
|
|
296
296
|
exports.ChatSendInlineForbidden = ChatSendInlineForbidden;
|
|
297
|
-
class ChatSendMediaForbidden extends _2_tl_js_1.types.
|
|
297
|
+
class ChatSendMediaForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
298
298
|
}
|
|
299
299
|
exports.ChatSendMediaForbidden = ChatSendMediaForbidden;
|
|
300
|
-
class ChatSendPollForbidden extends _2_tl_js_1.types.
|
|
300
|
+
class ChatSendPollForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
301
301
|
}
|
|
302
302
|
exports.ChatSendPollForbidden = ChatSendPollForbidden;
|
|
303
|
-
class ChatSendStickersForbidden extends _2_tl_js_1.types.
|
|
303
|
+
class ChatSendStickersForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
304
304
|
}
|
|
305
305
|
exports.ChatSendStickersForbidden = ChatSendStickersForbidden;
|
|
306
|
-
class ChatTitleEmpty extends _2_tl_js_1.types.
|
|
306
|
+
class ChatTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
307
307
|
}
|
|
308
308
|
exports.ChatTitleEmpty = ChatTitleEmpty;
|
|
309
|
-
class ChatTooBig extends _2_tl_js_1.types.
|
|
309
|
+
class ChatTooBig extends _2_tl_js_1.types.Rpc_error {
|
|
310
310
|
}
|
|
311
311
|
exports.ChatTooBig = ChatTooBig;
|
|
312
|
-
class ChatWriteForbidden extends _2_tl_js_1.types.
|
|
312
|
+
class ChatWriteForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
313
313
|
}
|
|
314
314
|
exports.ChatWriteForbidden = ChatWriteForbidden;
|
|
315
|
-
class ChpCallFail extends _2_tl_js_1.types.
|
|
315
|
+
class ChpCallFail extends _2_tl_js_1.types.Rpc_error {
|
|
316
316
|
}
|
|
317
317
|
exports.ChpCallFail = ChpCallFail;
|
|
318
|
-
class CodeEmpty extends _2_tl_js_1.types.
|
|
318
|
+
class CodeEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
319
319
|
}
|
|
320
320
|
exports.CodeEmpty = CodeEmpty;
|
|
321
|
-
class CodeHashInvalid extends _2_tl_js_1.types.
|
|
321
|
+
class CodeHashInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
322
322
|
}
|
|
323
323
|
exports.CodeHashInvalid = CodeHashInvalid;
|
|
324
|
-
class CodeInvalid extends _2_tl_js_1.types.
|
|
324
|
+
class CodeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
325
325
|
}
|
|
326
326
|
exports.CodeInvalid = CodeInvalid;
|
|
327
|
-
class ConnectionApiIdInvalid extends _2_tl_js_1.types.
|
|
327
|
+
class ConnectionApiIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
328
328
|
}
|
|
329
329
|
exports.ConnectionApiIdInvalid = ConnectionApiIdInvalid;
|
|
330
|
-
class ConnectionAppVersionEmpty extends _2_tl_js_1.types.
|
|
330
|
+
class ConnectionAppVersionEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
331
331
|
}
|
|
332
332
|
exports.ConnectionAppVersionEmpty = ConnectionAppVersionEmpty;
|
|
333
|
-
class ConnectionDeviceModelEmpty extends _2_tl_js_1.types.
|
|
333
|
+
class ConnectionDeviceModelEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
334
334
|
}
|
|
335
335
|
exports.ConnectionDeviceModelEmpty = ConnectionDeviceModelEmpty;
|
|
336
|
-
class ConnectionLangPackInvalid extends _2_tl_js_1.types.
|
|
336
|
+
class ConnectionLangPackInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
337
337
|
}
|
|
338
338
|
exports.ConnectionLangPackInvalid = ConnectionLangPackInvalid;
|
|
339
|
-
class ConnectionLayerInvalid extends _2_tl_js_1.types.
|
|
339
|
+
class ConnectionLayerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
340
340
|
}
|
|
341
341
|
exports.ConnectionLayerInvalid = ConnectionLayerInvalid;
|
|
342
|
-
class ConnectionNotInited extends _2_tl_js_1.types.
|
|
342
|
+
class ConnectionNotInited extends _2_tl_js_1.types.Rpc_error {
|
|
343
343
|
}
|
|
344
344
|
exports.ConnectionNotInited = ConnectionNotInited;
|
|
345
|
-
class ConnectionSystemEmpty extends _2_tl_js_1.types.
|
|
345
|
+
class ConnectionSystemEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
346
346
|
}
|
|
347
347
|
exports.ConnectionSystemEmpty = ConnectionSystemEmpty;
|
|
348
|
-
class ConnectionSystemLangCodeEmpty extends _2_tl_js_1.types.
|
|
348
|
+
class ConnectionSystemLangCodeEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
349
349
|
}
|
|
350
350
|
exports.ConnectionSystemLangCodeEmpty = ConnectionSystemLangCodeEmpty;
|
|
351
|
-
class ContactAddMissing extends _2_tl_js_1.types.
|
|
351
|
+
class ContactAddMissing extends _2_tl_js_1.types.Rpc_error {
|
|
352
352
|
}
|
|
353
353
|
exports.ContactAddMissing = ContactAddMissing;
|
|
354
|
-
class ContactIdInvalid extends _2_tl_js_1.types.
|
|
354
|
+
class ContactIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
355
355
|
}
|
|
356
356
|
exports.ContactIdInvalid = ContactIdInvalid;
|
|
357
|
-
class ContactNameEmpty extends _2_tl_js_1.types.
|
|
357
|
+
class ContactNameEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
358
358
|
}
|
|
359
359
|
exports.ContactNameEmpty = ContactNameEmpty;
|
|
360
|
-
class ContactReqMissing extends _2_tl_js_1.types.
|
|
360
|
+
class ContactReqMissing extends _2_tl_js_1.types.Rpc_error {
|
|
361
361
|
}
|
|
362
362
|
exports.ContactReqMissing = ContactReqMissing;
|
|
363
|
-
class CreateCallFailed extends _2_tl_js_1.types.
|
|
363
|
+
class CreateCallFailed extends _2_tl_js_1.types.Rpc_error {
|
|
364
364
|
}
|
|
365
365
|
exports.CreateCallFailed = CreateCallFailed;
|
|
366
|
-
class CurrencyTotalAmountInvalid extends _2_tl_js_1.types.
|
|
366
|
+
class CurrencyTotalAmountInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
367
367
|
}
|
|
368
368
|
exports.CurrencyTotalAmountInvalid = CurrencyTotalAmountInvalid;
|
|
369
|
-
class DataInvalid extends _2_tl_js_1.types.
|
|
369
|
+
class DataInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
370
370
|
}
|
|
371
371
|
exports.DataInvalid = DataInvalid;
|
|
372
|
-
class DataJsonInvalid extends _2_tl_js_1.types.
|
|
372
|
+
class DataJsonInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
373
373
|
}
|
|
374
374
|
exports.DataJsonInvalid = DataJsonInvalid;
|
|
375
|
-
class DataTooLong extends _2_tl_js_1.types.
|
|
375
|
+
class DataTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
376
376
|
}
|
|
377
377
|
exports.DataTooLong = DataTooLong;
|
|
378
|
-
class DateEmpty extends _2_tl_js_1.types.
|
|
378
|
+
class DateEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
379
379
|
}
|
|
380
380
|
exports.DateEmpty = DateEmpty;
|
|
381
|
-
class DcIdInvalid extends _2_tl_js_1.types.
|
|
381
|
+
class DcIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
382
382
|
}
|
|
383
383
|
exports.DcIdInvalid = DcIdInvalid;
|
|
384
|
-
class DhGAInvalid extends _2_tl_js_1.types.
|
|
384
|
+
class DhGAInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
385
385
|
}
|
|
386
386
|
exports.DhGAInvalid = DhGAInvalid;
|
|
387
|
-
class DocumentInvalid extends _2_tl_js_1.types.
|
|
387
|
+
class DocumentInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
388
388
|
}
|
|
389
389
|
exports.DocumentInvalid = DocumentInvalid;
|
|
390
|
-
class EditBotInviteForbidden extends _2_tl_js_1.types.
|
|
390
|
+
class EditBotInviteForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
391
391
|
}
|
|
392
392
|
exports.EditBotInviteForbidden = EditBotInviteForbidden;
|
|
393
|
-
class EmailHashExpired extends _2_tl_js_1.types.
|
|
393
|
+
class EmailHashExpired extends _2_tl_js_1.types.Rpc_error {
|
|
394
394
|
}
|
|
395
395
|
exports.EmailHashExpired = EmailHashExpired;
|
|
396
|
-
class EmailInvalid extends _2_tl_js_1.types.
|
|
396
|
+
class EmailInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
397
397
|
}
|
|
398
398
|
exports.EmailInvalid = EmailInvalid;
|
|
399
|
-
class EmailUnconfirmed extends _2_tl_js_1.types.
|
|
399
|
+
class EmailUnconfirmed extends _2_tl_js_1.types.Rpc_error {
|
|
400
400
|
}
|
|
401
401
|
exports.EmailUnconfirmed = EmailUnconfirmed;
|
|
402
|
-
class EmailVerifyExpired extends _2_tl_js_1.types.
|
|
402
|
+
class EmailVerifyExpired extends _2_tl_js_1.types.Rpc_error {
|
|
403
403
|
}
|
|
404
404
|
exports.EmailVerifyExpired = EmailVerifyExpired;
|
|
405
|
-
class EmojiInvalid extends _2_tl_js_1.types.
|
|
405
|
+
class EmojiInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
406
406
|
}
|
|
407
407
|
exports.EmojiInvalid = EmojiInvalid;
|
|
408
|
-
class EmojiNotModified extends _2_tl_js_1.types.
|
|
408
|
+
class EmojiNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
409
409
|
}
|
|
410
410
|
exports.EmojiNotModified = EmojiNotModified;
|
|
411
|
-
class EmoticonEmpty extends _2_tl_js_1.types.
|
|
411
|
+
class EmoticonEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
412
412
|
}
|
|
413
413
|
exports.EmoticonEmpty = EmoticonEmpty;
|
|
414
|
-
class EmoticonInvalid extends _2_tl_js_1.types.
|
|
414
|
+
class EmoticonInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
415
415
|
}
|
|
416
416
|
exports.EmoticonInvalid = EmoticonInvalid;
|
|
417
|
-
class EmoticonStickerpackMissing extends _2_tl_js_1.types.
|
|
417
|
+
class EmoticonStickerpackMissing extends _2_tl_js_1.types.Rpc_error {
|
|
418
418
|
}
|
|
419
419
|
exports.EmoticonStickerpackMissing = EmoticonStickerpackMissing;
|
|
420
|
-
class EncryptedMessageInvalid extends _2_tl_js_1.types.
|
|
420
|
+
class EncryptedMessageInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
421
421
|
}
|
|
422
422
|
exports.EncryptedMessageInvalid = EncryptedMessageInvalid;
|
|
423
|
-
class EncryptionAlreadyAccepted extends _2_tl_js_1.types.
|
|
423
|
+
class EncryptionAlreadyAccepted extends _2_tl_js_1.types.Rpc_error {
|
|
424
424
|
}
|
|
425
425
|
exports.EncryptionAlreadyAccepted = EncryptionAlreadyAccepted;
|
|
426
|
-
class EncryptionAlreadyDeclined extends _2_tl_js_1.types.
|
|
426
|
+
class EncryptionAlreadyDeclined extends _2_tl_js_1.types.Rpc_error {
|
|
427
427
|
}
|
|
428
428
|
exports.EncryptionAlreadyDeclined = EncryptionAlreadyDeclined;
|
|
429
|
-
class EncryptionDeclined extends _2_tl_js_1.types.
|
|
429
|
+
class EncryptionDeclined extends _2_tl_js_1.types.Rpc_error {
|
|
430
430
|
}
|
|
431
431
|
exports.EncryptionDeclined = EncryptionDeclined;
|
|
432
|
-
class EncryptionIdInvalid extends _2_tl_js_1.types.
|
|
432
|
+
class EncryptionIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
433
433
|
}
|
|
434
434
|
exports.EncryptionIdInvalid = EncryptionIdInvalid;
|
|
435
|
-
class EncryptionOccupyFailed extends _2_tl_js_1.types.
|
|
435
|
+
class EncryptionOccupyFailed extends _2_tl_js_1.types.Rpc_error {
|
|
436
436
|
}
|
|
437
437
|
exports.EncryptionOccupyFailed = EncryptionOccupyFailed;
|
|
438
|
-
class EntitiesTooLong extends _2_tl_js_1.types.
|
|
438
|
+
class EntitiesTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
439
439
|
}
|
|
440
440
|
exports.EntitiesTooLong = EntitiesTooLong;
|
|
441
|
-
class EntityBoundsInvalid extends _2_tl_js_1.types.
|
|
441
|
+
class EntityBoundsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
442
442
|
}
|
|
443
443
|
exports.EntityBoundsInvalid = EntityBoundsInvalid;
|
|
444
|
-
class EntityMentionUserInvalid extends _2_tl_js_1.types.
|
|
444
|
+
class EntityMentionUserInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
445
445
|
}
|
|
446
446
|
exports.EntityMentionUserInvalid = EntityMentionUserInvalid;
|
|
447
|
-
class ErrorTextEmpty extends _2_tl_js_1.types.
|
|
447
|
+
class ErrorTextEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
448
448
|
}
|
|
449
449
|
exports.ErrorTextEmpty = ErrorTextEmpty;
|
|
450
|
-
class ExpireDateInvalid extends _2_tl_js_1.types.
|
|
450
|
+
class ExpireDateInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
451
451
|
}
|
|
452
452
|
exports.ExpireDateInvalid = ExpireDateInvalid;
|
|
453
|
-
class ExpireForbidden extends _2_tl_js_1.types.
|
|
453
|
+
class ExpireForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
454
454
|
}
|
|
455
455
|
exports.ExpireForbidden = ExpireForbidden;
|
|
456
|
-
class ExportCardInvalid extends _2_tl_js_1.types.
|
|
456
|
+
class ExportCardInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
457
457
|
}
|
|
458
458
|
exports.ExportCardInvalid = ExportCardInvalid;
|
|
459
|
-
class ExternalUrlInvalid extends _2_tl_js_1.types.
|
|
459
|
+
class ExternalUrlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
460
460
|
}
|
|
461
461
|
exports.ExternalUrlInvalid = ExternalUrlInvalid;
|
|
462
|
-
class FieldNameEmpty extends _2_tl_js_1.types.
|
|
462
|
+
class FieldNameEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
463
463
|
}
|
|
464
464
|
exports.FieldNameEmpty = FieldNameEmpty;
|
|
465
|
-
class FieldNameInvalid extends _2_tl_js_1.types.
|
|
465
|
+
class FieldNameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
466
466
|
}
|
|
467
467
|
exports.FieldNameInvalid = FieldNameInvalid;
|
|
468
|
-
class FilerefUpgradeNeeded extends _2_tl_js_1.types.
|
|
468
|
+
class FilerefUpgradeNeeded extends _2_tl_js_1.types.Rpc_error {
|
|
469
469
|
}
|
|
470
470
|
exports.FilerefUpgradeNeeded = FilerefUpgradeNeeded;
|
|
471
|
-
class FileContentTypeInvalid extends _2_tl_js_1.types.
|
|
471
|
+
class FileContentTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
472
472
|
}
|
|
473
473
|
exports.FileContentTypeInvalid = FileContentTypeInvalid;
|
|
474
|
-
class FileEmtpy extends _2_tl_js_1.types.
|
|
474
|
+
class FileEmtpy extends _2_tl_js_1.types.Rpc_error {
|
|
475
475
|
}
|
|
476
476
|
exports.FileEmtpy = FileEmtpy;
|
|
477
|
-
class FileIdInvalid extends _2_tl_js_1.types.
|
|
477
|
+
class FileIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
478
478
|
}
|
|
479
479
|
exports.FileIdInvalid = FileIdInvalid;
|
|
480
|
-
class FilePartsInvalid extends _2_tl_js_1.types.
|
|
480
|
+
class FilePartsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
481
481
|
}
|
|
482
482
|
exports.FilePartsInvalid = FilePartsInvalid;
|
|
483
|
-
class FilePart_0Missing extends _2_tl_js_1.types.
|
|
483
|
+
class FilePart_0Missing extends _2_tl_js_1.types.Rpc_error {
|
|
484
484
|
}
|
|
485
485
|
exports.FilePart_0Missing = FilePart_0Missing;
|
|
486
|
-
class FilePartEmpty extends _2_tl_js_1.types.
|
|
486
|
+
class FilePartEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
487
487
|
}
|
|
488
488
|
exports.FilePartEmpty = FilePartEmpty;
|
|
489
|
-
class FilePartInvalid extends _2_tl_js_1.types.
|
|
489
|
+
class FilePartInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
490
490
|
}
|
|
491
491
|
exports.FilePartInvalid = FilePartInvalid;
|
|
492
|
-
class FilePartLengthInvalid extends _2_tl_js_1.types.
|
|
492
|
+
class FilePartLengthInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
493
493
|
}
|
|
494
494
|
exports.FilePartLengthInvalid = FilePartLengthInvalid;
|
|
495
|
-
class FilePartSizeChanged extends _2_tl_js_1.types.
|
|
495
|
+
class FilePartSizeChanged extends _2_tl_js_1.types.Rpc_error {
|
|
496
496
|
}
|
|
497
497
|
exports.FilePartSizeChanged = FilePartSizeChanged;
|
|
498
|
-
class FilePartSizeInvalid extends _2_tl_js_1.types.
|
|
498
|
+
class FilePartSizeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
499
499
|
}
|
|
500
500
|
exports.FilePartSizeInvalid = FilePartSizeInvalid;
|
|
501
|
-
class FilePartTooBig extends _2_tl_js_1.types.
|
|
501
|
+
class FilePartTooBig extends _2_tl_js_1.types.Rpc_error {
|
|
502
502
|
}
|
|
503
503
|
exports.FilePartTooBig = FilePartTooBig;
|
|
504
|
-
class FilePartXMissing extends _2_tl_js_1.types.
|
|
504
|
+
class FilePartXMissing extends _2_tl_js_1.types.Rpc_error {
|
|
505
505
|
}
|
|
506
506
|
exports.FilePartXMissing = FilePartXMissing;
|
|
507
|
-
class FileReferenceEmpty extends _2_tl_js_1.types.
|
|
507
|
+
class FileReferenceEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
508
508
|
}
|
|
509
509
|
exports.FileReferenceEmpty = FileReferenceEmpty;
|
|
510
|
-
class FileReferenceExpired extends _2_tl_js_1.types.
|
|
510
|
+
class FileReferenceExpired extends _2_tl_js_1.types.Rpc_error {
|
|
511
511
|
}
|
|
512
512
|
exports.FileReferenceExpired = FileReferenceExpired;
|
|
513
|
-
class FileReferenceInvalid extends _2_tl_js_1.types.
|
|
513
|
+
class FileReferenceInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
514
514
|
}
|
|
515
515
|
exports.FileReferenceInvalid = FileReferenceInvalid;
|
|
516
|
-
class FileTitleEmpty extends _2_tl_js_1.types.
|
|
516
|
+
class FileTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
517
517
|
}
|
|
518
518
|
exports.FileTitleEmpty = FileTitleEmpty;
|
|
519
|
-
class FilterIdInvalid extends _2_tl_js_1.types.
|
|
519
|
+
class FilterIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
520
520
|
}
|
|
521
521
|
exports.FilterIdInvalid = FilterIdInvalid;
|
|
522
|
-
class FilterIncludeEmpty extends _2_tl_js_1.types.
|
|
522
|
+
class FilterIncludeEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
523
523
|
}
|
|
524
524
|
exports.FilterIncludeEmpty = FilterIncludeEmpty;
|
|
525
|
-
class FilterNotSupported extends _2_tl_js_1.types.
|
|
525
|
+
class FilterNotSupported extends _2_tl_js_1.types.Rpc_error {
|
|
526
526
|
}
|
|
527
527
|
exports.FilterNotSupported = FilterNotSupported;
|
|
528
|
-
class FilterTitleEmpty extends _2_tl_js_1.types.
|
|
528
|
+
class FilterTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
529
529
|
}
|
|
530
530
|
exports.FilterTitleEmpty = FilterTitleEmpty;
|
|
531
|
-
class FirstnameInvalid extends _2_tl_js_1.types.
|
|
531
|
+
class FirstnameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
532
532
|
}
|
|
533
533
|
exports.FirstnameInvalid = FirstnameInvalid;
|
|
534
|
-
class FolderIdEmpty extends _2_tl_js_1.types.
|
|
534
|
+
class FolderIdEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
535
535
|
}
|
|
536
536
|
exports.FolderIdEmpty = FolderIdEmpty;
|
|
537
|
-
class FolderIdInvalid extends _2_tl_js_1.types.
|
|
537
|
+
class FolderIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
538
538
|
}
|
|
539
539
|
exports.FolderIdInvalid = FolderIdInvalid;
|
|
540
|
-
class FreshChangeAdminsForbidden extends _2_tl_js_1.types.
|
|
540
|
+
class FreshChangeAdminsForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
541
541
|
}
|
|
542
542
|
exports.FreshChangeAdminsForbidden = FreshChangeAdminsForbidden;
|
|
543
|
-
class FreshChangePhoneForbidden extends _2_tl_js_1.types.
|
|
543
|
+
class FreshChangePhoneForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
544
544
|
}
|
|
545
545
|
exports.FreshChangePhoneForbidden = FreshChangePhoneForbidden;
|
|
546
|
-
class FreshResetAuthorisationForbidden extends _2_tl_js_1.types.
|
|
546
|
+
class FreshResetAuthorisationForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
547
547
|
}
|
|
548
548
|
exports.FreshResetAuthorisationForbidden = FreshResetAuthorisationForbidden;
|
|
549
|
-
class FromMessageBotDisabled extends _2_tl_js_1.types.
|
|
549
|
+
class FromMessageBotDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
550
550
|
}
|
|
551
551
|
exports.FromMessageBotDisabled = FromMessageBotDisabled;
|
|
552
|
-
class FromPeerInvalid extends _2_tl_js_1.types.
|
|
552
|
+
class FromPeerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
553
553
|
}
|
|
554
554
|
exports.FromPeerInvalid = FromPeerInvalid;
|
|
555
|
-
class GameBotInvalid extends _2_tl_js_1.types.
|
|
555
|
+
class GameBotInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
556
556
|
}
|
|
557
557
|
exports.GameBotInvalid = GameBotInvalid;
|
|
558
|
-
class GeoPointInvalid extends _2_tl_js_1.types.
|
|
558
|
+
class GeoPointInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
559
559
|
}
|
|
560
560
|
exports.GeoPointInvalid = GeoPointInvalid;
|
|
561
|
-
class GifContentTypeInvalid extends _2_tl_js_1.types.
|
|
561
|
+
class GifContentTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
562
562
|
}
|
|
563
563
|
exports.GifContentTypeInvalid = GifContentTypeInvalid;
|
|
564
|
-
class GifIdInvalid extends _2_tl_js_1.types.
|
|
564
|
+
class GifIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
565
565
|
}
|
|
566
566
|
exports.GifIdInvalid = GifIdInvalid;
|
|
567
|
-
class GraphExpiredReload extends _2_tl_js_1.types.
|
|
567
|
+
class GraphExpiredReload extends _2_tl_js_1.types.Rpc_error {
|
|
568
568
|
}
|
|
569
569
|
exports.GraphExpiredReload = GraphExpiredReload;
|
|
570
|
-
class GraphInvalidReload extends _2_tl_js_1.types.
|
|
570
|
+
class GraphInvalidReload extends _2_tl_js_1.types.Rpc_error {
|
|
571
571
|
}
|
|
572
572
|
exports.GraphInvalidReload = GraphInvalidReload;
|
|
573
|
-
class GraphOutdatedReload extends _2_tl_js_1.types.
|
|
573
|
+
class GraphOutdatedReload extends _2_tl_js_1.types.Rpc_error {
|
|
574
574
|
}
|
|
575
575
|
exports.GraphOutdatedReload = GraphOutdatedReload;
|
|
576
|
-
class GroupcallAddParticipantsFailed extends _2_tl_js_1.types.
|
|
576
|
+
class GroupcallAddParticipantsFailed extends _2_tl_js_1.types.Rpc_error {
|
|
577
577
|
}
|
|
578
578
|
exports.GroupcallAddParticipantsFailed = GroupcallAddParticipantsFailed;
|
|
579
|
-
class GroupcallAlreadyDiscarded extends _2_tl_js_1.types.
|
|
579
|
+
class GroupcallAlreadyDiscarded extends _2_tl_js_1.types.Rpc_error {
|
|
580
580
|
}
|
|
581
581
|
exports.GroupcallAlreadyDiscarded = GroupcallAlreadyDiscarded;
|
|
582
|
-
class GroupcallAlreadyStarted extends _2_tl_js_1.types.
|
|
582
|
+
class GroupcallAlreadyStarted extends _2_tl_js_1.types.Rpc_error {
|
|
583
583
|
}
|
|
584
584
|
exports.GroupcallAlreadyStarted = GroupcallAlreadyStarted;
|
|
585
|
-
class GroupcallForbidden extends _2_tl_js_1.types.
|
|
585
|
+
class GroupcallForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
586
586
|
}
|
|
587
587
|
exports.GroupcallForbidden = GroupcallForbidden;
|
|
588
|
-
class GroupcallInvalid extends _2_tl_js_1.types.
|
|
588
|
+
class GroupcallInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
589
589
|
}
|
|
590
590
|
exports.GroupcallInvalid = GroupcallInvalid;
|
|
591
|
-
class GroupcallJoinMissing extends _2_tl_js_1.types.
|
|
591
|
+
class GroupcallJoinMissing extends _2_tl_js_1.types.Rpc_error {
|
|
592
592
|
}
|
|
593
593
|
exports.GroupcallJoinMissing = GroupcallJoinMissing;
|
|
594
|
-
class GroupcallNotModified extends _2_tl_js_1.types.
|
|
594
|
+
class GroupcallNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
595
595
|
}
|
|
596
596
|
exports.GroupcallNotModified = GroupcallNotModified;
|
|
597
|
-
class GroupcallSsrcDuplicateMuch extends _2_tl_js_1.types.
|
|
597
|
+
class GroupcallSsrcDuplicateMuch extends _2_tl_js_1.types.Rpc_error {
|
|
598
598
|
}
|
|
599
599
|
exports.GroupcallSsrcDuplicateMuch = GroupcallSsrcDuplicateMuch;
|
|
600
|
-
class GroupedMediaInvalid extends _2_tl_js_1.types.
|
|
600
|
+
class GroupedMediaInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
601
601
|
}
|
|
602
602
|
exports.GroupedMediaInvalid = GroupedMediaInvalid;
|
|
603
|
-
class GroupCallInvalid extends _2_tl_js_1.types.
|
|
603
|
+
class GroupCallInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
604
604
|
}
|
|
605
605
|
exports.GroupCallInvalid = GroupCallInvalid;
|
|
606
|
-
class HashInvalid extends _2_tl_js_1.types.
|
|
606
|
+
class HashInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
607
607
|
}
|
|
608
608
|
exports.HashInvalid = HashInvalid;
|
|
609
|
-
class HideRequesterMissing extends _2_tl_js_1.types.
|
|
609
|
+
class HideRequesterMissing extends _2_tl_js_1.types.Rpc_error {
|
|
610
610
|
}
|
|
611
611
|
exports.HideRequesterMissing = HideRequesterMissing;
|
|
612
|
-
class HistoryGetFailed extends _2_tl_js_1.types.
|
|
612
|
+
class HistoryGetFailed extends _2_tl_js_1.types.Rpc_error {
|
|
613
613
|
}
|
|
614
614
|
exports.HistoryGetFailed = HistoryGetFailed;
|
|
615
|
-
class ImageProcessFailed extends _2_tl_js_1.types.
|
|
615
|
+
class ImageProcessFailed extends _2_tl_js_1.types.Rpc_error {
|
|
616
616
|
}
|
|
617
617
|
exports.ImageProcessFailed = ImageProcessFailed;
|
|
618
|
-
class ImportFileInvalid extends _2_tl_js_1.types.
|
|
618
|
+
class ImportFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
619
619
|
}
|
|
620
620
|
exports.ImportFileInvalid = ImportFileInvalid;
|
|
621
|
-
class ImportFormatUnrecognized extends _2_tl_js_1.types.
|
|
621
|
+
class ImportFormatUnrecognized extends _2_tl_js_1.types.Rpc_error {
|
|
622
622
|
}
|
|
623
623
|
exports.ImportFormatUnrecognized = ImportFormatUnrecognized;
|
|
624
|
-
class ImportIdInvalid extends _2_tl_js_1.types.
|
|
624
|
+
class ImportIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
625
625
|
}
|
|
626
626
|
exports.ImportIdInvalid = ImportIdInvalid;
|
|
627
|
-
class InlineBotRequired extends _2_tl_js_1.types.
|
|
627
|
+
class InlineBotRequired extends _2_tl_js_1.types.Rpc_error {
|
|
628
628
|
}
|
|
629
629
|
exports.InlineBotRequired = InlineBotRequired;
|
|
630
|
-
class InlineResultExpired extends _2_tl_js_1.types.
|
|
630
|
+
class InlineResultExpired extends _2_tl_js_1.types.Rpc_error {
|
|
631
631
|
}
|
|
632
632
|
exports.InlineResultExpired = InlineResultExpired;
|
|
633
|
-
class InputConstructorInvalid extends _2_tl_js_1.types.
|
|
633
|
+
class InputConstructorInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
634
634
|
}
|
|
635
635
|
exports.InputConstructorInvalid = InputConstructorInvalid;
|
|
636
|
-
class InputFetchError extends _2_tl_js_1.types.
|
|
636
|
+
class InputFetchError extends _2_tl_js_1.types.Rpc_error {
|
|
637
637
|
}
|
|
638
638
|
exports.InputFetchError = InputFetchError;
|
|
639
|
-
class InputFetchFail extends _2_tl_js_1.types.
|
|
639
|
+
class InputFetchFail extends _2_tl_js_1.types.Rpc_error {
|
|
640
640
|
}
|
|
641
641
|
exports.InputFetchFail = InputFetchFail;
|
|
642
|
-
class InputFilterInvalid extends _2_tl_js_1.types.
|
|
642
|
+
class InputFilterInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
643
643
|
}
|
|
644
644
|
exports.InputFilterInvalid = InputFilterInvalid;
|
|
645
|
-
class InputLayerInvalid extends _2_tl_js_1.types.
|
|
645
|
+
class InputLayerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
646
646
|
}
|
|
647
647
|
exports.InputLayerInvalid = InputLayerInvalid;
|
|
648
|
-
class InputMethodInvalid extends _2_tl_js_1.types.
|
|
648
|
+
class InputMethodInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
649
649
|
}
|
|
650
650
|
exports.InputMethodInvalid = InputMethodInvalid;
|
|
651
|
-
class InputRequestTooLong extends _2_tl_js_1.types.
|
|
651
|
+
class InputRequestTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
652
652
|
}
|
|
653
653
|
exports.InputRequestTooLong = InputRequestTooLong;
|
|
654
|
-
class InputTextEmpty extends _2_tl_js_1.types.
|
|
654
|
+
class InputTextEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
655
655
|
}
|
|
656
656
|
exports.InputTextEmpty = InputTextEmpty;
|
|
657
|
-
class InputUserDeactivated extends _2_tl_js_1.types.
|
|
657
|
+
class InputUserDeactivated extends _2_tl_js_1.types.Rpc_error {
|
|
658
658
|
}
|
|
659
659
|
exports.InputUserDeactivated = InputUserDeactivated;
|
|
660
|
-
class InterdcXCallError extends _2_tl_js_1.types.
|
|
660
|
+
class InterdcXCallError extends _2_tl_js_1.types.Rpc_error {
|
|
661
661
|
}
|
|
662
662
|
exports.InterdcXCallError = InterdcXCallError;
|
|
663
|
-
class InterdcXCallRichError extends _2_tl_js_1.types.
|
|
663
|
+
class InterdcXCallRichError extends _2_tl_js_1.types.Rpc_error {
|
|
664
664
|
}
|
|
665
665
|
exports.InterdcXCallRichError = InterdcXCallRichError;
|
|
666
|
-
class InviteForbiddenWithJoinas extends _2_tl_js_1.types.
|
|
666
|
+
class InviteForbiddenWithJoinas extends _2_tl_js_1.types.Rpc_error {
|
|
667
667
|
}
|
|
668
668
|
exports.InviteForbiddenWithJoinas = InviteForbiddenWithJoinas;
|
|
669
|
-
class InviteHashEmpty extends _2_tl_js_1.types.
|
|
669
|
+
class InviteHashEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
670
670
|
}
|
|
671
671
|
exports.InviteHashEmpty = InviteHashEmpty;
|
|
672
|
-
class InviteHashExpired extends _2_tl_js_1.types.
|
|
672
|
+
class InviteHashExpired extends _2_tl_js_1.types.Rpc_error {
|
|
673
673
|
}
|
|
674
674
|
exports.InviteHashExpired = InviteHashExpired;
|
|
675
|
-
class InviteHashInvalid extends _2_tl_js_1.types.
|
|
675
|
+
class InviteHashInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
676
676
|
}
|
|
677
677
|
exports.InviteHashInvalid = InviteHashInvalid;
|
|
678
|
-
class InviteRequestSent extends _2_tl_js_1.types.
|
|
678
|
+
class InviteRequestSent extends _2_tl_js_1.types.Rpc_error {
|
|
679
679
|
}
|
|
680
680
|
exports.InviteRequestSent = InviteRequestSent;
|
|
681
|
-
class InviteRevokedMissing extends _2_tl_js_1.types.
|
|
681
|
+
class InviteRevokedMissing extends _2_tl_js_1.types.Rpc_error {
|
|
682
682
|
}
|
|
683
683
|
exports.InviteRevokedMissing = InviteRevokedMissing;
|
|
684
|
-
class InvoicePayloadInvalid extends _2_tl_js_1.types.
|
|
684
|
+
class InvoicePayloadInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
685
685
|
}
|
|
686
686
|
exports.InvoicePayloadInvalid = InvoicePayloadInvalid;
|
|
687
|
-
class JoinAsPeerInvalid extends _2_tl_js_1.types.
|
|
687
|
+
class JoinAsPeerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
688
688
|
}
|
|
689
689
|
exports.JoinAsPeerInvalid = JoinAsPeerInvalid;
|
|
690
|
-
class LangCodeInvalid extends _2_tl_js_1.types.
|
|
690
|
+
class LangCodeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
691
691
|
}
|
|
692
692
|
exports.LangCodeInvalid = LangCodeInvalid;
|
|
693
|
-
class LangCodeNotSupported extends _2_tl_js_1.types.
|
|
693
|
+
class LangCodeNotSupported extends _2_tl_js_1.types.Rpc_error {
|
|
694
694
|
}
|
|
695
695
|
exports.LangCodeNotSupported = LangCodeNotSupported;
|
|
696
|
-
class LangPackInvalid extends _2_tl_js_1.types.
|
|
696
|
+
class LangPackInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
697
697
|
}
|
|
698
698
|
exports.LangPackInvalid = LangPackInvalid;
|
|
699
|
-
class LastnameInvalid extends _2_tl_js_1.types.
|
|
699
|
+
class LastnameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
700
700
|
}
|
|
701
701
|
exports.LastnameInvalid = LastnameInvalid;
|
|
702
|
-
class LimitInvalid extends _2_tl_js_1.types.
|
|
702
|
+
class LimitInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
703
703
|
}
|
|
704
704
|
exports.LimitInvalid = LimitInvalid;
|
|
705
|
-
class LinkNotModified extends _2_tl_js_1.types.
|
|
705
|
+
class LinkNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
706
706
|
}
|
|
707
707
|
exports.LinkNotModified = LinkNotModified;
|
|
708
|
-
class LocationInvalid extends _2_tl_js_1.types.
|
|
708
|
+
class LocationInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
709
709
|
}
|
|
710
710
|
exports.LocationInvalid = LocationInvalid;
|
|
711
|
-
class MaxDateInvalid extends _2_tl_js_1.types.
|
|
711
|
+
class MaxDateInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
712
712
|
}
|
|
713
713
|
exports.MaxDateInvalid = MaxDateInvalid;
|
|
714
|
-
class MaxIdInvalid extends _2_tl_js_1.types.
|
|
714
|
+
class MaxIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
715
715
|
}
|
|
716
716
|
exports.MaxIdInvalid = MaxIdInvalid;
|
|
717
|
-
class MaxQtsInvalid extends _2_tl_js_1.types.
|
|
717
|
+
class MaxQtsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
718
718
|
}
|
|
719
719
|
exports.MaxQtsInvalid = MaxQtsInvalid;
|
|
720
|
-
class Md5ChecksumInvalid extends _2_tl_js_1.types.
|
|
720
|
+
class Md5ChecksumInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
721
721
|
}
|
|
722
722
|
exports.Md5ChecksumInvalid = Md5ChecksumInvalid;
|
|
723
|
-
class MediaCaptionTooLong extends _2_tl_js_1.types.
|
|
723
|
+
class MediaCaptionTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
724
724
|
}
|
|
725
725
|
exports.MediaCaptionTooLong = MediaCaptionTooLong;
|
|
726
|
-
class MediaEmpty extends _2_tl_js_1.types.
|
|
726
|
+
class MediaEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
727
727
|
}
|
|
728
728
|
exports.MediaEmpty = MediaEmpty;
|
|
729
|
-
class MediaGroupedInvalid extends _2_tl_js_1.types.
|
|
729
|
+
class MediaGroupedInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
730
730
|
}
|
|
731
731
|
exports.MediaGroupedInvalid = MediaGroupedInvalid;
|
|
732
|
-
class MediaInvalid extends _2_tl_js_1.types.
|
|
732
|
+
class MediaInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
733
733
|
}
|
|
734
734
|
exports.MediaInvalid = MediaInvalid;
|
|
735
|
-
class MediaNewInvalid extends _2_tl_js_1.types.
|
|
735
|
+
class MediaNewInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
736
736
|
}
|
|
737
737
|
exports.MediaNewInvalid = MediaNewInvalid;
|
|
738
|
-
class MediaPrevInvalid extends _2_tl_js_1.types.
|
|
738
|
+
class MediaPrevInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
739
739
|
}
|
|
740
740
|
exports.MediaPrevInvalid = MediaPrevInvalid;
|
|
741
|
-
class MediaTtlInvalid extends _2_tl_js_1.types.
|
|
741
|
+
class MediaTtlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
742
742
|
}
|
|
743
743
|
exports.MediaTtlInvalid = MediaTtlInvalid;
|
|
744
|
-
class MegagroupIdInvalid extends _2_tl_js_1.types.
|
|
744
|
+
class MegagroupIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
745
745
|
}
|
|
746
746
|
exports.MegagroupIdInvalid = MegagroupIdInvalid;
|
|
747
|
-
class MegagroupPrehistoryHidden extends _2_tl_js_1.types.
|
|
747
|
+
class MegagroupPrehistoryHidden extends _2_tl_js_1.types.Rpc_error {
|
|
748
748
|
}
|
|
749
749
|
exports.MegagroupPrehistoryHidden = MegagroupPrehistoryHidden;
|
|
750
|
-
class MegagroupRequired extends _2_tl_js_1.types.
|
|
750
|
+
class MegagroupRequired extends _2_tl_js_1.types.Rpc_error {
|
|
751
751
|
}
|
|
752
752
|
exports.MegagroupRequired = MegagroupRequired;
|
|
753
|
-
class MemberNoLocation extends _2_tl_js_1.types.
|
|
753
|
+
class MemberNoLocation extends _2_tl_js_1.types.Rpc_error {
|
|
754
754
|
}
|
|
755
755
|
exports.MemberNoLocation = MemberNoLocation;
|
|
756
|
-
class MemberOccupyPrimaryLocFailed extends _2_tl_js_1.types.
|
|
756
|
+
class MemberOccupyPrimaryLocFailed extends _2_tl_js_1.types.Rpc_error {
|
|
757
757
|
}
|
|
758
758
|
exports.MemberOccupyPrimaryLocFailed = MemberOccupyPrimaryLocFailed;
|
|
759
|
-
class MessageAuthorRequired extends _2_tl_js_1.types.
|
|
759
|
+
class MessageAuthorRequired extends _2_tl_js_1.types.Rpc_error {
|
|
760
760
|
}
|
|
761
761
|
exports.MessageAuthorRequired = MessageAuthorRequired;
|
|
762
|
-
class MessageDeleteForbidden extends _2_tl_js_1.types.
|
|
762
|
+
class MessageDeleteForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
763
763
|
}
|
|
764
764
|
exports.MessageDeleteForbidden = MessageDeleteForbidden;
|
|
765
|
-
class MessageEditTimeExpired extends _2_tl_js_1.types.
|
|
765
|
+
class MessageEditTimeExpired extends _2_tl_js_1.types.Rpc_error {
|
|
766
766
|
}
|
|
767
767
|
exports.MessageEditTimeExpired = MessageEditTimeExpired;
|
|
768
|
-
class MessageEmpty extends _2_tl_js_1.types.
|
|
768
|
+
class MessageEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
769
769
|
}
|
|
770
770
|
exports.MessageEmpty = MessageEmpty;
|
|
771
|
-
class MessageIdsEmpty extends _2_tl_js_1.types.
|
|
771
|
+
class MessageIdsEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
772
772
|
}
|
|
773
773
|
exports.MessageIdsEmpty = MessageIdsEmpty;
|
|
774
|
-
class MessageIdInvalid extends _2_tl_js_1.types.
|
|
774
|
+
class MessageIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
775
775
|
}
|
|
776
776
|
exports.MessageIdInvalid = MessageIdInvalid;
|
|
777
|
-
class MessageNotModified extends _2_tl_js_1.types.
|
|
777
|
+
class MessageNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
778
778
|
}
|
|
779
779
|
exports.MessageNotModified = MessageNotModified;
|
|
780
|
-
class MessagePollClosed extends _2_tl_js_1.types.
|
|
780
|
+
class MessagePollClosed extends _2_tl_js_1.types.Rpc_error {
|
|
781
781
|
}
|
|
782
782
|
exports.MessagePollClosed = MessagePollClosed;
|
|
783
|
-
class MessageTooLong extends _2_tl_js_1.types.
|
|
783
|
+
class MessageTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
784
784
|
}
|
|
785
785
|
exports.MessageTooLong = MessageTooLong;
|
|
786
|
-
class MethodInvalid extends _2_tl_js_1.types.
|
|
786
|
+
class MethodInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
787
787
|
}
|
|
788
788
|
exports.MethodInvalid = MethodInvalid;
|
|
789
|
-
class MinDateInvalid extends _2_tl_js_1.types.
|
|
789
|
+
class MinDateInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
790
790
|
}
|
|
791
791
|
exports.MinDateInvalid = MinDateInvalid;
|
|
792
|
-
class MsgidDecreaseRetry extends _2_tl_js_1.types.
|
|
792
|
+
class MsgidDecreaseRetry extends _2_tl_js_1.types.Rpc_error {
|
|
793
793
|
}
|
|
794
794
|
exports.MsgidDecreaseRetry = MsgidDecreaseRetry;
|
|
795
|
-
class MsgIdInvalid extends _2_tl_js_1.types.
|
|
795
|
+
class MsgIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
796
796
|
}
|
|
797
797
|
exports.MsgIdInvalid = MsgIdInvalid;
|
|
798
|
-
class MsgTooOld extends _2_tl_js_1.types.
|
|
798
|
+
class MsgTooOld extends _2_tl_js_1.types.Rpc_error {
|
|
799
799
|
}
|
|
800
800
|
exports.MsgTooOld = MsgTooOld;
|
|
801
|
-
class MsgWaitFailed extends _2_tl_js_1.types.
|
|
801
|
+
class MsgWaitFailed extends _2_tl_js_1.types.Rpc_error {
|
|
802
802
|
}
|
|
803
803
|
exports.MsgWaitFailed = MsgWaitFailed;
|
|
804
|
-
class MtSendQueueTooLong extends _2_tl_js_1.types.
|
|
804
|
+
class MtSendQueueTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
805
805
|
}
|
|
806
806
|
exports.MtSendQueueTooLong = MtSendQueueTooLong;
|
|
807
|
-
class MultiMediaTooLong extends _2_tl_js_1.types.
|
|
807
|
+
class MultiMediaTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
808
808
|
}
|
|
809
809
|
exports.MultiMediaTooLong = MultiMediaTooLong;
|
|
810
|
-
class NeedChatInvalid extends _2_tl_js_1.types.
|
|
810
|
+
class NeedChatInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
811
811
|
}
|
|
812
812
|
exports.NeedChatInvalid = NeedChatInvalid;
|
|
813
|
-
class NeedMemberInvalid extends _2_tl_js_1.types.
|
|
813
|
+
class NeedMemberInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
814
814
|
}
|
|
815
815
|
exports.NeedMemberInvalid = NeedMemberInvalid;
|
|
816
|
-
class NewSaltInvalid extends _2_tl_js_1.types.
|
|
816
|
+
class NewSaltInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
817
817
|
}
|
|
818
818
|
exports.NewSaltInvalid = NewSaltInvalid;
|
|
819
|
-
class NewSettingsEmpty extends _2_tl_js_1.types.
|
|
819
|
+
class NewSettingsEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
820
820
|
}
|
|
821
821
|
exports.NewSettingsEmpty = NewSettingsEmpty;
|
|
822
|
-
class NewSettingsInvalid extends _2_tl_js_1.types.
|
|
822
|
+
class NewSettingsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
823
823
|
}
|
|
824
824
|
exports.NewSettingsInvalid = NewSettingsInvalid;
|
|
825
|
-
class NextOffsetInvalid extends _2_tl_js_1.types.
|
|
825
|
+
class NextOffsetInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
826
826
|
}
|
|
827
827
|
exports.NextOffsetInvalid = NextOffsetInvalid;
|
|
828
|
-
class NotAllowed extends _2_tl_js_1.types.
|
|
828
|
+
class NotAllowed extends _2_tl_js_1.types.Rpc_error {
|
|
829
829
|
}
|
|
830
830
|
exports.NotAllowed = NotAllowed;
|
|
831
|
-
class OffsetInvalid extends _2_tl_js_1.types.
|
|
831
|
+
class OffsetInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
832
832
|
}
|
|
833
833
|
exports.OffsetInvalid = OffsetInvalid;
|
|
834
|
-
class OffsetPeerIdInvalid extends _2_tl_js_1.types.
|
|
834
|
+
class OffsetPeerIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
835
835
|
}
|
|
836
836
|
exports.OffsetPeerIdInvalid = OffsetPeerIdInvalid;
|
|
837
|
-
class OptionsTooMuch extends _2_tl_js_1.types.
|
|
837
|
+
class OptionsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
838
838
|
}
|
|
839
839
|
exports.OptionsTooMuch = OptionsTooMuch;
|
|
840
|
-
class OptionInvalid extends _2_tl_js_1.types.
|
|
840
|
+
class OptionInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
841
841
|
}
|
|
842
842
|
exports.OptionInvalid = OptionInvalid;
|
|
843
|
-
class PackShortNameInvalid extends _2_tl_js_1.types.
|
|
843
|
+
class PackShortNameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
844
844
|
}
|
|
845
845
|
exports.PackShortNameInvalid = PackShortNameInvalid;
|
|
846
|
-
class PackShortNameOccupied extends _2_tl_js_1.types.
|
|
846
|
+
class PackShortNameOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
847
847
|
}
|
|
848
848
|
exports.PackShortNameOccupied = PackShortNameOccupied;
|
|
849
|
-
class PackTitleInvalid extends _2_tl_js_1.types.
|
|
849
|
+
class PackTitleInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
850
850
|
}
|
|
851
851
|
exports.PackTitleInvalid = PackTitleInvalid;
|
|
852
|
-
class ParticipantsTooFew extends _2_tl_js_1.types.
|
|
852
|
+
class ParticipantsTooFew extends _2_tl_js_1.types.Rpc_error {
|
|
853
853
|
}
|
|
854
854
|
exports.ParticipantsTooFew = ParticipantsTooFew;
|
|
855
|
-
class ParticipantCallFailed extends _2_tl_js_1.types.
|
|
855
|
+
class ParticipantCallFailed extends _2_tl_js_1.types.Rpc_error {
|
|
856
856
|
}
|
|
857
857
|
exports.ParticipantCallFailed = ParticipantCallFailed;
|
|
858
|
-
class ParticipantIdInvalid extends _2_tl_js_1.types.
|
|
858
|
+
class ParticipantIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
859
859
|
}
|
|
860
860
|
exports.ParticipantIdInvalid = ParticipantIdInvalid;
|
|
861
|
-
class ParticipantJoinMissing extends _2_tl_js_1.types.
|
|
861
|
+
class ParticipantJoinMissing extends _2_tl_js_1.types.Rpc_error {
|
|
862
862
|
}
|
|
863
863
|
exports.ParticipantJoinMissing = ParticipantJoinMissing;
|
|
864
|
-
class ParticipantVersionOutdated extends _2_tl_js_1.types.
|
|
864
|
+
class ParticipantVersionOutdated extends _2_tl_js_1.types.Rpc_error {
|
|
865
865
|
}
|
|
866
866
|
exports.ParticipantVersionOutdated = ParticipantVersionOutdated;
|
|
867
|
-
class PasswordEmpty extends _2_tl_js_1.types.
|
|
867
|
+
class PasswordEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
868
868
|
}
|
|
869
869
|
exports.PasswordEmpty = PasswordEmpty;
|
|
870
|
-
class PasswordHashInvalid extends _2_tl_js_1.types.
|
|
870
|
+
class PasswordHashInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
871
871
|
}
|
|
872
872
|
exports.PasswordHashInvalid = PasswordHashInvalid;
|
|
873
|
-
class PasswordMissing extends _2_tl_js_1.types.
|
|
873
|
+
class PasswordMissing extends _2_tl_js_1.types.Rpc_error {
|
|
874
874
|
}
|
|
875
875
|
exports.PasswordMissing = PasswordMissing;
|
|
876
|
-
class PasswordRecoveryExpired extends _2_tl_js_1.types.
|
|
876
|
+
class PasswordRecoveryExpired extends _2_tl_js_1.types.Rpc_error {
|
|
877
877
|
}
|
|
878
878
|
exports.PasswordRecoveryExpired = PasswordRecoveryExpired;
|
|
879
|
-
class PasswordRecoveryNa extends _2_tl_js_1.types.
|
|
879
|
+
class PasswordRecoveryNa extends _2_tl_js_1.types.Rpc_error {
|
|
880
880
|
}
|
|
881
881
|
exports.PasswordRecoveryNa = PasswordRecoveryNa;
|
|
882
|
-
class PasswordRequired extends _2_tl_js_1.types.
|
|
882
|
+
class PasswordRequired extends _2_tl_js_1.types.Rpc_error {
|
|
883
883
|
}
|
|
884
884
|
exports.PasswordRequired = PasswordRequired;
|
|
885
|
-
class PaymentProviderInvalid extends _2_tl_js_1.types.
|
|
885
|
+
class PaymentProviderInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
886
886
|
}
|
|
887
887
|
exports.PaymentProviderInvalid = PaymentProviderInvalid;
|
|
888
|
-
class PeerFlood extends _2_tl_js_1.types.
|
|
888
|
+
class PeerFlood extends _2_tl_js_1.types.Rpc_error {
|
|
889
889
|
}
|
|
890
890
|
exports.PeerFlood = PeerFlood;
|
|
891
|
-
class PeerHistoryEmpty extends _2_tl_js_1.types.
|
|
891
|
+
class PeerHistoryEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
892
892
|
}
|
|
893
893
|
exports.PeerHistoryEmpty = PeerHistoryEmpty;
|
|
894
|
-
class PeerIdInvalid extends _2_tl_js_1.types.
|
|
894
|
+
class PeerIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
895
895
|
}
|
|
896
896
|
exports.PeerIdInvalid = PeerIdInvalid;
|
|
897
|
-
class PeerIdNotSupported extends _2_tl_js_1.types.
|
|
897
|
+
class PeerIdNotSupported extends _2_tl_js_1.types.Rpc_error {
|
|
898
898
|
}
|
|
899
899
|
exports.PeerIdNotSupported = PeerIdNotSupported;
|
|
900
|
-
class PersistentTimestampEmpty extends _2_tl_js_1.types.
|
|
900
|
+
class PersistentTimestampEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
901
901
|
}
|
|
902
902
|
exports.PersistentTimestampEmpty = PersistentTimestampEmpty;
|
|
903
|
-
class PersistentTimestampInvalid extends _2_tl_js_1.types.
|
|
903
|
+
class PersistentTimestampInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
904
904
|
}
|
|
905
905
|
exports.PersistentTimestampInvalid = PersistentTimestampInvalid;
|
|
906
|
-
class PersistentTimestampOutdated extends _2_tl_js_1.types.
|
|
906
|
+
class PersistentTimestampOutdated extends _2_tl_js_1.types.Rpc_error {
|
|
907
907
|
}
|
|
908
908
|
exports.PersistentTimestampOutdated = PersistentTimestampOutdated;
|
|
909
|
-
class PhoneCodeEmpty extends _2_tl_js_1.types.
|
|
909
|
+
class PhoneCodeEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
910
910
|
}
|
|
911
911
|
exports.PhoneCodeEmpty = PhoneCodeEmpty;
|
|
912
|
-
class PhoneCodeExpired extends _2_tl_js_1.types.
|
|
912
|
+
class PhoneCodeExpired extends _2_tl_js_1.types.Rpc_error {
|
|
913
913
|
}
|
|
914
914
|
exports.PhoneCodeExpired = PhoneCodeExpired;
|
|
915
|
-
class PhoneCodeHashEmpty extends _2_tl_js_1.types.
|
|
915
|
+
class PhoneCodeHashEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
916
916
|
}
|
|
917
917
|
exports.PhoneCodeHashEmpty = PhoneCodeHashEmpty;
|
|
918
|
-
class PhoneCodeInvalid extends _2_tl_js_1.types.
|
|
918
|
+
class PhoneCodeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
919
919
|
}
|
|
920
920
|
exports.PhoneCodeInvalid = PhoneCodeInvalid;
|
|
921
|
-
class PhoneHashExpired extends _2_tl_js_1.types.
|
|
921
|
+
class PhoneHashExpired extends _2_tl_js_1.types.Rpc_error {
|
|
922
922
|
}
|
|
923
923
|
exports.PhoneHashExpired = PhoneHashExpired;
|
|
924
|
-
class PhoneNotOccupied extends _2_tl_js_1.types.
|
|
924
|
+
class PhoneNotOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
925
925
|
}
|
|
926
926
|
exports.PhoneNotOccupied = PhoneNotOccupied;
|
|
927
|
-
class PhoneNumberAppSignupForbidden extends _2_tl_js_1.types.
|
|
927
|
+
class PhoneNumberAppSignupForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
928
928
|
}
|
|
929
929
|
exports.PhoneNumberAppSignupForbidden = PhoneNumberAppSignupForbidden;
|
|
930
|
-
class PhoneNumberBanned extends _2_tl_js_1.types.
|
|
930
|
+
class PhoneNumberBanned extends _2_tl_js_1.types.Rpc_error {
|
|
931
931
|
}
|
|
932
932
|
exports.PhoneNumberBanned = PhoneNumberBanned;
|
|
933
|
-
class PhoneNumberFlood extends _2_tl_js_1.types.
|
|
933
|
+
class PhoneNumberFlood extends _2_tl_js_1.types.Rpc_error {
|
|
934
934
|
}
|
|
935
935
|
exports.PhoneNumberFlood = PhoneNumberFlood;
|
|
936
|
-
class PhoneNumberInvalid extends _2_tl_js_1.types.
|
|
936
|
+
class PhoneNumberInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
937
937
|
}
|
|
938
938
|
exports.PhoneNumberInvalid = PhoneNumberInvalid;
|
|
939
|
-
class PhoneNumberOccupied extends _2_tl_js_1.types.
|
|
939
|
+
class PhoneNumberOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
940
940
|
}
|
|
941
941
|
exports.PhoneNumberOccupied = PhoneNumberOccupied;
|
|
942
|
-
class PhoneNumberUnoccupied extends _2_tl_js_1.types.
|
|
942
|
+
class PhoneNumberUnoccupied extends _2_tl_js_1.types.Rpc_error {
|
|
943
943
|
}
|
|
944
944
|
exports.PhoneNumberUnoccupied = PhoneNumberUnoccupied;
|
|
945
|
-
class PhonePasswordFlood extends _2_tl_js_1.types.
|
|
945
|
+
class PhonePasswordFlood extends _2_tl_js_1.types.Rpc_error {
|
|
946
946
|
}
|
|
947
947
|
exports.PhonePasswordFlood = PhonePasswordFlood;
|
|
948
|
-
class PhonePasswordProtected extends _2_tl_js_1.types.
|
|
948
|
+
class PhonePasswordProtected extends _2_tl_js_1.types.Rpc_error {
|
|
949
949
|
}
|
|
950
950
|
exports.PhonePasswordProtected = PhonePasswordProtected;
|
|
951
|
-
class PhotoContentTypeInvalid extends _2_tl_js_1.types.
|
|
951
|
+
class PhotoContentTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
952
952
|
}
|
|
953
953
|
exports.PhotoContentTypeInvalid = PhotoContentTypeInvalid;
|
|
954
|
-
class PhotoContentUrlEmpty extends _2_tl_js_1.types.
|
|
954
|
+
class PhotoContentUrlEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
955
955
|
}
|
|
956
956
|
exports.PhotoContentUrlEmpty = PhotoContentUrlEmpty;
|
|
957
|
-
class PhotoCropFileMissing extends _2_tl_js_1.types.
|
|
957
|
+
class PhotoCropFileMissing extends _2_tl_js_1.types.Rpc_error {
|
|
958
958
|
}
|
|
959
959
|
exports.PhotoCropFileMissing = PhotoCropFileMissing;
|
|
960
|
-
class PhotoCropSizeSmall extends _2_tl_js_1.types.
|
|
960
|
+
class PhotoCropSizeSmall extends _2_tl_js_1.types.Rpc_error {
|
|
961
961
|
}
|
|
962
962
|
exports.PhotoCropSizeSmall = PhotoCropSizeSmall;
|
|
963
|
-
class PhotoExtInvalid extends _2_tl_js_1.types.
|
|
963
|
+
class PhotoExtInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
964
964
|
}
|
|
965
965
|
exports.PhotoExtInvalid = PhotoExtInvalid;
|
|
966
|
-
class PhotoFileMissing extends _2_tl_js_1.types.
|
|
966
|
+
class PhotoFileMissing extends _2_tl_js_1.types.Rpc_error {
|
|
967
967
|
}
|
|
968
968
|
exports.PhotoFileMissing = PhotoFileMissing;
|
|
969
|
-
class PhotoIdInvalid extends _2_tl_js_1.types.
|
|
969
|
+
class PhotoIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
970
970
|
}
|
|
971
971
|
exports.PhotoIdInvalid = PhotoIdInvalid;
|
|
972
|
-
class PhotoInvalid extends _2_tl_js_1.types.
|
|
972
|
+
class PhotoInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
973
973
|
}
|
|
974
974
|
exports.PhotoInvalid = PhotoInvalid;
|
|
975
|
-
class PhotoInvalidDimensions extends _2_tl_js_1.types.
|
|
975
|
+
class PhotoInvalidDimensions extends _2_tl_js_1.types.Rpc_error {
|
|
976
976
|
}
|
|
977
977
|
exports.PhotoInvalidDimensions = PhotoInvalidDimensions;
|
|
978
|
-
class PhotoSaveFileInvalid extends _2_tl_js_1.types.
|
|
978
|
+
class PhotoSaveFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
979
979
|
}
|
|
980
980
|
exports.PhotoSaveFileInvalid = PhotoSaveFileInvalid;
|
|
981
|
-
class PhotoThumbUrlEmpty extends _2_tl_js_1.types.
|
|
981
|
+
class PhotoThumbUrlEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
982
982
|
}
|
|
983
983
|
exports.PhotoThumbUrlEmpty = PhotoThumbUrlEmpty;
|
|
984
|
-
class PinnedDialogsTooMuch extends _2_tl_js_1.types.
|
|
984
|
+
class PinnedDialogsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
985
985
|
}
|
|
986
986
|
exports.PinnedDialogsTooMuch = PinnedDialogsTooMuch;
|
|
987
|
-
class PinRestricted extends _2_tl_js_1.types.
|
|
987
|
+
class PinRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
988
988
|
}
|
|
989
989
|
exports.PinRestricted = PinRestricted;
|
|
990
|
-
class PollAnswersInvalid extends _2_tl_js_1.types.
|
|
990
|
+
class PollAnswersInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
991
991
|
}
|
|
992
992
|
exports.PollAnswersInvalid = PollAnswersInvalid;
|
|
993
|
-
class PollAnswerInvalid extends _2_tl_js_1.types.
|
|
993
|
+
class PollAnswerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
994
994
|
}
|
|
995
995
|
exports.PollAnswerInvalid = PollAnswerInvalid;
|
|
996
|
-
class PollOptionDuplicate extends _2_tl_js_1.types.
|
|
996
|
+
class PollOptionDuplicate extends _2_tl_js_1.types.Rpc_error {
|
|
997
997
|
}
|
|
998
998
|
exports.PollOptionDuplicate = PollOptionDuplicate;
|
|
999
|
-
class PollOptionInvalid extends _2_tl_js_1.types.
|
|
999
|
+
class PollOptionInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1000
1000
|
}
|
|
1001
1001
|
exports.PollOptionInvalid = PollOptionInvalid;
|
|
1002
|
-
class PollQuestionInvalid extends _2_tl_js_1.types.
|
|
1002
|
+
class PollQuestionInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1003
1003
|
}
|
|
1004
1004
|
exports.PollQuestionInvalid = PollQuestionInvalid;
|
|
1005
|
-
class PollUnsupported extends _2_tl_js_1.types.
|
|
1005
|
+
class PollUnsupported extends _2_tl_js_1.types.Rpc_error {
|
|
1006
1006
|
}
|
|
1007
1007
|
exports.PollUnsupported = PollUnsupported;
|
|
1008
|
-
class PollVoteRequired extends _2_tl_js_1.types.
|
|
1008
|
+
class PollVoteRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1009
1009
|
}
|
|
1010
1010
|
exports.PollVoteRequired = PollVoteRequired;
|
|
1011
|
-
class PostponedTimeout extends _2_tl_js_1.types.
|
|
1011
|
+
class PostponedTimeout extends _2_tl_js_1.types.Rpc_error {
|
|
1012
1012
|
}
|
|
1013
1013
|
exports.PostponedTimeout = PostponedTimeout;
|
|
1014
|
-
class PremiumAccountRequired extends _2_tl_js_1.types.
|
|
1014
|
+
class PremiumAccountRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1015
1015
|
}
|
|
1016
1016
|
exports.PremiumAccountRequired = PremiumAccountRequired;
|
|
1017
|
-
class PremiumCurrentlyUnavailable extends _2_tl_js_1.types.
|
|
1017
|
+
class PremiumCurrentlyUnavailable extends _2_tl_js_1.types.Rpc_error {
|
|
1018
1018
|
}
|
|
1019
1019
|
exports.PremiumCurrentlyUnavailable = PremiumCurrentlyUnavailable;
|
|
1020
|
-
class PreviousChatImportActiveWaitXmin extends _2_tl_js_1.types.
|
|
1020
|
+
class PreviousChatImportActiveWaitXmin extends _2_tl_js_1.types.Rpc_error {
|
|
1021
1021
|
}
|
|
1022
1022
|
exports.PreviousChatImportActiveWaitXmin = PreviousChatImportActiveWaitXmin;
|
|
1023
|
-
class PrivacyKeyInvalid extends _2_tl_js_1.types.
|
|
1023
|
+
class PrivacyKeyInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1024
1024
|
}
|
|
1025
1025
|
exports.PrivacyKeyInvalid = PrivacyKeyInvalid;
|
|
1026
|
-
class PrivacyTooLong extends _2_tl_js_1.types.
|
|
1026
|
+
class PrivacyTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
1027
1027
|
}
|
|
1028
1028
|
exports.PrivacyTooLong = PrivacyTooLong;
|
|
1029
|
-
class PrivacyValueInvalid extends _2_tl_js_1.types.
|
|
1029
|
+
class PrivacyValueInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1030
1030
|
}
|
|
1031
1031
|
exports.PrivacyValueInvalid = PrivacyValueInvalid;
|
|
1032
|
-
class PtsChangeEmpty extends _2_tl_js_1.types.
|
|
1032
|
+
class PtsChangeEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1033
1033
|
}
|
|
1034
1034
|
exports.PtsChangeEmpty = PtsChangeEmpty;
|
|
1035
|
-
class PublicChannelMissing extends _2_tl_js_1.types.
|
|
1035
|
+
class PublicChannelMissing extends _2_tl_js_1.types.Rpc_error {
|
|
1036
1036
|
}
|
|
1037
1037
|
exports.PublicChannelMissing = PublicChannelMissing;
|
|
1038
|
-
class PublicKeyRequired extends _2_tl_js_1.types.
|
|
1038
|
+
class PublicKeyRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1039
1039
|
}
|
|
1040
1040
|
exports.PublicKeyRequired = PublicKeyRequired;
|
|
1041
|
-
class QueryIdEmpty extends _2_tl_js_1.types.
|
|
1041
|
+
class QueryIdEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1042
1042
|
}
|
|
1043
1043
|
exports.QueryIdEmpty = QueryIdEmpty;
|
|
1044
|
-
class QueryIdInvalid extends _2_tl_js_1.types.
|
|
1044
|
+
class QueryIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1045
1045
|
}
|
|
1046
1046
|
exports.QueryIdInvalid = QueryIdInvalid;
|
|
1047
|
-
class QueryTooShort extends _2_tl_js_1.types.
|
|
1047
|
+
class QueryTooShort extends _2_tl_js_1.types.Rpc_error {
|
|
1048
1048
|
}
|
|
1049
1049
|
exports.QueryTooShort = QueryTooShort;
|
|
1050
|
-
class QuizAnswerMissing extends _2_tl_js_1.types.
|
|
1050
|
+
class QuizAnswerMissing extends _2_tl_js_1.types.Rpc_error {
|
|
1051
1051
|
}
|
|
1052
1052
|
exports.QuizAnswerMissing = QuizAnswerMissing;
|
|
1053
|
-
class QuizCorrectAnswersEmpty extends _2_tl_js_1.types.
|
|
1053
|
+
class QuizCorrectAnswersEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1054
1054
|
}
|
|
1055
1055
|
exports.QuizCorrectAnswersEmpty = QuizCorrectAnswersEmpty;
|
|
1056
|
-
class QuizCorrectAnswersTooMuch extends _2_tl_js_1.types.
|
|
1056
|
+
class QuizCorrectAnswersTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1057
1057
|
}
|
|
1058
1058
|
exports.QuizCorrectAnswersTooMuch = QuizCorrectAnswersTooMuch;
|
|
1059
|
-
class QuizCorrectAnswerInvalid extends _2_tl_js_1.types.
|
|
1059
|
+
class QuizCorrectAnswerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1060
1060
|
}
|
|
1061
1061
|
exports.QuizCorrectAnswerInvalid = QuizCorrectAnswerInvalid;
|
|
1062
|
-
class QuizMultipleInvalid extends _2_tl_js_1.types.
|
|
1062
|
+
class QuizMultipleInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1063
1063
|
}
|
|
1064
1064
|
exports.QuizMultipleInvalid = QuizMultipleInvalid;
|
|
1065
|
-
class RandomIdDuplicate extends _2_tl_js_1.types.
|
|
1065
|
+
class RandomIdDuplicate extends _2_tl_js_1.types.Rpc_error {
|
|
1066
1066
|
}
|
|
1067
1067
|
exports.RandomIdDuplicate = RandomIdDuplicate;
|
|
1068
|
-
class RandomIdEmpty extends _2_tl_js_1.types.
|
|
1068
|
+
class RandomIdEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1069
1069
|
}
|
|
1070
1070
|
exports.RandomIdEmpty = RandomIdEmpty;
|
|
1071
|
-
class RandomIdInvalid extends _2_tl_js_1.types.
|
|
1071
|
+
class RandomIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1072
1072
|
}
|
|
1073
1073
|
exports.RandomIdInvalid = RandomIdInvalid;
|
|
1074
|
-
class RandomLengthInvalid extends _2_tl_js_1.types.
|
|
1074
|
+
class RandomLengthInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1075
1075
|
}
|
|
1076
1076
|
exports.RandomLengthInvalid = RandomLengthInvalid;
|
|
1077
|
-
class RangesInvalid extends _2_tl_js_1.types.
|
|
1077
|
+
class RangesInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1078
1078
|
}
|
|
1079
1079
|
exports.RangesInvalid = RangesInvalid;
|
|
1080
|
-
class ReactionsTooMany extends _2_tl_js_1.types.
|
|
1080
|
+
class ReactionsTooMany extends _2_tl_js_1.types.Rpc_error {
|
|
1081
1081
|
}
|
|
1082
1082
|
exports.ReactionsTooMany = ReactionsTooMany;
|
|
1083
|
-
class ReactionEmpty extends _2_tl_js_1.types.
|
|
1083
|
+
class ReactionEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1084
1084
|
}
|
|
1085
1085
|
exports.ReactionEmpty = ReactionEmpty;
|
|
1086
|
-
class ReactionInvalid extends _2_tl_js_1.types.
|
|
1086
|
+
class ReactionInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1087
1087
|
}
|
|
1088
1088
|
exports.ReactionInvalid = ReactionInvalid;
|
|
1089
|
-
class ReflectorNotAvailable extends _2_tl_js_1.types.
|
|
1089
|
+
class ReflectorNotAvailable extends _2_tl_js_1.types.Rpc_error {
|
|
1090
1090
|
}
|
|
1091
1091
|
exports.ReflectorNotAvailable = ReflectorNotAvailable;
|
|
1092
|
-
class RegIdGenerateFailed extends _2_tl_js_1.types.
|
|
1092
|
+
class RegIdGenerateFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1093
1093
|
}
|
|
1094
1094
|
exports.RegIdGenerateFailed = RegIdGenerateFailed;
|
|
1095
|
-
class ReplyMarkupBuyEmpty extends _2_tl_js_1.types.
|
|
1095
|
+
class ReplyMarkupBuyEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1096
1096
|
}
|
|
1097
1097
|
exports.ReplyMarkupBuyEmpty = ReplyMarkupBuyEmpty;
|
|
1098
|
-
class ReplyMarkupGameEmpty extends _2_tl_js_1.types.
|
|
1098
|
+
class ReplyMarkupGameEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1099
1099
|
}
|
|
1100
1100
|
exports.ReplyMarkupGameEmpty = ReplyMarkupGameEmpty;
|
|
1101
|
-
class ReplyMarkupInvalid extends _2_tl_js_1.types.
|
|
1101
|
+
class ReplyMarkupInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1102
1102
|
}
|
|
1103
1103
|
exports.ReplyMarkupInvalid = ReplyMarkupInvalid;
|
|
1104
|
-
class ReplyMarkupTooLong extends _2_tl_js_1.types.
|
|
1104
|
+
class ReplyMarkupTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
1105
1105
|
}
|
|
1106
1106
|
exports.ReplyMarkupTooLong = ReplyMarkupTooLong;
|
|
1107
|
-
class ResetRequestMissing extends _2_tl_js_1.types.
|
|
1107
|
+
class ResetRequestMissing extends _2_tl_js_1.types.Rpc_error {
|
|
1108
1108
|
}
|
|
1109
1109
|
exports.ResetRequestMissing = ResetRequestMissing;
|
|
1110
|
-
class ResultsTooMuch extends _2_tl_js_1.types.
|
|
1110
|
+
class ResultsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1111
1111
|
}
|
|
1112
1112
|
exports.ResultsTooMuch = ResultsTooMuch;
|
|
1113
|
-
class ResultIdDuplicate extends _2_tl_js_1.types.
|
|
1113
|
+
class ResultIdDuplicate extends _2_tl_js_1.types.Rpc_error {
|
|
1114
1114
|
}
|
|
1115
1115
|
exports.ResultIdDuplicate = ResultIdDuplicate;
|
|
1116
|
-
class ResultIdEmpty extends _2_tl_js_1.types.
|
|
1116
|
+
class ResultIdEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1117
1117
|
}
|
|
1118
1118
|
exports.ResultIdEmpty = ResultIdEmpty;
|
|
1119
|
-
class ResultIdInvalid extends _2_tl_js_1.types.
|
|
1119
|
+
class ResultIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1120
1120
|
}
|
|
1121
1121
|
exports.ResultIdInvalid = ResultIdInvalid;
|
|
1122
|
-
class ResultTypeInvalid extends _2_tl_js_1.types.
|
|
1122
|
+
class ResultTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1123
1123
|
}
|
|
1124
1124
|
exports.ResultTypeInvalid = ResultTypeInvalid;
|
|
1125
|
-
class RevoteNotAllowed extends _2_tl_js_1.types.
|
|
1125
|
+
class RevoteNotAllowed extends _2_tl_js_1.types.Rpc_error {
|
|
1126
1126
|
}
|
|
1127
1127
|
exports.RevoteNotAllowed = RevoteNotAllowed;
|
|
1128
|
-
class RightsNotModified extends _2_tl_js_1.types.
|
|
1128
|
+
class RightsNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
1129
1129
|
}
|
|
1130
1130
|
exports.RightsNotModified = RightsNotModified;
|
|
1131
|
-
class RightForbidden extends _2_tl_js_1.types.
|
|
1131
|
+
class RightForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
1132
1132
|
}
|
|
1133
1133
|
exports.RightForbidden = RightForbidden;
|
|
1134
|
-
class RpcCallFail extends _2_tl_js_1.types.
|
|
1134
|
+
class RpcCallFail extends _2_tl_js_1.types.Rpc_error {
|
|
1135
1135
|
}
|
|
1136
1136
|
exports.RpcCallFail = RpcCallFail;
|
|
1137
|
-
class RpcMcgetFail extends _2_tl_js_1.types.
|
|
1137
|
+
class RpcMcgetFail extends _2_tl_js_1.types.Rpc_error {
|
|
1138
1138
|
}
|
|
1139
1139
|
exports.RpcMcgetFail = RpcMcgetFail;
|
|
1140
|
-
class RsaDecryptFailed extends _2_tl_js_1.types.
|
|
1140
|
+
class RsaDecryptFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1141
1141
|
}
|
|
1142
1142
|
exports.RsaDecryptFailed = RsaDecryptFailed;
|
|
1143
|
-
class ScheduleBotNotAllowed extends _2_tl_js_1.types.
|
|
1143
|
+
class ScheduleBotNotAllowed extends _2_tl_js_1.types.Rpc_error {
|
|
1144
1144
|
}
|
|
1145
1145
|
exports.ScheduleBotNotAllowed = ScheduleBotNotAllowed;
|
|
1146
|
-
class ScheduleDateInvalid extends _2_tl_js_1.types.
|
|
1146
|
+
class ScheduleDateInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1147
1147
|
}
|
|
1148
1148
|
exports.ScheduleDateInvalid = ScheduleDateInvalid;
|
|
1149
|
-
class ScheduleDateTooLate extends _2_tl_js_1.types.
|
|
1149
|
+
class ScheduleDateTooLate extends _2_tl_js_1.types.Rpc_error {
|
|
1150
1150
|
}
|
|
1151
1151
|
exports.ScheduleDateTooLate = ScheduleDateTooLate;
|
|
1152
|
-
class ScheduleStatusPrivate extends _2_tl_js_1.types.
|
|
1152
|
+
class ScheduleStatusPrivate extends _2_tl_js_1.types.Rpc_error {
|
|
1153
1153
|
}
|
|
1154
1154
|
exports.ScheduleStatusPrivate = ScheduleStatusPrivate;
|
|
1155
|
-
class ScheduleTooMuch extends _2_tl_js_1.types.
|
|
1155
|
+
class ScheduleTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1156
1156
|
}
|
|
1157
1157
|
exports.ScheduleTooMuch = ScheduleTooMuch;
|
|
1158
|
-
class ScoreInvalid extends _2_tl_js_1.types.
|
|
1158
|
+
class ScoreInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1159
1159
|
}
|
|
1160
1160
|
exports.ScoreInvalid = ScoreInvalid;
|
|
1161
|
-
class SearchQueryEmpty extends _2_tl_js_1.types.
|
|
1161
|
+
class SearchQueryEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1162
1162
|
}
|
|
1163
1163
|
exports.SearchQueryEmpty = SearchQueryEmpty;
|
|
1164
|
-
class SearchWithLinkNotSupported extends _2_tl_js_1.types.
|
|
1164
|
+
class SearchWithLinkNotSupported extends _2_tl_js_1.types.Rpc_error {
|
|
1165
1165
|
}
|
|
1166
1166
|
exports.SearchWithLinkNotSupported = SearchWithLinkNotSupported;
|
|
1167
|
-
class SecondsInvalid extends _2_tl_js_1.types.
|
|
1167
|
+
class SecondsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1168
1168
|
}
|
|
1169
1169
|
exports.SecondsInvalid = SecondsInvalid;
|
|
1170
|
-
class SendAsPeerInvalid extends _2_tl_js_1.types.
|
|
1170
|
+
class SendAsPeerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1171
1171
|
}
|
|
1172
1172
|
exports.SendAsPeerInvalid = SendAsPeerInvalid;
|
|
1173
|
-
class SendCodeUnavailable extends _2_tl_js_1.types.
|
|
1173
|
+
class SendCodeUnavailable extends _2_tl_js_1.types.Rpc_error {
|
|
1174
1174
|
}
|
|
1175
1175
|
exports.SendCodeUnavailable = SendCodeUnavailable;
|
|
1176
|
-
class SendMessageMediaInvalid extends _2_tl_js_1.types.
|
|
1176
|
+
class SendMessageMediaInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1177
1177
|
}
|
|
1178
1178
|
exports.SendMessageMediaInvalid = SendMessageMediaInvalid;
|
|
1179
|
-
class SendMessageTypeInvalid extends _2_tl_js_1.types.
|
|
1179
|
+
class SendMessageTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1180
1180
|
}
|
|
1181
1181
|
exports.SendMessageTypeInvalid = SendMessageTypeInvalid;
|
|
1182
|
-
class SensitiveChangeForbidden extends _2_tl_js_1.types.
|
|
1182
|
+
class SensitiveChangeForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
1183
1183
|
}
|
|
1184
1184
|
exports.SensitiveChangeForbidden = SensitiveChangeForbidden;
|
|
1185
|
-
class SessionExpired extends _2_tl_js_1.types.
|
|
1185
|
+
class SessionExpired extends _2_tl_js_1.types.Rpc_error {
|
|
1186
1186
|
}
|
|
1187
1187
|
exports.SessionExpired = SessionExpired;
|
|
1188
|
-
class SessionPasswordNeeded extends _2_tl_js_1.types.
|
|
1188
|
+
class SessionPasswordNeeded extends _2_tl_js_1.types.Rpc_error {
|
|
1189
1189
|
}
|
|
1190
1190
|
exports.SessionPasswordNeeded = SessionPasswordNeeded;
|
|
1191
|
-
class SessionRevoked extends _2_tl_js_1.types.
|
|
1191
|
+
class SessionRevoked extends _2_tl_js_1.types.Rpc_error {
|
|
1192
1192
|
}
|
|
1193
1193
|
exports.SessionRevoked = SessionRevoked;
|
|
1194
|
-
class SettingsInvalid extends _2_tl_js_1.types.
|
|
1194
|
+
class SettingsInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1195
1195
|
}
|
|
1196
1196
|
exports.SettingsInvalid = SettingsInvalid;
|
|
1197
|
-
class Sha256HashInvalid extends _2_tl_js_1.types.
|
|
1197
|
+
class Sha256HashInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1198
1198
|
}
|
|
1199
1199
|
exports.Sha256HashInvalid = Sha256HashInvalid;
|
|
1200
|
-
class ShortnameOccupyFailed extends _2_tl_js_1.types.
|
|
1200
|
+
class ShortnameOccupyFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1201
1201
|
}
|
|
1202
1202
|
exports.ShortnameOccupyFailed = ShortnameOccupyFailed;
|
|
1203
|
-
class ShortNameInvalid extends _2_tl_js_1.types.
|
|
1203
|
+
class ShortNameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1204
1204
|
}
|
|
1205
1205
|
exports.ShortNameInvalid = ShortNameInvalid;
|
|
1206
|
-
class ShortNameOccupied extends _2_tl_js_1.types.
|
|
1206
|
+
class ShortNameOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
1207
1207
|
}
|
|
1208
1208
|
exports.ShortNameOccupied = ShortNameOccupied;
|
|
1209
|
-
class SignInFailed extends _2_tl_js_1.types.
|
|
1209
|
+
class SignInFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1210
1210
|
}
|
|
1211
1211
|
exports.SignInFailed = SignInFailed;
|
|
1212
|
-
class SlowmodeMultiMsgsDisabled extends _2_tl_js_1.types.
|
|
1212
|
+
class SlowmodeMultiMsgsDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
1213
1213
|
}
|
|
1214
1214
|
exports.SlowmodeMultiMsgsDisabled = SlowmodeMultiMsgsDisabled;
|
|
1215
|
-
class SmsCodeCreateFailed extends _2_tl_js_1.types.
|
|
1215
|
+
class SmsCodeCreateFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1216
1216
|
}
|
|
1217
1217
|
exports.SmsCodeCreateFailed = SmsCodeCreateFailed;
|
|
1218
|
-
class SrpIdInvalid extends _2_tl_js_1.types.
|
|
1218
|
+
class SrpIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1219
1219
|
}
|
|
1220
1220
|
exports.SrpIdInvalid = SrpIdInvalid;
|
|
1221
|
-
class SrpPasswordChanged extends _2_tl_js_1.types.
|
|
1221
|
+
class SrpPasswordChanged extends _2_tl_js_1.types.Rpc_error {
|
|
1222
1222
|
}
|
|
1223
1223
|
exports.SrpPasswordChanged = SrpPasswordChanged;
|
|
1224
|
-
class StartParamEmpty extends _2_tl_js_1.types.
|
|
1224
|
+
class StartParamEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1225
1225
|
}
|
|
1226
1226
|
exports.StartParamEmpty = StartParamEmpty;
|
|
1227
|
-
class StartParamInvalid extends _2_tl_js_1.types.
|
|
1227
|
+
class StartParamInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1228
1228
|
}
|
|
1229
1229
|
exports.StartParamInvalid = StartParamInvalid;
|
|
1230
|
-
class StartParamTooLong extends _2_tl_js_1.types.
|
|
1230
|
+
class StartParamTooLong extends _2_tl_js_1.types.Rpc_error {
|
|
1231
1231
|
}
|
|
1232
1232
|
exports.StartParamTooLong = StartParamTooLong;
|
|
1233
|
-
class StickerpackStickersTooMuch extends _2_tl_js_1.types.
|
|
1233
|
+
class StickerpackStickersTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1234
1234
|
}
|
|
1235
1235
|
exports.StickerpackStickersTooMuch = StickerpackStickersTooMuch;
|
|
1236
|
-
class StickersetInvalid extends _2_tl_js_1.types.
|
|
1236
|
+
class StickersetInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1237
1237
|
}
|
|
1238
1238
|
exports.StickersetInvalid = StickersetInvalid;
|
|
1239
|
-
class StickersetOwnerAnonymous extends _2_tl_js_1.types.
|
|
1239
|
+
class StickersetOwnerAnonymous extends _2_tl_js_1.types.Rpc_error {
|
|
1240
1240
|
}
|
|
1241
1241
|
exports.StickersetOwnerAnonymous = StickersetOwnerAnonymous;
|
|
1242
|
-
class StickersEmpty extends _2_tl_js_1.types.
|
|
1242
|
+
class StickersEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1243
1243
|
}
|
|
1244
1244
|
exports.StickersEmpty = StickersEmpty;
|
|
1245
|
-
class StickersTooMuch extends _2_tl_js_1.types.
|
|
1245
|
+
class StickersTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1246
1246
|
}
|
|
1247
1247
|
exports.StickersTooMuch = StickersTooMuch;
|
|
1248
|
-
class StickerDocumentInvalid extends _2_tl_js_1.types.
|
|
1248
|
+
class StickerDocumentInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1249
1249
|
}
|
|
1250
1250
|
exports.StickerDocumentInvalid = StickerDocumentInvalid;
|
|
1251
|
-
class StickerEmojiInvalid extends _2_tl_js_1.types.
|
|
1251
|
+
class StickerEmojiInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1252
1252
|
}
|
|
1253
1253
|
exports.StickerEmojiInvalid = StickerEmojiInvalid;
|
|
1254
|
-
class StickerFileInvalid extends _2_tl_js_1.types.
|
|
1254
|
+
class StickerFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1255
1255
|
}
|
|
1256
1256
|
exports.StickerFileInvalid = StickerFileInvalid;
|
|
1257
|
-
class StickerGifDimensions extends _2_tl_js_1.types.
|
|
1257
|
+
class StickerGifDimensions extends _2_tl_js_1.types.Rpc_error {
|
|
1258
1258
|
}
|
|
1259
1259
|
exports.StickerGifDimensions = StickerGifDimensions;
|
|
1260
|
-
class StickerIdInvalid extends _2_tl_js_1.types.
|
|
1260
|
+
class StickerIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1261
1261
|
}
|
|
1262
1262
|
exports.StickerIdInvalid = StickerIdInvalid;
|
|
1263
|
-
class StickerInvalid extends _2_tl_js_1.types.
|
|
1263
|
+
class StickerInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1264
1264
|
}
|
|
1265
1265
|
exports.StickerInvalid = StickerInvalid;
|
|
1266
|
-
class StickerMimeInvalid extends _2_tl_js_1.types.
|
|
1266
|
+
class StickerMimeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1267
1267
|
}
|
|
1268
1268
|
exports.StickerMimeInvalid = StickerMimeInvalid;
|
|
1269
|
-
class StickerPngDimensions extends _2_tl_js_1.types.
|
|
1269
|
+
class StickerPngDimensions extends _2_tl_js_1.types.Rpc_error {
|
|
1270
1270
|
}
|
|
1271
1271
|
exports.StickerPngDimensions = StickerPngDimensions;
|
|
1272
|
-
class StickerPngNopng extends _2_tl_js_1.types.
|
|
1272
|
+
class StickerPngNopng extends _2_tl_js_1.types.Rpc_error {
|
|
1273
1273
|
}
|
|
1274
1274
|
exports.StickerPngNopng = StickerPngNopng;
|
|
1275
|
-
class StickerTgsNodoc extends _2_tl_js_1.types.
|
|
1275
|
+
class StickerTgsNodoc extends _2_tl_js_1.types.Rpc_error {
|
|
1276
1276
|
}
|
|
1277
1277
|
exports.StickerTgsNodoc = StickerTgsNodoc;
|
|
1278
|
-
class StickerTgsNotgs extends _2_tl_js_1.types.
|
|
1278
|
+
class StickerTgsNotgs extends _2_tl_js_1.types.Rpc_error {
|
|
1279
1279
|
}
|
|
1280
1280
|
exports.StickerTgsNotgs = StickerTgsNotgs;
|
|
1281
|
-
class StickerThumbPngNopng extends _2_tl_js_1.types.
|
|
1281
|
+
class StickerThumbPngNopng extends _2_tl_js_1.types.Rpc_error {
|
|
1282
1282
|
}
|
|
1283
1283
|
exports.StickerThumbPngNopng = StickerThumbPngNopng;
|
|
1284
|
-
class StickerThumbTgsNotgs extends _2_tl_js_1.types.
|
|
1284
|
+
class StickerThumbTgsNotgs extends _2_tl_js_1.types.Rpc_error {
|
|
1285
1285
|
}
|
|
1286
1286
|
exports.StickerThumbTgsNotgs = StickerThumbTgsNotgs;
|
|
1287
|
-
class StickerVideoBig extends _2_tl_js_1.types.
|
|
1287
|
+
class StickerVideoBig extends _2_tl_js_1.types.Rpc_error {
|
|
1288
1288
|
}
|
|
1289
1289
|
exports.StickerVideoBig = StickerVideoBig;
|
|
1290
|
-
class StickerVideoNodoc extends _2_tl_js_1.types.
|
|
1290
|
+
class StickerVideoNodoc extends _2_tl_js_1.types.Rpc_error {
|
|
1291
1291
|
}
|
|
1292
1292
|
exports.StickerVideoNodoc = StickerVideoNodoc;
|
|
1293
|
-
class StickerVideoNowebm extends _2_tl_js_1.types.
|
|
1293
|
+
class StickerVideoNowebm extends _2_tl_js_1.types.Rpc_error {
|
|
1294
1294
|
}
|
|
1295
1295
|
exports.StickerVideoNowebm = StickerVideoNowebm;
|
|
1296
|
-
class StorageCheckFailed extends _2_tl_js_1.types.
|
|
1296
|
+
class StorageCheckFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1297
1297
|
}
|
|
1298
1298
|
exports.StorageCheckFailed = StorageCheckFailed;
|
|
1299
|
-
class StoreInvalidScalarType extends _2_tl_js_1.types.
|
|
1299
|
+
class StoreInvalidScalarType extends _2_tl_js_1.types.Rpc_error {
|
|
1300
1300
|
}
|
|
1301
1301
|
exports.StoreInvalidScalarType = StoreInvalidScalarType;
|
|
1302
|
-
class SwitchPmTextEmpty extends _2_tl_js_1.types.
|
|
1302
|
+
class SwitchPmTextEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1303
1303
|
}
|
|
1304
1304
|
exports.SwitchPmTextEmpty = SwitchPmTextEmpty;
|
|
1305
|
-
class TakeoutInvalid extends _2_tl_js_1.types.
|
|
1305
|
+
class TakeoutInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1306
1306
|
}
|
|
1307
1307
|
exports.TakeoutInvalid = TakeoutInvalid;
|
|
1308
|
-
class TakeoutRequired extends _2_tl_js_1.types.
|
|
1308
|
+
class TakeoutRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1309
1309
|
}
|
|
1310
1310
|
exports.TakeoutRequired = TakeoutRequired;
|
|
1311
|
-
class TempAuthKeyAlreadyBound extends _2_tl_js_1.types.
|
|
1311
|
+
class TempAuthKeyAlreadyBound extends _2_tl_js_1.types.Rpc_error {
|
|
1312
1312
|
}
|
|
1313
1313
|
exports.TempAuthKeyAlreadyBound = TempAuthKeyAlreadyBound;
|
|
1314
|
-
class TempAuthKeyEmpty extends _2_tl_js_1.types.
|
|
1314
|
+
class TempAuthKeyEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1315
1315
|
}
|
|
1316
1316
|
exports.TempAuthKeyEmpty = TempAuthKeyEmpty;
|
|
1317
|
-
class ThemeFileInvalid extends _2_tl_js_1.types.
|
|
1317
|
+
class ThemeFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1318
1318
|
}
|
|
1319
1319
|
exports.ThemeFileInvalid = ThemeFileInvalid;
|
|
1320
|
-
class ThemeFormatInvalid extends _2_tl_js_1.types.
|
|
1320
|
+
class ThemeFormatInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1321
1321
|
}
|
|
1322
1322
|
exports.ThemeFormatInvalid = ThemeFormatInvalid;
|
|
1323
|
-
class ThemeInvalid extends _2_tl_js_1.types.
|
|
1323
|
+
class ThemeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1324
1324
|
}
|
|
1325
1325
|
exports.ThemeInvalid = ThemeInvalid;
|
|
1326
|
-
class ThemeMimeInvalid extends _2_tl_js_1.types.
|
|
1326
|
+
class ThemeMimeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1327
1327
|
}
|
|
1328
1328
|
exports.ThemeMimeInvalid = ThemeMimeInvalid;
|
|
1329
|
-
class ThemeTitleInvalid extends _2_tl_js_1.types.
|
|
1329
|
+
class ThemeTitleInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1330
1330
|
}
|
|
1331
1331
|
exports.ThemeTitleInvalid = ThemeTitleInvalid;
|
|
1332
|
-
class Timeout extends _2_tl_js_1.types.
|
|
1332
|
+
class Timeout extends _2_tl_js_1.types.Rpc_error {
|
|
1333
1333
|
}
|
|
1334
1334
|
exports.Timeout = Timeout;
|
|
1335
|
-
class TitleInvalid extends _2_tl_js_1.types.
|
|
1335
|
+
class TitleInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1336
1336
|
}
|
|
1337
1337
|
exports.TitleInvalid = TitleInvalid;
|
|
1338
|
-
class TmpPasswordDisabled extends _2_tl_js_1.types.
|
|
1338
|
+
class TmpPasswordDisabled extends _2_tl_js_1.types.Rpc_error {
|
|
1339
1339
|
}
|
|
1340
1340
|
exports.TmpPasswordDisabled = TmpPasswordDisabled;
|
|
1341
|
-
class TmpPasswordInvalid extends _2_tl_js_1.types.
|
|
1341
|
+
class TmpPasswordInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1342
1342
|
}
|
|
1343
1343
|
exports.TmpPasswordInvalid = TmpPasswordInvalid;
|
|
1344
|
-
class TokenInvalid extends _2_tl_js_1.types.
|
|
1344
|
+
class TokenInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1345
1345
|
}
|
|
1346
1346
|
exports.TokenInvalid = TokenInvalid;
|
|
1347
|
-
class TopicDeleted extends _2_tl_js_1.types.
|
|
1347
|
+
class TopicDeleted extends _2_tl_js_1.types.Rpc_error {
|
|
1348
1348
|
}
|
|
1349
1349
|
exports.TopicDeleted = TopicDeleted;
|
|
1350
|
-
class ToLangInvalid extends _2_tl_js_1.types.
|
|
1350
|
+
class ToLangInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1351
1351
|
}
|
|
1352
1352
|
exports.ToLangInvalid = ToLangInvalid;
|
|
1353
|
-
class TtlDaysInvalid extends _2_tl_js_1.types.
|
|
1353
|
+
class TtlDaysInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1354
1354
|
}
|
|
1355
1355
|
exports.TtlDaysInvalid = TtlDaysInvalid;
|
|
1356
|
-
class TtlMediaInvalid extends _2_tl_js_1.types.
|
|
1356
|
+
class TtlMediaInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1357
1357
|
}
|
|
1358
1358
|
exports.TtlMediaInvalid = TtlMediaInvalid;
|
|
1359
|
-
class TtlPeriodInvalid extends _2_tl_js_1.types.
|
|
1359
|
+
class TtlPeriodInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1360
1360
|
}
|
|
1361
1361
|
exports.TtlPeriodInvalid = TtlPeriodInvalid;
|
|
1362
|
-
class TypesEmpty extends _2_tl_js_1.types.
|
|
1362
|
+
class TypesEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1363
1363
|
}
|
|
1364
1364
|
exports.TypesEmpty = TypesEmpty;
|
|
1365
|
-
class TypeConstructorInvalid extends _2_tl_js_1.types.
|
|
1365
|
+
class TypeConstructorInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1366
1366
|
}
|
|
1367
1367
|
exports.TypeConstructorInvalid = TypeConstructorInvalid;
|
|
1368
|
-
class Timedout extends _2_tl_js_1.types.
|
|
1368
|
+
class Timedout extends _2_tl_js_1.types.Rpc_error {
|
|
1369
1369
|
}
|
|
1370
1370
|
exports.Timedout = Timedout;
|
|
1371
|
-
class UnknownError extends _2_tl_js_1.types.
|
|
1371
|
+
class UnknownError extends _2_tl_js_1.types.Rpc_error {
|
|
1372
1372
|
}
|
|
1373
1373
|
exports.UnknownError = UnknownError;
|
|
1374
|
-
class UnknownMethod extends _2_tl_js_1.types.
|
|
1374
|
+
class UnknownMethod extends _2_tl_js_1.types.Rpc_error {
|
|
1375
1375
|
}
|
|
1376
1376
|
exports.UnknownMethod = UnknownMethod;
|
|
1377
|
-
class UntilDateInvalid extends _2_tl_js_1.types.
|
|
1377
|
+
class UntilDateInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1378
1378
|
}
|
|
1379
1379
|
exports.UntilDateInvalid = UntilDateInvalid;
|
|
1380
|
-
class UpdateAppToLogin extends _2_tl_js_1.types.
|
|
1380
|
+
class UpdateAppToLogin extends _2_tl_js_1.types.Rpc_error {
|
|
1381
1381
|
}
|
|
1382
1382
|
exports.UpdateAppToLogin = UpdateAppToLogin;
|
|
1383
|
-
class UrlInvalid extends _2_tl_js_1.types.
|
|
1383
|
+
class UrlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1384
1384
|
}
|
|
1385
1385
|
exports.UrlInvalid = UrlInvalid;
|
|
1386
|
-
class UsageLimitInvalid extends _2_tl_js_1.types.
|
|
1386
|
+
class UsageLimitInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1387
1387
|
}
|
|
1388
1388
|
exports.UsageLimitInvalid = UsageLimitInvalid;
|
|
1389
|
-
class UsernameInvalid extends _2_tl_js_1.types.
|
|
1389
|
+
class UsernameInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1390
1390
|
}
|
|
1391
1391
|
exports.UsernameInvalid = UsernameInvalid;
|
|
1392
|
-
class UsernameNotModified extends _2_tl_js_1.types.
|
|
1392
|
+
class UsernameNotModified extends _2_tl_js_1.types.Rpc_error {
|
|
1393
1393
|
}
|
|
1394
1394
|
exports.UsernameNotModified = UsernameNotModified;
|
|
1395
|
-
class UsernameNotOccupied extends _2_tl_js_1.types.
|
|
1395
|
+
class UsernameNotOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
1396
1396
|
}
|
|
1397
1397
|
exports.UsernameNotOccupied = UsernameNotOccupied;
|
|
1398
|
-
class UsernameOccupied extends _2_tl_js_1.types.
|
|
1398
|
+
class UsernameOccupied extends _2_tl_js_1.types.Rpc_error {
|
|
1399
1399
|
}
|
|
1400
1400
|
exports.UsernameOccupied = UsernameOccupied;
|
|
1401
|
-
class UsernamePurchaseAvailable extends _2_tl_js_1.types.
|
|
1401
|
+
class UsernamePurchaseAvailable extends _2_tl_js_1.types.Rpc_error {
|
|
1402
1402
|
}
|
|
1403
1403
|
exports.UsernamePurchaseAvailable = UsernamePurchaseAvailable;
|
|
1404
|
-
class UserpicPrivacyRequired extends _2_tl_js_1.types.
|
|
1404
|
+
class UserpicPrivacyRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1405
1405
|
}
|
|
1406
1406
|
exports.UserpicPrivacyRequired = UserpicPrivacyRequired;
|
|
1407
|
-
class UserpicUploadRequired extends _2_tl_js_1.types.
|
|
1407
|
+
class UserpicUploadRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1408
1408
|
}
|
|
1409
1409
|
exports.UserpicUploadRequired = UserpicUploadRequired;
|
|
1410
|
-
class UsersTooFew extends _2_tl_js_1.types.
|
|
1410
|
+
class UsersTooFew extends _2_tl_js_1.types.Rpc_error {
|
|
1411
1411
|
}
|
|
1412
1412
|
exports.UsersTooFew = UsersTooFew;
|
|
1413
|
-
class UsersTooMuch extends _2_tl_js_1.types.
|
|
1413
|
+
class UsersTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1414
1414
|
}
|
|
1415
1415
|
exports.UsersTooMuch = UsersTooMuch;
|
|
1416
|
-
class UserAdminInvalid extends _2_tl_js_1.types.
|
|
1416
|
+
class UserAdminInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1417
1417
|
}
|
|
1418
1418
|
exports.UserAdminInvalid = UserAdminInvalid;
|
|
1419
|
-
class UserAlreadyInvited extends _2_tl_js_1.types.
|
|
1419
|
+
class UserAlreadyInvited extends _2_tl_js_1.types.Rpc_error {
|
|
1420
1420
|
}
|
|
1421
1421
|
exports.UserAlreadyInvited = UserAlreadyInvited;
|
|
1422
|
-
class UserAlreadyParticipant extends _2_tl_js_1.types.
|
|
1422
|
+
class UserAlreadyParticipant extends _2_tl_js_1.types.Rpc_error {
|
|
1423
1423
|
}
|
|
1424
1424
|
exports.UserAlreadyParticipant = UserAlreadyParticipant;
|
|
1425
|
-
class UserBannedInChannel extends _2_tl_js_1.types.
|
|
1425
|
+
class UserBannedInChannel extends _2_tl_js_1.types.Rpc_error {
|
|
1426
1426
|
}
|
|
1427
1427
|
exports.UserBannedInChannel = UserBannedInChannel;
|
|
1428
|
-
class UserBlocked extends _2_tl_js_1.types.
|
|
1428
|
+
class UserBlocked extends _2_tl_js_1.types.Rpc_error {
|
|
1429
1429
|
}
|
|
1430
1430
|
exports.UserBlocked = UserBlocked;
|
|
1431
|
-
class UserBot extends _2_tl_js_1.types.
|
|
1431
|
+
class UserBot extends _2_tl_js_1.types.Rpc_error {
|
|
1432
1432
|
}
|
|
1433
1433
|
exports.UserBot = UserBot;
|
|
1434
|
-
class UserBotInvalid extends _2_tl_js_1.types.
|
|
1434
|
+
class UserBotInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1435
1435
|
}
|
|
1436
1436
|
exports.UserBotInvalid = UserBotInvalid;
|
|
1437
|
-
class UserBotRequired extends _2_tl_js_1.types.
|
|
1437
|
+
class UserBotRequired extends _2_tl_js_1.types.Rpc_error {
|
|
1438
1438
|
}
|
|
1439
1439
|
exports.UserBotRequired = UserBotRequired;
|
|
1440
|
-
class UserChannelsTooMuch extends _2_tl_js_1.types.
|
|
1440
|
+
class UserChannelsTooMuch extends _2_tl_js_1.types.Rpc_error {
|
|
1441
1441
|
}
|
|
1442
1442
|
exports.UserChannelsTooMuch = UserChannelsTooMuch;
|
|
1443
|
-
class UserCreator extends _2_tl_js_1.types.
|
|
1443
|
+
class UserCreator extends _2_tl_js_1.types.Rpc_error {
|
|
1444
1444
|
}
|
|
1445
1445
|
exports.UserCreator = UserCreator;
|
|
1446
|
-
class UserDeactivated extends _2_tl_js_1.types.
|
|
1446
|
+
class UserDeactivated extends _2_tl_js_1.types.Rpc_error {
|
|
1447
1447
|
}
|
|
1448
1448
|
exports.UserDeactivated = UserDeactivated;
|
|
1449
|
-
class UserDeactivatedBan extends _2_tl_js_1.types.
|
|
1449
|
+
class UserDeactivatedBan extends _2_tl_js_1.types.Rpc_error {
|
|
1450
1450
|
}
|
|
1451
1451
|
exports.UserDeactivatedBan = UserDeactivatedBan;
|
|
1452
|
-
class UserDeleted extends _2_tl_js_1.types.
|
|
1452
|
+
class UserDeleted extends _2_tl_js_1.types.Rpc_error {
|
|
1453
1453
|
}
|
|
1454
1454
|
exports.UserDeleted = UserDeleted;
|
|
1455
|
-
class UserIdInvalid extends _2_tl_js_1.types.
|
|
1455
|
+
class UserIdInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1456
1456
|
}
|
|
1457
1457
|
exports.UserIdInvalid = UserIdInvalid;
|
|
1458
|
-
class UserInvalid extends _2_tl_js_1.types.
|
|
1458
|
+
class UserInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1459
1459
|
}
|
|
1460
1460
|
exports.UserInvalid = UserInvalid;
|
|
1461
|
-
class UserIsBlocked extends _2_tl_js_1.types.
|
|
1461
|
+
class UserIsBlocked extends _2_tl_js_1.types.Rpc_error {
|
|
1462
1462
|
}
|
|
1463
1463
|
exports.UserIsBlocked = UserIsBlocked;
|
|
1464
|
-
class UserIsBot extends _2_tl_js_1.types.
|
|
1464
|
+
class UserIsBot extends _2_tl_js_1.types.Rpc_error {
|
|
1465
1465
|
}
|
|
1466
1466
|
exports.UserIsBot = UserIsBot;
|
|
1467
|
-
class UserKicked extends _2_tl_js_1.types.
|
|
1467
|
+
class UserKicked extends _2_tl_js_1.types.Rpc_error {
|
|
1468
1468
|
}
|
|
1469
1469
|
exports.UserKicked = UserKicked;
|
|
1470
|
-
class UserNotMutualContact extends _2_tl_js_1.types.
|
|
1470
|
+
class UserNotMutualContact extends _2_tl_js_1.types.Rpc_error {
|
|
1471
1471
|
}
|
|
1472
1472
|
exports.UserNotMutualContact = UserNotMutualContact;
|
|
1473
|
-
class UserNotParticipant extends _2_tl_js_1.types.
|
|
1473
|
+
class UserNotParticipant extends _2_tl_js_1.types.Rpc_error {
|
|
1474
1474
|
}
|
|
1475
1475
|
exports.UserNotParticipant = UserNotParticipant;
|
|
1476
|
-
class UserPrivacyRestricted extends _2_tl_js_1.types.
|
|
1476
|
+
class UserPrivacyRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
1477
1477
|
}
|
|
1478
1478
|
exports.UserPrivacyRestricted = UserPrivacyRestricted;
|
|
1479
|
-
class UserRestricted extends _2_tl_js_1.types.
|
|
1479
|
+
class UserRestricted extends _2_tl_js_1.types.Rpc_error {
|
|
1480
1480
|
}
|
|
1481
1481
|
exports.UserRestricted = UserRestricted;
|
|
1482
|
-
class UserVolumeInvalid extends _2_tl_js_1.types.
|
|
1482
|
+
class UserVolumeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1483
1483
|
}
|
|
1484
1484
|
exports.UserVolumeInvalid = UserVolumeInvalid;
|
|
1485
|
-
class VideoContentTypeInvalid extends _2_tl_js_1.types.
|
|
1485
|
+
class VideoContentTypeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1486
1486
|
}
|
|
1487
1487
|
exports.VideoContentTypeInvalid = VideoContentTypeInvalid;
|
|
1488
|
-
class VideoFileInvalid extends _2_tl_js_1.types.
|
|
1488
|
+
class VideoFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1489
1489
|
}
|
|
1490
1490
|
exports.VideoFileInvalid = VideoFileInvalid;
|
|
1491
|
-
class VideoTitleEmpty extends _2_tl_js_1.types.
|
|
1491
|
+
class VideoTitleEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1492
1492
|
}
|
|
1493
1493
|
exports.VideoTitleEmpty = VideoTitleEmpty;
|
|
1494
|
-
class VoiceMessagesForbidden extends _2_tl_js_1.types.
|
|
1494
|
+
class VoiceMessagesForbidden extends _2_tl_js_1.types.Rpc_error {
|
|
1495
1495
|
}
|
|
1496
1496
|
exports.VoiceMessagesForbidden = VoiceMessagesForbidden;
|
|
1497
|
-
class WallpaperFileInvalid extends _2_tl_js_1.types.
|
|
1497
|
+
class WallpaperFileInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1498
1498
|
}
|
|
1499
1499
|
exports.WallpaperFileInvalid = WallpaperFileInvalid;
|
|
1500
|
-
class WallpaperInvalid extends _2_tl_js_1.types.
|
|
1500
|
+
class WallpaperInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1501
1501
|
}
|
|
1502
1502
|
exports.WallpaperInvalid = WallpaperInvalid;
|
|
1503
|
-
class WallpaperMimeInvalid extends _2_tl_js_1.types.
|
|
1503
|
+
class WallpaperMimeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1504
1504
|
}
|
|
1505
1505
|
exports.WallpaperMimeInvalid = WallpaperMimeInvalid;
|
|
1506
|
-
class WcConvertUrlInvalid extends _2_tl_js_1.types.
|
|
1506
|
+
class WcConvertUrlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1507
1507
|
}
|
|
1508
1508
|
exports.WcConvertUrlInvalid = WcConvertUrlInvalid;
|
|
1509
|
-
class WebdocumentInvalid extends _2_tl_js_1.types.
|
|
1509
|
+
class WebdocumentInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1510
1510
|
}
|
|
1511
1511
|
exports.WebdocumentInvalid = WebdocumentInvalid;
|
|
1512
|
-
class WebdocumentMimeInvalid extends _2_tl_js_1.types.
|
|
1512
|
+
class WebdocumentMimeInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1513
1513
|
}
|
|
1514
1514
|
exports.WebdocumentMimeInvalid = WebdocumentMimeInvalid;
|
|
1515
|
-
class WebdocumentSizeTooBig extends _2_tl_js_1.types.
|
|
1515
|
+
class WebdocumentSizeTooBig extends _2_tl_js_1.types.Rpc_error {
|
|
1516
1516
|
}
|
|
1517
1517
|
exports.WebdocumentSizeTooBig = WebdocumentSizeTooBig;
|
|
1518
|
-
class WebdocumentUrlInvalid extends _2_tl_js_1.types.
|
|
1518
|
+
class WebdocumentUrlInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1519
1519
|
}
|
|
1520
1520
|
exports.WebdocumentUrlInvalid = WebdocumentUrlInvalid;
|
|
1521
|
-
class WebpageCurlFailed extends _2_tl_js_1.types.
|
|
1521
|
+
class WebpageCurlFailed extends _2_tl_js_1.types.Rpc_error {
|
|
1522
1522
|
}
|
|
1523
1523
|
exports.WebpageCurlFailed = WebpageCurlFailed;
|
|
1524
|
-
class WebpageMediaEmpty extends _2_tl_js_1.types.
|
|
1524
|
+
class WebpageMediaEmpty extends _2_tl_js_1.types.Rpc_error {
|
|
1525
1525
|
}
|
|
1526
1526
|
exports.WebpageMediaEmpty = WebpageMediaEmpty;
|
|
1527
|
-
class WebpushAuthInvalid extends _2_tl_js_1.types.
|
|
1527
|
+
class WebpushAuthInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1528
1528
|
}
|
|
1529
1529
|
exports.WebpushAuthInvalid = WebpushAuthInvalid;
|
|
1530
|
-
class WebpushKeyInvalid extends _2_tl_js_1.types.
|
|
1530
|
+
class WebpushKeyInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1531
1531
|
}
|
|
1532
1532
|
exports.WebpushKeyInvalid = WebpushKeyInvalid;
|
|
1533
|
-
class WebpushTokenInvalid extends _2_tl_js_1.types.
|
|
1533
|
+
class WebpushTokenInvalid extends _2_tl_js_1.types.Rpc_error {
|
|
1534
1534
|
}
|
|
1535
1535
|
exports.WebpushTokenInvalid = WebpushTokenInvalid;
|
|
1536
|
-
class WorkerBusyTooLongRetry extends _2_tl_js_1.types.
|
|
1536
|
+
class WorkerBusyTooLongRetry extends _2_tl_js_1.types.Rpc_error {
|
|
1537
1537
|
}
|
|
1538
1538
|
exports.WorkerBusyTooLongRetry = WorkerBusyTooLongRetry;
|
|
1539
|
-
class YouBlockedUser extends _2_tl_js_1.types.
|
|
1539
|
+
class YouBlockedUser extends _2_tl_js_1.types.Rpc_error {
|
|
1540
1540
|
}
|
|
1541
1541
|
exports.YouBlockedUser = YouBlockedUser;
|
|
1542
1542
|
exports.map = {
|