@mtkruto/node 0.1.153 → 0.1.155
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 +6 -8
- package/esm/0_deps.js +14 -9
- package/esm/1_utilities.d.ts +3 -1
- package/esm/1_utilities.js +3 -1
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +4 -4
- package/esm/5_client.d.ts +0 -1
- package/esm/5_client.js +0 -1
- package/esm/client/0_params.d.ts +13 -1
- package/esm/client/0_types.d.ts +1 -0
- package/esm/client/1_file_manager.js +12 -10
- package/esm/client/1_update_manager.js +27 -20
- package/esm/client/2_client_plain.js +22 -15
- package/esm/client/2_message_manager.d.ts +1 -0
- package/esm/client/2_message_manager.js +12 -6
- package/esm/client/3_chat_list_manager.js +7 -6
- package/esm/client/4_client.d.ts +16 -2
- package/esm/client/4_client.js +85 -39
- package/esm/connection/1_connection_web_socket.js +9 -10
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
- package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/posix/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/esm/mod.d.ts +1 -2
- package/esm/mod.js +1 -2
- package/esm/storage/0_storage.d.ts +2 -0
- package/esm/storage/0_storage.js +21 -2
- package/esm/storage/1_storage_memory.d.ts +2 -1
- package/esm/storage/1_storage_memory.js +15 -10
- package/esm/tl/2_types.d.ts +44 -6
- package/esm/tl/2_types.js +143 -20
- package/esm/tl/3_functions.d.ts +36 -0
- package/esm/tl/3_functions.js +88 -0
- package/esm/types/4_message.js +3 -4
- package/esm/utilities/0_logger.d.ts +25 -0
- package/esm/utilities/0_logger.js +90 -0
- package/esm/utilities/0_mutex.d.ts +4 -0
- package/esm/utilities/0_mutex.js +26 -0
- package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -8
- package/script/0_deps.js +18 -15
- package/script/1_utilities.d.ts +3 -1
- package/script/1_utilities.js +3 -1
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +4 -4
- package/script/5_client.d.ts +0 -1
- package/script/5_client.js +0 -1
- package/script/client/0_params.d.ts +13 -1
- package/script/client/0_types.d.ts +1 -0
- package/script/client/1_file_manager.js +10 -8
- package/script/client/1_update_manager.js +26 -19
- package/script/client/2_client_plain.js +20 -13
- package/script/client/2_message_manager.d.ts +1 -0
- package/script/client/2_message_manager.js +10 -4
- package/script/client/3_chat_list_manager.js +6 -5
- package/script/client/4_client.d.ts +16 -2
- package/script/client/4_client.js +84 -38
- package/script/connection/1_connection_web_socket.js +11 -12
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
- package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{esm/deps/deno.land/std@0.216.0/path/windows → script/deps/deno.land/std@0.218.0/path/posix}/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/script/mod.d.ts +1 -2
- package/script/mod.js +2 -2
- package/script/storage/0_storage.d.ts +2 -0
- package/script/storage/0_storage.js +19 -0
- package/script/storage/1_storage_memory.d.ts +2 -1
- package/script/storage/1_storage_memory.js +15 -10
- package/script/tl/2_types.d.ts +44 -6
- package/script/tl/2_types.js +168 -43
- package/script/tl/3_functions.d.ts +36 -0
- package/script/tl/3_functions.js +93 -3
- package/script/types/4_message.js +2 -3
- package/script/utilities/0_logger.d.ts +25 -0
- package/script/utilities/0_logger.js +118 -0
- package/script/utilities/0_mutex.d.ts +4 -0
- package/script/utilities/0_mutex.js +30 -0
- package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/esm/_dnt.polyfills.d.ts +0 -6
- package/esm/_dnt.polyfills.js +0 -1
- package/esm/client/5_session_string.d.ts +0 -3
- package/esm/client/5_session_string.js +0 -22
- package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
- package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
- package/script/_dnt.polyfills.d.ts +0 -6
- package/script/_dnt.polyfills.js +0 -2
- package/script/client/5_session_string.d.ts +0 -3
- package/script/client/5_session_string.js +0 -27
- package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
package/esm/tl/2_types.js
CHANGED
|
@@ -6345,7 +6345,7 @@ export class ChatFull_ extends _ChatFull_ {
|
|
|
6345
6345
|
}
|
|
6346
6346
|
export class ChannelFull_ extends _ChatFull_ {
|
|
6347
6347
|
get [id]() {
|
|
6348
|
-
return
|
|
6348
|
+
return 0x44C054A7;
|
|
6349
6349
|
}
|
|
6350
6350
|
static get [name]() {
|
|
6351
6351
|
return "channelFull";
|
|
@@ -6405,6 +6405,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6405
6405
|
["available_reactions", _ChatReactions_, "flags.30?ChatReactions"],
|
|
6406
6406
|
["stories", _PeerStories_, "flags2.4?PeerStories"],
|
|
6407
6407
|
["wallpaper", _WallPaper_, "flags2.7?WallPaper"],
|
|
6408
|
+
["boosts_applied", "number", "flags2.8?int"],
|
|
6409
|
+
["boosts_unrestrict", "number", "flags2.9?int"],
|
|
6410
|
+
["emojiset", _StickerSet_, "flags2.10?StickerSet"],
|
|
6408
6411
|
];
|
|
6409
6412
|
}
|
|
6410
6413
|
get [params]() {
|
|
@@ -6462,6 +6465,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6462
6465
|
[this.available_reactions ?? null, _ChatReactions_, "flags.30?ChatReactions"],
|
|
6463
6466
|
[this.stories ?? null, _PeerStories_, "flags2.4?PeerStories"],
|
|
6464
6467
|
[this.wallpaper ?? null, _WallPaper_, "flags2.7?WallPaper"],
|
|
6468
|
+
[this.boosts_applied ?? null, "number", "flags2.8?int"],
|
|
6469
|
+
[this.boosts_unrestrict ?? null, "number", "flags2.9?int"],
|
|
6470
|
+
[this.emojiset ?? null, _StickerSet_, "flags2.10?StickerSet"],
|
|
6465
6471
|
];
|
|
6466
6472
|
}
|
|
6467
6473
|
constructor(params) {
|
|
@@ -6772,6 +6778,24 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6772
6778
|
writable: true,
|
|
6773
6779
|
value: void 0
|
|
6774
6780
|
});
|
|
6781
|
+
Object.defineProperty(this, "boosts_applied", {
|
|
6782
|
+
enumerable: true,
|
|
6783
|
+
configurable: true,
|
|
6784
|
+
writable: true,
|
|
6785
|
+
value: void 0
|
|
6786
|
+
});
|
|
6787
|
+
Object.defineProperty(this, "boosts_unrestrict", {
|
|
6788
|
+
enumerable: true,
|
|
6789
|
+
configurable: true,
|
|
6790
|
+
writable: true,
|
|
6791
|
+
value: void 0
|
|
6792
|
+
});
|
|
6793
|
+
Object.defineProperty(this, "emojiset", {
|
|
6794
|
+
enumerable: true,
|
|
6795
|
+
configurable: true,
|
|
6796
|
+
writable: true,
|
|
6797
|
+
value: void 0
|
|
6798
|
+
});
|
|
6775
6799
|
this.can_view_participants = params.can_view_participants;
|
|
6776
6800
|
this.can_set_username = params.can_set_username;
|
|
6777
6801
|
this.can_set_stickers = params.can_set_stickers;
|
|
@@ -6823,6 +6847,9 @@ export class ChannelFull_ extends _ChatFull_ {
|
|
|
6823
6847
|
this.available_reactions = params.available_reactions;
|
|
6824
6848
|
this.stories = params.stories;
|
|
6825
6849
|
this.wallpaper = params.wallpaper;
|
|
6850
|
+
this.boosts_applied = params.boosts_applied;
|
|
6851
|
+
this.boosts_unrestrict = params.boosts_unrestrict;
|
|
6852
|
+
this.emojiset = params.emojiset;
|
|
6826
6853
|
}
|
|
6827
6854
|
}
|
|
6828
6855
|
export class ChatParticipant_ extends _ChatParticipant_ {
|
|
@@ -7145,7 +7172,7 @@ export class MessageEmpty_ extends _Message_ {
|
|
|
7145
7172
|
}
|
|
7146
7173
|
export class Message_ extends _Message_ {
|
|
7147
7174
|
get [id]() {
|
|
7148
|
-
return
|
|
7175
|
+
return 0x1E4C8A69;
|
|
7149
7176
|
}
|
|
7150
7177
|
static get [name]() {
|
|
7151
7178
|
return "message";
|
|
@@ -7166,6 +7193,7 @@ export class Message_ extends _Message_ {
|
|
|
7166
7193
|
["invert_media", "true", "flags.27?true"],
|
|
7167
7194
|
["id", "number", "int"],
|
|
7168
7195
|
["from_id", _Peer_, "flags.8?Peer"],
|
|
7196
|
+
["from_boosts_applied", "number", "flags.29?int"],
|
|
7169
7197
|
["peer_id", _Peer_, "Peer"],
|
|
7170
7198
|
["saved_peer_id", _Peer_, "flags.28?Peer"],
|
|
7171
7199
|
["fwd_from", _MessageFwdHeader_, "flags.2?MessageFwdHeader"],
|
|
@@ -7203,6 +7231,7 @@ export class Message_ extends _Message_ {
|
|
|
7203
7231
|
[this.invert_media ?? null, "true", "flags.27?true"],
|
|
7204
7232
|
[this.id, "number", "int"],
|
|
7205
7233
|
[this.from_id ?? null, _Peer_, "flags.8?Peer"],
|
|
7234
|
+
[this.from_boosts_applied ?? null, "number", "flags.29?int"],
|
|
7206
7235
|
[this.peer_id, _Peer_, "Peer"],
|
|
7207
7236
|
[this.saved_peer_id ?? null, _Peer_, "flags.28?Peer"],
|
|
7208
7237
|
[this.fwd_from ?? null, _MessageFwdHeader_, "flags.2?MessageFwdHeader"],
|
|
@@ -7304,6 +7333,12 @@ export class Message_ extends _Message_ {
|
|
|
7304
7333
|
writable: true,
|
|
7305
7334
|
value: void 0
|
|
7306
7335
|
});
|
|
7336
|
+
Object.defineProperty(this, "from_boosts_applied", {
|
|
7337
|
+
enumerable: true,
|
|
7338
|
+
configurable: true,
|
|
7339
|
+
writable: true,
|
|
7340
|
+
value: void 0
|
|
7341
|
+
});
|
|
7307
7342
|
Object.defineProperty(this, "peer_id", {
|
|
7308
7343
|
enumerable: true,
|
|
7309
7344
|
configurable: true,
|
|
@@ -7431,6 +7466,7 @@ export class Message_ extends _Message_ {
|
|
|
7431
7466
|
this.invert_media = params.invert_media;
|
|
7432
7467
|
this.id = params.id;
|
|
7433
7468
|
this.from_id = params.from_id;
|
|
7469
|
+
this.from_boosts_applied = params.from_boosts_applied;
|
|
7434
7470
|
this.peer_id = params.peer_id;
|
|
7435
7471
|
this.saved_peer_id = params.saved_peer_id;
|
|
7436
7472
|
this.fwd_from = params.fwd_from;
|
|
@@ -10059,6 +10095,34 @@ export class MessageActionGiveawayResults_ extends _MessageAction_ {
|
|
|
10059
10095
|
this.unclaimed_count = params.unclaimed_count;
|
|
10060
10096
|
}
|
|
10061
10097
|
}
|
|
10098
|
+
export class MessageActionBoostApply_ extends _MessageAction_ {
|
|
10099
|
+
get [id]() {
|
|
10100
|
+
return 0xCC02AA6D;
|
|
10101
|
+
}
|
|
10102
|
+
static get [name]() {
|
|
10103
|
+
return "messageActionBoostApply";
|
|
10104
|
+
}
|
|
10105
|
+
static get [paramDesc]() {
|
|
10106
|
+
return [
|
|
10107
|
+
["boosts", "number", "int"],
|
|
10108
|
+
];
|
|
10109
|
+
}
|
|
10110
|
+
get [params]() {
|
|
10111
|
+
return [
|
|
10112
|
+
[this.boosts, "number", "int"],
|
|
10113
|
+
];
|
|
10114
|
+
}
|
|
10115
|
+
constructor(params) {
|
|
10116
|
+
super();
|
|
10117
|
+
Object.defineProperty(this, "boosts", {
|
|
10118
|
+
enumerable: true,
|
|
10119
|
+
configurable: true,
|
|
10120
|
+
writable: true,
|
|
10121
|
+
value: void 0
|
|
10122
|
+
});
|
|
10123
|
+
this.boosts = params.boosts;
|
|
10124
|
+
}
|
|
10125
|
+
}
|
|
10062
10126
|
export class Dialog_ extends _Dialog_ {
|
|
10063
10127
|
get [id]() {
|
|
10064
10128
|
return 0xD58A08C6;
|
|
@@ -37907,6 +37971,43 @@ export class ChannelAdminLogEventActionChangeEmojiStatus_ extends _ChannelAdminL
|
|
|
37907
37971
|
this.new_value = params.new_value;
|
|
37908
37972
|
}
|
|
37909
37973
|
}
|
|
37974
|
+
export class ChannelAdminLogEventActionChangeEmojiStickerSet_ extends _ChannelAdminLogEventAction_ {
|
|
37975
|
+
get [id]() {
|
|
37976
|
+
return 0x46D840AB;
|
|
37977
|
+
}
|
|
37978
|
+
static get [name]() {
|
|
37979
|
+
return "channelAdminLogEventActionChangeEmojiStickerSet";
|
|
37980
|
+
}
|
|
37981
|
+
static get [paramDesc]() {
|
|
37982
|
+
return [
|
|
37983
|
+
["prev_stickerset", _InputStickerSet_, "InputStickerSet"],
|
|
37984
|
+
["new_stickerset", _InputStickerSet_, "InputStickerSet"],
|
|
37985
|
+
];
|
|
37986
|
+
}
|
|
37987
|
+
get [params]() {
|
|
37988
|
+
return [
|
|
37989
|
+
[this.prev_stickerset, _InputStickerSet_, "InputStickerSet"],
|
|
37990
|
+
[this.new_stickerset, _InputStickerSet_, "InputStickerSet"],
|
|
37991
|
+
];
|
|
37992
|
+
}
|
|
37993
|
+
constructor(params) {
|
|
37994
|
+
super();
|
|
37995
|
+
Object.defineProperty(this, "prev_stickerset", {
|
|
37996
|
+
enumerable: true,
|
|
37997
|
+
configurable: true,
|
|
37998
|
+
writable: true,
|
|
37999
|
+
value: void 0
|
|
38000
|
+
});
|
|
38001
|
+
Object.defineProperty(this, "new_stickerset", {
|
|
38002
|
+
enumerable: true,
|
|
38003
|
+
configurable: true,
|
|
38004
|
+
writable: true,
|
|
38005
|
+
value: void 0
|
|
38006
|
+
});
|
|
38007
|
+
this.prev_stickerset = params.prev_stickerset;
|
|
38008
|
+
this.new_stickerset = params.new_stickerset;
|
|
38009
|
+
}
|
|
38010
|
+
}
|
|
37910
38011
|
export class ChannelAdminLogEvent_ extends _ChannelAdminLogEvent_ {
|
|
37911
38012
|
get [id]() {
|
|
37912
38013
|
return 0x1FAD68CD;
|
|
@@ -46364,26 +46465,26 @@ export class MessageReplyHeader_ extends _MessageReplyHeader_ {
|
|
|
46364
46465
|
}
|
|
46365
46466
|
export class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
|
|
46366
46467
|
get [id]() {
|
|
46367
|
-
return
|
|
46468
|
+
return 0x0E5AF939;
|
|
46368
46469
|
}
|
|
46369
46470
|
static get [name]() {
|
|
46370
46471
|
return "messageReplyStoryHeader";
|
|
46371
46472
|
}
|
|
46372
46473
|
static get [paramDesc]() {
|
|
46373
46474
|
return [
|
|
46374
|
-
["
|
|
46475
|
+
["peer", _Peer_, "Peer"],
|
|
46375
46476
|
["story_id", "number", "int"],
|
|
46376
46477
|
];
|
|
46377
46478
|
}
|
|
46378
46479
|
get [params]() {
|
|
46379
46480
|
return [
|
|
46380
|
-
[this.
|
|
46481
|
+
[this.peer, _Peer_, "Peer"],
|
|
46381
46482
|
[this.story_id, "number", "int"],
|
|
46382
46483
|
];
|
|
46383
46484
|
}
|
|
46384
46485
|
constructor(params) {
|
|
46385
46486
|
super();
|
|
46386
|
-
Object.defineProperty(this, "
|
|
46487
|
+
Object.defineProperty(this, "peer", {
|
|
46387
46488
|
enumerable: true,
|
|
46388
46489
|
configurable: true,
|
|
46389
46490
|
writable: true,
|
|
@@ -46395,7 +46496,7 @@ export class MessageReplyStoryHeader_ extends _MessageReplyHeader_ {
|
|
|
46395
46496
|
writable: true,
|
|
46396
46497
|
value: void 0
|
|
46397
46498
|
});
|
|
46398
|
-
this.
|
|
46499
|
+
this.peer = params.peer;
|
|
46399
46500
|
this.story_id = params.story_id;
|
|
46400
46501
|
}
|
|
46401
46502
|
}
|
|
@@ -53618,7 +53719,7 @@ export class StoryItemSkipped_ extends _StoryItem_ {
|
|
|
53618
53719
|
}
|
|
53619
53720
|
export class StoryItem_ extends _StoryItem_ {
|
|
53620
53721
|
get [id]() {
|
|
53621
|
-
return
|
|
53722
|
+
return 0x79B26A24;
|
|
53622
53723
|
}
|
|
53623
53724
|
static get [name]() {
|
|
53624
53725
|
return "storyItem";
|
|
@@ -53637,6 +53738,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53637
53738
|
["out", "true", "flags.16?true"],
|
|
53638
53739
|
["id", "number", "int"],
|
|
53639
53740
|
["date", "number", "int"],
|
|
53741
|
+
["from_id", _Peer_, "flags.18?Peer"],
|
|
53640
53742
|
["fwd_from", _StoryFwdHeader_, "flags.17?StoryFwdHeader"],
|
|
53641
53743
|
["expire_date", "number", "int"],
|
|
53642
53744
|
["caption", "string", "flags.0?string"],
|
|
@@ -53662,6 +53764,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53662
53764
|
[this.out ?? null, "true", "flags.16?true"],
|
|
53663
53765
|
[this.id, "number", "int"],
|
|
53664
53766
|
[this.date, "number", "int"],
|
|
53767
|
+
[this.from_id ?? null, _Peer_, "flags.18?Peer"],
|
|
53665
53768
|
[this.fwd_from ?? null, _StoryFwdHeader_, "flags.17?StoryFwdHeader"],
|
|
53666
53769
|
[this.expire_date, "number", "int"],
|
|
53667
53770
|
[this.caption ?? null, "string", "flags.0?string"],
|
|
@@ -53741,6 +53844,12 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53741
53844
|
writable: true,
|
|
53742
53845
|
value: void 0
|
|
53743
53846
|
});
|
|
53847
|
+
Object.defineProperty(this, "from_id", {
|
|
53848
|
+
enumerable: true,
|
|
53849
|
+
configurable: true,
|
|
53850
|
+
writable: true,
|
|
53851
|
+
value: void 0
|
|
53852
|
+
});
|
|
53744
53853
|
Object.defineProperty(this, "fwd_from", {
|
|
53745
53854
|
enumerable: true,
|
|
53746
53855
|
configurable: true,
|
|
@@ -53806,6 +53915,7 @@ export class StoryItem_ extends _StoryItem_ {
|
|
|
53806
53915
|
this.out = params.out;
|
|
53807
53916
|
this.id = params.id;
|
|
53808
53917
|
this.date = params.date;
|
|
53918
|
+
this.from_id = params.from_id;
|
|
53809
53919
|
this.fwd_from = params.fwd_from;
|
|
53810
53920
|
this.expire_date = params.expire_date;
|
|
53811
53921
|
this.caption = params.caption;
|
|
@@ -54373,26 +54483,26 @@ export class InputReplyToMessage_ extends _InputReplyTo_ {
|
|
|
54373
54483
|
}
|
|
54374
54484
|
export class InputReplyToStory_ extends _InputReplyTo_ {
|
|
54375
54485
|
get [id]() {
|
|
54376
|
-
return
|
|
54486
|
+
return 0x5881323A;
|
|
54377
54487
|
}
|
|
54378
54488
|
static get [name]() {
|
|
54379
54489
|
return "inputReplyToStory";
|
|
54380
54490
|
}
|
|
54381
54491
|
static get [paramDesc]() {
|
|
54382
54492
|
return [
|
|
54383
|
-
["
|
|
54493
|
+
["peer", _InputPeer_, "InputPeer"],
|
|
54384
54494
|
["story_id", "number", "int"],
|
|
54385
54495
|
];
|
|
54386
54496
|
}
|
|
54387
54497
|
get [params]() {
|
|
54388
54498
|
return [
|
|
54389
|
-
[this.
|
|
54499
|
+
[this.peer, _InputPeer_, "InputPeer"],
|
|
54390
54500
|
[this.story_id, "number", "int"],
|
|
54391
54501
|
];
|
|
54392
54502
|
}
|
|
54393
54503
|
constructor(params) {
|
|
54394
54504
|
super();
|
|
54395
|
-
Object.defineProperty(this, "
|
|
54505
|
+
Object.defineProperty(this, "peer", {
|
|
54396
54506
|
enumerable: true,
|
|
54397
54507
|
configurable: true,
|
|
54398
54508
|
writable: true,
|
|
@@ -54404,7 +54514,7 @@ export class InputReplyToStory_ extends _InputReplyTo_ {
|
|
|
54404
54514
|
writable: true,
|
|
54405
54515
|
value: void 0
|
|
54406
54516
|
});
|
|
54407
|
-
this.
|
|
54517
|
+
this.peer = params.peer;
|
|
54408
54518
|
this.story_id = params.story_id;
|
|
54409
54519
|
}
|
|
54410
54520
|
}
|
|
@@ -56225,7 +56335,7 @@ export class help_PeerColorProfileSet_ extends _help_PeerColorSet_ {
|
|
|
56225
56335
|
}
|
|
56226
56336
|
export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
56227
56337
|
get [id]() {
|
|
56228
|
-
return
|
|
56338
|
+
return 0xADEC6EBE;
|
|
56229
56339
|
}
|
|
56230
56340
|
static get [name]() {
|
|
56231
56341
|
return "help.peerColorOption";
|
|
@@ -56238,6 +56348,7 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56238
56348
|
["colors", _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56239
56349
|
["dark_colors", _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
56240
56350
|
["channel_min_level", "number", "flags.3?int"],
|
|
56351
|
+
["group_min_level", "number", "flags.4?int"],
|
|
56241
56352
|
];
|
|
56242
56353
|
}
|
|
56243
56354
|
get [params]() {
|
|
@@ -56248,6 +56359,7 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56248
56359
|
[this.colors ?? null, _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56249
56360
|
[this.dark_colors ?? null, _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
56250
56361
|
[this.channel_min_level ?? null, "number", "flags.3?int"],
|
|
56362
|
+
[this.group_min_level ?? null, "number", "flags.4?int"],
|
|
56251
56363
|
];
|
|
56252
56364
|
}
|
|
56253
56365
|
constructor(params) {
|
|
@@ -56282,11 +56394,18 @@ export class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56282
56394
|
writable: true,
|
|
56283
56395
|
value: void 0
|
|
56284
56396
|
});
|
|
56397
|
+
Object.defineProperty(this, "group_min_level", {
|
|
56398
|
+
enumerable: true,
|
|
56399
|
+
configurable: true,
|
|
56400
|
+
writable: true,
|
|
56401
|
+
value: void 0
|
|
56402
|
+
});
|
|
56285
56403
|
this.hidden = params.hidden;
|
|
56286
56404
|
this.color_id = params.color_id;
|
|
56287
56405
|
this.colors = params.colors;
|
|
56288
56406
|
this.dark_colors = params.dark_colors;
|
|
56289
56407
|
this.channel_min_level = params.channel_min_level;
|
|
56408
|
+
this.group_min_level = params.group_min_level;
|
|
56290
56409
|
}
|
|
56291
56410
|
}
|
|
56292
56411
|
export class help_PeerColorsNotModified_ extends _help_PeerColors_ {
|
|
@@ -57483,6 +57602,7 @@ export const types = {
|
|
|
57483
57602
|
MessageActionGiftCode: MessageActionGiftCode_,
|
|
57484
57603
|
MessageActionGiveawayLaunch: MessageActionGiveawayLaunch_,
|
|
57485
57604
|
MessageActionGiveawayResults: MessageActionGiveawayResults_,
|
|
57605
|
+
MessageActionBoostApply: MessageActionBoostApply_,
|
|
57486
57606
|
Dialog: Dialog_,
|
|
57487
57607
|
DialogFolder: DialogFolder_,
|
|
57488
57608
|
PhotoEmpty: PhotoEmpty_,
|
|
@@ -58028,6 +58148,7 @@ export const types = {
|
|
|
58028
58148
|
ChannelAdminLogEventActionChangeProfilePeerColor: ChannelAdminLogEventActionChangeProfilePeerColor_,
|
|
58029
58149
|
ChannelAdminLogEventActionChangeWallpaper: ChannelAdminLogEventActionChangeWallpaper_,
|
|
58030
58150
|
ChannelAdminLogEventActionChangeEmojiStatus: ChannelAdminLogEventActionChangeEmojiStatus_,
|
|
58151
|
+
ChannelAdminLogEventActionChangeEmojiStickerSet: ChannelAdminLogEventActionChangeEmojiStickerSet_,
|
|
58031
58152
|
ChannelAdminLogEvent: ChannelAdminLogEvent_,
|
|
58032
58153
|
ChannelAdminLogEventsFilter: ChannelAdminLogEventsFilter_,
|
|
58033
58154
|
PopularContact: PopularContact_,
|
|
@@ -58708,7 +58829,7 @@ export const map = new Map([
|
|
|
58708
58829
|
[0x0AADFC8F, Channel_],
|
|
58709
58830
|
[0x17D493D5, ChannelForbidden_],
|
|
58710
58831
|
[0xC9D31138, ChatFull_],
|
|
58711
|
-
[
|
|
58832
|
+
[0x44C054A7, ChannelFull_],
|
|
58712
58833
|
[0xC02D4007, ChatParticipant_],
|
|
58713
58834
|
[0xE46BCEE4, ChatParticipantCreator_],
|
|
58714
58835
|
[0xA0933F5B, ChatParticipantAdmin_],
|
|
@@ -58717,7 +58838,7 @@ export const map = new Map([
|
|
|
58717
58838
|
[0x37C1011C, ChatPhotoEmpty_],
|
|
58718
58839
|
[0x1C6E1C11, ChatPhoto_],
|
|
58719
58840
|
[0x90A6CA84, MessageEmpty_],
|
|
58720
|
-
[
|
|
58841
|
+
[0x1E4C8A69, Message_],
|
|
58721
58842
|
[0x2B085862, MessageService_],
|
|
58722
58843
|
[0x3DED6320, MessageMediaEmpty_],
|
|
58723
58844
|
[0x695150D7, MessageMediaPhoto_],
|
|
@@ -58776,6 +58897,7 @@ export const map = new Map([
|
|
|
58776
58897
|
[0x678C2E09, MessageActionGiftCode_],
|
|
58777
58898
|
[0x332BA9ED, MessageActionGiveawayLaunch_],
|
|
58778
58899
|
[0x2A9FADC5, MessageActionGiveawayResults_],
|
|
58900
|
+
[0xCC02AA6D, MessageActionBoostApply_],
|
|
58779
58901
|
[0xD58A08C6, Dialog_],
|
|
58780
58902
|
[0x71BD134C, DialogFolder_],
|
|
58781
58903
|
[0x2331B22D, PhotoEmpty_],
|
|
@@ -59424,6 +59546,7 @@ export const map = new Map([
|
|
|
59424
59546
|
[0x5E477B25, ChannelAdminLogEventActionChangeProfilePeerColor_],
|
|
59425
59547
|
[0x31BB5D52, ChannelAdminLogEventActionChangeWallpaper_],
|
|
59426
59548
|
[0x3EA9FEB1, ChannelAdminLogEventActionChangeEmojiStatus_],
|
|
59549
|
+
[0x46D840AB, ChannelAdminLogEventActionChangeEmojiStickerSet_],
|
|
59427
59550
|
[0x1FAD68CD, ChannelAdminLogEvent_],
|
|
59428
59551
|
[0xED8AF74D, channels_AdminLogResults_],
|
|
59429
59552
|
[0xEA107AE4, ChannelAdminLogEventsFilter_],
|
|
@@ -59609,7 +59732,7 @@ export const map = new Map([
|
|
|
59609
59732
|
[0xB6C4F543, messages_MessageViews_],
|
|
59610
59733
|
[0xA6341782, messages_DiscussionMessage_],
|
|
59611
59734
|
[0xAFBC09DB, MessageReplyHeader_],
|
|
59612
|
-
[
|
|
59735
|
+
[0x0E5AF939, MessageReplyStoryHeader_],
|
|
59613
59736
|
[0x83D60FC2, MessageReplies_],
|
|
59614
59737
|
[0xE8FD8014, PeerBlocked_],
|
|
59615
59738
|
[0x7FE91C14, stats_MessageStats_],
|
|
@@ -59779,7 +59902,7 @@ export const map = new Map([
|
|
|
59779
59902
|
[0x8D595CD6, StoryViews_],
|
|
59780
59903
|
[0x51E6EE4F, StoryItemDeleted_],
|
|
59781
59904
|
[0xFFADC913, StoryItemSkipped_],
|
|
59782
|
-
[
|
|
59905
|
+
[0x79B26A24, StoryItem_],
|
|
59783
59906
|
[0x1158FE3E, stories_AllStoriesNotModified_],
|
|
59784
59907
|
[0x6EFC5E81, stories_AllStories_],
|
|
59785
59908
|
[0x5DD8C3C8, stories_Stories_],
|
|
@@ -59789,7 +59912,7 @@ export const map = new Map([
|
|
|
59789
59912
|
[0x59D78FC5, stories_StoryViewsList_],
|
|
59790
59913
|
[0xDE9EED1D, stories_StoryViews_],
|
|
59791
59914
|
[0x22C0F6D5, InputReplyToMessage_],
|
|
59792
|
-
[
|
|
59915
|
+
[0x5881323A, InputReplyToStory_],
|
|
59793
59916
|
[0x3FC9053B, ExportedStoryLink_],
|
|
59794
59917
|
[0x712E27FD, StoriesStealthMode_],
|
|
59795
59918
|
[0x03D1EA4E, MediaAreaCoordinates_],
|
|
@@ -59822,7 +59945,7 @@ export const map = new Map([
|
|
|
59822
59945
|
[0xB54B5ACF, PeerColor_],
|
|
59823
59946
|
[0x26219A58, help_PeerColorSet_],
|
|
59824
59947
|
[0x767D61EB, help_PeerColorProfileSet_],
|
|
59825
|
-
[
|
|
59948
|
+
[0xADEC6EBE, help_PeerColorOption_],
|
|
59826
59949
|
[0x2BA1F5CE, help_PeerColorsNotModified_],
|
|
59827
59950
|
[0x00F8ED08, help_PeerColors_],
|
|
59828
59951
|
[0x6090D6D5, StoryReaction_],
|
package/esm/tl/3_functions.d.ts
CHANGED
|
@@ -7852,6 +7852,38 @@ export declare class channels_updateEmojiStatus_ extends Function_<enums.Updates
|
|
|
7852
7852
|
emoji_status: enums.EmojiStatus;
|
|
7853
7853
|
});
|
|
7854
7854
|
}
|
|
7855
|
+
export declare class channels_setBoostsToUnblockRestrictions_ extends Function_<enums.Updates> {
|
|
7856
|
+
static __F: (params: {
|
|
7857
|
+
channel: enums.InputChannel;
|
|
7858
|
+
boosts: number;
|
|
7859
|
+
}) => enums.Updates;
|
|
7860
|
+
channel: enums.InputChannel;
|
|
7861
|
+
boosts: number;
|
|
7862
|
+
protected get [id](): number;
|
|
7863
|
+
static get [name](): string;
|
|
7864
|
+
static get [paramDesc](): ParamDesc;
|
|
7865
|
+
protected get [params](): Params;
|
|
7866
|
+
constructor(params: {
|
|
7867
|
+
channel: enums.InputChannel;
|
|
7868
|
+
boosts: number;
|
|
7869
|
+
});
|
|
7870
|
+
}
|
|
7871
|
+
export declare class channels_setEmojiStickers_ extends Function_<boolean> {
|
|
7872
|
+
static __F: (params: {
|
|
7873
|
+
channel: enums.InputChannel;
|
|
7874
|
+
stickerset: enums.InputStickerSet;
|
|
7875
|
+
}) => boolean;
|
|
7876
|
+
channel: enums.InputChannel;
|
|
7877
|
+
stickerset: enums.InputStickerSet;
|
|
7878
|
+
protected get [id](): number;
|
|
7879
|
+
static get [name](): string;
|
|
7880
|
+
static get [paramDesc](): ParamDesc;
|
|
7881
|
+
protected get [params](): Params;
|
|
7882
|
+
constructor(params: {
|
|
7883
|
+
channel: enums.InputChannel;
|
|
7884
|
+
stickerset: enums.InputStickerSet;
|
|
7885
|
+
});
|
|
7886
|
+
}
|
|
7855
7887
|
export declare class bots_sendCustomRequest_ extends Function_<enums.DataJSON> {
|
|
7856
7888
|
static __F: (params: {
|
|
7857
7889
|
custom_method: string;
|
|
@@ -10513,6 +10545,8 @@ export declare const functions: {
|
|
|
10513
10545
|
toggleViewForumAsMessages: typeof channels_toggleViewForumAsMessages_;
|
|
10514
10546
|
getChannelRecommendations: typeof channels_getChannelRecommendations_;
|
|
10515
10547
|
updateEmojiStatus: typeof channels_updateEmojiStatus_;
|
|
10548
|
+
setBoostsToUnblockRestrictions: typeof channels_setBoostsToUnblockRestrictions_;
|
|
10549
|
+
setEmojiStickers: typeof channels_setEmojiStickers_;
|
|
10516
10550
|
};
|
|
10517
10551
|
bots: {
|
|
10518
10552
|
sendCustomRequest: typeof bots_sendCustomRequest_;
|
|
@@ -11139,6 +11173,8 @@ export declare namespace functions {
|
|
|
11139
11173
|
type toggleViewForumAsMessages = channels_toggleViewForumAsMessages_;
|
|
11140
11174
|
type getChannelRecommendations = channels_getChannelRecommendations_;
|
|
11141
11175
|
type updateEmojiStatus = channels_updateEmojiStatus_;
|
|
11176
|
+
type setBoostsToUnblockRestrictions = channels_setBoostsToUnblockRestrictions_;
|
|
11177
|
+
type setEmojiStickers = channels_setEmojiStickers_;
|
|
11142
11178
|
}
|
|
11143
11179
|
namespace bots {
|
|
11144
11180
|
type sendCustomRequest = bots_sendCustomRequest_;
|
package/esm/tl/3_functions.js
CHANGED
|
@@ -21706,6 +21706,92 @@ Object.defineProperty(channels_updateEmojiStatus_, "__F", {
|
|
|
21706
21706
|
writable: true,
|
|
21707
21707
|
value: Symbol()
|
|
21708
21708
|
});
|
|
21709
|
+
export class channels_setBoostsToUnblockRestrictions_ extends Function_ {
|
|
21710
|
+
get [id]() {
|
|
21711
|
+
return 0xAD399CEE;
|
|
21712
|
+
}
|
|
21713
|
+
static get [name]() {
|
|
21714
|
+
return "channels.setBoostsToUnblockRestrictions";
|
|
21715
|
+
}
|
|
21716
|
+
static get [paramDesc]() {
|
|
21717
|
+
return [
|
|
21718
|
+
["channel", types._InputChannel, "InputChannel"],
|
|
21719
|
+
["boosts", "number", "int"],
|
|
21720
|
+
];
|
|
21721
|
+
}
|
|
21722
|
+
get [params]() {
|
|
21723
|
+
return [
|
|
21724
|
+
[this.channel, types._InputChannel, "InputChannel"],
|
|
21725
|
+
[this.boosts, "number", "int"],
|
|
21726
|
+
];
|
|
21727
|
+
}
|
|
21728
|
+
constructor(params) {
|
|
21729
|
+
super();
|
|
21730
|
+
Object.defineProperty(this, "channel", {
|
|
21731
|
+
enumerable: true,
|
|
21732
|
+
configurable: true,
|
|
21733
|
+
writable: true,
|
|
21734
|
+
value: void 0
|
|
21735
|
+
});
|
|
21736
|
+
Object.defineProperty(this, "boosts", {
|
|
21737
|
+
enumerable: true,
|
|
21738
|
+
configurable: true,
|
|
21739
|
+
writable: true,
|
|
21740
|
+
value: void 0
|
|
21741
|
+
});
|
|
21742
|
+
this.channel = params.channel;
|
|
21743
|
+
this.boosts = params.boosts;
|
|
21744
|
+
}
|
|
21745
|
+
}
|
|
21746
|
+
Object.defineProperty(channels_setBoostsToUnblockRestrictions_, "__F", {
|
|
21747
|
+
enumerable: true,
|
|
21748
|
+
configurable: true,
|
|
21749
|
+
writable: true,
|
|
21750
|
+
value: Symbol()
|
|
21751
|
+
});
|
|
21752
|
+
export class channels_setEmojiStickers_ extends Function_ {
|
|
21753
|
+
get [id]() {
|
|
21754
|
+
return 0x3CD930B7;
|
|
21755
|
+
}
|
|
21756
|
+
static get [name]() {
|
|
21757
|
+
return "channels.setEmojiStickers";
|
|
21758
|
+
}
|
|
21759
|
+
static get [paramDesc]() {
|
|
21760
|
+
return [
|
|
21761
|
+
["channel", types._InputChannel, "InputChannel"],
|
|
21762
|
+
["stickerset", types._InputStickerSet, "InputStickerSet"],
|
|
21763
|
+
];
|
|
21764
|
+
}
|
|
21765
|
+
get [params]() {
|
|
21766
|
+
return [
|
|
21767
|
+
[this.channel, types._InputChannel, "InputChannel"],
|
|
21768
|
+
[this.stickerset, types._InputStickerSet, "InputStickerSet"],
|
|
21769
|
+
];
|
|
21770
|
+
}
|
|
21771
|
+
constructor(params) {
|
|
21772
|
+
super();
|
|
21773
|
+
Object.defineProperty(this, "channel", {
|
|
21774
|
+
enumerable: true,
|
|
21775
|
+
configurable: true,
|
|
21776
|
+
writable: true,
|
|
21777
|
+
value: void 0
|
|
21778
|
+
});
|
|
21779
|
+
Object.defineProperty(this, "stickerset", {
|
|
21780
|
+
enumerable: true,
|
|
21781
|
+
configurable: true,
|
|
21782
|
+
writable: true,
|
|
21783
|
+
value: void 0
|
|
21784
|
+
});
|
|
21785
|
+
this.channel = params.channel;
|
|
21786
|
+
this.stickerset = params.stickerset;
|
|
21787
|
+
}
|
|
21788
|
+
}
|
|
21789
|
+
Object.defineProperty(channels_setEmojiStickers_, "__F", {
|
|
21790
|
+
enumerable: true,
|
|
21791
|
+
configurable: true,
|
|
21792
|
+
writable: true,
|
|
21793
|
+
value: Symbol()
|
|
21794
|
+
});
|
|
21709
21795
|
export class bots_sendCustomRequest_ extends Function_ {
|
|
21710
21796
|
get [id]() {
|
|
21711
21797
|
return 0xAA2769ED;
|
|
@@ -28191,6 +28277,8 @@ export const functions = {
|
|
|
28191
28277
|
toggleViewForumAsMessages: channels_toggleViewForumAsMessages_,
|
|
28192
28278
|
getChannelRecommendations: channels_getChannelRecommendations_,
|
|
28193
28279
|
updateEmojiStatus: channels_updateEmojiStatus_,
|
|
28280
|
+
setBoostsToUnblockRestrictions: channels_setBoostsToUnblockRestrictions_,
|
|
28281
|
+
setEmojiStickers: channels_setEmojiStickers_,
|
|
28194
28282
|
},
|
|
28195
28283
|
bots: {
|
|
28196
28284
|
sendCustomRequest: bots_sendCustomRequest_,
|
package/esm/types/4_message.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { cleanObject, fromUnixTimestamp, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
|
|
1
|
+
import { cleanObject, fromUnixTimestamp, getLogger, UNREACHABLE, ZERO_CHANNEL_ID } from "../1_utilities.js";
|
|
3
2
|
import { as, types } from "../2_tl.js";
|
|
4
3
|
import { FileID, FileType, FileUniqueID, FileUniqueType } from "./0__file_id.js";
|
|
5
4
|
import { constructContact } from "./0_contact.js";
|
|
@@ -24,7 +23,7 @@ import { constructVideoNote } from "./1_video_note.js";
|
|
|
24
23
|
import { constructVideo } from "./1_video.js";
|
|
25
24
|
import { constructGame } from "./2_game.js";
|
|
26
25
|
import { constructReplyMarkup } from "./3_reply_markup.js";
|
|
27
|
-
const
|
|
26
|
+
const L = getLogger("Message");
|
|
28
27
|
const keys = {
|
|
29
28
|
text: ["text"],
|
|
30
29
|
link: ["linkPreview"],
|
|
@@ -105,7 +104,7 @@ async function getReply(message_, chat, getMessage) {
|
|
|
105
104
|
return { replyToMessage, threadId: message_.reply_to.reply_to_top_id, isTopicMessage };
|
|
106
105
|
}
|
|
107
106
|
else {
|
|
108
|
-
|
|
107
|
+
L.warning("couldn't get replied message");
|
|
109
108
|
}
|
|
110
109
|
}
|
|
111
110
|
return { replyToMessage: undefined, threadId: undefined, isTopicMessage: undefined };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare function setLogVerbosity(verbosity_: number): void;
|
|
2
|
+
export declare const ERROR = 1;
|
|
3
|
+
export declare const WARNING = 2;
|
|
4
|
+
export declare const INFO = 3;
|
|
5
|
+
export declare const DEBUG = 4;
|
|
6
|
+
export declare const TRACE = 5;
|
|
7
|
+
export declare const IN = 10;
|
|
8
|
+
export declare const OUT = 10;
|
|
9
|
+
export declare const IN_BIN = 20;
|
|
10
|
+
export declare const OUT_BIN = 20;
|
|
11
|
+
export declare function getLogger(scope: string): {
|
|
12
|
+
client(id: number): any;
|
|
13
|
+
branch(name: string): any;
|
|
14
|
+
error(...args: any[]): void;
|
|
15
|
+
warning(...args: any[]): void;
|
|
16
|
+
info(...args: any[]): void;
|
|
17
|
+
debug(...args: any[]): void;
|
|
18
|
+
trace(...args: any[]): void;
|
|
19
|
+
in(...args: any[]): void;
|
|
20
|
+
out(...args: any[]): void;
|
|
21
|
+
inBin(p: Uint8Array): void;
|
|
22
|
+
outBin(p: Uint8Array): void;
|
|
23
|
+
log(verbosity_: number, ...args: any[]): void;
|
|
24
|
+
};
|
|
25
|
+
export type Logger = ReturnType<typeof getLogger>;
|