@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/types/4_message.js
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
*/
|
|
20
20
|
import { unreachable } from "../0_deps.js";
|
|
21
21
|
import { cleanObject, fromUnixTimestamp, getLogger, ZERO_CHANNEL_ID } from "../1_utilities.js";
|
|
22
|
-
import { as,
|
|
22
|
+
import { as, is } from "../2_tl.js";
|
|
23
23
|
import { FileType, toUniqueFileId } from "./_file_id.js";
|
|
24
24
|
import { serializeFileId } from "./_file_id.js";
|
|
25
25
|
import { constructContact } from "./0_contact.js";
|
|
@@ -95,7 +95,7 @@ export function assertMessageType(message, type) {
|
|
|
95
95
|
return message;
|
|
96
96
|
}
|
|
97
97
|
async function getSender(message_, getEntity) {
|
|
98
|
-
if (message_.from_id
|
|
98
|
+
if (is("peerUser", message_.from_id)) {
|
|
99
99
|
const entity = await getEntity(message_.from_id);
|
|
100
100
|
if (entity) {
|
|
101
101
|
return { from: constructUser(entity) };
|
|
@@ -104,7 +104,7 @@ async function getSender(message_, getEntity) {
|
|
|
104
104
|
unreachable();
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
else if (message_.from_id
|
|
107
|
+
else if (is("peerChannel", message_.from_id)) {
|
|
108
108
|
const entity = await getEntity(message_.from_id);
|
|
109
109
|
if (entity) {
|
|
110
110
|
return { senderChat: constructChatP(entity) };
|
|
@@ -113,9 +113,18 @@ async function getSender(message_, getEntity) {
|
|
|
113
113
|
unreachable();
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
+
else if (is("peerUser", message_.peer_id)) {
|
|
117
|
+
const entity = await getEntity(message_.peer_id);
|
|
118
|
+
if (entity) {
|
|
119
|
+
return { from: constructUser(entity) };
|
|
120
|
+
}
|
|
121
|
+
else {
|
|
122
|
+
unreachable();
|
|
123
|
+
}
|
|
124
|
+
}
|
|
116
125
|
}
|
|
117
126
|
async function getReply(message_, chat, getMessage) {
|
|
118
|
-
if (getMessage && message_.reply_to
|
|
127
|
+
if (getMessage && is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_msg_id) {
|
|
119
128
|
let isTopicMessage = false;
|
|
120
129
|
if (message_.reply_to.forum_topic) {
|
|
121
130
|
isTopicMessage = true;
|
|
@@ -128,7 +137,7 @@ async function getReply(message_, chat, getMessage) {
|
|
|
128
137
|
L.warning("couldn't get replied message");
|
|
129
138
|
}
|
|
130
139
|
}
|
|
131
|
-
return { replyToMessage: undefined, threadId: undefined, isTopicMessage:
|
|
140
|
+
return { replyToMessage: undefined, threadId: undefined, isTopicMessage: false };
|
|
132
141
|
}
|
|
133
142
|
async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
134
143
|
const message = {
|
|
@@ -139,11 +148,11 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
139
148
|
isTopicMessage: false,
|
|
140
149
|
};
|
|
141
150
|
Object.assign(message, await getSender(message_, getEntity));
|
|
142
|
-
if (message_.action
|
|
151
|
+
if (is("messageActionChatAddUser", message_.action) || is("messageActionChatJoinedByLink", message_.action) || is("messageActionChatJoinedByRequest", message_.action)) {
|
|
143
152
|
const newChatMembers = new Array();
|
|
144
153
|
const users = "users" in message_.action ? message_.action.users : [message_.from_id && "user_id" in message_.from_id ? message_.from_id.user_id : unreachable()];
|
|
145
154
|
for (const user_ of users) {
|
|
146
|
-
const entity = await getEntity(
|
|
155
|
+
const entity = await getEntity({ _: "peerUser", user_id: user_ });
|
|
147
156
|
if (entity) {
|
|
148
157
|
const user = constructUser(entity);
|
|
149
158
|
newChatMembers.push(user);
|
|
@@ -154,31 +163,31 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
154
163
|
}
|
|
155
164
|
return { ...message, newChatMembers };
|
|
156
165
|
}
|
|
157
|
-
else if (message_.action
|
|
158
|
-
const entity = await getEntity(
|
|
166
|
+
else if (is("messageActionChatDeleteUser", message_.action)) {
|
|
167
|
+
const entity = await getEntity({ _: "peerUser", user_id: message_.action.user_id });
|
|
159
168
|
if (entity) {
|
|
160
169
|
const user = constructUser(entity);
|
|
161
170
|
const leftChatMember = user;
|
|
162
171
|
return { ...message, leftChatMember };
|
|
163
172
|
}
|
|
164
173
|
}
|
|
165
|
-
else if (message_.action
|
|
174
|
+
else if (is("messageActionChatEditTitle", message_.action)) {
|
|
166
175
|
const newChatTitle = message_.action.title;
|
|
167
176
|
return { ...message, newChatTitle };
|
|
168
177
|
}
|
|
169
|
-
else if (message_.action
|
|
170
|
-
const newChatPhoto = constructPhoto(message_.action.photo
|
|
178
|
+
else if (is("messageActionChatEditPhoto", message_.action)) {
|
|
179
|
+
const newChatPhoto = constructPhoto(as("photo", message_.action.photo));
|
|
171
180
|
return { ...message, newChatPhoto };
|
|
172
181
|
}
|
|
173
|
-
else if (message_.action
|
|
182
|
+
else if (is("messageActionChatDeletePhoto", message_.action)) {
|
|
174
183
|
const deletedChatPhoto = true;
|
|
175
184
|
return { ...message, deletedChatPhoto };
|
|
176
185
|
}
|
|
177
|
-
else if (message_.action
|
|
186
|
+
else if (is("messageActionChatCreate", message_.action)) {
|
|
178
187
|
const groupCreated = true;
|
|
179
188
|
const newChatMembers = new Array();
|
|
180
189
|
for (const user_ of message_.action.users) {
|
|
181
|
-
const entity = await getEntity(
|
|
190
|
+
const entity = await getEntity({ _: "peerUser", user_id: user_ });
|
|
182
191
|
if (entity) {
|
|
183
192
|
const user = constructUser(entity);
|
|
184
193
|
newChatMembers.push(user);
|
|
@@ -186,7 +195,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
186
195
|
}
|
|
187
196
|
return { ...message, groupCreated, newChatMembers };
|
|
188
197
|
}
|
|
189
|
-
else if (message_.action
|
|
198
|
+
else if (is("messageActionChannelCreate", message_.action)) {
|
|
190
199
|
if (message.chat.type == "channel") {
|
|
191
200
|
const channelCreated = true;
|
|
192
201
|
return { ...message, channelCreated };
|
|
@@ -199,32 +208,32 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
199
208
|
// unreachable();
|
|
200
209
|
}
|
|
201
210
|
}
|
|
202
|
-
else if (message_.action
|
|
211
|
+
else if (is("messageActionChatMigrateTo", message_.action)) {
|
|
203
212
|
const chatMigratedTo = ZERO_CHANNEL_ID + Number(-message_.action.channel_id);
|
|
204
213
|
return { ...message, chatMigratedTo };
|
|
205
214
|
}
|
|
206
|
-
else if (message_.action
|
|
215
|
+
else if (is("messageActionChannelMigrateFrom", message_.action)) {
|
|
207
216
|
const chatMigratedFrom = Number(-message_.action.chat_id);
|
|
208
217
|
return { ...message, chatMigratedFrom };
|
|
209
218
|
}
|
|
210
|
-
else if (message_.action
|
|
219
|
+
else if (is("messageActionPinMessage", message_.action)) {
|
|
211
220
|
const { replyToMessage } = await getReply(message_, chat, getMessage);
|
|
212
221
|
if (replyToMessage) {
|
|
213
222
|
const pinnedMessage = replyToMessage;
|
|
214
223
|
return { ...message, pinnedMessage };
|
|
215
224
|
}
|
|
216
225
|
}
|
|
217
|
-
else if (message_.action
|
|
218
|
-
const user = message_.action.peers[0]
|
|
226
|
+
else if (is("messageActionRequestedPeer", message_.action)) {
|
|
227
|
+
const user = as("peerUser", message_.action.peers[0]);
|
|
219
228
|
const userShared = { requestId: message_.action.button_id, userId: Number(user.user_id) };
|
|
220
229
|
return { ...message, userShared };
|
|
221
230
|
}
|
|
222
|
-
else if (message_.action
|
|
223
|
-
const miniAppName = message_.action.app ? message_.action.app
|
|
231
|
+
else if (is("messageActionBotAllowed", message_.action)) {
|
|
232
|
+
const miniAppName = message_.action.app ? as("botApp", message_.action.app).title : undefined;
|
|
224
233
|
const writeAccessAllowed = { miniAppName };
|
|
225
234
|
return { ...message, writeAccessAllowed };
|
|
226
235
|
}
|
|
227
|
-
else if (message_.action
|
|
236
|
+
else if (is("messageActionTopicCreate", message_.action)) {
|
|
228
237
|
const forumTopicCreated = {
|
|
229
238
|
name: message_.action.title,
|
|
230
239
|
iconColor: "#" + message_.action.icon_color.toString(16).padStart(6, "0"),
|
|
@@ -232,7 +241,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
232
241
|
};
|
|
233
242
|
return { ...message, forumTopicCreated };
|
|
234
243
|
}
|
|
235
|
-
else if (message_.action
|
|
244
|
+
else if (is("messageActionTopicEdit", message_.action)) {
|
|
236
245
|
if (message_.action.closed) {
|
|
237
246
|
const forumTopicClosed = true;
|
|
238
247
|
return { ...message, forumTopicClosed };
|
|
@@ -249,11 +258,11 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
249
258
|
return { ...message, forumTopicReopened };
|
|
250
259
|
}
|
|
251
260
|
}
|
|
252
|
-
else if (message_.action
|
|
261
|
+
else if (is("messageActionGroupCallScheduled", message_.action)) {
|
|
253
262
|
const videoChatScheduled = { startDate: new Date(message_.action.schedule_date * 1000) };
|
|
254
263
|
return { ...message, videoChatScheduled };
|
|
255
264
|
}
|
|
256
|
-
else if (message_.action
|
|
265
|
+
else if (is("messageActionGroupCall", message_.action)) {
|
|
257
266
|
if (message_.action.duration) {
|
|
258
267
|
const videoChatEnded = { duration: message_.action.duration };
|
|
259
268
|
return { ...message, videoChatEnded };
|
|
@@ -263,19 +272,19 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
|
|
|
263
272
|
return { ...message, videoChatStarted };
|
|
264
273
|
}
|
|
265
274
|
}
|
|
266
|
-
else if (message_.action
|
|
275
|
+
else if (is("messageActionSetMessagesTTL", message_.action)) {
|
|
267
276
|
const newAutoDeleteTime = message_.action.period || 0;
|
|
268
277
|
return { ...message, newAutoDeleteTime };
|
|
269
278
|
}
|
|
270
279
|
return { ...message, unsupported: true };
|
|
271
280
|
}
|
|
272
281
|
export async function constructMessage(message_, getEntity, getMessage, getStickerSetName, getReply_ = true, business) {
|
|
273
|
-
if (!(message_
|
|
282
|
+
if (!(is("message", message_)) && !(is("messageService", message_))) {
|
|
274
283
|
unreachable();
|
|
275
284
|
}
|
|
276
285
|
let link;
|
|
277
286
|
let chat_ = null;
|
|
278
|
-
if (message_.peer_id
|
|
287
|
+
if (is("peerUser", message_.peer_id)) {
|
|
279
288
|
const entity = await getEntity(message_.peer_id);
|
|
280
289
|
if (entity) {
|
|
281
290
|
chat_ = constructChatP(entity);
|
|
@@ -284,7 +293,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
284
293
|
unreachable();
|
|
285
294
|
}
|
|
286
295
|
}
|
|
287
|
-
else if (message_.peer_id
|
|
296
|
+
else if (is("peerChat", message_.peer_id)) {
|
|
288
297
|
const entity = await getEntity(message_.peer_id);
|
|
289
298
|
if (entity) {
|
|
290
299
|
chat_ = constructChatP(entity);
|
|
@@ -293,7 +302,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
293
302
|
unreachable();
|
|
294
303
|
}
|
|
295
304
|
}
|
|
296
|
-
else if (message_.peer_id
|
|
305
|
+
else if (is("peerChannel", message_.peer_id)) {
|
|
297
306
|
link = `https://t.me/c/${message_.peer_id.channel_id}/${message_.id}`;
|
|
298
307
|
const entity = await getEntity(message_.peer_id);
|
|
299
308
|
if (entity) {
|
|
@@ -306,7 +315,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
306
315
|
else {
|
|
307
316
|
unreachable();
|
|
308
317
|
}
|
|
309
|
-
if (message_
|
|
318
|
+
if (is("messageService", message_)) {
|
|
310
319
|
return await constructServiceMessage(message_, chat_, getEntity, getMessage);
|
|
311
320
|
}
|
|
312
321
|
const message = {
|
|
@@ -317,7 +326,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
317
326
|
date: fromUnixTimestamp(message_.date),
|
|
318
327
|
views: message_.views,
|
|
319
328
|
forwards: message_.forwards,
|
|
320
|
-
isTopicMessage: false,
|
|
329
|
+
isTopicMessage: message_.reply_to && is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_top_id ? true : false,
|
|
321
330
|
hasProtectedContent: message_.noforwards || false,
|
|
322
331
|
senderBoostCount: message_.from_boosts_applied,
|
|
323
332
|
};
|
|
@@ -325,7 +334,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
325
334
|
const recentReactions = message_.reactions.recent_reactions ?? [];
|
|
326
335
|
message.reactions = message_.reactions.results.map((v) => constructMessageReaction(v, recentReactions));
|
|
327
336
|
}
|
|
328
|
-
if (message_.reply_to
|
|
337
|
+
if (is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_msg_id) {
|
|
329
338
|
if (message_.reply_to.quote) {
|
|
330
339
|
message.replyQuote = constructReplyQuote(message_.reply_to.quote_text, message_.reply_to.quote_offset, message_.reply_to.quote_entities);
|
|
331
340
|
}
|
|
@@ -346,7 +355,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
346
355
|
message.replyMarkup = constructReplyMarkup(message_.reply_markup);
|
|
347
356
|
}
|
|
348
357
|
if (message_.via_bot_id != undefined) {
|
|
349
|
-
const viaBot = await getEntity(
|
|
358
|
+
const viaBot = await getEntity({ _: "peerUser", user_id: message_.via_bot_id });
|
|
350
359
|
if (viaBot) {
|
|
351
360
|
message.viaBot = constructUser(viaBot);
|
|
352
361
|
}
|
|
@@ -355,7 +364,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
355
364
|
}
|
|
356
365
|
}
|
|
357
366
|
if (message_.via_business_bot_id != undefined) {
|
|
358
|
-
const viaBusinessBot = await getEntity(
|
|
367
|
+
const viaBusinessBot = await getEntity({ _: "peerUser", user_id: message_.via_business_bot_id });
|
|
359
368
|
if (viaBusinessBot) {
|
|
360
369
|
message.viaBusinessBot = constructUser(viaBusinessBot);
|
|
361
370
|
}
|
|
@@ -366,25 +375,25 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
366
375
|
if (message_.post_author != undefined) {
|
|
367
376
|
message.authorSignature = message_.post_author;
|
|
368
377
|
}
|
|
369
|
-
if (message_.fwd_from
|
|
378
|
+
if (is("messageFwdHeader", message_.fwd_from)) {
|
|
370
379
|
message.isAutomaticForward = message_.fwd_from.saved_from_peer != undefined && message_.fwd_from.saved_from_msg_id != undefined;
|
|
371
380
|
message.forwardSenderName = message_.fwd_from.from_name;
|
|
372
381
|
message.forwardId = message_.fwd_from.channel_post;
|
|
373
382
|
message.forwardSignature = message_.fwd_from.post_author;
|
|
374
383
|
message.forwardDate = fromUnixTimestamp(message_.fwd_from.date);
|
|
375
|
-
if (message_.fwd_from.from_id
|
|
384
|
+
if (is("peerUser", message_.fwd_from.from_id)) {
|
|
376
385
|
const entity = await getEntity(message_.fwd_from.from_id);
|
|
377
386
|
if (entity) {
|
|
378
387
|
message.forwardFrom = constructUser(entity);
|
|
379
388
|
}
|
|
380
389
|
}
|
|
381
|
-
else if (message_.fwd_from.from_id
|
|
390
|
+
else if (is("peerChat", message_.fwd_from.from_id)) {
|
|
382
391
|
const entity = await getEntity(message_.fwd_from.from_id);
|
|
383
392
|
if (entity) {
|
|
384
393
|
message.forwardFromChat = constructChatP(entity);
|
|
385
394
|
}
|
|
386
395
|
}
|
|
387
|
-
else if (message_.fwd_from.from_id
|
|
396
|
+
else if (is("peerChannel", message_.fwd_from.from_id)) {
|
|
388
397
|
const entity = await getEntity(message_.fwd_from.from_id);
|
|
389
398
|
if (entity) {
|
|
390
399
|
message.forwardFromChat = constructChatP(entity);
|
|
@@ -410,35 +419,35 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
410
419
|
caption: message_.message,
|
|
411
420
|
captionEntities: message_.entities?.map(constructMessageEntity).filter((v) => !!v) ?? [],
|
|
412
421
|
};
|
|
413
|
-
if (message_.media
|
|
422
|
+
if (is("messageMediaPhoto", message_.media) || is("messageMediaDocument", message_.media)) {
|
|
414
423
|
messageMedia.hasMediaSpoiler = message_.media.spoiler || false;
|
|
415
424
|
}
|
|
416
425
|
let m = null;
|
|
417
|
-
if (message_.media
|
|
426
|
+
if (is("messageMediaPhoto", message_.media)) {
|
|
418
427
|
if (!message_.media.photo) {
|
|
419
428
|
unreachable();
|
|
420
429
|
}
|
|
421
|
-
const photo = constructPhoto(message_.media.photo
|
|
430
|
+
const photo = constructPhoto(as("photo", message_.media.photo));
|
|
422
431
|
m = { ...messageMedia, photo };
|
|
423
432
|
}
|
|
424
|
-
else if (message_.media
|
|
433
|
+
else if (is("messageMediaDice", message_.media)) {
|
|
425
434
|
const dice = constructDice(message_.media);
|
|
426
435
|
m = { ...message, dice };
|
|
427
436
|
}
|
|
428
|
-
else if (message_.media
|
|
437
|
+
else if (is("messageMediaDocument", message_.media)) {
|
|
429
438
|
const { document } = message_.media;
|
|
430
|
-
if (document
|
|
439
|
+
if (is("document", document)) {
|
|
431
440
|
const getFileId = (type) => ({
|
|
432
441
|
type,
|
|
433
442
|
dcId: document.dc_id,
|
|
434
443
|
fileReference: document.file_reference,
|
|
435
444
|
location: { type: "common", id: document.id, accessHash: document.access_hash },
|
|
436
445
|
});
|
|
437
|
-
const animated = document.attributes.find((v) => v
|
|
438
|
-
const audio = document.attributes.find((v) => v
|
|
439
|
-
const fileName = document.attributes.find((v) => v
|
|
440
|
-
const sticker = document.attributes.find((v) => v
|
|
441
|
-
const video = document.attributes.find((v) => v
|
|
446
|
+
const animated = document.attributes.find((v) => is("documentAttributeAnimated", v));
|
|
447
|
+
const audio = document.attributes.find((v) => is("documentAttributeAudio", v));
|
|
448
|
+
const fileName = document.attributes.find((v) => is("documentAttributeFilename", v));
|
|
449
|
+
const sticker = document.attributes.find((v) => is("documentAttributeSticker", v));
|
|
450
|
+
const video = document.attributes.find((v) => is("documentAttributeVideo", v));
|
|
442
451
|
if (animated) {
|
|
443
452
|
const fileId = getFileId(FileType.Animation);
|
|
444
453
|
const animation = constructAnimation(document, video, fileName, serializeFileId(fileId), toUniqueFileId(fileId));
|
|
@@ -475,32 +484,32 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
475
484
|
}
|
|
476
485
|
else {
|
|
477
486
|
const fileId = getFileId(FileType.Document);
|
|
478
|
-
const document_ = constructDocument(document, fileName ??
|
|
487
|
+
const document_ = constructDocument(document, fileName ?? ({ _: "documentAttributeFilename", file_name: "Unknown" }), serializeFileId(fileId), toUniqueFileId(fileId));
|
|
479
488
|
m = { ...messageMedia, document: document_ };
|
|
480
489
|
}
|
|
481
490
|
}
|
|
482
491
|
}
|
|
483
|
-
else if (message_.media
|
|
492
|
+
else if (is("messageMediaContact", message_.media)) {
|
|
484
493
|
const contact = constructContact(message_.media);
|
|
485
494
|
m = { ...messageMedia, contact };
|
|
486
495
|
}
|
|
487
|
-
else if (message_.media
|
|
496
|
+
else if (is("messageMediaGame", message_.media)) {
|
|
488
497
|
const game = constructGame(message_.media);
|
|
489
498
|
m = { ...message, game };
|
|
490
499
|
}
|
|
491
|
-
else if (message_.media
|
|
500
|
+
else if (is("messageMediaPoll", message_.media)) {
|
|
492
501
|
const poll = constructPoll(message_.media);
|
|
493
502
|
m = { ...message, poll };
|
|
494
503
|
}
|
|
495
|
-
else if (message_.media
|
|
504
|
+
else if (is("messageMediaVenue", message_.media)) {
|
|
496
505
|
const venue = constructVenue(message_.media);
|
|
497
506
|
m = { ...message, venue };
|
|
498
507
|
}
|
|
499
|
-
else if (message_.media
|
|
508
|
+
else if (is("messageMediaGeo", message_.media) || is("messageMediaGeoLive", message_.media)) {
|
|
500
509
|
const location = constructLocation(message_.media);
|
|
501
510
|
m = { ...message, location };
|
|
502
511
|
}
|
|
503
|
-
else if (message_.media
|
|
512
|
+
else if (is("messageMediaWebPage", message_.media)) {
|
|
504
513
|
const linkPreview = constructLinkPreview(message_.media, message_.invert_media);
|
|
505
514
|
if (message_.message) {
|
|
506
515
|
m = { ...messageText, linkPreview };
|
|
@@ -509,7 +518,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
|
|
|
509
518
|
m = { ...message, linkPreview: { ...linkPreview, url: linkPreview.url ? linkPreview.url : unreachable() } };
|
|
510
519
|
}
|
|
511
520
|
}
|
|
512
|
-
else if (message_.media
|
|
521
|
+
else if (is("messageMediaGiveaway", message_.media)) {
|
|
513
522
|
const giveaway = constructGiveaway(message_.media);
|
|
514
523
|
m = { ...message, giveaway };
|
|
515
524
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
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 {
|
|
20
|
+
import { Api } from "../2_tl.js";
|
|
21
21
|
import { EntityGetter } from "./_getters.js";
|
|
22
22
|
import { User } from "./1_user.js";
|
|
23
23
|
import { Message, MessageGetter } from "./4_message.js";
|
|
@@ -38,6 +38,6 @@ export interface CallbackQuery {
|
|
|
38
38
|
/** The short name of the game to be returned. */
|
|
39
39
|
gameShortName?: string;
|
|
40
40
|
}
|
|
41
|
-
export declare function deserializeInlineMessageId(inlineMessageId: string):
|
|
42
|
-
export declare function constructCallbackQuery(callbackQuery:
|
|
41
|
+
export declare function deserializeInlineMessageId(inlineMessageId: string): Api.InputBotInlineMessageID;
|
|
42
|
+
export declare function constructCallbackQuery(callbackQuery: Api.updateBotCallbackQuery | Api.updateInlineBotCallbackQuery, getEntity: EntityGetter, getMessage: MessageGetter): Promise<CallbackQuery>;
|
|
43
43
|
//# sourceMappingURL=5_callback_query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"5_callback_query.d.ts","sourceRoot":"","sources":["../../src/types/5_callback_query.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAKH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"5_callback_query.d.ts","sourceRoot":"","sources":["../../src/types/5_callback_query.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAKH,OAAO,EAAE,GAAG,EAAyC,MAAM,YAAY,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAiB,IAAI,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAExD,iCAAiC;AACjC,MAAM,WAAW,aAAa;IAC5B,4CAA4C;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,4CAA4C;IAC5C,IAAI,EAAE,IAAI,CAAC;IACX,uGAAuG;IACvG,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oKAAoK;IACpK,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gHAAgH;IAChH,YAAY,EAAE,MAAM,CAAC;IACrB,oFAAoF;IACpF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,wBAAgB,0BAA0B,CAAC,eAAe,EAAE,MAAM,GAAG,GAAG,CAAC,uBAAuB,CAa/F;AAED,wBAAsB,sBAAsB,CAAC,aAAa,EAAE,GAAG,CAAC,sBAAsB,GAAG,GAAG,CAAC,4BAA4B,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC,CAmBrM"}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { unreachable } from "../0_deps.js";
|
|
21
21
|
import { InputError } from "../0_errors.js";
|
|
22
22
|
import { base64DecodeUrlSafe, base64EncodeUrlSafe, cleanObject } from "../1_utilities.js";
|
|
23
|
-
import { peerToChatId, serialize, TLReader
|
|
23
|
+
import { is, peerToChatId, serialize, TLReader } from "../2_tl.js";
|
|
24
24
|
import { constructUser } from "./1_user.js";
|
|
25
25
|
const ERR_INVALID_INLINE_MESSAGE_ID = new InputError("Invalid inline message ID");
|
|
26
26
|
export function deserializeInlineMessageId(inlineMessageId) {
|
|
@@ -28,7 +28,7 @@ export function deserializeInlineMessageId(inlineMessageId) {
|
|
|
28
28
|
const buffer = base64DecodeUrlSafe(inlineMessageId);
|
|
29
29
|
const reader = new TLReader(buffer);
|
|
30
30
|
const object = reader.readObject();
|
|
31
|
-
if (object
|
|
31
|
+
if (is("inputBotInlineMessageID64", object) || is("inputBotInlineMessageID", object)) {
|
|
32
32
|
return object;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -38,7 +38,7 @@ export function deserializeInlineMessageId(inlineMessageId) {
|
|
|
38
38
|
throw ERR_INVALID_INLINE_MESSAGE_ID;
|
|
39
39
|
}
|
|
40
40
|
export async function constructCallbackQuery(callbackQuery, getEntity, getMessage) {
|
|
41
|
-
const user_ = await getEntity(
|
|
41
|
+
const user_ = await getEntity({ _: "peerUser", user_id: callbackQuery.user_id });
|
|
42
42
|
if (!user_) {
|
|
43
43
|
unreachable();
|
|
44
44
|
}
|
|
@@ -47,7 +47,7 @@ export async function constructCallbackQuery(callbackQuery, getEntity, getMessag
|
|
|
47
47
|
const gameShortName = callbackQuery.game_short_name;
|
|
48
48
|
const data = callbackQuery.data !== undefined ? new TextDecoder().decode(callbackQuery.data) : undefined;
|
|
49
49
|
const chatInstance = callbackQuery.chat_instance == 0n ? "" : String(callbackQuery.chat_instance);
|
|
50
|
-
if (callbackQuery
|
|
50
|
+
if (is("updateBotCallbackQuery", callbackQuery)) {
|
|
51
51
|
const message = await getMessage(peerToChatId(callbackQuery.peer), Number(callbackQuery.msg_id));
|
|
52
52
|
if (message == null) {
|
|
53
53
|
unreachable();
|
|
@@ -55,6 +55,6 @@ export async function constructCallbackQuery(callbackQuery, getEntity, getMessag
|
|
|
55
55
|
return cleanObject({ id, from: user, message, chatInstance, data, gameShortName });
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
return cleanObject({ id, from: user, inlineMessageId: base64EncodeUrlSafe(callbackQuery.msg_id
|
|
58
|
+
return cleanObject({ id, from: user, inlineMessageId: base64EncodeUrlSafe(serialize(callbackQuery.msg_id)), chatInstance, data, gameShortName });
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
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 {
|
|
20
|
+
import { Api } from "../2_tl.js";
|
|
21
21
|
import { EntityGetter } from "./_getters.js";
|
|
22
22
|
import { ChatP } from "./1_chat_p.js";
|
|
23
23
|
import { StickerSetNameGetter } from "./1_sticker.js";
|
|
@@ -30,7 +30,7 @@ export interface ChatListItem {
|
|
|
30
30
|
}
|
|
31
31
|
export declare function getChatListItemOrder(lastMessage: Omit<Message, "replyToMessage"> | undefined, pinned: number): string;
|
|
32
32
|
export declare function constructChatListItem(chatId: number, pinned: number, lastMessageId: number, getEntity: EntityGetter, getMessage: MessageGetter): Promise<ChatListItem | null>;
|
|
33
|
-
export declare function constructChatListItem2(entity:
|
|
33
|
+
export declare function constructChatListItem2(entity: Api.user | Api.chat | Api.chatForbidden | Api.channel | Api.channelForbidden, pinned: number, lastMessage: Omit<Message, "replyToMessage"> | undefined): ChatListItem;
|
|
34
34
|
export declare function constructChatListItem3(chatId: number, pinned: number, lastMessage: Omit<Message, "replyToMessage"> | undefined, getEntity: EntityGetter): Promise<ChatListItem | null>;
|
|
35
|
-
export declare function constructChatListItem4(dialog:
|
|
35
|
+
export declare function constructChatListItem4(dialog: Api.Dialog, dialogs: Api.messages_dialogs | Api.messages_dialogsSlice, pinnedChats: number[], getEntity: EntityGetter, getMessage: MessageGetter, getStickerSetName: StickerSetNameGetter): Promise<ChatListItem>;
|
|
36
36
|
//# sourceMappingURL=5_chat_list_item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"5_chat_list_item.d.ts","sourceRoot":"","sources":["../../src/types/5_chat_list_item.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,
|
|
1
|
+
{"version":3,"file":"5_chat_list_item.d.ts","sourceRoot":"","sources":["../../src/types/5_chat_list_item.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,GAAG,EAAkC,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAkB,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAoB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;CAC/C;AAED,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAMrH;AAED,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAenL;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,aAAa,GAAG,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,GAAG,YAAY,CAOnN;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAW5L;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,GAAG,CAAC,gBAAgB,GAAG,GAAG,CAAC,qBAAqB,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,iBAAiB,EAAE,oBAAoB,GAAG,OAAO,CAAC,YAAY,CAAC,CAqBrQ"}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
19
19
|
*/
|
|
20
20
|
import { unreachable } from "../0_deps.js";
|
|
21
|
-
import { chatIdToPeer,
|
|
21
|
+
import { chatIdToPeer, is, peerToChatId } from "../2_tl.js";
|
|
22
22
|
import { constructChatP } from "./1_chat_p.js";
|
|
23
23
|
import { constructMessage } from "./4_message.js";
|
|
24
24
|
export function getChatListItemOrder(lastMessage, pinned) {
|
|
@@ -73,7 +73,7 @@ export async function constructChatListItem4(dialog, dialogs, pinnedChats, getEn
|
|
|
73
73
|
const userId = "user_id" in dialog.peer ? dialog.peer.user_id : null;
|
|
74
74
|
const chatId = "chat_id" in dialog.peer ? dialog.peer.chat_id : null;
|
|
75
75
|
const channelId = "channel_id" in dialog.peer ? dialog.peer.channel_id : null;
|
|
76
|
-
const chat__ = chatId != null ? dialogs.chats.find((v) => v
|
|
76
|
+
const chat__ = chatId != null ? dialogs.chats.find((v) => is("chat", v) && v.id == chatId) : channelId != null ? dialogs.chats.find((v) => is("channel", v) && v.id == channelId) : userId != null ? dialogs.users.find((v) => is("user", v) && v.id == userId) : unreachable();
|
|
77
77
|
if (!chat__) {
|
|
78
78
|
unreachable();
|
|
79
79
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
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 {
|
|
20
|
+
import { Api } from "../2_tl.js";
|
|
21
21
|
import { InlineQueryResult } from "./4_inline_query_result.js";
|
|
22
22
|
/** An answer to an inline query. */
|
|
23
23
|
export interface InlineQueryAnswer {
|
|
@@ -28,5 +28,5 @@ export interface InlineQueryAnswer {
|
|
|
28
28
|
/** A parameter that can be passed to next queries with the same text to yield more results. */
|
|
29
29
|
nextOffset?: string;
|
|
30
30
|
}
|
|
31
|
-
export declare function constructInlineQueryAnswer(results:
|
|
31
|
+
export declare function constructInlineQueryAnswer(results: Api.messages_BotResults): InlineQueryAnswer;
|
|
32
32
|
//# sourceMappingURL=5_inline_query_answer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"5_inline_query_answer.d.ts","sourceRoot":"","sources":["../../src/types/5_inline_query_answer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"5_inline_query_answer.d.ts","sourceRoot":"","sources":["../../src/types/5_inline_query_answer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAA8B,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE3F,oCAAoC;AACpC,MAAM,WAAW,iBAAiB;IAChC,6DAA6D;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,+FAA+F;IAC/F,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,GAAG,CAAC,mBAAmB,GAAG,iBAAiB,CAM9F"}
|