@mtkruto/node 0.1.150 → 0.1.152
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 +4 -4
- package/esm/0_deps.js +5 -5
- package/esm/3_types.d.ts +9 -0
- package/esm/3_types.js +9 -0
- package/esm/4_constants.d.ts +1 -1
- package/esm/4_constants.js +1 -1
- package/esm/client/0_params.d.ts +14 -5
- package/esm/client/0_types.d.ts +3 -2
- package/esm/client/1_update_manager.js +65 -29
- package/esm/client/2_message_manager.d.ts +41 -3
- package/esm/client/2_message_manager.js +101 -40
- package/esm/client/3_story_manager.d.ts +28 -0
- package/esm/client/3_story_manager.js +143 -0
- package/esm/client/4_client.d.ts +148 -60
- package/esm/client/4_client.js +185 -59
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/fmt/colors.d.ts +3 -0
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/fmt/colors.js +3 -0
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/glob_to_regexp.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join_globs.d.ts +1 -0
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/path/mod.d.ts +0 -9
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/mod.js +0 -10
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/path/normalize_glob.d.ts +1 -0
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/path/posix/join_globs.d.ts +1 -0
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/path/posix/mod.d.ts +0 -9
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/mod.js +0 -9
- package/{script/deps/deno.land/std@0.214.0 → esm/deps/deno.land/std@0.216.0}/path/posix/normalize_glob.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join_globs.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.214.0/path/posix → std@0.216.0/path/windows}/mod.d.ts +0 -9
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/mod.js +0 -9
- package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize_glob.d.ts +1 -0
- package/esm/tl/3_utilities.d.ts +7 -1
- package/esm/tl/3_utilities.js +3 -3
- package/esm/types/0_id.d.ts +2 -2
- package/esm/types/0_link_preview.d.ts +15 -0
- package/esm/types/0_link_preview.js +9 -0
- package/esm/types/0_story_reference.d.ts +5 -0
- package/esm/types/0_story_reference.js +1 -0
- package/esm/types/0_venue.d.ts +1 -1
- package/esm/types/1__getters.d.ts +2 -2
- package/esm/types/1_input_message_content.d.ts +6 -1
- package/esm/types/1_input_story_content.d.ts +15 -0
- package/esm/types/1_input_story_content.js +1 -0
- package/esm/types/1_story_interactive_area.d.ts +41 -0
- package/esm/types/1_story_interactive_area.js +98 -0
- package/esm/types/1_story_privacy.d.ts +22 -0
- package/esm/types/1_story_privacy.js +57 -0
- package/esm/types/1_story_reaction.d.ts +12 -0
- package/esm/types/1_story_reaction.js +7 -0
- package/esm/types/2_message_interactions.d.ts +1 -1
- package/esm/types/2_story_content.d.ts +18 -0
- package/esm/types/2_story_content.js +35 -0
- package/esm/types/2_story_interactions.d.ts +10 -0
- package/esm/types/2_story_interactions.js +8 -0
- package/esm/types/3_story.d.ts +24 -0
- package/esm/types/3_story.js +37 -0
- package/esm/types/4_inline_query_result.js +25 -6
- package/esm/types/4_message.d.ts +74 -2
- package/esm/types/4_message.js +15 -6
- package/esm/types/6_update.d.ts +20 -2
- package/package.json +1 -1
- package/script/0_deps.d.ts +4 -4
- package/script/0_deps.js +5 -5
- package/script/3_types.d.ts +9 -0
- package/script/3_types.js +9 -0
- package/script/4_constants.d.ts +1 -1
- package/script/4_constants.js +1 -1
- package/script/client/0_params.d.ts +14 -5
- package/script/client/0_types.d.ts +3 -2
- package/script/client/1_update_manager.js +65 -29
- package/script/client/2_message_manager.d.ts +41 -3
- package/script/client/2_message_manager.js +101 -40
- package/script/client/3_story_manager.d.ts +28 -0
- package/script/client/3_story_manager.js +147 -0
- package/script/client/4_client.d.ts +148 -60
- package/script/client/4_client.js +185 -59
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/fmt/colors.d.ts +3 -0
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/fmt/colors.js +3 -0
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/glob_to_regexp.d.ts +1 -0
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join_globs.d.ts +1 -0
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/path/mod.d.ts +0 -9
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/mod.js +1 -11
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/path/normalize_glob.d.ts +1 -0
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/path/posix/join_globs.d.ts +1 -0
- package/script/deps/deno.land/{std@0.214.0/path/windows → std@0.216.0/path/posix}/mod.d.ts +0 -9
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/mod.js +0 -10
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/path/posix/normalize_glob.d.ts +1 -0
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join_globs.d.ts +1 -0
- package/{esm/deps/deno.land/std@0.214.0 → script/deps/deno.land/std@0.216.0}/path/windows/mod.d.ts +0 -9
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/mod.js +0 -10
- package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize_glob.d.ts +1 -0
- package/script/tl/3_utilities.d.ts +7 -1
- package/script/tl/3_utilities.js +3 -3
- package/script/types/0_id.d.ts +2 -2
- package/script/types/0_link_preview.d.ts +15 -0
- package/script/types/0_link_preview.js +13 -0
- package/script/types/0_story_reference.d.ts +5 -0
- package/script/types/0_story_reference.js +2 -0
- package/script/types/0_venue.d.ts +1 -1
- package/script/types/1__getters.d.ts +2 -2
- package/script/types/1_input_message_content.d.ts +6 -1
- package/script/types/1_input_story_content.d.ts +15 -0
- package/script/types/1_input_story_content.js +2 -0
- package/script/types/1_story_interactive_area.d.ts +41 -0
- package/script/types/1_story_interactive_area.js +103 -0
- package/script/types/1_story_privacy.d.ts +22 -0
- package/script/types/1_story_privacy.js +62 -0
- package/script/types/1_story_reaction.d.ts +12 -0
- package/script/types/1_story_reaction.js +11 -0
- package/script/types/2_message_interactions.d.ts +1 -1
- package/script/types/2_story_content.d.ts +18 -0
- package/script/types/2_story_content.js +39 -0
- package/script/types/2_story_interactions.d.ts +10 -0
- package/script/types/2_story_interactions.js +12 -0
- package/script/types/3_story.d.ts +24 -0
- package/script/types/3_story.js +41 -0
- package/script/types/4_inline_query_result.js +25 -6
- package/script/types/4_message.d.ts +74 -2
- package/script/types/4_message.js +15 -6
- package/script/types/6_update.d.ts +20 -2
- package/esm/deps/deno.land/std@0.214.0/path/posix/separator.d.ts +0 -8
- package/esm/deps/deno.land/std@0.214.0/path/posix/separator.js +0 -10
- package/esm/deps/deno.land/std@0.214.0/path/separator.d.ts +0 -8
- package/esm/deps/deno.land/std@0.214.0/path/separator.js +0 -11
- package/esm/deps/deno.land/std@0.214.0/path/windows/separator.d.ts +0 -8
- package/esm/deps/deno.land/std@0.214.0/path/windows/separator.js +0 -10
- package/script/deps/deno.land/std@0.214.0/path/posix/separator.d.ts +0 -8
- package/script/deps/deno.land/std@0.214.0/path/posix/separator.js +0 -13
- package/script/deps/deno.land/std@0.214.0/path/separator.d.ts +0 -8
- package/script/deps/deno.land/std@0.214.0/path/separator.js +0 -14
- package/script/deps/deno.land/std@0.214.0/path/windows/separator.d.ts +0 -8
- package/script/deps/deno.land/std@0.214.0/path/windows/separator.js +0 -13
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_rejects.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_throws.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unreachable.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unreachable.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/base64.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_db.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_db.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extensions_by_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/assert_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_diff.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_not_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_rejects.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_throws.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unreachable.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/assert/unreachable.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/encoding/base64.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_db.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_db.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/extensions_by_type.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/assert_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.214.0 → std@0.216.0}/path/windows/to_namespaced_path.js +0 -0
package/esm/client/4_client.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { MaybePromise } from "../1_utilities.js";
|
|
|
2
2
|
import { functions, types } from "../2_tl.js";
|
|
3
3
|
import { Storage } from "../3_storage.js";
|
|
4
4
|
import { DC } from "../3_transport.js";
|
|
5
|
-
import { BotCommand, Chat, ChatAction, ChatMember, ChatP, Document, FileSource, ID, InlineQueryResult, Message, MessageAnimation, MessageAudio, MessageContact, MessageDice, MessageDocument, MessageLocation, MessagePhoto, MessagePoll, MessageText, MessageVenue, MessageVideo, MessageVideoNote, MessageVoice, NetworkStatistics, ParseMode, Reaction, Update, UpdateIntersection, User } from "../3_types.js";
|
|
5
|
+
import { BotCommand, Chat, ChatAction, ChatMember, ChatP, Document, FileSource, ID, InlineQueryResult, InputStoryContent, Message, MessageAnimation, MessageAudio, MessageContact, MessageDice, MessageDocument, MessageLocation, MessagePhoto, MessagePoll, MessageText, MessageVenue, MessageVideo, MessageVideoNote, MessageVoice, NetworkStatistics, ParseMode, Reaction, Story, Update, UpdateIntersection, User } from "../3_types.js";
|
|
6
6
|
import { Migrate } from "../4_errors.js";
|
|
7
7
|
import { ClientAbstract } from "./0_client_abstract.js";
|
|
8
8
|
import { FilterQuery, WithFilter } from "./0_filters.js";
|
|
9
|
-
import { AddReactionParams, AnswerCallbackQueryParams, AnswerInlineQueryParams, AuthorizeUserParams, BanChatMemberParams, DeleteMessageParams, DeleteMessagesParams, DownloadParams, EditMessageParams, EditMessageReplyMarkupParams, ForwardMessagesParams, GetChatsParams, GetHistoryParams, GetMyCommandsParams, PinMessageParams, ReplyParams, SendAnimationParams, SendAudioParams, SendContactParams, SendDiceParams, SendDocumentParams, SendLocationParams, SendMessageParams, SendPhotoParams, SendPollParams, SendVenueParams, SendVideoNoteParams, SendVideoParams, SendVoiceParams, SetChatMemberRightsParams, SetChatPhotoParams, SetMyCommandsParams, SetReactionsParams, UploadParams } from "./0_params.js";
|
|
9
|
+
import { AddReactionParams, AnswerCallbackQueryParams, AnswerInlineQueryParams, AuthorizeUserParams, BanChatMemberParams, CreateStoryParams, DeleteMessageParams, DeleteMessagesParams, DownloadParams, EditMessageParams, EditMessageReplyMarkupParams, ForwardMessagesParams, GetChatsParams, GetHistoryParams, GetMyCommandsParams, PinMessageParams, ReplyParams, SendAnimationParams, SendAudioParams, SendContactParams, SendDiceParams, SendDocumentParams, SendLocationParams, SendMessageParams, SendPhotoParams, SendPollParams, SendVenueParams, SendVideoNoteParams, SendVideoParams, SendVoiceParams, SetChatMemberRightsParams, SetChatPhotoParams, SetMyCommandsParams, SetReactionsParams, UploadParams } from "./0_params.js";
|
|
10
10
|
import { Api } from "./0_types.js";
|
|
11
11
|
import { Composer, Middleware } from "./1_composer.js";
|
|
12
12
|
import { ClientPlainParams } from "./2_client_plain.js";
|
|
@@ -241,7 +241,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
241
241
|
* Alias for `invoke` with its second parameter being `true`.
|
|
242
242
|
*/
|
|
243
243
|
send<T extends (functions.Function<unknown> | types.Type) = functions.Function<unknown>>(function_: T): Promise<void>;
|
|
244
|
-
getInputPeer(id: ID): Promise<import("../tl/2_types.js").InputPeerChat_ | import("../tl/2_types.js").InputPeerUser_ | import("../tl/2_types.js").InputPeerChannel_>;
|
|
244
|
+
getInputPeer(id: ID): Promise<import("../tl/2_types.js").InputPeerSelf_ | import("../tl/2_types.js").InputPeerChat_ | import("../tl/2_types.js").InputPeerUser_ | import("../tl/2_types.js").InputPeerChannel_>;
|
|
245
245
|
getInputChannel(id: ID): Promise<import("../tl/2_types.js").InputChannel_>;
|
|
246
246
|
getInputUser(id: ID): Promise<import("../tl/2_types.js").InputUser_>;
|
|
247
247
|
private [getEntity];
|
|
@@ -260,7 +260,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
260
260
|
/**
|
|
261
261
|
* Send a text message.
|
|
262
262
|
*
|
|
263
|
-
* @method
|
|
263
|
+
* @method ms
|
|
264
264
|
* @param chatId The chat to send the message to.
|
|
265
265
|
* @param text The message's text.
|
|
266
266
|
* @returns The sent text message.
|
|
@@ -269,7 +269,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
269
269
|
/**
|
|
270
270
|
* Edit a message's text.
|
|
271
271
|
*
|
|
272
|
-
* @method
|
|
272
|
+
* @method ms
|
|
273
273
|
* @param chatId The identifier of the chat that contains the messages.
|
|
274
274
|
* @param messageId The message's identifier.
|
|
275
275
|
* @param text The new text of the message.
|
|
@@ -279,7 +279,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
279
279
|
/**
|
|
280
280
|
* Edit an inline message's text.
|
|
281
281
|
*
|
|
282
|
-
* @method
|
|
282
|
+
* @method ms
|
|
283
283
|
* @param inlineMessageId The inline message's identifier.
|
|
284
284
|
* @param text The new text of the message.
|
|
285
285
|
*/
|
|
@@ -287,7 +287,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
287
287
|
/**
|
|
288
288
|
* Edit a message's reply markup.
|
|
289
289
|
*
|
|
290
|
-
* @method
|
|
290
|
+
* @method ms
|
|
291
291
|
* @param chatId The identifier of the chat that contains the messages.
|
|
292
292
|
* @param messageId The message's identifier.
|
|
293
293
|
* @returns The edited message.
|
|
@@ -296,14 +296,14 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
296
296
|
/**
|
|
297
297
|
* Edit an inline message's reply markup.
|
|
298
298
|
*
|
|
299
|
-
* @method
|
|
299
|
+
* @method ms
|
|
300
300
|
* @param inlineMessageId The inline message's identifier.
|
|
301
301
|
*/
|
|
302
302
|
editInlineMessageReplyMarkup(inlineMessageId: string, params?: EditMessageReplyMarkupParams): Promise<void>;
|
|
303
303
|
/**
|
|
304
304
|
* Retrieve multiple messages.
|
|
305
305
|
*
|
|
306
|
-
* @method
|
|
306
|
+
* @method ms
|
|
307
307
|
* @param chatId The identifier of the chat to retrieve the messages from.
|
|
308
308
|
* @param messageIds The identifiers of the messages to retrieve.
|
|
309
309
|
* @example ```ts
|
|
@@ -315,7 +315,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
315
315
|
/**
|
|
316
316
|
* Retrieve a single message.
|
|
317
317
|
*
|
|
318
|
-
* @method
|
|
318
|
+
* @method ms
|
|
319
319
|
* @param chatId The identifier of the chat to retrieve the message from.
|
|
320
320
|
* @param messageId The identifier of the message to retrieve.
|
|
321
321
|
* @example ```ts
|
|
@@ -327,7 +327,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
327
327
|
/**
|
|
328
328
|
* Download a file.
|
|
329
329
|
*
|
|
330
|
-
* @method
|
|
330
|
+
* @method fs
|
|
331
331
|
* @param fileId The identifier of the file to download.
|
|
332
332
|
* @example ```ts
|
|
333
333
|
* for await (const chunk of client.download(fileId, { chunkSize: 256 * 1024 })) {
|
|
@@ -340,7 +340,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
340
340
|
/**
|
|
341
341
|
* Forward multiple messages.
|
|
342
342
|
*
|
|
343
|
-
* @method
|
|
343
|
+
* @method ms
|
|
344
344
|
* @param from The identifier of the chat to forward the messages from.
|
|
345
345
|
* @param to The identifier of the chat to forward the messages to.
|
|
346
346
|
* @param messageIds The identifiers of the messages to forward.
|
|
@@ -350,7 +350,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
350
350
|
/**
|
|
351
351
|
* Forward a single message.
|
|
352
352
|
*
|
|
353
|
-
* @method
|
|
353
|
+
* @method ms
|
|
354
354
|
* @param from The identifier of the chat to forward the message from.
|
|
355
355
|
* @param to The identifier of the chat to forward the message to.
|
|
356
356
|
* @param messageId The identifier of the message to forward.
|
|
@@ -360,20 +360,20 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
360
360
|
/**
|
|
361
361
|
* Get information on the currently authorized user.
|
|
362
362
|
*
|
|
363
|
-
* @method
|
|
363
|
+
* @method ac
|
|
364
364
|
*/
|
|
365
365
|
getMe(): Promise<User>;
|
|
366
366
|
/**
|
|
367
367
|
* Answer a callback query. Bot-only.
|
|
368
368
|
*
|
|
369
|
-
* @method
|
|
369
|
+
* @method cq
|
|
370
370
|
* @param id ID of the callback query to answer.
|
|
371
371
|
*/
|
|
372
372
|
answerCallbackQuery(id: string, params?: AnswerCallbackQueryParams): Promise<void>;
|
|
373
373
|
/**
|
|
374
374
|
* Send a poll.
|
|
375
375
|
*
|
|
376
|
-
* @method
|
|
376
|
+
* @method ms
|
|
377
377
|
* @param chatId The chat to send the poll to.
|
|
378
378
|
* @param question The poll's question.
|
|
379
379
|
* @param options The poll's options.
|
|
@@ -383,7 +383,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
383
383
|
/**
|
|
384
384
|
* Send a chat action.
|
|
385
385
|
*
|
|
386
|
-
* @method
|
|
386
|
+
* @method ms
|
|
387
387
|
* @param chatId The chat to send the chat action to.
|
|
388
388
|
* @param action The chat action.
|
|
389
389
|
* @param messageThreadId The thread to send the chat action to.
|
|
@@ -394,25 +394,27 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
394
394
|
/**
|
|
395
395
|
* Upload a file.
|
|
396
396
|
*
|
|
397
|
-
* @method
|
|
397
|
+
* @method fs
|
|
398
398
|
* @param contents The contents of the file.
|
|
399
399
|
*/
|
|
400
400
|
upload(contents: Uint8Array, params?: UploadParams): Promise<import("../tl/2_types.js").InputFile_ | import("../tl/2_types.js").InputFileBig_>;
|
|
401
401
|
/**
|
|
402
402
|
* Set the bot's commands in the given scope and/or language. Bot-only.
|
|
403
403
|
*
|
|
404
|
-
* @method
|
|
404
|
+
* @method bs
|
|
405
405
|
* @param commands The commands to set.
|
|
406
406
|
*/
|
|
407
407
|
setMyCommands(commands: BotCommand[], params?: SetMyCommandsParams): Promise<void>;
|
|
408
408
|
/**
|
|
409
409
|
* Get the bot's commands in the given scope and/or language. Bot-only.
|
|
410
|
+
*
|
|
411
|
+
* @method bs
|
|
410
412
|
*/
|
|
411
413
|
getMyCommands(params?: GetMyCommandsParams): Promise<BotCommand[]>;
|
|
412
414
|
/**
|
|
413
415
|
* Answer an inline query. Bot-only.
|
|
414
416
|
*
|
|
415
|
-
* @method
|
|
417
|
+
* @method iq
|
|
416
418
|
* @param id The ID of the inline query to answer.
|
|
417
419
|
* @param results The results to answer with.
|
|
418
420
|
*/
|
|
@@ -420,7 +422,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
420
422
|
/**
|
|
421
423
|
* Set the bot's description in the given language. Bot-only.
|
|
422
424
|
*
|
|
423
|
-
* @method
|
|
425
|
+
* @method bs
|
|
424
426
|
*/
|
|
425
427
|
setMyDescription(params?: {
|
|
426
428
|
description?: string;
|
|
@@ -429,7 +431,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
429
431
|
/**
|
|
430
432
|
* Set the bot's name in the given language. Bot-only.
|
|
431
433
|
*
|
|
432
|
-
* @method
|
|
434
|
+
* @method bs
|
|
433
435
|
*/
|
|
434
436
|
setMyName(params?: {
|
|
435
437
|
name?: string;
|
|
@@ -438,7 +440,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
438
440
|
/**
|
|
439
441
|
* Set the bot's short description in the given language. Bot-only.
|
|
440
442
|
*
|
|
441
|
-
* @method
|
|
443
|
+
* @method bs
|
|
442
444
|
*/
|
|
443
445
|
setMyShortDescription(params?: {
|
|
444
446
|
shortDescription?: string;
|
|
@@ -447,7 +449,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
447
449
|
/**
|
|
448
450
|
* Get the bot's description in the given language. Bot-only.
|
|
449
451
|
*
|
|
450
|
-
* @method
|
|
452
|
+
* @method bs
|
|
451
453
|
*/
|
|
452
454
|
getMyDescription(params?: {
|
|
453
455
|
languageCode?: string;
|
|
@@ -455,7 +457,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
455
457
|
/**
|
|
456
458
|
* Set the bot's name in the given language. Bot-only.
|
|
457
459
|
*
|
|
458
|
-
* @method
|
|
460
|
+
* @method bs
|
|
459
461
|
*/
|
|
460
462
|
getMyName(params?: {
|
|
461
463
|
languageCode?: string;
|
|
@@ -463,7 +465,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
463
465
|
/**
|
|
464
466
|
* Get the bot's short description in the given language. Bot-only.
|
|
465
467
|
*
|
|
466
|
-
* @method
|
|
468
|
+
* @method bs
|
|
467
469
|
*/
|
|
468
470
|
getMyShortDescription(params?: {
|
|
469
471
|
languageCode?: string;
|
|
@@ -471,15 +473,15 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
471
473
|
/**
|
|
472
474
|
* Delete multiple messages.
|
|
473
475
|
*
|
|
474
|
-
* @method
|
|
476
|
+
* @method ms
|
|
475
477
|
* @param chatId The identifier of the chat that contains the messages.
|
|
476
|
-
* @param messageIds The
|
|
478
|
+
* @param messageIds The identifiers of the messages to delete.
|
|
477
479
|
*/
|
|
478
480
|
deleteMessages(chatId: ID, messageIds: number[], params?: DeleteMessagesParams): Promise<void>;
|
|
479
481
|
/**
|
|
480
482
|
* Delete a single message.
|
|
481
483
|
*
|
|
482
|
-
* @method
|
|
484
|
+
* @method ms
|
|
483
485
|
* @param chatId The identifier of the chat that contains the message.
|
|
484
486
|
* @param messageId The identifier of the message to delete.
|
|
485
487
|
*/
|
|
@@ -487,7 +489,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
487
489
|
/**
|
|
488
490
|
* Send a photo.
|
|
489
491
|
*
|
|
490
|
-
* @method
|
|
492
|
+
* @method ms
|
|
491
493
|
* @param chatId The chat to send the photo to.
|
|
492
494
|
* @param photo The photo to send.
|
|
493
495
|
*/
|
|
@@ -495,7 +497,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
495
497
|
/**
|
|
496
498
|
* Send a document.
|
|
497
499
|
*
|
|
498
|
-
* @method
|
|
500
|
+
* @method ms
|
|
499
501
|
* @param chatId The chat to send the document to.
|
|
500
502
|
* @param document The document to send.
|
|
501
503
|
*/
|
|
@@ -503,7 +505,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
503
505
|
/**
|
|
504
506
|
* Send a video.
|
|
505
507
|
*
|
|
506
|
-
* @method
|
|
508
|
+
* @method ms
|
|
507
509
|
* @param chatId The chat to send the video to.
|
|
508
510
|
* @param video The video to send.
|
|
509
511
|
*/
|
|
@@ -511,7 +513,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
511
513
|
/**
|
|
512
514
|
* Send an animation.
|
|
513
515
|
*
|
|
514
|
-
* @method
|
|
516
|
+
* @method ms
|
|
515
517
|
* @param chatId The chat to send the animation to.
|
|
516
518
|
* @param animation The animation to send.
|
|
517
519
|
*/
|
|
@@ -519,7 +521,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
519
521
|
/**
|
|
520
522
|
* Send a voice message.
|
|
521
523
|
*
|
|
522
|
-
* @method
|
|
524
|
+
* @method ms
|
|
523
525
|
* @param chatId The chat to send the voice message to.
|
|
524
526
|
* @param voice The voice to send.
|
|
525
527
|
*/
|
|
@@ -527,7 +529,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
527
529
|
/**
|
|
528
530
|
* Send an audio file.
|
|
529
531
|
*
|
|
530
|
-
* @method
|
|
532
|
+
* @method ms
|
|
531
533
|
* @param chatId The chat to send the audio file to.
|
|
532
534
|
* @param audio The audio to send.
|
|
533
535
|
*/
|
|
@@ -535,7 +537,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
535
537
|
/**
|
|
536
538
|
* Send a video note.
|
|
537
539
|
*
|
|
538
|
-
* @method
|
|
540
|
+
* @method ms
|
|
539
541
|
* @param chatId The chat to send the video note to.
|
|
540
542
|
* @param videoNote The video note to send.
|
|
541
543
|
*/
|
|
@@ -543,7 +545,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
543
545
|
/**
|
|
544
546
|
* Send a location.
|
|
545
547
|
*
|
|
546
|
-
* @method
|
|
548
|
+
* @method ms
|
|
547
549
|
* @param chatId The chat to send the location to.
|
|
548
550
|
* @param latitude The location's latitude.
|
|
549
551
|
* @param longitude The location's longitude.
|
|
@@ -552,7 +554,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
552
554
|
/**
|
|
553
555
|
* Send a contact.
|
|
554
556
|
*
|
|
555
|
-
* @method
|
|
557
|
+
* @method ms
|
|
556
558
|
* @param chatId The chat to send the contact to.
|
|
557
559
|
* @param firstName The contact's first name.
|
|
558
560
|
* @param number The contact's phone number.
|
|
@@ -561,14 +563,14 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
561
563
|
/**
|
|
562
564
|
* Send a dice.
|
|
563
565
|
*
|
|
564
|
-
* @method
|
|
566
|
+
* @method ms
|
|
565
567
|
* @param chatId The chat to send the dice to.
|
|
566
568
|
*/
|
|
567
569
|
sendDice(chatId: ID, params?: SendDiceParams): Promise<MessageDice>;
|
|
568
570
|
/**
|
|
569
571
|
* Send a venue.
|
|
570
572
|
*
|
|
571
|
-
* @method
|
|
573
|
+
* @method ms
|
|
572
574
|
* @param chatId The chat to send the venue to.
|
|
573
575
|
* @param latitude The latitude of the venue.
|
|
574
576
|
* @param longitude The longitude of the venue.
|
|
@@ -579,39 +581,39 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
579
581
|
/**
|
|
580
582
|
* Get network statistics. This might not always be available.
|
|
581
583
|
*
|
|
582
|
-
* @method
|
|
584
|
+
* @method mc
|
|
583
585
|
*/
|
|
584
586
|
getNetworkStatistics(): Promise<NetworkStatistics>;
|
|
585
587
|
/**
|
|
586
588
|
* Get chats from a chat list. User-only.
|
|
587
589
|
*
|
|
588
|
-
* @method
|
|
590
|
+
* @method ch
|
|
589
591
|
*/
|
|
590
592
|
getChats(params?: GetChatsParams): Promise<Chat[]>;
|
|
591
593
|
/**
|
|
592
594
|
* Get a chat.
|
|
593
595
|
*
|
|
594
|
-
* @method
|
|
596
|
+
* @method ch
|
|
595
597
|
*/
|
|
596
598
|
getChat(chatId: ID): Promise<Chat>;
|
|
597
599
|
/**
|
|
598
600
|
* Get chat history. User-only.
|
|
599
601
|
*
|
|
600
|
-
* @method
|
|
602
|
+
* @method ch
|
|
601
603
|
* @param chatId The identifier of the chat to get its history.
|
|
602
604
|
*/
|
|
603
605
|
getHistory(chatId: ID, params?: GetHistoryParams): Promise<Message[]>;
|
|
604
606
|
/**
|
|
605
607
|
* Get custom emoji documents for download.
|
|
606
608
|
*
|
|
607
|
-
* @method
|
|
609
|
+
* @method fs
|
|
608
610
|
* @param id Identifier of one or more of custom emojis.
|
|
609
611
|
*/
|
|
610
612
|
getCustomEmojiDocuments(id: string | string[]): Promise<Document[]>;
|
|
611
613
|
/**
|
|
612
614
|
* Set a chat's available reactions.
|
|
613
615
|
*
|
|
614
|
-
* @method
|
|
616
|
+
* @method ch
|
|
615
617
|
* @param chatId The identifier of the chat.
|
|
616
618
|
* @param availableReactions The new available reactions.
|
|
617
619
|
*/
|
|
@@ -619,7 +621,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
619
621
|
/**
|
|
620
622
|
* Change reactions made to a message.
|
|
621
623
|
*
|
|
622
|
-
* @method
|
|
624
|
+
* @method re
|
|
623
625
|
* @param chatId The identifier of the chat which the message belongs to.
|
|
624
626
|
* @param messageId The identifier of the message to add the reaction to.
|
|
625
627
|
* @param reactions The new reactions.
|
|
@@ -628,7 +630,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
628
630
|
/**
|
|
629
631
|
* Make a reaction to a message.
|
|
630
632
|
*
|
|
631
|
-
* @method
|
|
633
|
+
* @method re
|
|
632
634
|
* @param chatId The identifier of the chat which the message belongs to.
|
|
633
635
|
* @param messageId The identifier of the message to add the reaction to.
|
|
634
636
|
* @param reaction The reaction to add.
|
|
@@ -637,7 +639,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
637
639
|
/**
|
|
638
640
|
* Undo a reaction made to a message.
|
|
639
641
|
*
|
|
640
|
-
* @method
|
|
642
|
+
* @method re
|
|
641
643
|
* @param chatId The identifier of the chat which the message belongs to.
|
|
642
644
|
* @param messageId The identifier of the message which the reaction was made to.
|
|
643
645
|
* @param reaction The reaction to remove.
|
|
@@ -646,7 +648,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
646
648
|
/**
|
|
647
649
|
* Set a chat's photo.
|
|
648
650
|
*
|
|
649
|
-
* @method
|
|
651
|
+
* @method ch
|
|
650
652
|
* @param chatId The identifier of the chat.
|
|
651
653
|
* @param photo A photo to set as the chat's photo.
|
|
652
654
|
*/
|
|
@@ -654,14 +656,14 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
654
656
|
/**
|
|
655
657
|
* Delete a chat's photo.
|
|
656
658
|
*
|
|
657
|
-
* @method
|
|
659
|
+
* @method ch
|
|
658
660
|
* @param chatId The identifier of the chat.
|
|
659
661
|
*/
|
|
660
662
|
deleteChatPhoto(chatId: number): Promise<void>;
|
|
661
663
|
/**
|
|
662
664
|
* Delete all messages sent by a specific member of a chat.
|
|
663
665
|
*
|
|
664
|
-
* @method
|
|
666
|
+
* @method ms
|
|
665
667
|
* @param chatId The identifier of the chat. Must be a supergroup.
|
|
666
668
|
* @param memberId The identifier of the member.
|
|
667
669
|
*/
|
|
@@ -669,7 +671,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
669
671
|
/**
|
|
670
672
|
* Pin a message in a chat.
|
|
671
673
|
*
|
|
672
|
-
* @method
|
|
674
|
+
* @method ms
|
|
673
675
|
* @param chatId The identifier of the chat that contains the message.
|
|
674
676
|
* @param messageId The message's identifier.
|
|
675
677
|
*/
|
|
@@ -677,7 +679,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
677
679
|
/**
|
|
678
680
|
* Unpin a pinned message.
|
|
679
681
|
*
|
|
680
|
-
* @method
|
|
682
|
+
* @method ms
|
|
681
683
|
* @param chatId The identifier of the chat that contains the message.
|
|
682
684
|
* @param messageId The message's identifier.
|
|
683
685
|
*/
|
|
@@ -685,14 +687,14 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
685
687
|
/**
|
|
686
688
|
* Unpin all pinned messages.
|
|
687
689
|
*
|
|
688
|
-
* @method
|
|
690
|
+
* @method ms
|
|
689
691
|
* @param chatId The identifier of the chat.
|
|
690
692
|
*/
|
|
691
693
|
unpinMessages(chatId: ID): Promise<void>;
|
|
692
694
|
/**
|
|
693
695
|
* Ban a member from a chat.
|
|
694
696
|
*
|
|
695
|
-
* @method
|
|
697
|
+
* @method ch
|
|
696
698
|
* @param chatId The identifier of the chat.
|
|
697
699
|
* @param memberId The identifier of the member.
|
|
698
700
|
*/
|
|
@@ -700,7 +702,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
700
702
|
/**
|
|
701
703
|
* Unban a member from a chat.
|
|
702
704
|
*
|
|
703
|
-
* @method
|
|
705
|
+
* @method ch
|
|
704
706
|
* @param chatId The identifier of the chat. Must be a supergroup.
|
|
705
707
|
* @param memberId The identifier of the member.
|
|
706
708
|
*/
|
|
@@ -708,7 +710,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
708
710
|
/**
|
|
709
711
|
* Kick a member from a chat. Same as a banChatMember call followed by unbanChatMember.
|
|
710
712
|
*
|
|
711
|
-
* @method
|
|
713
|
+
* @method ch
|
|
712
714
|
* @param chatId The identifier of the chat. Must be a supergroup.
|
|
713
715
|
* @param memberId The identifier of the member.
|
|
714
716
|
*/
|
|
@@ -716,7 +718,7 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
716
718
|
/**
|
|
717
719
|
* Set the rights of a chat member.
|
|
718
720
|
*
|
|
719
|
-
* @method
|
|
721
|
+
* @method ch
|
|
720
722
|
* @param chatId The identifier of the chat. Must be a supergroup.
|
|
721
723
|
* @param memberId The identifier of a member.
|
|
722
724
|
*/
|
|
@@ -724,9 +726,95 @@ export declare class Client<C extends Context = Context> extends ClientAbstract
|
|
|
724
726
|
/**
|
|
725
727
|
* Get the administrators of a chat.
|
|
726
728
|
*
|
|
727
|
-
* @method
|
|
729
|
+
* @method ch
|
|
728
730
|
* @param chatId The identifier of the chat.
|
|
729
731
|
*/
|
|
730
732
|
getChatAdministrators(chatId: ID): Promise<ChatMember[]>;
|
|
733
|
+
/**
|
|
734
|
+
* Create a story. User-only.
|
|
735
|
+
*
|
|
736
|
+
* @method st
|
|
737
|
+
* @param content The content of the story.
|
|
738
|
+
* @returns The created story.
|
|
739
|
+
*/
|
|
740
|
+
createStory(chatId: ID, content: InputStoryContent, params?: CreateStoryParams): Promise<Story>;
|
|
741
|
+
/**
|
|
742
|
+
* Retrieve multiple stories. User-only.
|
|
743
|
+
*
|
|
744
|
+
* @method st
|
|
745
|
+
* @param chatId The identifier of the chat to retrieve the stories from.
|
|
746
|
+
* @param storyIds The identifiers of the stories to retrieve.
|
|
747
|
+
*/
|
|
748
|
+
getStories(chatId: ID, storyIds: number[]): Promise<Story[]>;
|
|
749
|
+
/**
|
|
750
|
+
* Retrieve a single story. User-only.
|
|
751
|
+
*
|
|
752
|
+
* @method st
|
|
753
|
+
* @param chatId The identifier of the chat to retrieve the story from.
|
|
754
|
+
* @param storyId The identifier of the story to retrieve.
|
|
755
|
+
*/
|
|
756
|
+
getStory(chatId: ID, storyId: number): Promise<Story | null>;
|
|
757
|
+
/**
|
|
758
|
+
* Delete multiple stories. User-only.
|
|
759
|
+
*
|
|
760
|
+
* @method st
|
|
761
|
+
* @param chatId The identifier of the chat to delete the stories from.
|
|
762
|
+
* @param storyIds The identifiers of the stories to delete.
|
|
763
|
+
*/
|
|
764
|
+
deleteStories(chatId: ID, storyIds: number[]): Promise<void>;
|
|
765
|
+
/**
|
|
766
|
+
* Delete a single story. User-only.
|
|
767
|
+
*
|
|
768
|
+
* @method st
|
|
769
|
+
* @param chatId The identifier of the chat to delete the story from.
|
|
770
|
+
* @param storyId The identifier of the story to delete.
|
|
771
|
+
*/
|
|
772
|
+
deleteStory(chatId: ID, storyId: number): Promise<void>;
|
|
773
|
+
/**
|
|
774
|
+
* Add multiple stories to highlights. User-only.
|
|
775
|
+
*
|
|
776
|
+
* @method st
|
|
777
|
+
* @param chatId The identifier of the chat that has the stories.
|
|
778
|
+
* @param storyIds The identifiers of the stories to add to highlights.
|
|
779
|
+
*/
|
|
780
|
+
addStoriesToHighlights(chatId: ID, storyIds: number[]): Promise<void>;
|
|
781
|
+
/**
|
|
782
|
+
* Add a single story to highlights. User-only.
|
|
783
|
+
*
|
|
784
|
+
* @method st
|
|
785
|
+
* @param chatId The identifier of the chat that has the story.
|
|
786
|
+
* @param storyId The identifier of the story to add to highlights.
|
|
787
|
+
*/
|
|
788
|
+
addStoryToHighlights(chatId: ID, storyId: number): Promise<void>;
|
|
789
|
+
/**
|
|
790
|
+
* Remove multiple stories from highlights. User-only.
|
|
791
|
+
*
|
|
792
|
+
* @method st
|
|
793
|
+
* @param chatId The identifier of the chat that has the stories.
|
|
794
|
+
* @param storyIds The identifiers of the stories to remove from highlights.
|
|
795
|
+
*/
|
|
796
|
+
removeStoriesFromHighlights(chatId: ID, storyIds: number[]): Promise<void>;
|
|
797
|
+
/**
|
|
798
|
+
* Remove a single story from highlights. User-only.
|
|
799
|
+
*
|
|
800
|
+
* @method st
|
|
801
|
+
* @param chatId The identifier of the chat that has the story.
|
|
802
|
+
* @param storyId The identifier of the story to remove from highlights.
|
|
803
|
+
*/
|
|
804
|
+
removeStoryFromHighlights(chatId: ID, storyId: number): Promise<void>;
|
|
805
|
+
/**
|
|
806
|
+
* Enable join requests in a chat. User-only.
|
|
807
|
+
*
|
|
808
|
+
* @method ch
|
|
809
|
+
* @param chatId The identifier of the chat. Must be a channel or a supergroup.
|
|
810
|
+
*/
|
|
811
|
+
enableJoinRequests(chatId: ID): Promise<void>;
|
|
812
|
+
/**
|
|
813
|
+
* Disable join requests in a chat. User-only.
|
|
814
|
+
*
|
|
815
|
+
* @method ch
|
|
816
|
+
* @param chatId The identifier of the chat. Must be a channel or a supergroup.
|
|
817
|
+
*/
|
|
818
|
+
disableJoinRequests(chatId: ID): Promise<void>;
|
|
731
819
|
}
|
|
732
820
|
export {};
|