@mtkruto/node 0.1.708 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/0_deps.d.ts +7 -5
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +8 -7
- package/esm/2_tl.d.ts +7 -8
- package/esm/2_tl.d.ts.map +1 -1
- package/esm/2_tl.js +7 -8
- package/esm/3_errors.d.ts +519 -515
- package/esm/3_errors.d.ts.map +1 -1
- package/esm/3_errors.js +527 -512
- package/esm/3_transport.d.ts +1 -0
- package/esm/3_transport.d.ts.map +1 -1
- package/esm/3_transport.js +1 -0
- package/esm/4_errors.d.ts +7 -7
- package/esm/4_errors.d.ts.map +1 -1
- package/esm/4_errors.js +5 -5
- package/esm/client/0_client_abstract.d.ts +1 -21
- package/esm/client/0_client_abstract.d.ts.map +1 -1
- package/esm/client/0_client_abstract.js +17 -15
- package/esm/client/0_message.d.ts +3 -3
- package/esm/client/0_message.d.ts.map +1 -1
- package/esm/client/0_message.js +4 -20
- package/esm/client/0_params.d.ts +1 -3
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/0_password.d.ts +2 -2
- package/esm/client/0_password.d.ts.map +1 -1
- package/esm/client/0_password.js +3 -8
- package/esm/client/0_storage_operations.d.ts +23 -23
- package/esm/client/0_storage_operations.d.ts.map +1 -1
- package/esm/client/0_storage_operations.js +13 -12
- package/esm/client/0_utilities.d.ts.map +1 -1
- package/esm/client/0_utilities.js +13 -10
- package/esm/client/1_client_encrypted.d.ts +3 -5
- package/esm/client/1_client_encrypted.d.ts.map +1 -1
- package/esm/client/1_client_encrypted.js +51 -35
- package/esm/client/1_client_plain.d.ts +2 -2
- package/esm/client/1_client_plain.d.ts.map +1 -1
- package/esm/client/1_client_plain.js +27 -19
- package/esm/client/1_types.d.ts +9 -22
- package/esm/client/1_types.d.ts.map +1 -1
- package/esm/client/2_account_manager.d.ts +2 -2
- package/esm/client/2_account_manager.js +16 -16
- package/esm/client/2_bot_info_manager.d.ts.map +1 -1
- package/esm/client/2_bot_info_manager.js +7 -6
- package/esm/client/2_business_connection_manager.d.ts +3 -3
- package/esm/client/2_business_connection_manager.d.ts.map +1 -1
- package/esm/client/2_business_connection_manager.js +6 -5
- package/esm/client/2_file_manager.d.ts +5 -4
- package/esm/client/2_file_manager.d.ts.map +1 -1
- package/esm/client/2_file_manager.js +40 -23
- package/esm/client/2_reaction_manager.d.ts +3 -3
- package/esm/client/2_reaction_manager.d.ts.map +1 -1
- package/esm/client/2_reaction_manager.js +16 -10
- package/esm/client/2_update_manager.d.ts +11 -11
- package/esm/client/2_update_manager.d.ts.map +1 -1
- package/esm/client/2_update_manager.js +162 -160
- package/esm/client/3_message_manager.d.ts +11 -12
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +205 -474
- package/esm/client/3_video_chat_manager.d.ts +3 -3
- package/esm/client/3_video_chat_manager.d.ts.map +1 -1
- package/esm/client/3_video_chat_manager.js +26 -36
- package/esm/client/4_callback_query_manager.d.ts +3 -3
- package/esm/client/4_callback_query_manager.d.ts.map +1 -1
- package/esm/client/4_callback_query_manager.js +5 -16
- package/esm/client/4_chat_list_manager.d.ts +5 -4
- package/esm/client/4_chat_list_manager.d.ts.map +1 -1
- package/esm/client/4_chat_list_manager.js +56 -34
- package/esm/client/4_inline_query_manager.d.ts +3 -3
- package/esm/client/4_inline_query_manager.d.ts.map +1 -1
- package/esm/client/4_inline_query_manager.js +6 -15
- package/esm/client/4_story_manager.d.ts +3 -3
- package/esm/client/4_story_manager.d.ts.map +1 -1
- package/esm/client/4_story_manager.js +15 -32
- package/esm/client/5_client.d.ts +10 -12
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +68 -117
- package/esm/connection/1_connection_tcp.d.ts +34 -0
- package/esm/connection/1_connection_tcp.d.ts.map +1 -0
- package/esm/connection/1_connection_tcp.js +169 -0
- package/esm/connection/1_connection_web_socket.d.ts +1 -2
- package/esm/connection/1_connection_web_socket.d.ts.map +1 -1
- package/esm/connection/1_connection_web_socket.js +47 -65
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +41 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +47 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +23 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +55 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +31 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +489 -0
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/format.js +24 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/internal/mod.js +11 -0
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts +3 -0
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/_constants.js +4 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +86 -0
- package/esm/deps/deno.land/std@0.224.0/io/types.d.ts +95 -0
- package/esm/deps/deno.land/std@0.224.0/io/types.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts +39 -0
- package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/io/write_all.js +49 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/_interface.js +3 -0
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/mod.js +60 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +45 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +253 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +3 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +3 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +13 -0
- package/esm/mod.d.ts +0 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +0 -1
- package/esm/tl/0_api.d.ts +14813 -0
- package/esm/tl/0_api.d.ts.map +1 -0
- package/esm/tl/0_api.js +23222 -0
- package/esm/tl/1_utilities.d.ts +32 -0
- package/esm/tl/1_utilities.d.ts.map +1 -0
- package/esm/tl/1_utilities.js +65 -0
- package/esm/tl/1_utilities_test.d.ts.map +1 -0
- package/esm/tl/2_deserialize.d.ts +23 -0
- package/esm/tl/2_deserialize.d.ts.map +1 -0
- package/esm/tl/2_deserialize.js +95 -0
- package/esm/tl/2_serialize.d.ts +22 -0
- package/esm/tl/2_serialize.d.ts.map +1 -0
- package/esm/tl/2_serialize.js +160 -0
- package/esm/tl/2_serialize_test.d.ts.map +1 -0
- package/esm/tl/3_tl_reader.d.ts +26 -0
- package/esm/tl/3_tl_reader.d.ts.map +1 -0
- package/esm/tl/3_tl_reader.js +49 -0
- package/esm/tl/3_utilities.d.ts +5 -5
- package/esm/tl/3_utilities.d.ts.map +1 -1
- package/esm/tl/3_utilities.js +9 -10
- package/esm/tl/4_rpc_result.d.ts +27 -0
- package/esm/tl/4_rpc_result.d.ts.map +1 -0
- package/esm/tl/4_rpc_result.js +28 -0
- package/esm/tl/4_tl_writer.d.ts +25 -0
- package/esm/tl/4_tl_writer.d.ts.map +1 -0
- package/esm/tl/4_tl_writer.js +45 -0
- package/esm/tl/5_message.d.ts +39 -0
- package/esm/tl/5_message.d.ts.map +1 -0
- package/esm/tl/5_message.js +98 -0
- package/esm/tl/5_message_test.d.ts.map +1 -0
- package/esm/transport/3_transport_provider_tcp.d.ts +14 -0
- package/esm/transport/3_transport_provider_tcp.d.ts.map +1 -0
- package/esm/transport/3_transport_provider_tcp.js +15 -0
- package/esm/types/0_birthday.d.ts +2 -2
- package/esm/types/0_birthday.d.ts.map +1 -1
- package/esm/types/0_callback_query_answer.d.ts +2 -2
- package/esm/types/0_callback_query_answer.d.ts.map +1 -1
- package/esm/types/0_callback_query_question.d.ts +3 -0
- package/esm/types/0_callback_query_question.d.ts.map +1 -1
- package/esm/types/0_chat_administrator_rights.d.ts +3 -3
- package/esm/types/0_chat_administrator_rights.d.ts.map +1 -1
- package/esm/types/0_chat_administrator_rights.js +1 -11
- package/esm/types/0_chat_member_rights.d.ts +3 -3
- package/esm/types/0_chat_member_rights.d.ts.map +1 -1
- package/esm/types/0_chat_member_rights.js +3 -3
- package/esm/types/0_chat_photo.d.ts +5 -13
- package/esm/types/0_chat_photo.d.ts.map +1 -1
- package/esm/types/0_chat_photo.js +4 -3
- package/esm/types/0_contact.d.ts +2 -2
- package/esm/types/0_contact.d.ts.map +1 -1
- package/esm/types/0_dice.d.ts +2 -2
- package/esm/types/0_dice.d.ts.map +1 -1
- package/esm/types/0_giveaway_parameters.d.ts +2 -2
- package/esm/types/0_giveaway_parameters.d.ts.map +1 -1
- package/esm/types/0_giveaway_parameters.js +3 -3
- package/esm/types/0_link_preview.d.ts +2 -2
- package/esm/types/0_link_preview.d.ts.map +1 -1
- package/esm/types/0_live_stream_channel.d.ts +2 -2
- package/esm/types/0_live_stream_channel.d.ts.map +1 -1
- package/esm/types/0_location.d.ts +2 -2
- package/esm/types/0_location.d.ts.map +1 -1
- package/esm/types/0_location.js +5 -5
- package/esm/types/0_mask_position.d.ts +2 -2
- package/esm/types/0_mask_position.d.ts.map +1 -1
- package/esm/types/0_message_entity.d.ts +22 -3
- package/esm/types/0_message_entity.d.ts.map +1 -1
- package/esm/types/0_message_entity.js +42 -42
- package/esm/types/0_message_search_filter.d.ts +2 -2
- package/esm/types/0_message_search_filter.d.ts.map +1 -1
- package/esm/types/0_message_search_filter.js +14 -15
- package/esm/types/0_opening_hours.d.ts +2 -2
- package/esm/types/0_opening_hours.d.ts.map +1 -1
- package/esm/types/0_poll_option.d.ts +2 -2
- package/esm/types/0_poll_option.d.ts.map +1 -1
- package/esm/types/0_reaction.d.ts +3 -3
- package/esm/types/0_reaction.d.ts.map +1 -1
- package/esm/types/0_reaction.js +4 -4
- package/esm/types/0_restriction_reason.d.ts +2 -2
- package/esm/types/0_restriction_reason.d.ts.map +1 -1
- package/esm/types/0_thumbnail.d.ts +2 -2
- package/esm/types/0_thumbnail.d.ts.map +1 -1
- package/esm/types/0_thumbnail.js +3 -3
- package/esm/types/0_video_chat.d.ts +5 -2
- package/esm/types/0_video_chat.d.ts.map +1 -1
- package/esm/types/0_video_chat.js +5 -2
- package/esm/types/0_voice.d.ts +2 -2
- package/esm/types/0_voice.d.ts.map +1 -1
- package/esm/types/1_animation.d.ts +2 -2
- package/esm/types/1_animation.d.ts.map +1 -1
- package/esm/types/1_animation.js +2 -2
- package/esm/types/1_audio.d.ts +2 -2
- package/esm/types/1_audio.d.ts.map +1 -1
- package/esm/types/1_audio.js +2 -2
- package/esm/types/1_bot_command_scope.d.ts +9 -2
- package/esm/types/1_bot_command_scope.d.ts.map +1 -1
- package/esm/types/1_bot_command_scope.js +9 -9
- package/esm/types/1_chat_p.d.ts +9 -5
- package/esm/types/1_chat_p.d.ts.map +1 -1
- package/esm/types/1_chat_p.js +6 -6
- package/esm/types/1_document.d.ts +2 -2
- package/esm/types/1_document.d.ts.map +1 -1
- package/esm/types/1_document.js +2 -2
- package/esm/types/1_giveaway.d.ts +2 -2
- package/esm/types/1_giveaway.d.ts.map +1 -1
- package/esm/types/1_input_story_content.d.ts +2 -0
- package/esm/types/1_input_story_content.d.ts.map +1 -1
- package/esm/types/1_keyboard_button.d.ts +3 -3
- package/esm/types/1_keyboard_button.d.ts.map +1 -1
- package/esm/types/1_keyboard_button.js +18 -45
- package/esm/types/1_message_content.d.ts +6 -1
- package/esm/types/1_message_content.d.ts.map +1 -1
- package/esm/types/1_message_reaction.d.ts +2 -2
- package/esm/types/1_message_reaction.d.ts.map +1 -1
- package/esm/types/1_message_reaction.js +5 -5
- package/esm/types/1_photo.d.ts +5 -5
- package/esm/types/1_photo.d.ts.map +1 -1
- package/esm/types/1_photo.js +4 -4
- package/esm/types/1_poll.d.ts +2 -2
- package/esm/types/1_poll.d.ts.map +1 -1
- package/esm/types/1_reaction_count.d.ts +2 -2
- package/esm/types/1_reaction_count.d.ts.map +1 -1
- package/esm/types/1_reply_quote.d.ts +2 -2
- package/esm/types/1_reply_quote.d.ts.map +1 -1
- package/esm/types/1_sticker.d.ts +3 -3
- package/esm/types/1_sticker.d.ts.map +1 -1
- package/esm/types/1_sticker.js +9 -9
- package/esm/types/1_story_privacy.d.ts +7 -3
- package/esm/types/1_story_privacy.d.ts.map +1 -1
- package/esm/types/1_story_privacy.js +14 -14
- package/esm/types/1_story_reaction.d.ts +2 -2
- package/esm/types/1_story_reaction.d.ts.map +1 -1
- package/esm/types/1_user.d.ts +4 -4
- package/esm/types/1_user.d.ts.map +1 -1
- package/esm/types/1_user.js +2 -2
- package/esm/types/1_venue.d.ts +2 -2
- package/esm/types/1_venue.d.ts.map +1 -1
- package/esm/types/1_venue.js +2 -2
- package/esm/types/1_video.d.ts +2 -2
- package/esm/types/1_video.d.ts.map +1 -1
- package/esm/types/1_video.js +2 -2
- package/esm/types/1_video_note.d.ts +2 -2
- package/esm/types/1_video_note.d.ts.map +1 -1
- package/esm/types/1_video_note.js +2 -2
- package/esm/types/2_business_connection.d.ts +2 -2
- package/esm/types/2_business_connection.d.ts.map +1 -1
- package/esm/types/2_business_connection.js +1 -2
- package/esm/types/2_chat.d.ts +2 -2
- package/esm/types/2_chat.d.ts.map +1 -1
- package/esm/types/2_chat.js +11 -11
- package/esm/types/2_chat_member.d.ts +9 -9
- package/esm/types/2_chat_member.d.ts.map +1 -1
- package/esm/types/2_chat_member.js +10 -10
- package/esm/types/2_chosen_inline_result.d.ts +2 -2
- package/esm/types/2_chosen_inline_result.d.ts.map +1 -1
- package/esm/types/2_chosen_inline_result.js +5 -5
- package/esm/types/2_game.d.ts +2 -2
- package/esm/types/2_game.d.ts.map +1 -1
- package/esm/types/2_game.js +4 -4
- package/esm/types/2_inactive_chat.d.ts +2 -2
- package/esm/types/2_inactive_chat.d.ts.map +1 -1
- package/esm/types/2_inactive_chat.js +2 -2
- package/esm/types/2_inline_keyboard_button.d.ts +11 -3
- package/esm/types/2_inline_keyboard_button.d.ts.map +1 -1
- package/esm/types/2_inline_keyboard_button.js +15 -21
- package/esm/types/2_inline_query.d.ts +2 -2
- package/esm/types/2_inline_query.d.ts.map +1 -1
- package/esm/types/2_inline_query.js +8 -8
- package/esm/types/2_invite_link.d.ts +2 -2
- package/esm/types/2_invite_link.d.ts.map +1 -1
- package/esm/types/2_invite_link.js +1 -2
- package/esm/types/2_message_reaction_count.d.ts +2 -2
- package/esm/types/2_message_reaction_count.d.ts.map +1 -1
- package/esm/types/2_message_reactions.d.ts +2 -2
- package/esm/types/2_message_reactions.d.ts.map +1 -1
- package/esm/types/2_message_reactions.js +2 -2
- package/esm/types/2_story_content.d.ts +5 -2
- package/esm/types/2_story_content.d.ts.map +1 -1
- package/esm/types/2_story_content.js +6 -6
- package/esm/types/2_story_interactions.d.ts +2 -2
- package/esm/types/2_story_interactions.d.ts.map +1 -1
- package/esm/types/2_story_interactive_area.d.ts +3 -3
- package/esm/types/2_story_interactive_area.d.ts.map +1 -1
- package/esm/types/2_story_interactive_area.js +19 -29
- package/esm/types/3_chat_member_updated.d.ts +2 -2
- package/esm/types/3_chat_member_updated.d.ts.map +1 -1
- package/esm/types/3_chat_member_updated.js +7 -7
- package/esm/types/3_reply_markup.d.ts +13 -5
- package/esm/types/3_reply_markup.d.ts.map +1 -1
- package/esm/types/3_reply_markup.js +12 -22
- package/esm/types/3_story.d.ts +2 -2
- package/esm/types/3_story.d.ts.map +1 -1
- package/esm/types/4_inline_query_result.d.ts +38 -5
- package/esm/types/4_inline_query_result.d.ts.map +1 -1
- package/esm/types/4_inline_query_result.js +59 -165
- package/esm/types/4_message.d.ts +118 -28
- package/esm/types/4_message.d.ts.map +1 -1
- package/esm/types/4_message.js +69 -60
- package/esm/types/5_callback_query.d.ts +3 -3
- package/esm/types/5_callback_query.d.ts.map +1 -1
- package/esm/types/5_callback_query.js +5 -5
- package/esm/types/5_chat_list_item.d.ts +3 -3
- package/esm/types/5_chat_list_item.d.ts.map +1 -1
- package/esm/types/5_chat_list_item.js +2 -2
- package/esm/types/5_inline_query_answer.d.ts +2 -2
- package/esm/types/5_inline_query_answer.d.ts.map +1 -1
- package/esm/types/6_update.d.ts +55 -12
- package/esm/types/6_update.d.ts.map +1 -1
- package/esm/types/_file_id.d.ts +2 -2
- package/esm/types/_file_id.d.ts.map +1 -1
- package/esm/types/_file_id.js +4 -4
- package/esm/types/_getters.d.ts +7 -7
- package/esm/types/_getters.d.ts.map +1 -1
- package/esm/utilities/1_misc.d.ts +1 -1
- package/esm/utilities/1_misc.d.ts.map +1 -1
- package/esm/utilities/1_misc.js +4 -2
- package/package.json +1 -1
- package/script/0_deps.d.ts +7 -5
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +11 -8
- package/script/2_tl.d.ts +7 -8
- package/script/2_tl.d.ts.map +1 -1
- package/script/2_tl.js +20 -11
- package/script/3_errors.d.ts +519 -515
- package/script/3_errors.d.ts.map +1 -1
- package/script/3_errors.js +543 -514
- package/script/3_transport.d.ts +1 -0
- package/script/3_transport.d.ts.map +1 -1
- package/script/3_transport.js +1 -0
- package/script/4_errors.d.ts +7 -7
- package/script/4_errors.d.ts.map +1 -1
- package/script/4_errors.js +6 -6
- package/script/client/0_client_abstract.d.ts +1 -21
- package/script/client/0_client_abstract.d.ts.map +1 -1
- package/script/client/0_client_abstract.js +41 -16
- package/script/client/0_message.d.ts +3 -3
- package/script/client/0_message.d.ts.map +1 -1
- package/script/client/0_message.js +3 -19
- package/script/client/0_params.d.ts +1 -3
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/0_password.d.ts +2 -2
- package/script/client/0_password.d.ts.map +1 -1
- package/script/client/0_password.js +2 -7
- package/script/client/0_storage_operations.d.ts +23 -23
- package/script/client/0_storage_operations.d.ts.map +1 -1
- package/script/client/0_storage_operations.js +12 -11
- package/script/client/0_utilities.d.ts.map +1 -1
- package/script/client/0_utilities.js +12 -9
- package/script/client/1_client_encrypted.d.ts +3 -5
- package/script/client/1_client_encrypted.d.ts.map +1 -1
- package/script/client/1_client_encrypted.js +49 -33
- package/script/client/1_client_plain.d.ts +2 -2
- package/script/client/1_client_plain.d.ts.map +1 -1
- package/script/client/1_client_plain.js +25 -17
- package/script/client/1_types.d.ts +9 -22
- package/script/client/1_types.d.ts.map +1 -1
- package/script/client/2_account_manager.d.ts +2 -2
- package/script/client/2_account_manager.js +15 -15
- package/script/client/2_bot_info_manager.d.ts.map +1 -1
- package/script/client/2_bot_info_manager.js +7 -6
- package/script/client/2_business_connection_manager.d.ts +3 -3
- package/script/client/2_business_connection_manager.d.ts.map +1 -1
- package/script/client/2_business_connection_manager.js +5 -4
- package/script/client/2_file_manager.d.ts +5 -4
- package/script/client/2_file_manager.d.ts.map +1 -1
- package/script/client/2_file_manager.js +39 -22
- package/script/client/2_reaction_manager.d.ts +3 -3
- package/script/client/2_reaction_manager.d.ts.map +1 -1
- package/script/client/2_reaction_manager.js +15 -9
- package/script/client/2_update_manager.d.ts +11 -11
- package/script/client/2_update_manager.d.ts.map +1 -1
- package/script/client/2_update_manager.js +161 -159
- package/script/client/3_message_manager.d.ts +11 -12
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +204 -473
- package/script/client/3_video_chat_manager.d.ts +3 -3
- package/script/client/3_video_chat_manager.d.ts.map +1 -1
- package/script/client/3_video_chat_manager.js +25 -35
- package/script/client/4_callback_query_manager.d.ts +3 -3
- package/script/client/4_callback_query_manager.d.ts.map +1 -1
- package/script/client/4_callback_query_manager.js +4 -15
- package/script/client/4_chat_list_manager.d.ts +5 -4
- package/script/client/4_chat_list_manager.d.ts.map +1 -1
- package/script/client/4_chat_list_manager.js +54 -32
- package/script/client/4_inline_query_manager.d.ts +3 -3
- package/script/client/4_inline_query_manager.d.ts.map +1 -1
- package/script/client/4_inline_query_manager.js +5 -14
- package/script/client/4_story_manager.d.ts +3 -3
- package/script/client/4_story_manager.d.ts.map +1 -1
- package/script/client/4_story_manager.js +14 -31
- package/script/client/5_client.d.ts +10 -12
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +67 -116
- package/script/connection/1_connection_tcp.d.ts +34 -0
- package/script/connection/1_connection_tcp.d.ts.map +1 -0
- package/script/connection/1_connection_tcp.js +196 -0
- package/script/connection/1_connection_web_socket.d.ts +1 -2
- package/script/connection/1_connection_web_socket.d.ts.map +1 -1
- package/script/connection/1_connection_web_socket.js +47 -65
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +45 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +51 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +28 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +27 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +59 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/bytes/concat.js +35 -0
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/fmt/colors.js +564 -0
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/format.js +51 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/internal/mod.js +27 -0
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts +3 -0
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/_constants.js +7 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +91 -0
- package/script/deps/deno.land/std@0.224.0/io/types.d.ts +95 -0
- package/script/deps/deno.land/std@0.224.0/io/types.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts +39 -0
- package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/io/write_all.js +54 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/_interface.js +4 -0
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/mod.js +89 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +45 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +280 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +3 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +5 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +3 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +40 -0
- package/script/mod.d.ts +0 -1
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +0 -1
- package/script/tl/0_api.d.ts +14813 -0
- package/script/tl/0_api.d.ts.map +1 -0
- package/script/tl/0_api.js +23248 -0
- package/script/tl/1_utilities.d.ts +32 -0
- package/script/tl/1_utilities.d.ts.map +1 -0
- package/script/tl/1_utilities.js +76 -0
- package/script/tl/1_utilities_test.d.ts.map +1 -0
- package/script/tl/2_deserialize.d.ts +23 -0
- package/script/tl/2_deserialize.d.ts.map +1 -0
- package/script/tl/2_deserialize.js +99 -0
- package/script/tl/2_serialize.d.ts +22 -0
- package/script/tl/2_serialize.d.ts.map +1 -0
- package/script/tl/2_serialize.js +164 -0
- package/script/tl/2_serialize_test.d.ts.map +1 -0
- package/script/tl/3_tl_reader.d.ts +26 -0
- package/script/tl/3_tl_reader.d.ts.map +1 -0
- package/script/tl/3_tl_reader.js +53 -0
- package/script/tl/3_utilities.d.ts +5 -5
- package/script/tl/3_utilities.d.ts.map +1 -1
- package/script/tl/3_utilities.js +9 -10
- package/script/tl/4_rpc_result.d.ts +27 -0
- package/script/tl/4_rpc_result.d.ts.map +1 -0
- package/script/tl/4_rpc_result.js +32 -0
- package/script/tl/4_tl_writer.d.ts +25 -0
- package/script/tl/4_tl_writer.d.ts.map +1 -0
- package/script/tl/4_tl_writer.js +49 -0
- package/script/tl/5_message.d.ts +39 -0
- package/script/tl/5_message.d.ts.map +1 -0
- package/script/tl/5_message.js +106 -0
- package/script/tl/5_message_test.d.ts.map +1 -0
- package/script/transport/3_transport_provider_tcp.d.ts +14 -0
- package/script/transport/3_transport_provider_tcp.d.ts.map +1 -0
- package/script/transport/3_transport_provider_tcp.js +19 -0
- package/script/types/0_birthday.d.ts +2 -2
- package/script/types/0_birthday.d.ts.map +1 -1
- package/script/types/0_callback_query_answer.d.ts +2 -2
- package/script/types/0_callback_query_answer.d.ts.map +1 -1
- package/script/types/0_callback_query_question.d.ts +3 -0
- package/script/types/0_callback_query_question.d.ts.map +1 -1
- package/script/types/0_chat_administrator_rights.d.ts +3 -3
- package/script/types/0_chat_administrator_rights.d.ts.map +1 -1
- package/script/types/0_chat_administrator_rights.js +1 -11
- package/script/types/0_chat_member_rights.d.ts +3 -3
- package/script/types/0_chat_member_rights.d.ts.map +1 -1
- package/script/types/0_chat_member_rights.js +3 -3
- package/script/types/0_chat_photo.d.ts +5 -13
- package/script/types/0_chat_photo.d.ts.map +1 -1
- package/script/types/0_chat_photo.js +3 -2
- package/script/types/0_contact.d.ts +2 -2
- package/script/types/0_contact.d.ts.map +1 -1
- package/script/types/0_dice.d.ts +2 -2
- package/script/types/0_dice.d.ts.map +1 -1
- package/script/types/0_giveaway_parameters.d.ts +2 -2
- package/script/types/0_giveaway_parameters.d.ts.map +1 -1
- package/script/types/0_giveaway_parameters.js +2 -2
- package/script/types/0_link_preview.d.ts +2 -2
- package/script/types/0_link_preview.d.ts.map +1 -1
- package/script/types/0_live_stream_channel.d.ts +2 -2
- package/script/types/0_live_stream_channel.d.ts.map +1 -1
- package/script/types/0_location.d.ts +2 -2
- package/script/types/0_location.d.ts.map +1 -1
- package/script/types/0_location.js +4 -4
- package/script/types/0_mask_position.d.ts +2 -2
- package/script/types/0_mask_position.d.ts.map +1 -1
- package/script/types/0_message_entity.d.ts +22 -3
- package/script/types/0_message_entity.d.ts.map +1 -1
- package/script/types/0_message_entity.js +41 -41
- package/script/types/0_message_search_filter.d.ts +2 -2
- package/script/types/0_message_search_filter.d.ts.map +1 -1
- package/script/types/0_message_search_filter.js +14 -15
- package/script/types/0_opening_hours.d.ts +2 -2
- package/script/types/0_opening_hours.d.ts.map +1 -1
- package/script/types/0_poll_option.d.ts +2 -2
- package/script/types/0_poll_option.d.ts.map +1 -1
- package/script/types/0_reaction.d.ts +3 -3
- package/script/types/0_reaction.d.ts.map +1 -1
- package/script/types/0_reaction.js +3 -3
- package/script/types/0_restriction_reason.d.ts +2 -2
- package/script/types/0_restriction_reason.d.ts.map +1 -1
- package/script/types/0_thumbnail.d.ts +2 -2
- package/script/types/0_thumbnail.d.ts.map +1 -1
- package/script/types/0_thumbnail.js +2 -2
- package/script/types/0_video_chat.d.ts +5 -2
- package/script/types/0_video_chat.d.ts.map +1 -1
- package/script/types/0_video_chat.js +4 -1
- package/script/types/0_voice.d.ts +2 -2
- package/script/types/0_voice.d.ts.map +1 -1
- package/script/types/1_animation.d.ts +2 -2
- package/script/types/1_animation.d.ts.map +1 -1
- package/script/types/1_animation.js +1 -1
- package/script/types/1_audio.d.ts +2 -2
- package/script/types/1_audio.d.ts.map +1 -1
- package/script/types/1_audio.js +1 -1
- package/script/types/1_bot_command_scope.d.ts +9 -2
- package/script/types/1_bot_command_scope.d.ts.map +1 -1
- package/script/types/1_bot_command_scope.js +8 -8
- package/script/types/1_chat_p.d.ts +9 -5
- package/script/types/1_chat_p.d.ts.map +1 -1
- package/script/types/1_chat_p.js +5 -5
- package/script/types/1_document.d.ts +2 -2
- package/script/types/1_document.d.ts.map +1 -1
- package/script/types/1_document.js +1 -1
- package/script/types/1_giveaway.d.ts +2 -2
- package/script/types/1_giveaway.d.ts.map +1 -1
- package/script/types/1_input_story_content.d.ts +2 -0
- package/script/types/1_input_story_content.d.ts.map +1 -1
- package/script/types/1_keyboard_button.d.ts +3 -3
- package/script/types/1_keyboard_button.d.ts.map +1 -1
- package/script/types/1_keyboard_button.js +17 -44
- package/script/types/1_message_content.d.ts +6 -1
- package/script/types/1_message_content.d.ts.map +1 -1
- package/script/types/1_message_reaction.d.ts +2 -2
- package/script/types/1_message_reaction.d.ts.map +1 -1
- package/script/types/1_message_reaction.js +4 -4
- package/script/types/1_photo.d.ts +5 -5
- package/script/types/1_photo.d.ts.map +1 -1
- package/script/types/1_photo.js +3 -3
- package/script/types/1_poll.d.ts +2 -2
- package/script/types/1_poll.d.ts.map +1 -1
- package/script/types/1_reaction_count.d.ts +2 -2
- package/script/types/1_reaction_count.d.ts.map +1 -1
- package/script/types/1_reply_quote.d.ts +2 -2
- package/script/types/1_reply_quote.d.ts.map +1 -1
- package/script/types/1_sticker.d.ts +3 -3
- package/script/types/1_sticker.d.ts.map +1 -1
- package/script/types/1_sticker.js +8 -8
- package/script/types/1_story_privacy.d.ts +7 -3
- package/script/types/1_story_privacy.d.ts.map +1 -1
- package/script/types/1_story_privacy.js +13 -13
- package/script/types/1_story_reaction.d.ts +2 -2
- package/script/types/1_story_reaction.d.ts.map +1 -1
- package/script/types/1_user.d.ts +4 -4
- package/script/types/1_user.d.ts.map +1 -1
- package/script/types/1_user.js +1 -1
- package/script/types/1_venue.d.ts +2 -2
- package/script/types/1_venue.d.ts.map +1 -1
- package/script/types/1_venue.js +1 -1
- package/script/types/1_video.d.ts +2 -2
- package/script/types/1_video.d.ts.map +1 -1
- package/script/types/1_video.js +1 -1
- package/script/types/1_video_note.d.ts +2 -2
- package/script/types/1_video_note.d.ts.map +1 -1
- package/script/types/1_video_note.js +1 -1
- package/script/types/2_business_connection.d.ts +2 -2
- package/script/types/2_business_connection.d.ts.map +1 -1
- package/script/types/2_business_connection.js +1 -2
- package/script/types/2_chat.d.ts +2 -2
- package/script/types/2_chat.d.ts.map +1 -1
- package/script/types/2_chat.js +10 -10
- package/script/types/2_chat_member.d.ts +9 -9
- package/script/types/2_chat_member.d.ts.map +1 -1
- package/script/types/2_chat_member.js +9 -9
- package/script/types/2_chosen_inline_result.d.ts +2 -2
- package/script/types/2_chosen_inline_result.d.ts.map +1 -1
- package/script/types/2_chosen_inline_result.js +4 -4
- package/script/types/2_game.d.ts +2 -2
- package/script/types/2_game.d.ts.map +1 -1
- package/script/types/2_game.js +3 -3
- package/script/types/2_inactive_chat.d.ts +2 -2
- package/script/types/2_inactive_chat.d.ts.map +1 -1
- package/script/types/2_inactive_chat.js +1 -1
- package/script/types/2_inline_keyboard_button.d.ts +11 -3
- package/script/types/2_inline_keyboard_button.d.ts.map +1 -1
- package/script/types/2_inline_keyboard_button.js +14 -20
- package/script/types/2_inline_query.d.ts +2 -2
- package/script/types/2_inline_query.d.ts.map +1 -1
- package/script/types/2_inline_query.js +7 -7
- package/script/types/2_invite_link.d.ts +2 -2
- package/script/types/2_invite_link.d.ts.map +1 -1
- package/script/types/2_invite_link.js +1 -2
- package/script/types/2_message_reaction_count.d.ts +2 -2
- package/script/types/2_message_reaction_count.d.ts.map +1 -1
- package/script/types/2_message_reactions.d.ts +2 -2
- package/script/types/2_message_reactions.d.ts.map +1 -1
- package/script/types/2_message_reactions.js +1 -1
- package/script/types/2_story_content.d.ts +5 -2
- package/script/types/2_story_content.d.ts.map +1 -1
- package/script/types/2_story_content.js +5 -5
- package/script/types/2_story_interactions.d.ts +2 -2
- package/script/types/2_story_interactions.d.ts.map +1 -1
- package/script/types/2_story_interactive_area.d.ts +3 -3
- package/script/types/2_story_interactive_area.d.ts.map +1 -1
- package/script/types/2_story_interactive_area.js +18 -28
- package/script/types/3_chat_member_updated.d.ts +2 -2
- package/script/types/3_chat_member_updated.d.ts.map +1 -1
- package/script/types/3_chat_member_updated.js +6 -6
- package/script/types/3_reply_markup.d.ts +13 -5
- package/script/types/3_reply_markup.d.ts.map +1 -1
- package/script/types/3_reply_markup.js +11 -21
- package/script/types/3_story.d.ts +2 -2
- package/script/types/3_story.d.ts.map +1 -1
- package/script/types/4_inline_query_result.d.ts +38 -5
- package/script/types/4_inline_query_result.d.ts.map +1 -1
- package/script/types/4_inline_query_result.js +58 -164
- package/script/types/4_message.d.ts +118 -28
- package/script/types/4_message.d.ts.map +1 -1
- package/script/types/4_message.js +68 -59
- package/script/types/5_callback_query.d.ts +3 -3
- package/script/types/5_callback_query.d.ts.map +1 -1
- package/script/types/5_callback_query.js +4 -4
- package/script/types/5_chat_list_item.d.ts +3 -3
- package/script/types/5_chat_list_item.d.ts.map +1 -1
- package/script/types/5_chat_list_item.js +1 -1
- package/script/types/5_inline_query_answer.d.ts +2 -2
- package/script/types/5_inline_query_answer.d.ts.map +1 -1
- package/script/types/6_update.d.ts +55 -12
- package/script/types/6_update.d.ts.map +1 -1
- package/script/types/_file_id.d.ts +2 -2
- package/script/types/_file_id.d.ts.map +1 -1
- package/script/types/_file_id.js +3 -3
- package/script/types/_getters.d.ts +7 -7
- package/script/types/_getters.d.ts.map +1 -1
- package/script/utilities/1_misc.d.ts +1 -1
- package/script/utilities/1_misc.d.ts.map +1 -1
- package/script/utilities/1_misc.js +4 -2
- package/esm/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
- package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
- package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/_format.js +0 -25
- package/esm/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -41
- package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -48
- package/esm/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -24
- package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -23
- package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -23
- package/esm/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -56
- package/esm/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
- package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/bytes/concat.js +0 -27
- package/esm/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
- package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/fmt/colors.js +0 -489
- package/esm/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
- package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/mod.js +0 -60
- package/esm/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
- package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
- package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
- package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/tl/1_tl_object.d.ts +0 -64
- package/esm/tl/1_tl_object.d.ts.map +0 -1
- package/esm/tl/1_tl_object.js +0 -221
- package/esm/tl/1_tl_object_test.d.ts.map +0 -1
- package/esm/tl/2_types.d.ts +0 -28060
- package/esm/tl/2_types.d.ts.map +0 -1
- package/esm/tl/2_types.js +0 -68685
- package/esm/tl/2_types_test.d.ts.map +0 -1
- package/esm/tl/3_deserialize.d.ts +0 -23
- package/esm/tl/3_deserialize.d.ts.map +0 -1
- package/esm/tl/3_deserialize.js +0 -96
- package/esm/tl/3_functions.d.ts +0 -14094
- package/esm/tl/3_functions.d.ts.map +0 -1
- package/esm/tl/3_functions.js +0 -28475
- package/esm/tl/3_functions_test.d.ts.map +0 -1
- package/esm/tl/4_tl_reader.d.ts +0 -26
- package/esm/tl/4_tl_reader.d.ts.map +0 -1
- package/esm/tl/4_tl_reader.js +0 -49
- package/esm/tl/5_tl_writer.d.ts +0 -25
- package/esm/tl/5_tl_writer.d.ts.map +0 -1
- package/esm/tl/5_tl_writer.js +0 -45
- package/esm/tl/6_rpc_result.d.ts +0 -30
- package/esm/tl/6_rpc_result.d.ts.map +0 -1
- package/esm/tl/6_rpc_result.js +0 -49
- package/esm/tl/7_message.d.ts +0 -32
- package/esm/tl/7_message.d.ts.map +0 -1
- package/esm/tl/7_message.js +0 -90
- package/esm/tl/7_message_test.d.ts.map +0 -1
- package/esm/tl/8_message_container.d.ts +0 -32
- package/esm/tl/8_message_container.d.ts.map +0 -1
- package/esm/tl/8_message_container.js +0 -72
- package/script/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
- package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
- package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/_format.js +0 -52
- package/script/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -45
- package/script/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -52
- package/script/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -28
- package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -27
- package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -27
- package/script/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -60
- package/script/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
- package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/bytes/concat.js +0 -31
- package/script/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
- package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/fmt/colors.js +0 -564
- package/script/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
- package/script/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/mod.js +0 -89
- package/script/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
- package/script/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
- package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
- package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/tl/1_tl_object.d.ts +0 -64
- package/script/tl/1_tl_object.d.ts.map +0 -1
- package/script/tl/1_tl_object.js +0 -228
- package/script/tl/1_tl_object_test.d.ts.map +0 -1
- package/script/tl/2_types.d.ts +0 -28060
- package/script/tl/2_types.d.ts.map +0 -1
- package/script/tl/2_types.js +0 -70558
- package/script/tl/2_types_test.d.ts.map +0 -1
- package/script/tl/3_deserialize.d.ts +0 -23
- package/script/tl/3_deserialize.d.ts.map +0 -1
- package/script/tl/3_deserialize.js +0 -100
- package/script/tl/3_functions.d.ts +0 -14094
- package/script/tl/3_functions.d.ts.map +0 -1
- package/script/tl/3_functions.js +0 -29121
- package/script/tl/3_functions_test.d.ts.map +0 -1
- package/script/tl/4_tl_reader.d.ts +0 -26
- package/script/tl/4_tl_reader.d.ts.map +0 -1
- package/script/tl/4_tl_reader.js +0 -53
- package/script/tl/5_tl_writer.d.ts +0 -25
- package/script/tl/5_tl_writer.d.ts.map +0 -1
- package/script/tl/5_tl_writer.js +0 -49
- package/script/tl/6_rpc_result.d.ts +0 -30
- package/script/tl/6_rpc_result.d.ts.map +0 -1
- package/script/tl/6_rpc_result.js +0 -53
- package/script/tl/7_message.d.ts +0 -32
- package/script/tl/7_message.d.ts.map +0 -1
- package/script/tl/7_message.js +0 -95
- package/script/tl/7_message_test.d.ts.map +0 -1
- package/script/tl/8_message_container.d.ts +0 -32
- package/script/tl/8_message_container.d.ts.map +0 -1
- package/script/tl/8_message_container.js +0 -76
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
- /package/esm/deps/deno.land/{std@0.223.0/path/_interface.js → std@0.224.0/io/types.js} +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
- /package/script/deps/deno.land/{std@0.223.0/path/_interface.js → std@0.224.0/io/types.js} +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
package/esm/3_errors.js
CHANGED
|
@@ -17,1036 +17,1051 @@
|
|
|
17
17
|
* You should have received a copy of the GNU Lesser General Public License
|
|
18
18
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
19
|
*/
|
|
20
|
-
import {
|
|
21
|
-
export
|
|
20
|
+
import { MtkrutoError } from "./0_errors.js";
|
|
21
|
+
export * from "./0_errors.js";
|
|
22
|
+
export class TelegramError extends MtkrutoError {
|
|
22
23
|
constructor(params) {
|
|
23
|
-
super(params);
|
|
24
|
+
super(`${params.error_code}: ${params.error_message} (${params.call._})`);
|
|
24
25
|
Object.defineProperty(this, "call", {
|
|
25
26
|
enumerable: true,
|
|
26
27
|
configurable: true,
|
|
27
28
|
writable: true,
|
|
28
29
|
value: void 0
|
|
29
30
|
});
|
|
31
|
+
Object.defineProperty(this, "errorCode", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
configurable: true,
|
|
34
|
+
writable: true,
|
|
35
|
+
value: void 0
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(this, "errorMessage", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
configurable: true,
|
|
40
|
+
writable: true,
|
|
41
|
+
value: void 0
|
|
42
|
+
});
|
|
43
|
+
this.errorCode = params.error_code;
|
|
44
|
+
this.errorMessage = params.error_message;
|
|
30
45
|
this.call = params.call;
|
|
31
46
|
}
|
|
32
47
|
}
|
|
33
|
-
export class AboutTooLong extends
|
|
48
|
+
export class AboutTooLong extends TelegramError {
|
|
34
49
|
}
|
|
35
|
-
export class AccessTokenExpired extends
|
|
50
|
+
export class AccessTokenExpired extends TelegramError {
|
|
36
51
|
}
|
|
37
|
-
export class AccessTokenInvalid extends
|
|
52
|
+
export class AccessTokenInvalid extends TelegramError {
|
|
38
53
|
}
|
|
39
|
-
export class ActiveUserRequired extends
|
|
54
|
+
export class ActiveUserRequired extends TelegramError {
|
|
40
55
|
}
|
|
41
|
-
export class AdminsTooMuch extends
|
|
56
|
+
export class AdminsTooMuch extends TelegramError {
|
|
42
57
|
}
|
|
43
|
-
export class AdminIdInvalid extends
|
|
58
|
+
export class AdminIdInvalid extends TelegramError {
|
|
44
59
|
}
|
|
45
|
-
export class AdminRankEmojiNotAllowed extends
|
|
60
|
+
export class AdminRankEmojiNotAllowed extends TelegramError {
|
|
46
61
|
}
|
|
47
|
-
export class AdminRankInvalid extends
|
|
62
|
+
export class AdminRankInvalid extends TelegramError {
|
|
48
63
|
}
|
|
49
|
-
export class AlbumPhotosTooMany extends
|
|
64
|
+
export class AlbumPhotosTooMany extends TelegramError {
|
|
50
65
|
}
|
|
51
|
-
export class ApiIdInvalid extends
|
|
66
|
+
export class ApiIdInvalid extends TelegramError {
|
|
52
67
|
}
|
|
53
|
-
export class ApiIdPublishedFlood extends
|
|
68
|
+
export class ApiIdPublishedFlood extends TelegramError {
|
|
54
69
|
}
|
|
55
|
-
export class ArticleTitleEmpty extends
|
|
70
|
+
export class ArticleTitleEmpty extends TelegramError {
|
|
56
71
|
}
|
|
57
|
-
export class AudioContentUrlEmpty extends
|
|
72
|
+
export class AudioContentUrlEmpty extends TelegramError {
|
|
58
73
|
}
|
|
59
|
-
export class AudioTitleEmpty extends
|
|
74
|
+
export class AudioTitleEmpty extends TelegramError {
|
|
60
75
|
}
|
|
61
|
-
export class AuthBytesInvalid extends
|
|
76
|
+
export class AuthBytesInvalid extends TelegramError {
|
|
62
77
|
}
|
|
63
|
-
export class AuthKeyDuplicated extends
|
|
78
|
+
export class AuthKeyDuplicated extends TelegramError {
|
|
64
79
|
}
|
|
65
|
-
export class AuthKeyInvalid extends
|
|
80
|
+
export class AuthKeyInvalid extends TelegramError {
|
|
66
81
|
}
|
|
67
|
-
export class AuthKeyPermEmpty extends
|
|
82
|
+
export class AuthKeyPermEmpty extends TelegramError {
|
|
68
83
|
}
|
|
69
|
-
export class AuthKeyUnregistered extends
|
|
84
|
+
export class AuthKeyUnregistered extends TelegramError {
|
|
70
85
|
}
|
|
71
|
-
export class AuthRestart extends
|
|
86
|
+
export class AuthRestart extends TelegramError {
|
|
72
87
|
}
|
|
73
|
-
export class AuthTokenAlreadyAccepted extends
|
|
88
|
+
export class AuthTokenAlreadyAccepted extends TelegramError {
|
|
74
89
|
}
|
|
75
|
-
export class AuthTokenException extends
|
|
90
|
+
export class AuthTokenException extends TelegramError {
|
|
76
91
|
}
|
|
77
|
-
export class AuthTokenExpired extends
|
|
92
|
+
export class AuthTokenExpired extends TelegramError {
|
|
78
93
|
}
|
|
79
|
-
export class AuthTokenInvalid extends
|
|
94
|
+
export class AuthTokenInvalid extends TelegramError {
|
|
80
95
|
}
|
|
81
|
-
export class AutoarchiveNotAvailable extends
|
|
96
|
+
export class AutoarchiveNotAvailable extends TelegramError {
|
|
82
97
|
}
|
|
83
|
-
export class BankCardNumberInvalid extends
|
|
98
|
+
export class BankCardNumberInvalid extends TelegramError {
|
|
84
99
|
}
|
|
85
|
-
export class BannedRightsInvalid extends
|
|
100
|
+
export class BannedRightsInvalid extends TelegramError {
|
|
86
101
|
}
|
|
87
|
-
export class BasePortLocInvalid extends
|
|
102
|
+
export class BasePortLocInvalid extends TelegramError {
|
|
88
103
|
}
|
|
89
|
-
export class BotsTooMuch extends
|
|
104
|
+
export class BotsTooMuch extends TelegramError {
|
|
90
105
|
}
|
|
91
|
-
export class BotChannelsNa extends
|
|
106
|
+
export class BotChannelsNa extends TelegramError {
|
|
92
107
|
}
|
|
93
|
-
export class BotCommandDescriptionInvalid extends
|
|
108
|
+
export class BotCommandDescriptionInvalid extends TelegramError {
|
|
94
109
|
}
|
|
95
|
-
export class BotCommandInvalid extends
|
|
110
|
+
export class BotCommandInvalid extends TelegramError {
|
|
96
111
|
}
|
|
97
|
-
export class BotDomainInvalid extends
|
|
112
|
+
export class BotDomainInvalid extends TelegramError {
|
|
98
113
|
}
|
|
99
|
-
export class BotGamesDisabled extends
|
|
114
|
+
export class BotGamesDisabled extends TelegramError {
|
|
100
115
|
}
|
|
101
|
-
export class BotGroupsBlocked extends
|
|
116
|
+
export class BotGroupsBlocked extends TelegramError {
|
|
102
117
|
}
|
|
103
|
-
export class BotInlineDisabled extends
|
|
118
|
+
export class BotInlineDisabled extends TelegramError {
|
|
104
119
|
}
|
|
105
|
-
export class BotInvalid extends
|
|
120
|
+
export class BotInvalid extends TelegramError {
|
|
106
121
|
}
|
|
107
|
-
export class BotMethodInvalid extends
|
|
122
|
+
export class BotMethodInvalid extends TelegramError {
|
|
108
123
|
}
|
|
109
|
-
export class BotMissing extends
|
|
124
|
+
export class BotMissing extends TelegramError {
|
|
110
125
|
}
|
|
111
|
-
export class BotOnesideNotAvail extends
|
|
126
|
+
export class BotOnesideNotAvail extends TelegramError {
|
|
112
127
|
}
|
|
113
|
-
export class BotPaymentsDisabled extends
|
|
128
|
+
export class BotPaymentsDisabled extends TelegramError {
|
|
114
129
|
}
|
|
115
|
-
export class BotPollsDisabled extends
|
|
130
|
+
export class BotPollsDisabled extends TelegramError {
|
|
116
131
|
}
|
|
117
|
-
export class BotResponseTimeout extends
|
|
132
|
+
export class BotResponseTimeout extends TelegramError {
|
|
118
133
|
}
|
|
119
|
-
export class BotScoreNotModified extends
|
|
134
|
+
export class BotScoreNotModified extends TelegramError {
|
|
120
135
|
}
|
|
121
|
-
export class BroadcastCallsDisabled extends
|
|
136
|
+
export class BroadcastCallsDisabled extends TelegramError {
|
|
122
137
|
}
|
|
123
|
-
export class BroadcastForbidden extends
|
|
138
|
+
export class BroadcastForbidden extends TelegramError {
|
|
124
139
|
}
|
|
125
|
-
export class BroadcastIdInvalid extends
|
|
140
|
+
export class BroadcastIdInvalid extends TelegramError {
|
|
126
141
|
}
|
|
127
|
-
export class BroadcastPublicVotersForbidden extends
|
|
142
|
+
export class BroadcastPublicVotersForbidden extends TelegramError {
|
|
128
143
|
}
|
|
129
|
-
export class BroadcastRequired extends
|
|
144
|
+
export class BroadcastRequired extends TelegramError {
|
|
130
145
|
}
|
|
131
|
-
export class ButtonDataInvalid extends
|
|
146
|
+
export class ButtonDataInvalid extends TelegramError {
|
|
132
147
|
}
|
|
133
|
-
export class ButtonTextInvalid extends
|
|
148
|
+
export class ButtonTextInvalid extends TelegramError {
|
|
134
149
|
}
|
|
135
|
-
export class ButtonTypeInvalid extends
|
|
150
|
+
export class ButtonTypeInvalid extends TelegramError {
|
|
136
151
|
}
|
|
137
|
-
export class ButtonUrlInvalid extends
|
|
152
|
+
export class ButtonUrlInvalid extends TelegramError {
|
|
138
153
|
}
|
|
139
|
-
export class ButtonUserPrivacyRestricted extends
|
|
154
|
+
export class ButtonUserPrivacyRestricted extends TelegramError {
|
|
140
155
|
}
|
|
141
|
-
export class CallAlreadyAccepted extends
|
|
156
|
+
export class CallAlreadyAccepted extends TelegramError {
|
|
142
157
|
}
|
|
143
|
-
export class CallAlreadyDeclined extends
|
|
158
|
+
export class CallAlreadyDeclined extends TelegramError {
|
|
144
159
|
}
|
|
145
|
-
export class CallOccupyFailed extends
|
|
160
|
+
export class CallOccupyFailed extends TelegramError {
|
|
146
161
|
}
|
|
147
|
-
export class CallPeerInvalid extends
|
|
162
|
+
export class CallPeerInvalid extends TelegramError {
|
|
148
163
|
}
|
|
149
|
-
export class CallProtocolFlagsInvalid extends
|
|
164
|
+
export class CallProtocolFlagsInvalid extends TelegramError {
|
|
150
165
|
}
|
|
151
|
-
export class CdnMethodInvalid extends
|
|
166
|
+
export class CdnMethodInvalid extends TelegramError {
|
|
152
167
|
}
|
|
153
|
-
export class CdnUploadTimeout extends
|
|
168
|
+
export class CdnUploadTimeout extends TelegramError {
|
|
154
169
|
}
|
|
155
|
-
export class ChannelsAdminLocatedTooMuch extends
|
|
170
|
+
export class ChannelsAdminLocatedTooMuch extends TelegramError {
|
|
156
171
|
}
|
|
157
|
-
export class ChannelsAdminPublicTooMuch extends
|
|
172
|
+
export class ChannelsAdminPublicTooMuch extends TelegramError {
|
|
158
173
|
}
|
|
159
|
-
export class ChannelsTooMuch extends
|
|
174
|
+
export class ChannelsTooMuch extends TelegramError {
|
|
160
175
|
}
|
|
161
|
-
export class ChannelBanned extends
|
|
176
|
+
export class ChannelBanned extends TelegramError {
|
|
162
177
|
}
|
|
163
|
-
export class ChannelForumMissing extends
|
|
178
|
+
export class ChannelForumMissing extends TelegramError {
|
|
164
179
|
}
|
|
165
|
-
export class ChannelIdInvalid extends
|
|
180
|
+
export class ChannelIdInvalid extends TelegramError {
|
|
166
181
|
}
|
|
167
|
-
export class ChannelInvalid extends
|
|
182
|
+
export class ChannelInvalid extends TelegramError {
|
|
168
183
|
}
|
|
169
|
-
export class ChannelParicipantMissing extends
|
|
184
|
+
export class ChannelParicipantMissing extends TelegramError {
|
|
170
185
|
}
|
|
171
|
-
export class ChannelPrivate extends
|
|
186
|
+
export class ChannelPrivate extends TelegramError {
|
|
172
187
|
}
|
|
173
|
-
export class ChannelPublicGroupNa extends
|
|
188
|
+
export class ChannelPublicGroupNa extends TelegramError {
|
|
174
189
|
}
|
|
175
|
-
export class ChannelTooBig extends
|
|
190
|
+
export class ChannelTooBig extends TelegramError {
|
|
176
191
|
}
|
|
177
|
-
export class ChannelTooLarge extends
|
|
192
|
+
export class ChannelTooLarge extends TelegramError {
|
|
178
193
|
}
|
|
179
|
-
export class ChatAboutNotModified extends
|
|
194
|
+
export class ChatAboutNotModified extends TelegramError {
|
|
180
195
|
}
|
|
181
|
-
export class ChatAboutTooLong extends
|
|
196
|
+
export class ChatAboutTooLong extends TelegramError {
|
|
182
197
|
}
|
|
183
|
-
export class ChatAdminInviteRequired extends
|
|
198
|
+
export class ChatAdminInviteRequired extends TelegramError {
|
|
184
199
|
}
|
|
185
|
-
export class ChatAdminRequired extends
|
|
200
|
+
export class ChatAdminRequired extends TelegramError {
|
|
186
201
|
}
|
|
187
|
-
export class ChatDiscussionUnallowed extends
|
|
202
|
+
export class ChatDiscussionUnallowed extends TelegramError {
|
|
188
203
|
}
|
|
189
|
-
export class ChatForbidden extends
|
|
204
|
+
export class ChatForbidden extends TelegramError {
|
|
190
205
|
}
|
|
191
|
-
export class ChatForwardsRestricted extends
|
|
206
|
+
export class ChatForwardsRestricted extends TelegramError {
|
|
192
207
|
}
|
|
193
|
-
export class ChatGetFailed extends
|
|
208
|
+
export class ChatGetFailed extends TelegramError {
|
|
194
209
|
}
|
|
195
|
-
export class ChatGuestSendForbidden extends
|
|
210
|
+
export class ChatGuestSendForbidden extends TelegramError {
|
|
196
211
|
}
|
|
197
|
-
export class ChatIdEmpty extends
|
|
212
|
+
export class ChatIdEmpty extends TelegramError {
|
|
198
213
|
}
|
|
199
|
-
export class ChatIdGenerateFailed extends
|
|
214
|
+
export class ChatIdGenerateFailed extends TelegramError {
|
|
200
215
|
}
|
|
201
|
-
export class ChatIdInvalid extends
|
|
216
|
+
export class ChatIdInvalid extends TelegramError {
|
|
202
217
|
}
|
|
203
|
-
export class ChatInvalid extends
|
|
218
|
+
export class ChatInvalid extends TelegramError {
|
|
204
219
|
}
|
|
205
|
-
export class ChatInvitePermanent extends
|
|
220
|
+
export class ChatInvitePermanent extends TelegramError {
|
|
206
221
|
}
|
|
207
|
-
export class ChatLinkExists extends
|
|
222
|
+
export class ChatLinkExists extends TelegramError {
|
|
208
223
|
}
|
|
209
|
-
export class ChatNotModified extends
|
|
224
|
+
export class ChatNotModified extends TelegramError {
|
|
210
225
|
}
|
|
211
|
-
export class ChatRestricted extends
|
|
226
|
+
export class ChatRestricted extends TelegramError {
|
|
212
227
|
}
|
|
213
|
-
export class ChatRevokeDateUnsupported extends
|
|
228
|
+
export class ChatRevokeDateUnsupported extends TelegramError {
|
|
214
229
|
}
|
|
215
|
-
export class ChatSendGameForbidden extends
|
|
230
|
+
export class ChatSendGameForbidden extends TelegramError {
|
|
216
231
|
}
|
|
217
|
-
export class ChatSendGifsForbidden extends
|
|
232
|
+
export class ChatSendGifsForbidden extends TelegramError {
|
|
218
233
|
}
|
|
219
|
-
export class ChatSendInlineForbidden extends
|
|
234
|
+
export class ChatSendInlineForbidden extends TelegramError {
|
|
220
235
|
}
|
|
221
|
-
export class ChatSendMediaForbidden extends
|
|
236
|
+
export class ChatSendMediaForbidden extends TelegramError {
|
|
222
237
|
}
|
|
223
|
-
export class ChatSendPollForbidden extends
|
|
238
|
+
export class ChatSendPollForbidden extends TelegramError {
|
|
224
239
|
}
|
|
225
|
-
export class ChatSendStickersForbidden extends
|
|
240
|
+
export class ChatSendStickersForbidden extends TelegramError {
|
|
226
241
|
}
|
|
227
|
-
export class ChatTitleEmpty extends
|
|
242
|
+
export class ChatTitleEmpty extends TelegramError {
|
|
228
243
|
}
|
|
229
|
-
export class ChatTooBig extends
|
|
244
|
+
export class ChatTooBig extends TelegramError {
|
|
230
245
|
}
|
|
231
|
-
export class ChatWriteForbidden extends
|
|
246
|
+
export class ChatWriteForbidden extends TelegramError {
|
|
232
247
|
}
|
|
233
|
-
export class ChpCallFail extends
|
|
248
|
+
export class ChpCallFail extends TelegramError {
|
|
234
249
|
}
|
|
235
|
-
export class CodeEmpty extends
|
|
250
|
+
export class CodeEmpty extends TelegramError {
|
|
236
251
|
}
|
|
237
|
-
export class CodeHashInvalid extends
|
|
252
|
+
export class CodeHashInvalid extends TelegramError {
|
|
238
253
|
}
|
|
239
|
-
export class CodeInvalid extends
|
|
254
|
+
export class CodeInvalid extends TelegramError {
|
|
240
255
|
}
|
|
241
|
-
export class ConnectionApiIdInvalid extends
|
|
256
|
+
export class ConnectionApiIdInvalid extends TelegramError {
|
|
242
257
|
}
|
|
243
|
-
export class ConnectionAppVersionEmpty extends
|
|
258
|
+
export class ConnectionAppVersionEmpty extends TelegramError {
|
|
244
259
|
}
|
|
245
|
-
export class ConnectionDeviceModelEmpty extends
|
|
260
|
+
export class ConnectionDeviceModelEmpty extends TelegramError {
|
|
246
261
|
}
|
|
247
|
-
export class ConnectionLangPackInvalid extends
|
|
262
|
+
export class ConnectionLangPackInvalid extends TelegramError {
|
|
248
263
|
}
|
|
249
|
-
export class ConnectionLayerInvalid extends
|
|
264
|
+
export class ConnectionLayerInvalid extends TelegramError {
|
|
250
265
|
}
|
|
251
|
-
export class ConnectionNotInited extends
|
|
266
|
+
export class ConnectionNotInited extends TelegramError {
|
|
252
267
|
}
|
|
253
|
-
export class ConnectionSystemEmpty extends
|
|
268
|
+
export class ConnectionSystemEmpty extends TelegramError {
|
|
254
269
|
}
|
|
255
|
-
export class ConnectionSystemLangCodeEmpty extends
|
|
270
|
+
export class ConnectionSystemLangCodeEmpty extends TelegramError {
|
|
256
271
|
}
|
|
257
|
-
export class ContactAddMissing extends
|
|
272
|
+
export class ContactAddMissing extends TelegramError {
|
|
258
273
|
}
|
|
259
|
-
export class ContactIdInvalid extends
|
|
274
|
+
export class ContactIdInvalid extends TelegramError {
|
|
260
275
|
}
|
|
261
|
-
export class ContactNameEmpty extends
|
|
276
|
+
export class ContactNameEmpty extends TelegramError {
|
|
262
277
|
}
|
|
263
|
-
export class ContactReqMissing extends
|
|
278
|
+
export class ContactReqMissing extends TelegramError {
|
|
264
279
|
}
|
|
265
|
-
export class CreateCallFailed extends
|
|
280
|
+
export class CreateCallFailed extends TelegramError {
|
|
266
281
|
}
|
|
267
|
-
export class CurrencyTotalAmountInvalid extends
|
|
282
|
+
export class CurrencyTotalAmountInvalid extends TelegramError {
|
|
268
283
|
}
|
|
269
|
-
export class DataInvalid extends
|
|
284
|
+
export class DataInvalid extends TelegramError {
|
|
270
285
|
}
|
|
271
|
-
export class DataJsonInvalid extends
|
|
286
|
+
export class DataJsonInvalid extends TelegramError {
|
|
272
287
|
}
|
|
273
|
-
export class DataTooLong extends
|
|
288
|
+
export class DataTooLong extends TelegramError {
|
|
274
289
|
}
|
|
275
|
-
export class DateEmpty extends
|
|
290
|
+
export class DateEmpty extends TelegramError {
|
|
276
291
|
}
|
|
277
|
-
export class DcIdInvalid extends
|
|
292
|
+
export class DcIdInvalid extends TelegramError {
|
|
278
293
|
}
|
|
279
|
-
export class DhGAInvalid extends
|
|
294
|
+
export class DhGAInvalid extends TelegramError {
|
|
280
295
|
}
|
|
281
|
-
export class DocumentInvalid extends
|
|
296
|
+
export class DocumentInvalid extends TelegramError {
|
|
282
297
|
}
|
|
283
|
-
export class EditBotInviteForbidden extends
|
|
298
|
+
export class EditBotInviteForbidden extends TelegramError {
|
|
284
299
|
}
|
|
285
|
-
export class EmailHashExpired extends
|
|
300
|
+
export class EmailHashExpired extends TelegramError {
|
|
286
301
|
}
|
|
287
|
-
export class EmailInvalid extends
|
|
302
|
+
export class EmailInvalid extends TelegramError {
|
|
288
303
|
}
|
|
289
|
-
export class EmailUnconfirmed extends
|
|
304
|
+
export class EmailUnconfirmed extends TelegramError {
|
|
290
305
|
}
|
|
291
|
-
export class EmailVerifyExpired extends
|
|
306
|
+
export class EmailVerifyExpired extends TelegramError {
|
|
292
307
|
}
|
|
293
|
-
export class EmojiInvalid extends
|
|
308
|
+
export class EmojiInvalid extends TelegramError {
|
|
294
309
|
}
|
|
295
|
-
export class EmojiNotModified extends
|
|
310
|
+
export class EmojiNotModified extends TelegramError {
|
|
296
311
|
}
|
|
297
|
-
export class EmoticonEmpty extends
|
|
312
|
+
export class EmoticonEmpty extends TelegramError {
|
|
298
313
|
}
|
|
299
|
-
export class EmoticonInvalid extends
|
|
314
|
+
export class EmoticonInvalid extends TelegramError {
|
|
300
315
|
}
|
|
301
|
-
export class EmoticonStickerpackMissing extends
|
|
316
|
+
export class EmoticonStickerpackMissing extends TelegramError {
|
|
302
317
|
}
|
|
303
|
-
export class EncryptedMessageInvalid extends
|
|
318
|
+
export class EncryptedMessageInvalid extends TelegramError {
|
|
304
319
|
}
|
|
305
|
-
export class EncryptionAlreadyAccepted extends
|
|
320
|
+
export class EncryptionAlreadyAccepted extends TelegramError {
|
|
306
321
|
}
|
|
307
|
-
export class EncryptionAlreadyDeclined extends
|
|
322
|
+
export class EncryptionAlreadyDeclined extends TelegramError {
|
|
308
323
|
}
|
|
309
|
-
export class EncryptionDeclined extends
|
|
324
|
+
export class EncryptionDeclined extends TelegramError {
|
|
310
325
|
}
|
|
311
|
-
export class EncryptionIdInvalid extends
|
|
326
|
+
export class EncryptionIdInvalid extends TelegramError {
|
|
312
327
|
}
|
|
313
|
-
export class EncryptionOccupyFailed extends
|
|
328
|
+
export class EncryptionOccupyFailed extends TelegramError {
|
|
314
329
|
}
|
|
315
|
-
export class EntitiesTooLong extends
|
|
330
|
+
export class EntitiesTooLong extends TelegramError {
|
|
316
331
|
}
|
|
317
|
-
export class EntityBoundsInvalid extends
|
|
332
|
+
export class EntityBoundsInvalid extends TelegramError {
|
|
318
333
|
}
|
|
319
|
-
export class EntityMentionUserInvalid extends
|
|
334
|
+
export class EntityMentionUserInvalid extends TelegramError {
|
|
320
335
|
}
|
|
321
|
-
export class ErrorTextEmpty extends
|
|
336
|
+
export class ErrorTextEmpty extends TelegramError {
|
|
322
337
|
}
|
|
323
|
-
export class ExpireDateInvalid extends
|
|
338
|
+
export class ExpireDateInvalid extends TelegramError {
|
|
324
339
|
}
|
|
325
|
-
export class ExpireForbidden extends
|
|
340
|
+
export class ExpireForbidden extends TelegramError {
|
|
326
341
|
}
|
|
327
|
-
export class ExportCardInvalid extends
|
|
342
|
+
export class ExportCardInvalid extends TelegramError {
|
|
328
343
|
}
|
|
329
|
-
export class ExternalUrlInvalid extends
|
|
344
|
+
export class ExternalUrlInvalid extends TelegramError {
|
|
330
345
|
}
|
|
331
|
-
export class FieldNameEmpty extends
|
|
346
|
+
export class FieldNameEmpty extends TelegramError {
|
|
332
347
|
}
|
|
333
|
-
export class FieldNameInvalid extends
|
|
348
|
+
export class FieldNameInvalid extends TelegramError {
|
|
334
349
|
}
|
|
335
|
-
export class FilerefUpgradeNeeded extends
|
|
350
|
+
export class FilerefUpgradeNeeded extends TelegramError {
|
|
336
351
|
}
|
|
337
|
-
export class FileContentTypeInvalid extends
|
|
352
|
+
export class FileContentTypeInvalid extends TelegramError {
|
|
338
353
|
}
|
|
339
|
-
export class FileEmtpy extends
|
|
354
|
+
export class FileEmtpy extends TelegramError {
|
|
340
355
|
}
|
|
341
|
-
export class FileIdInvalid extends
|
|
356
|
+
export class FileIdInvalid extends TelegramError {
|
|
342
357
|
}
|
|
343
|
-
export class FilePartsInvalid extends
|
|
358
|
+
export class FilePartsInvalid extends TelegramError {
|
|
344
359
|
}
|
|
345
|
-
export class FilePart_0Missing extends
|
|
360
|
+
export class FilePart_0Missing extends TelegramError {
|
|
346
361
|
}
|
|
347
|
-
export class FilePartEmpty extends
|
|
362
|
+
export class FilePartEmpty extends TelegramError {
|
|
348
363
|
}
|
|
349
|
-
export class FilePartInvalid extends
|
|
364
|
+
export class FilePartInvalid extends TelegramError {
|
|
350
365
|
}
|
|
351
|
-
export class FilePartLengthInvalid extends
|
|
366
|
+
export class FilePartLengthInvalid extends TelegramError {
|
|
352
367
|
}
|
|
353
|
-
export class FilePartSizeChanged extends
|
|
368
|
+
export class FilePartSizeChanged extends TelegramError {
|
|
354
369
|
}
|
|
355
|
-
export class FilePartSizeInvalid extends
|
|
370
|
+
export class FilePartSizeInvalid extends TelegramError {
|
|
356
371
|
}
|
|
357
|
-
export class FilePartTooBig extends
|
|
372
|
+
export class FilePartTooBig extends TelegramError {
|
|
358
373
|
}
|
|
359
|
-
export class FilePartXMissing extends
|
|
374
|
+
export class FilePartXMissing extends TelegramError {
|
|
360
375
|
}
|
|
361
|
-
export class FileReferenceEmpty extends
|
|
376
|
+
export class FileReferenceEmpty extends TelegramError {
|
|
362
377
|
}
|
|
363
|
-
export class FileReferenceExpired extends
|
|
378
|
+
export class FileReferenceExpired extends TelegramError {
|
|
364
379
|
}
|
|
365
|
-
export class FileReferenceInvalid extends
|
|
380
|
+
export class FileReferenceInvalid extends TelegramError {
|
|
366
381
|
}
|
|
367
|
-
export class FileTitleEmpty extends
|
|
382
|
+
export class FileTitleEmpty extends TelegramError {
|
|
368
383
|
}
|
|
369
|
-
export class FilterIdInvalid extends
|
|
384
|
+
export class FilterIdInvalid extends TelegramError {
|
|
370
385
|
}
|
|
371
|
-
export class FilterIncludeEmpty extends
|
|
386
|
+
export class FilterIncludeEmpty extends TelegramError {
|
|
372
387
|
}
|
|
373
|
-
export class FilterNotSupported extends
|
|
388
|
+
export class FilterNotSupported extends TelegramError {
|
|
374
389
|
}
|
|
375
|
-
export class FilterTitleEmpty extends
|
|
390
|
+
export class FilterTitleEmpty extends TelegramError {
|
|
376
391
|
}
|
|
377
|
-
export class FirstnameInvalid extends
|
|
392
|
+
export class FirstnameInvalid extends TelegramError {
|
|
378
393
|
}
|
|
379
|
-
export class FolderIdEmpty extends
|
|
394
|
+
export class FolderIdEmpty extends TelegramError {
|
|
380
395
|
}
|
|
381
|
-
export class FolderIdInvalid extends
|
|
396
|
+
export class FolderIdInvalid extends TelegramError {
|
|
382
397
|
}
|
|
383
|
-
export class FreshChangeAdminsForbidden extends
|
|
398
|
+
export class FreshChangeAdminsForbidden extends TelegramError {
|
|
384
399
|
}
|
|
385
|
-
export class FreshChangePhoneForbidden extends
|
|
400
|
+
export class FreshChangePhoneForbidden extends TelegramError {
|
|
386
401
|
}
|
|
387
|
-
export class FreshResetAuthorisationForbidden extends
|
|
402
|
+
export class FreshResetAuthorisationForbidden extends TelegramError {
|
|
388
403
|
}
|
|
389
|
-
export class FromMessageBotDisabled extends
|
|
404
|
+
export class FromMessageBotDisabled extends TelegramError {
|
|
390
405
|
}
|
|
391
|
-
export class FromPeerInvalid extends
|
|
406
|
+
export class FromPeerInvalid extends TelegramError {
|
|
392
407
|
}
|
|
393
|
-
export class GameBotInvalid extends
|
|
408
|
+
export class GameBotInvalid extends TelegramError {
|
|
394
409
|
}
|
|
395
|
-
export class GeoPointInvalid extends
|
|
410
|
+
export class GeoPointInvalid extends TelegramError {
|
|
396
411
|
}
|
|
397
|
-
export class GifContentTypeInvalid extends
|
|
412
|
+
export class GifContentTypeInvalid extends TelegramError {
|
|
398
413
|
}
|
|
399
|
-
export class GifIdInvalid extends
|
|
414
|
+
export class GifIdInvalid extends TelegramError {
|
|
400
415
|
}
|
|
401
|
-
export class GraphExpiredReload extends
|
|
416
|
+
export class GraphExpiredReload extends TelegramError {
|
|
402
417
|
}
|
|
403
|
-
export class GraphInvalidReload extends
|
|
418
|
+
export class GraphInvalidReload extends TelegramError {
|
|
404
419
|
}
|
|
405
|
-
export class GraphOutdatedReload extends
|
|
420
|
+
export class GraphOutdatedReload extends TelegramError {
|
|
406
421
|
}
|
|
407
|
-
export class GroupcallAddParticipantsFailed extends
|
|
422
|
+
export class GroupcallAddParticipantsFailed extends TelegramError {
|
|
408
423
|
}
|
|
409
|
-
export class GroupcallAlreadyDiscarded extends
|
|
424
|
+
export class GroupcallAlreadyDiscarded extends TelegramError {
|
|
410
425
|
}
|
|
411
|
-
export class GroupcallAlreadyStarted extends
|
|
426
|
+
export class GroupcallAlreadyStarted extends TelegramError {
|
|
412
427
|
}
|
|
413
|
-
export class GroupcallForbidden extends
|
|
428
|
+
export class GroupcallForbidden extends TelegramError {
|
|
414
429
|
}
|
|
415
|
-
export class GroupcallInvalid extends
|
|
430
|
+
export class GroupcallInvalid extends TelegramError {
|
|
416
431
|
}
|
|
417
|
-
export class GroupcallJoinMissing extends
|
|
432
|
+
export class GroupcallJoinMissing extends TelegramError {
|
|
418
433
|
}
|
|
419
|
-
export class GroupcallNotModified extends
|
|
434
|
+
export class GroupcallNotModified extends TelegramError {
|
|
420
435
|
}
|
|
421
|
-
export class GroupcallSsrcDuplicateMuch extends
|
|
436
|
+
export class GroupcallSsrcDuplicateMuch extends TelegramError {
|
|
422
437
|
}
|
|
423
|
-
export class GroupedMediaInvalid extends
|
|
438
|
+
export class GroupedMediaInvalid extends TelegramError {
|
|
424
439
|
}
|
|
425
|
-
export class GroupCallInvalid extends
|
|
440
|
+
export class GroupCallInvalid extends TelegramError {
|
|
426
441
|
}
|
|
427
|
-
export class HashInvalid extends
|
|
442
|
+
export class HashInvalid extends TelegramError {
|
|
428
443
|
}
|
|
429
|
-
export class HideRequesterMissing extends
|
|
444
|
+
export class HideRequesterMissing extends TelegramError {
|
|
430
445
|
}
|
|
431
|
-
export class HistoryGetFailed extends
|
|
446
|
+
export class HistoryGetFailed extends TelegramError {
|
|
432
447
|
}
|
|
433
|
-
export class ImageProcessFailed extends
|
|
448
|
+
export class ImageProcessFailed extends TelegramError {
|
|
434
449
|
}
|
|
435
|
-
export class ImportFileInvalid extends
|
|
450
|
+
export class ImportFileInvalid extends TelegramError {
|
|
436
451
|
}
|
|
437
|
-
export class ImportFormatUnrecognized extends
|
|
452
|
+
export class ImportFormatUnrecognized extends TelegramError {
|
|
438
453
|
}
|
|
439
|
-
export class ImportIdInvalid extends
|
|
454
|
+
export class ImportIdInvalid extends TelegramError {
|
|
440
455
|
}
|
|
441
|
-
export class InlineBotRequired extends
|
|
456
|
+
export class InlineBotRequired extends TelegramError {
|
|
442
457
|
}
|
|
443
|
-
export class InlineResultExpired extends
|
|
458
|
+
export class InlineResultExpired extends TelegramError {
|
|
444
459
|
}
|
|
445
|
-
export class InputConstructorInvalid extends
|
|
460
|
+
export class InputConstructorInvalid extends TelegramError {
|
|
446
461
|
}
|
|
447
|
-
export class InputFetchError extends
|
|
462
|
+
export class InputFetchError extends TelegramError {
|
|
448
463
|
}
|
|
449
|
-
export class InputFetchFail extends
|
|
464
|
+
export class InputFetchFail extends TelegramError {
|
|
450
465
|
}
|
|
451
|
-
export class InputFilterInvalid extends
|
|
466
|
+
export class InputFilterInvalid extends TelegramError {
|
|
452
467
|
}
|
|
453
|
-
export class InputLayerInvalid extends
|
|
468
|
+
export class InputLayerInvalid extends TelegramError {
|
|
454
469
|
}
|
|
455
|
-
export class InputMethodInvalid extends
|
|
470
|
+
export class InputMethodInvalid extends TelegramError {
|
|
456
471
|
}
|
|
457
|
-
export class InputRequestTooLong extends
|
|
472
|
+
export class InputRequestTooLong extends TelegramError {
|
|
458
473
|
}
|
|
459
|
-
export class InputTextEmpty extends
|
|
474
|
+
export class InputTextEmpty extends TelegramError {
|
|
460
475
|
}
|
|
461
|
-
export class InputUserDeactivated extends
|
|
476
|
+
export class InputUserDeactivated extends TelegramError {
|
|
462
477
|
}
|
|
463
|
-
export class InterdcXCallError extends
|
|
478
|
+
export class InterdcXCallError extends TelegramError {
|
|
464
479
|
}
|
|
465
|
-
export class InterdcXCallRichError extends
|
|
480
|
+
export class InterdcXCallRichError extends TelegramError {
|
|
466
481
|
}
|
|
467
|
-
export class InviteForbiddenWithJoinas extends
|
|
482
|
+
export class InviteForbiddenWithJoinas extends TelegramError {
|
|
468
483
|
}
|
|
469
|
-
export class InviteHashEmpty extends
|
|
484
|
+
export class InviteHashEmpty extends TelegramError {
|
|
470
485
|
}
|
|
471
|
-
export class InviteHashExpired extends
|
|
486
|
+
export class InviteHashExpired extends TelegramError {
|
|
472
487
|
}
|
|
473
|
-
export class InviteHashInvalid extends
|
|
488
|
+
export class InviteHashInvalid extends TelegramError {
|
|
474
489
|
}
|
|
475
|
-
export class InviteRequestSent extends
|
|
490
|
+
export class InviteRequestSent extends TelegramError {
|
|
476
491
|
}
|
|
477
|
-
export class InviteRevokedMissing extends
|
|
492
|
+
export class InviteRevokedMissing extends TelegramError {
|
|
478
493
|
}
|
|
479
|
-
export class InvoicePayloadInvalid extends
|
|
494
|
+
export class InvoicePayloadInvalid extends TelegramError {
|
|
480
495
|
}
|
|
481
|
-
export class JoinAsPeerInvalid extends
|
|
496
|
+
export class JoinAsPeerInvalid extends TelegramError {
|
|
482
497
|
}
|
|
483
|
-
export class LangCodeInvalid extends
|
|
498
|
+
export class LangCodeInvalid extends TelegramError {
|
|
484
499
|
}
|
|
485
|
-
export class LangCodeNotSupported extends
|
|
500
|
+
export class LangCodeNotSupported extends TelegramError {
|
|
486
501
|
}
|
|
487
|
-
export class LangPackInvalid extends
|
|
502
|
+
export class LangPackInvalid extends TelegramError {
|
|
488
503
|
}
|
|
489
|
-
export class LastnameInvalid extends
|
|
504
|
+
export class LastnameInvalid extends TelegramError {
|
|
490
505
|
}
|
|
491
|
-
export class LimitInvalid extends
|
|
506
|
+
export class LimitInvalid extends TelegramError {
|
|
492
507
|
}
|
|
493
|
-
export class LinkNotModified extends
|
|
508
|
+
export class LinkNotModified extends TelegramError {
|
|
494
509
|
}
|
|
495
|
-
export class LocationInvalid extends
|
|
510
|
+
export class LocationInvalid extends TelegramError {
|
|
496
511
|
}
|
|
497
|
-
export class MaxDateInvalid extends
|
|
512
|
+
export class MaxDateInvalid extends TelegramError {
|
|
498
513
|
}
|
|
499
|
-
export class MaxIdInvalid extends
|
|
514
|
+
export class MaxIdInvalid extends TelegramError {
|
|
500
515
|
}
|
|
501
|
-
export class MaxQtsInvalid extends
|
|
516
|
+
export class MaxQtsInvalid extends TelegramError {
|
|
502
517
|
}
|
|
503
|
-
export class Md5ChecksumInvalid extends
|
|
518
|
+
export class Md5ChecksumInvalid extends TelegramError {
|
|
504
519
|
}
|
|
505
|
-
export class MediaCaptionTooLong extends
|
|
520
|
+
export class MediaCaptionTooLong extends TelegramError {
|
|
506
521
|
}
|
|
507
|
-
export class MediaEmpty extends
|
|
522
|
+
export class MediaEmpty extends TelegramError {
|
|
508
523
|
}
|
|
509
|
-
export class MediaGroupedInvalid extends
|
|
524
|
+
export class MediaGroupedInvalid extends TelegramError {
|
|
510
525
|
}
|
|
511
|
-
export class MediaInvalid extends
|
|
526
|
+
export class MediaInvalid extends TelegramError {
|
|
512
527
|
}
|
|
513
|
-
export class MediaNewInvalid extends
|
|
528
|
+
export class MediaNewInvalid extends TelegramError {
|
|
514
529
|
}
|
|
515
|
-
export class MediaPrevInvalid extends
|
|
530
|
+
export class MediaPrevInvalid extends TelegramError {
|
|
516
531
|
}
|
|
517
|
-
export class MediaTtlInvalid extends
|
|
532
|
+
export class MediaTtlInvalid extends TelegramError {
|
|
518
533
|
}
|
|
519
|
-
export class MegagroupIdInvalid extends
|
|
534
|
+
export class MegagroupIdInvalid extends TelegramError {
|
|
520
535
|
}
|
|
521
|
-
export class MegagroupPrehistoryHidden extends
|
|
536
|
+
export class MegagroupPrehistoryHidden extends TelegramError {
|
|
522
537
|
}
|
|
523
|
-
export class MegagroupRequired extends
|
|
538
|
+
export class MegagroupRequired extends TelegramError {
|
|
524
539
|
}
|
|
525
|
-
export class MemberNoLocation extends
|
|
540
|
+
export class MemberNoLocation extends TelegramError {
|
|
526
541
|
}
|
|
527
|
-
export class MemberOccupyPrimaryLocFailed extends
|
|
542
|
+
export class MemberOccupyPrimaryLocFailed extends TelegramError {
|
|
528
543
|
}
|
|
529
|
-
export class MessageAuthorRequired extends
|
|
544
|
+
export class MessageAuthorRequired extends TelegramError {
|
|
530
545
|
}
|
|
531
|
-
export class MessageDeleteForbidden extends
|
|
546
|
+
export class MessageDeleteForbidden extends TelegramError {
|
|
532
547
|
}
|
|
533
|
-
export class MessageEditTimeExpired extends
|
|
548
|
+
export class MessageEditTimeExpired extends TelegramError {
|
|
534
549
|
}
|
|
535
|
-
export class MessageEmpty extends
|
|
550
|
+
export class MessageEmpty extends TelegramError {
|
|
536
551
|
}
|
|
537
|
-
export class MessageIdsEmpty extends
|
|
552
|
+
export class MessageIdsEmpty extends TelegramError {
|
|
538
553
|
}
|
|
539
|
-
export class MessageIdInvalid extends
|
|
554
|
+
export class MessageIdInvalid extends TelegramError {
|
|
540
555
|
}
|
|
541
|
-
export class MessageNotModified extends
|
|
556
|
+
export class MessageNotModified extends TelegramError {
|
|
542
557
|
}
|
|
543
|
-
export class MessagePollClosed extends
|
|
558
|
+
export class MessagePollClosed extends TelegramError {
|
|
544
559
|
}
|
|
545
|
-
export class MessageTooLong extends
|
|
560
|
+
export class MessageTooLong extends TelegramError {
|
|
546
561
|
}
|
|
547
|
-
export class MethodInvalid extends
|
|
562
|
+
export class MethodInvalid extends TelegramError {
|
|
548
563
|
}
|
|
549
|
-
export class MinDateInvalid extends
|
|
564
|
+
export class MinDateInvalid extends TelegramError {
|
|
550
565
|
}
|
|
551
|
-
export class MsgidDecreaseRetry extends
|
|
566
|
+
export class MsgidDecreaseRetry extends TelegramError {
|
|
552
567
|
}
|
|
553
|
-
export class MsgIdInvalid extends
|
|
568
|
+
export class MsgIdInvalid extends TelegramError {
|
|
554
569
|
}
|
|
555
|
-
export class MsgTooOld extends
|
|
570
|
+
export class MsgTooOld extends TelegramError {
|
|
556
571
|
}
|
|
557
|
-
export class MsgWaitFailed extends
|
|
572
|
+
export class MsgWaitFailed extends TelegramError {
|
|
558
573
|
}
|
|
559
|
-
export class MtSendQueueTooLong extends
|
|
574
|
+
export class MtSendQueueTooLong extends TelegramError {
|
|
560
575
|
}
|
|
561
|
-
export class MultiMediaTooLong extends
|
|
576
|
+
export class MultiMediaTooLong extends TelegramError {
|
|
562
577
|
}
|
|
563
|
-
export class NeedChatInvalid extends
|
|
578
|
+
export class NeedChatInvalid extends TelegramError {
|
|
564
579
|
}
|
|
565
|
-
export class NeedMemberInvalid extends
|
|
580
|
+
export class NeedMemberInvalid extends TelegramError {
|
|
566
581
|
}
|
|
567
|
-
export class NewSaltInvalid extends
|
|
582
|
+
export class NewSaltInvalid extends TelegramError {
|
|
568
583
|
}
|
|
569
|
-
export class NewSettingsEmpty extends
|
|
584
|
+
export class NewSettingsEmpty extends TelegramError {
|
|
570
585
|
}
|
|
571
|
-
export class NewSettingsInvalid extends
|
|
586
|
+
export class NewSettingsInvalid extends TelegramError {
|
|
572
587
|
}
|
|
573
|
-
export class NextOffsetInvalid extends
|
|
588
|
+
export class NextOffsetInvalid extends TelegramError {
|
|
574
589
|
}
|
|
575
|
-
export class NotAllowed extends
|
|
590
|
+
export class NotAllowed extends TelegramError {
|
|
576
591
|
}
|
|
577
|
-
export class OffsetInvalid extends
|
|
592
|
+
export class OffsetInvalid extends TelegramError {
|
|
578
593
|
}
|
|
579
|
-
export class OffsetPeerIdInvalid extends
|
|
594
|
+
export class OffsetPeerIdInvalid extends TelegramError {
|
|
580
595
|
}
|
|
581
|
-
export class OptionsTooMuch extends
|
|
596
|
+
export class OptionsTooMuch extends TelegramError {
|
|
582
597
|
}
|
|
583
|
-
export class OptionInvalid extends
|
|
598
|
+
export class OptionInvalid extends TelegramError {
|
|
584
599
|
}
|
|
585
|
-
export class PackShortNameInvalid extends
|
|
600
|
+
export class PackShortNameInvalid extends TelegramError {
|
|
586
601
|
}
|
|
587
|
-
export class PackShortNameOccupied extends
|
|
602
|
+
export class PackShortNameOccupied extends TelegramError {
|
|
588
603
|
}
|
|
589
|
-
export class PackTitleInvalid extends
|
|
604
|
+
export class PackTitleInvalid extends TelegramError {
|
|
590
605
|
}
|
|
591
|
-
export class ParticipantsTooFew extends
|
|
606
|
+
export class ParticipantsTooFew extends TelegramError {
|
|
592
607
|
}
|
|
593
|
-
export class ParticipantCallFailed extends
|
|
608
|
+
export class ParticipantCallFailed extends TelegramError {
|
|
594
609
|
}
|
|
595
|
-
export class ParticipantIdInvalid extends
|
|
610
|
+
export class ParticipantIdInvalid extends TelegramError {
|
|
596
611
|
}
|
|
597
|
-
export class ParticipantJoinMissing extends
|
|
612
|
+
export class ParticipantJoinMissing extends TelegramError {
|
|
598
613
|
}
|
|
599
|
-
export class ParticipantVersionOutdated extends
|
|
614
|
+
export class ParticipantVersionOutdated extends TelegramError {
|
|
600
615
|
}
|
|
601
|
-
export class PasswordEmpty extends
|
|
616
|
+
export class PasswordEmpty extends TelegramError {
|
|
602
617
|
}
|
|
603
|
-
export class PasswordHashInvalid extends
|
|
618
|
+
export class PasswordHashInvalid extends TelegramError {
|
|
604
619
|
}
|
|
605
|
-
export class PasswordMissing extends
|
|
620
|
+
export class PasswordMissing extends TelegramError {
|
|
606
621
|
}
|
|
607
|
-
export class PasswordRecoveryExpired extends
|
|
622
|
+
export class PasswordRecoveryExpired extends TelegramError {
|
|
608
623
|
}
|
|
609
|
-
export class PasswordRecoveryNa extends
|
|
624
|
+
export class PasswordRecoveryNa extends TelegramError {
|
|
610
625
|
}
|
|
611
|
-
export class PasswordRequired extends
|
|
626
|
+
export class PasswordRequired extends TelegramError {
|
|
612
627
|
}
|
|
613
|
-
export class PaymentProviderInvalid extends
|
|
628
|
+
export class PaymentProviderInvalid extends TelegramError {
|
|
614
629
|
}
|
|
615
|
-
export class PeerFlood extends
|
|
630
|
+
export class PeerFlood extends TelegramError {
|
|
616
631
|
}
|
|
617
|
-
export class PeerHistoryEmpty extends
|
|
632
|
+
export class PeerHistoryEmpty extends TelegramError {
|
|
618
633
|
}
|
|
619
|
-
export class PeerIdInvalid extends
|
|
634
|
+
export class PeerIdInvalid extends TelegramError {
|
|
620
635
|
}
|
|
621
|
-
export class PeerIdNotSupported extends
|
|
636
|
+
export class PeerIdNotSupported extends TelegramError {
|
|
622
637
|
}
|
|
623
|
-
export class PersistentTimestampEmpty extends
|
|
638
|
+
export class PersistentTimestampEmpty extends TelegramError {
|
|
624
639
|
}
|
|
625
|
-
export class PersistentTimestampInvalid extends
|
|
640
|
+
export class PersistentTimestampInvalid extends TelegramError {
|
|
626
641
|
}
|
|
627
|
-
export class PersistentTimestampOutdated extends
|
|
642
|
+
export class PersistentTimestampOutdated extends TelegramError {
|
|
628
643
|
}
|
|
629
|
-
export class PhoneCodeEmpty extends
|
|
644
|
+
export class PhoneCodeEmpty extends TelegramError {
|
|
630
645
|
}
|
|
631
|
-
export class PhoneCodeExpired extends
|
|
646
|
+
export class PhoneCodeExpired extends TelegramError {
|
|
632
647
|
}
|
|
633
|
-
export class PhoneCodeHashEmpty extends
|
|
648
|
+
export class PhoneCodeHashEmpty extends TelegramError {
|
|
634
649
|
}
|
|
635
|
-
export class PhoneCodeInvalid extends
|
|
650
|
+
export class PhoneCodeInvalid extends TelegramError {
|
|
636
651
|
}
|
|
637
|
-
export class PhoneHashExpired extends
|
|
652
|
+
export class PhoneHashExpired extends TelegramError {
|
|
638
653
|
}
|
|
639
|
-
export class PhoneNotOccupied extends
|
|
654
|
+
export class PhoneNotOccupied extends TelegramError {
|
|
640
655
|
}
|
|
641
|
-
export class PhoneNumberAppSignupForbidden extends
|
|
656
|
+
export class PhoneNumberAppSignupForbidden extends TelegramError {
|
|
642
657
|
}
|
|
643
|
-
export class PhoneNumberBanned extends
|
|
658
|
+
export class PhoneNumberBanned extends TelegramError {
|
|
644
659
|
}
|
|
645
|
-
export class PhoneNumberFlood extends
|
|
660
|
+
export class PhoneNumberFlood extends TelegramError {
|
|
646
661
|
}
|
|
647
|
-
export class PhoneNumberInvalid extends
|
|
662
|
+
export class PhoneNumberInvalid extends TelegramError {
|
|
648
663
|
}
|
|
649
|
-
export class PhoneNumberOccupied extends
|
|
664
|
+
export class PhoneNumberOccupied extends TelegramError {
|
|
650
665
|
}
|
|
651
|
-
export class PhoneNumberUnoccupied extends
|
|
666
|
+
export class PhoneNumberUnoccupied extends TelegramError {
|
|
652
667
|
}
|
|
653
|
-
export class PhonePasswordFlood extends
|
|
668
|
+
export class PhonePasswordFlood extends TelegramError {
|
|
654
669
|
}
|
|
655
|
-
export class PhonePasswordProtected extends
|
|
670
|
+
export class PhonePasswordProtected extends TelegramError {
|
|
656
671
|
}
|
|
657
|
-
export class PhotoContentTypeInvalid extends
|
|
672
|
+
export class PhotoContentTypeInvalid extends TelegramError {
|
|
658
673
|
}
|
|
659
|
-
export class PhotoContentUrlEmpty extends
|
|
674
|
+
export class PhotoContentUrlEmpty extends TelegramError {
|
|
660
675
|
}
|
|
661
|
-
export class PhotoCropFileMissing extends
|
|
676
|
+
export class PhotoCropFileMissing extends TelegramError {
|
|
662
677
|
}
|
|
663
|
-
export class PhotoCropSizeSmall extends
|
|
678
|
+
export class PhotoCropSizeSmall extends TelegramError {
|
|
664
679
|
}
|
|
665
|
-
export class PhotoExtInvalid extends
|
|
680
|
+
export class PhotoExtInvalid extends TelegramError {
|
|
666
681
|
}
|
|
667
|
-
export class PhotoFileMissing extends
|
|
682
|
+
export class PhotoFileMissing extends TelegramError {
|
|
668
683
|
}
|
|
669
|
-
export class PhotoIdInvalid extends
|
|
684
|
+
export class PhotoIdInvalid extends TelegramError {
|
|
670
685
|
}
|
|
671
|
-
export class PhotoInvalid extends
|
|
686
|
+
export class PhotoInvalid extends TelegramError {
|
|
672
687
|
}
|
|
673
|
-
export class PhotoInvalidDimensions extends
|
|
688
|
+
export class PhotoInvalidDimensions extends TelegramError {
|
|
674
689
|
}
|
|
675
|
-
export class PhotoSaveFileInvalid extends
|
|
690
|
+
export class PhotoSaveFileInvalid extends TelegramError {
|
|
676
691
|
}
|
|
677
|
-
export class PhotoThumbUrlEmpty extends
|
|
692
|
+
export class PhotoThumbUrlEmpty extends TelegramError {
|
|
678
693
|
}
|
|
679
|
-
export class PinnedDialogsTooMuch extends
|
|
694
|
+
export class PinnedDialogsTooMuch extends TelegramError {
|
|
680
695
|
}
|
|
681
|
-
export class PinRestricted extends
|
|
696
|
+
export class PinRestricted extends TelegramError {
|
|
682
697
|
}
|
|
683
|
-
export class PollAnswersInvalid extends
|
|
698
|
+
export class PollAnswersInvalid extends TelegramError {
|
|
684
699
|
}
|
|
685
|
-
export class PollAnswerInvalid extends
|
|
700
|
+
export class PollAnswerInvalid extends TelegramError {
|
|
686
701
|
}
|
|
687
|
-
export class PollOptionDuplicate extends
|
|
702
|
+
export class PollOptionDuplicate extends TelegramError {
|
|
688
703
|
}
|
|
689
|
-
export class PollOptionInvalid extends
|
|
704
|
+
export class PollOptionInvalid extends TelegramError {
|
|
690
705
|
}
|
|
691
|
-
export class PollQuestionInvalid extends
|
|
706
|
+
export class PollQuestionInvalid extends TelegramError {
|
|
692
707
|
}
|
|
693
|
-
export class PollUnsupported extends
|
|
708
|
+
export class PollUnsupported extends TelegramError {
|
|
694
709
|
}
|
|
695
|
-
export class PollVoteRequired extends
|
|
710
|
+
export class PollVoteRequired extends TelegramError {
|
|
696
711
|
}
|
|
697
|
-
export class PostponedTimeout extends
|
|
712
|
+
export class PostponedTimeout extends TelegramError {
|
|
698
713
|
}
|
|
699
|
-
export class PremiumAccountRequired extends
|
|
714
|
+
export class PremiumAccountRequired extends TelegramError {
|
|
700
715
|
}
|
|
701
|
-
export class PremiumCurrentlyUnavailable extends
|
|
716
|
+
export class PremiumCurrentlyUnavailable extends TelegramError {
|
|
702
717
|
}
|
|
703
|
-
export class PreviousChatImportActiveWaitXmin extends
|
|
718
|
+
export class PreviousChatImportActiveWaitXmin extends TelegramError {
|
|
704
719
|
}
|
|
705
|
-
export class PrivacyKeyInvalid extends
|
|
720
|
+
export class PrivacyKeyInvalid extends TelegramError {
|
|
706
721
|
}
|
|
707
|
-
export class PrivacyTooLong extends
|
|
722
|
+
export class PrivacyTooLong extends TelegramError {
|
|
708
723
|
}
|
|
709
|
-
export class PrivacyValueInvalid extends
|
|
724
|
+
export class PrivacyValueInvalid extends TelegramError {
|
|
710
725
|
}
|
|
711
|
-
export class PtsChangeEmpty extends
|
|
726
|
+
export class PtsChangeEmpty extends TelegramError {
|
|
712
727
|
}
|
|
713
|
-
export class PublicChannelMissing extends
|
|
728
|
+
export class PublicChannelMissing extends TelegramError {
|
|
714
729
|
}
|
|
715
|
-
export class PublicKeyRequired extends
|
|
730
|
+
export class PublicKeyRequired extends TelegramError {
|
|
716
731
|
}
|
|
717
|
-
export class QueryIdEmpty extends
|
|
732
|
+
export class QueryIdEmpty extends TelegramError {
|
|
718
733
|
}
|
|
719
|
-
export class QueryIdInvalid extends
|
|
734
|
+
export class QueryIdInvalid extends TelegramError {
|
|
720
735
|
}
|
|
721
|
-
export class QueryTooShort extends
|
|
736
|
+
export class QueryTooShort extends TelegramError {
|
|
722
737
|
}
|
|
723
|
-
export class QuizAnswerMissing extends
|
|
738
|
+
export class QuizAnswerMissing extends TelegramError {
|
|
724
739
|
}
|
|
725
|
-
export class QuizCorrectAnswersEmpty extends
|
|
740
|
+
export class QuizCorrectAnswersEmpty extends TelegramError {
|
|
726
741
|
}
|
|
727
|
-
export class QuizCorrectAnswersTooMuch extends
|
|
742
|
+
export class QuizCorrectAnswersTooMuch extends TelegramError {
|
|
728
743
|
}
|
|
729
|
-
export class QuizCorrectAnswerInvalid extends
|
|
744
|
+
export class QuizCorrectAnswerInvalid extends TelegramError {
|
|
730
745
|
}
|
|
731
|
-
export class QuizMultipleInvalid extends
|
|
746
|
+
export class QuizMultipleInvalid extends TelegramError {
|
|
732
747
|
}
|
|
733
|
-
export class RandomIdDuplicate extends
|
|
748
|
+
export class RandomIdDuplicate extends TelegramError {
|
|
734
749
|
}
|
|
735
|
-
export class RandomIdEmpty extends
|
|
750
|
+
export class RandomIdEmpty extends TelegramError {
|
|
736
751
|
}
|
|
737
|
-
export class RandomIdInvalid extends
|
|
752
|
+
export class RandomIdInvalid extends TelegramError {
|
|
738
753
|
}
|
|
739
|
-
export class RandomLengthInvalid extends
|
|
754
|
+
export class RandomLengthInvalid extends TelegramError {
|
|
740
755
|
}
|
|
741
|
-
export class RangesInvalid extends
|
|
756
|
+
export class RangesInvalid extends TelegramError {
|
|
742
757
|
}
|
|
743
|
-
export class ReactionsTooMany extends
|
|
758
|
+
export class ReactionsTooMany extends TelegramError {
|
|
744
759
|
}
|
|
745
|
-
export class ReactionEmpty extends
|
|
760
|
+
export class ReactionEmpty extends TelegramError {
|
|
746
761
|
}
|
|
747
|
-
export class ReactionInvalid extends
|
|
762
|
+
export class ReactionInvalid extends TelegramError {
|
|
748
763
|
}
|
|
749
|
-
export class ReflectorNotAvailable extends
|
|
764
|
+
export class ReflectorNotAvailable extends TelegramError {
|
|
750
765
|
}
|
|
751
|
-
export class RegIdGenerateFailed extends
|
|
766
|
+
export class RegIdGenerateFailed extends TelegramError {
|
|
752
767
|
}
|
|
753
|
-
export class ReplyMarkupBuyEmpty extends
|
|
768
|
+
export class ReplyMarkupBuyEmpty extends TelegramError {
|
|
754
769
|
}
|
|
755
|
-
export class ReplyMarkupGameEmpty extends
|
|
770
|
+
export class ReplyMarkupGameEmpty extends TelegramError {
|
|
756
771
|
}
|
|
757
|
-
export class ReplyMarkupInvalid extends
|
|
772
|
+
export class ReplyMarkupInvalid extends TelegramError {
|
|
758
773
|
}
|
|
759
|
-
export class ReplyMarkupTooLong extends
|
|
774
|
+
export class ReplyMarkupTooLong extends TelegramError {
|
|
760
775
|
}
|
|
761
|
-
export class ResetRequestMissing extends
|
|
776
|
+
export class ResetRequestMissing extends TelegramError {
|
|
762
777
|
}
|
|
763
|
-
export class ResultsTooMuch extends
|
|
778
|
+
export class ResultsTooMuch extends TelegramError {
|
|
764
779
|
}
|
|
765
|
-
export class ResultIdDuplicate extends
|
|
780
|
+
export class ResultIdDuplicate extends TelegramError {
|
|
766
781
|
}
|
|
767
|
-
export class ResultIdEmpty extends
|
|
782
|
+
export class ResultIdEmpty extends TelegramError {
|
|
768
783
|
}
|
|
769
|
-
export class ResultIdInvalid extends
|
|
784
|
+
export class ResultIdInvalid extends TelegramError {
|
|
770
785
|
}
|
|
771
|
-
export class ResultTypeInvalid extends
|
|
786
|
+
export class ResultTypeInvalid extends TelegramError {
|
|
772
787
|
}
|
|
773
|
-
export class RevoteNotAllowed extends
|
|
788
|
+
export class RevoteNotAllowed extends TelegramError {
|
|
774
789
|
}
|
|
775
|
-
export class RightsNotModified extends
|
|
790
|
+
export class RightsNotModified extends TelegramError {
|
|
776
791
|
}
|
|
777
|
-
export class RightForbidden extends
|
|
792
|
+
export class RightForbidden extends TelegramError {
|
|
778
793
|
}
|
|
779
|
-
export class RpcCallFail extends
|
|
794
|
+
export class RpcCallFail extends TelegramError {
|
|
780
795
|
}
|
|
781
|
-
export class RpcMcgetFail extends
|
|
796
|
+
export class RpcMcgetFail extends TelegramError {
|
|
782
797
|
}
|
|
783
|
-
export class RsaDecryptFailed extends
|
|
798
|
+
export class RsaDecryptFailed extends TelegramError {
|
|
784
799
|
}
|
|
785
|
-
export class ScheduleBotNotAllowed extends
|
|
800
|
+
export class ScheduleBotNotAllowed extends TelegramError {
|
|
786
801
|
}
|
|
787
|
-
export class ScheduleDateInvalid extends
|
|
802
|
+
export class ScheduleDateInvalid extends TelegramError {
|
|
788
803
|
}
|
|
789
|
-
export class ScheduleDateTooLate extends
|
|
804
|
+
export class ScheduleDateTooLate extends TelegramError {
|
|
790
805
|
}
|
|
791
|
-
export class ScheduleStatusPrivate extends
|
|
806
|
+
export class ScheduleStatusPrivate extends TelegramError {
|
|
792
807
|
}
|
|
793
|
-
export class ScheduleTooMuch extends
|
|
808
|
+
export class ScheduleTooMuch extends TelegramError {
|
|
794
809
|
}
|
|
795
|
-
export class ScoreInvalid extends
|
|
810
|
+
export class ScoreInvalid extends TelegramError {
|
|
796
811
|
}
|
|
797
|
-
export class SearchQueryEmpty extends
|
|
812
|
+
export class SearchQueryEmpty extends TelegramError {
|
|
798
813
|
}
|
|
799
|
-
export class SearchWithLinkNotSupported extends
|
|
814
|
+
export class SearchWithLinkNotSupported extends TelegramError {
|
|
800
815
|
}
|
|
801
|
-
export class SecondsInvalid extends
|
|
816
|
+
export class SecondsInvalid extends TelegramError {
|
|
802
817
|
}
|
|
803
|
-
export class SendAsPeerInvalid extends
|
|
818
|
+
export class SendAsPeerInvalid extends TelegramError {
|
|
804
819
|
}
|
|
805
|
-
export class SendCodeUnavailable extends
|
|
820
|
+
export class SendCodeUnavailable extends TelegramError {
|
|
806
821
|
}
|
|
807
|
-
export class SendMessageMediaInvalid extends
|
|
822
|
+
export class SendMessageMediaInvalid extends TelegramError {
|
|
808
823
|
}
|
|
809
|
-
export class SendMessageTypeInvalid extends
|
|
824
|
+
export class SendMessageTypeInvalid extends TelegramError {
|
|
810
825
|
}
|
|
811
|
-
export class SensitiveChangeForbidden extends
|
|
826
|
+
export class SensitiveChangeForbidden extends TelegramError {
|
|
812
827
|
}
|
|
813
|
-
export class SessionExpired extends
|
|
828
|
+
export class SessionExpired extends TelegramError {
|
|
814
829
|
}
|
|
815
|
-
export class SessionPasswordNeeded extends
|
|
830
|
+
export class SessionPasswordNeeded extends TelegramError {
|
|
816
831
|
}
|
|
817
|
-
export class SessionRevoked extends
|
|
832
|
+
export class SessionRevoked extends TelegramError {
|
|
818
833
|
}
|
|
819
|
-
export class SettingsInvalid extends
|
|
834
|
+
export class SettingsInvalid extends TelegramError {
|
|
820
835
|
}
|
|
821
|
-
export class Sha256HashInvalid extends
|
|
836
|
+
export class Sha256HashInvalid extends TelegramError {
|
|
822
837
|
}
|
|
823
|
-
export class ShortnameOccupyFailed extends
|
|
838
|
+
export class ShortnameOccupyFailed extends TelegramError {
|
|
824
839
|
}
|
|
825
|
-
export class ShortNameInvalid extends
|
|
840
|
+
export class ShortNameInvalid extends TelegramError {
|
|
826
841
|
}
|
|
827
|
-
export class ShortNameOccupied extends
|
|
842
|
+
export class ShortNameOccupied extends TelegramError {
|
|
828
843
|
}
|
|
829
|
-
export class SignInFailed extends
|
|
844
|
+
export class SignInFailed extends TelegramError {
|
|
830
845
|
}
|
|
831
|
-
export class SlowmodeMultiMsgsDisabled extends
|
|
846
|
+
export class SlowmodeMultiMsgsDisabled extends TelegramError {
|
|
832
847
|
}
|
|
833
|
-
export class SmsCodeCreateFailed extends
|
|
848
|
+
export class SmsCodeCreateFailed extends TelegramError {
|
|
834
849
|
}
|
|
835
|
-
export class SrpIdInvalid extends
|
|
850
|
+
export class SrpIdInvalid extends TelegramError {
|
|
836
851
|
}
|
|
837
|
-
export class SrpPasswordChanged extends
|
|
852
|
+
export class SrpPasswordChanged extends TelegramError {
|
|
838
853
|
}
|
|
839
|
-
export class StartParamEmpty extends
|
|
854
|
+
export class StartParamEmpty extends TelegramError {
|
|
840
855
|
}
|
|
841
|
-
export class StartParamInvalid extends
|
|
856
|
+
export class StartParamInvalid extends TelegramError {
|
|
842
857
|
}
|
|
843
|
-
export class StartParamTooLong extends
|
|
858
|
+
export class StartParamTooLong extends TelegramError {
|
|
844
859
|
}
|
|
845
|
-
export class StickerpackStickersTooMuch extends
|
|
860
|
+
export class StickerpackStickersTooMuch extends TelegramError {
|
|
846
861
|
}
|
|
847
|
-
export class StickersetInvalid extends
|
|
862
|
+
export class StickersetInvalid extends TelegramError {
|
|
848
863
|
}
|
|
849
|
-
export class StickersetOwnerAnonymous extends
|
|
864
|
+
export class StickersetOwnerAnonymous extends TelegramError {
|
|
850
865
|
}
|
|
851
|
-
export class StickersEmpty extends
|
|
866
|
+
export class StickersEmpty extends TelegramError {
|
|
852
867
|
}
|
|
853
|
-
export class StickersTooMuch extends
|
|
868
|
+
export class StickersTooMuch extends TelegramError {
|
|
854
869
|
}
|
|
855
|
-
export class StickerDocumentInvalid extends
|
|
870
|
+
export class StickerDocumentInvalid extends TelegramError {
|
|
856
871
|
}
|
|
857
|
-
export class StickerEmojiInvalid extends
|
|
872
|
+
export class StickerEmojiInvalid extends TelegramError {
|
|
858
873
|
}
|
|
859
|
-
export class StickerFileInvalid extends
|
|
874
|
+
export class StickerFileInvalid extends TelegramError {
|
|
860
875
|
}
|
|
861
|
-
export class StickerGifDimensions extends
|
|
876
|
+
export class StickerGifDimensions extends TelegramError {
|
|
862
877
|
}
|
|
863
|
-
export class StickerIdInvalid extends
|
|
878
|
+
export class StickerIdInvalid extends TelegramError {
|
|
864
879
|
}
|
|
865
|
-
export class StickerInvalid extends
|
|
880
|
+
export class StickerInvalid extends TelegramError {
|
|
866
881
|
}
|
|
867
|
-
export class StickerMimeInvalid extends
|
|
882
|
+
export class StickerMimeInvalid extends TelegramError {
|
|
868
883
|
}
|
|
869
|
-
export class StickerPngDimensions extends
|
|
884
|
+
export class StickerPngDimensions extends TelegramError {
|
|
870
885
|
}
|
|
871
|
-
export class StickerPngNopng extends
|
|
886
|
+
export class StickerPngNopng extends TelegramError {
|
|
872
887
|
}
|
|
873
|
-
export class StickerTgsNodoc extends
|
|
888
|
+
export class StickerTgsNodoc extends TelegramError {
|
|
874
889
|
}
|
|
875
|
-
export class StickerTgsNotgs extends
|
|
890
|
+
export class StickerTgsNotgs extends TelegramError {
|
|
876
891
|
}
|
|
877
|
-
export class StickerThumbPngNopng extends
|
|
892
|
+
export class StickerThumbPngNopng extends TelegramError {
|
|
878
893
|
}
|
|
879
|
-
export class StickerThumbTgsNotgs extends
|
|
894
|
+
export class StickerThumbTgsNotgs extends TelegramError {
|
|
880
895
|
}
|
|
881
|
-
export class StickerVideoBig extends
|
|
896
|
+
export class StickerVideoBig extends TelegramError {
|
|
882
897
|
}
|
|
883
|
-
export class StickerVideoNodoc extends
|
|
898
|
+
export class StickerVideoNodoc extends TelegramError {
|
|
884
899
|
}
|
|
885
|
-
export class StickerVideoNowebm extends
|
|
900
|
+
export class StickerVideoNowebm extends TelegramError {
|
|
886
901
|
}
|
|
887
|
-
export class StorageCheckFailed extends
|
|
902
|
+
export class StorageCheckFailed extends TelegramError {
|
|
888
903
|
}
|
|
889
|
-
export class StoreInvalidScalarType extends
|
|
904
|
+
export class StoreInvalidScalarType extends TelegramError {
|
|
890
905
|
}
|
|
891
|
-
export class SwitchPmTextEmpty extends
|
|
906
|
+
export class SwitchPmTextEmpty extends TelegramError {
|
|
892
907
|
}
|
|
893
|
-
export class TakeoutInvalid extends
|
|
908
|
+
export class TakeoutInvalid extends TelegramError {
|
|
894
909
|
}
|
|
895
|
-
export class TakeoutRequired extends
|
|
910
|
+
export class TakeoutRequired extends TelegramError {
|
|
896
911
|
}
|
|
897
|
-
export class TempAuthKeyAlreadyBound extends
|
|
912
|
+
export class TempAuthKeyAlreadyBound extends TelegramError {
|
|
898
913
|
}
|
|
899
|
-
export class TempAuthKeyEmpty extends
|
|
914
|
+
export class TempAuthKeyEmpty extends TelegramError {
|
|
900
915
|
}
|
|
901
|
-
export class ThemeFileInvalid extends
|
|
916
|
+
export class ThemeFileInvalid extends TelegramError {
|
|
902
917
|
}
|
|
903
|
-
export class ThemeFormatInvalid extends
|
|
918
|
+
export class ThemeFormatInvalid extends TelegramError {
|
|
904
919
|
}
|
|
905
|
-
export class ThemeInvalid extends
|
|
920
|
+
export class ThemeInvalid extends TelegramError {
|
|
906
921
|
}
|
|
907
|
-
export class ThemeMimeInvalid extends
|
|
922
|
+
export class ThemeMimeInvalid extends TelegramError {
|
|
908
923
|
}
|
|
909
|
-
export class ThemeTitleInvalid extends
|
|
924
|
+
export class ThemeTitleInvalid extends TelegramError {
|
|
910
925
|
}
|
|
911
|
-
export class Timeout extends
|
|
926
|
+
export class Timeout extends TelegramError {
|
|
912
927
|
}
|
|
913
|
-
export class TitleInvalid extends
|
|
928
|
+
export class TitleInvalid extends TelegramError {
|
|
914
929
|
}
|
|
915
|
-
export class TmpPasswordDisabled extends
|
|
930
|
+
export class TmpPasswordDisabled extends TelegramError {
|
|
916
931
|
}
|
|
917
|
-
export class TmpPasswordInvalid extends
|
|
932
|
+
export class TmpPasswordInvalid extends TelegramError {
|
|
918
933
|
}
|
|
919
|
-
export class TokenInvalid extends
|
|
934
|
+
export class TokenInvalid extends TelegramError {
|
|
920
935
|
}
|
|
921
|
-
export class TopicDeleted extends
|
|
936
|
+
export class TopicDeleted extends TelegramError {
|
|
922
937
|
}
|
|
923
|
-
export class ToLangInvalid extends
|
|
938
|
+
export class ToLangInvalid extends TelegramError {
|
|
924
939
|
}
|
|
925
|
-
export class TtlDaysInvalid extends
|
|
940
|
+
export class TtlDaysInvalid extends TelegramError {
|
|
926
941
|
}
|
|
927
|
-
export class TtlMediaInvalid extends
|
|
942
|
+
export class TtlMediaInvalid extends TelegramError {
|
|
928
943
|
}
|
|
929
|
-
export class TtlPeriodInvalid extends
|
|
944
|
+
export class TtlPeriodInvalid extends TelegramError {
|
|
930
945
|
}
|
|
931
|
-
export class TypesEmpty extends
|
|
946
|
+
export class TypesEmpty extends TelegramError {
|
|
932
947
|
}
|
|
933
|
-
export class TypeConstructorInvalid extends
|
|
948
|
+
export class TypeConstructorInvalid extends TelegramError {
|
|
934
949
|
}
|
|
935
|
-
export class Timedout extends
|
|
950
|
+
export class Timedout extends TelegramError {
|
|
936
951
|
}
|
|
937
|
-
export class UnknownError extends
|
|
952
|
+
export class UnknownError extends TelegramError {
|
|
938
953
|
}
|
|
939
|
-
export class UnknownMethod extends
|
|
954
|
+
export class UnknownMethod extends TelegramError {
|
|
940
955
|
}
|
|
941
|
-
export class UntilDateInvalid extends
|
|
956
|
+
export class UntilDateInvalid extends TelegramError {
|
|
942
957
|
}
|
|
943
|
-
export class UpdateAppToLogin extends
|
|
958
|
+
export class UpdateAppToLogin extends TelegramError {
|
|
944
959
|
}
|
|
945
|
-
export class UrlInvalid extends
|
|
960
|
+
export class UrlInvalid extends TelegramError {
|
|
946
961
|
}
|
|
947
|
-
export class UsageLimitInvalid extends
|
|
962
|
+
export class UsageLimitInvalid extends TelegramError {
|
|
948
963
|
}
|
|
949
|
-
export class UsernameInvalid extends
|
|
964
|
+
export class UsernameInvalid extends TelegramError {
|
|
950
965
|
}
|
|
951
|
-
export class UsernameNotModified extends
|
|
966
|
+
export class UsernameNotModified extends TelegramError {
|
|
952
967
|
}
|
|
953
|
-
export class UsernameNotOccupied extends
|
|
968
|
+
export class UsernameNotOccupied extends TelegramError {
|
|
954
969
|
}
|
|
955
|
-
export class UsernameOccupied extends
|
|
970
|
+
export class UsernameOccupied extends TelegramError {
|
|
956
971
|
}
|
|
957
|
-
export class UsernamePurchaseAvailable extends
|
|
972
|
+
export class UsernamePurchaseAvailable extends TelegramError {
|
|
958
973
|
}
|
|
959
|
-
export class UserpicPrivacyRequired extends
|
|
974
|
+
export class UserpicPrivacyRequired extends TelegramError {
|
|
960
975
|
}
|
|
961
|
-
export class UserpicUploadRequired extends
|
|
976
|
+
export class UserpicUploadRequired extends TelegramError {
|
|
962
977
|
}
|
|
963
|
-
export class UsersTooFew extends
|
|
978
|
+
export class UsersTooFew extends TelegramError {
|
|
964
979
|
}
|
|
965
|
-
export class UsersTooMuch extends
|
|
980
|
+
export class UsersTooMuch extends TelegramError {
|
|
966
981
|
}
|
|
967
|
-
export class UserAdminInvalid extends
|
|
982
|
+
export class UserAdminInvalid extends TelegramError {
|
|
968
983
|
}
|
|
969
|
-
export class UserAlreadyInvited extends
|
|
984
|
+
export class UserAlreadyInvited extends TelegramError {
|
|
970
985
|
}
|
|
971
|
-
export class UserAlreadyParticipant extends
|
|
986
|
+
export class UserAlreadyParticipant extends TelegramError {
|
|
972
987
|
}
|
|
973
|
-
export class UserBannedInChannel extends
|
|
988
|
+
export class UserBannedInChannel extends TelegramError {
|
|
974
989
|
}
|
|
975
|
-
export class UserBlocked extends
|
|
990
|
+
export class UserBlocked extends TelegramError {
|
|
976
991
|
}
|
|
977
|
-
export class UserBot extends
|
|
992
|
+
export class UserBot extends TelegramError {
|
|
978
993
|
}
|
|
979
|
-
export class UserBotInvalid extends
|
|
994
|
+
export class UserBotInvalid extends TelegramError {
|
|
980
995
|
}
|
|
981
|
-
export class UserBotRequired extends
|
|
996
|
+
export class UserBotRequired extends TelegramError {
|
|
982
997
|
}
|
|
983
|
-
export class UserChannelsTooMuch extends
|
|
998
|
+
export class UserChannelsTooMuch extends TelegramError {
|
|
984
999
|
}
|
|
985
|
-
export class UserCreator extends
|
|
1000
|
+
export class UserCreator extends TelegramError {
|
|
986
1001
|
}
|
|
987
|
-
export class UserDeactivated extends
|
|
1002
|
+
export class UserDeactivated extends TelegramError {
|
|
988
1003
|
}
|
|
989
|
-
export class UserDeactivatedBan extends
|
|
1004
|
+
export class UserDeactivatedBan extends TelegramError {
|
|
990
1005
|
}
|
|
991
|
-
export class UserDeleted extends
|
|
1006
|
+
export class UserDeleted extends TelegramError {
|
|
992
1007
|
}
|
|
993
|
-
export class UserIdInvalid extends
|
|
1008
|
+
export class UserIdInvalid extends TelegramError {
|
|
994
1009
|
}
|
|
995
|
-
export class UserInvalid extends
|
|
1010
|
+
export class UserInvalid extends TelegramError {
|
|
996
1011
|
}
|
|
997
|
-
export class UserIsBlocked extends
|
|
1012
|
+
export class UserIsBlocked extends TelegramError {
|
|
998
1013
|
}
|
|
999
|
-
export class UserIsBot extends
|
|
1014
|
+
export class UserIsBot extends TelegramError {
|
|
1000
1015
|
}
|
|
1001
|
-
export class UserKicked extends
|
|
1016
|
+
export class UserKicked extends TelegramError {
|
|
1002
1017
|
}
|
|
1003
|
-
export class UserNotMutualContact extends
|
|
1018
|
+
export class UserNotMutualContact extends TelegramError {
|
|
1004
1019
|
}
|
|
1005
|
-
export class UserNotParticipant extends
|
|
1020
|
+
export class UserNotParticipant extends TelegramError {
|
|
1006
1021
|
}
|
|
1007
|
-
export class UserPrivacyRestricted extends
|
|
1022
|
+
export class UserPrivacyRestricted extends TelegramError {
|
|
1008
1023
|
}
|
|
1009
|
-
export class UserRestricted extends
|
|
1024
|
+
export class UserRestricted extends TelegramError {
|
|
1010
1025
|
}
|
|
1011
|
-
export class UserVolumeInvalid extends
|
|
1026
|
+
export class UserVolumeInvalid extends TelegramError {
|
|
1012
1027
|
}
|
|
1013
|
-
export class VideoContentTypeInvalid extends
|
|
1028
|
+
export class VideoContentTypeInvalid extends TelegramError {
|
|
1014
1029
|
}
|
|
1015
|
-
export class VideoFileInvalid extends
|
|
1030
|
+
export class VideoFileInvalid extends TelegramError {
|
|
1016
1031
|
}
|
|
1017
|
-
export class VideoTitleEmpty extends
|
|
1032
|
+
export class VideoTitleEmpty extends TelegramError {
|
|
1018
1033
|
}
|
|
1019
|
-
export class VoiceMessagesForbidden extends
|
|
1034
|
+
export class VoiceMessagesForbidden extends TelegramError {
|
|
1020
1035
|
}
|
|
1021
|
-
export class WallpaperFileInvalid extends
|
|
1036
|
+
export class WallpaperFileInvalid extends TelegramError {
|
|
1022
1037
|
}
|
|
1023
|
-
export class WallpaperInvalid extends
|
|
1038
|
+
export class WallpaperInvalid extends TelegramError {
|
|
1024
1039
|
}
|
|
1025
|
-
export class WallpaperMimeInvalid extends
|
|
1040
|
+
export class WallpaperMimeInvalid extends TelegramError {
|
|
1026
1041
|
}
|
|
1027
|
-
export class WcConvertUrlInvalid extends
|
|
1042
|
+
export class WcConvertUrlInvalid extends TelegramError {
|
|
1028
1043
|
}
|
|
1029
|
-
export class WebdocumentInvalid extends
|
|
1044
|
+
export class WebdocumentInvalid extends TelegramError {
|
|
1030
1045
|
}
|
|
1031
|
-
export class WebdocumentMimeInvalid extends
|
|
1046
|
+
export class WebdocumentMimeInvalid extends TelegramError {
|
|
1032
1047
|
}
|
|
1033
|
-
export class WebdocumentSizeTooBig extends
|
|
1048
|
+
export class WebdocumentSizeTooBig extends TelegramError {
|
|
1034
1049
|
}
|
|
1035
|
-
export class WebdocumentUrlInvalid extends
|
|
1050
|
+
export class WebdocumentUrlInvalid extends TelegramError {
|
|
1036
1051
|
}
|
|
1037
|
-
export class WebpageCurlFailed extends
|
|
1052
|
+
export class WebpageCurlFailed extends TelegramError {
|
|
1038
1053
|
}
|
|
1039
|
-
export class WebpageMediaEmpty extends
|
|
1054
|
+
export class WebpageMediaEmpty extends TelegramError {
|
|
1040
1055
|
}
|
|
1041
|
-
export class WebpushAuthInvalid extends
|
|
1056
|
+
export class WebpushAuthInvalid extends TelegramError {
|
|
1042
1057
|
}
|
|
1043
|
-
export class WebpushKeyInvalid extends
|
|
1058
|
+
export class WebpushKeyInvalid extends TelegramError {
|
|
1044
1059
|
}
|
|
1045
|
-
export class WebpushTokenInvalid extends
|
|
1060
|
+
export class WebpushTokenInvalid extends TelegramError {
|
|
1046
1061
|
}
|
|
1047
|
-
export class WorkerBusyTooLongRetry extends
|
|
1062
|
+
export class WorkerBusyTooLongRetry extends TelegramError {
|
|
1048
1063
|
}
|
|
1049
|
-
export class YouBlockedUser extends
|
|
1064
|
+
export class YouBlockedUser extends TelegramError {
|
|
1050
1065
|
}
|
|
1051
1066
|
export const map = {
|
|
1052
1067
|
ABOUT_TOO_LONG: AboutTooLong,
|