@mtkruto/node 0.1.143 → 0.1.145
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 +1 -0
- package/esm/3_types.js +1 -0
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +2 -2
- package/esm/client/0_message.js +9 -9
- package/esm/client/0_types.d.ts +1 -0
- package/esm/client/1_file_manager.js +1 -1
- package/esm/client/1_update_manager.js +33 -13
- package/esm/client/2_client_plain.js +4 -4
- package/esm/client/2_message_manager.d.ts +3 -2
- package/esm/client/2_message_manager.js +52 -36
- package/esm/client/4_client.d.ts +12 -1
- package/esm/client/4_client.js +24 -12
- package/esm/deps/deno.land/std@0.212.0/assert/_constants.js +2 -0
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_diff.js +39 -18
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_format.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_almost_equals.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_array_includes.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_equals.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_exists.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_false.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater_or_equal.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_instance_of.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_is_error.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less_or_equal.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_match.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_equals.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_instance_of.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_match.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_strict_equals.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_object_match.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_rejects.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_strict_equals.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_string_includes.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_throws.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assertion_error.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/equal.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/fail.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/mod.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unimplemented.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unreachable.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/_util.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/base64.js +1 -1
- package/{script/deps/deno.land/std@0.210.0 → esm/deps/deno.land/std@0.212.0}/fmt/colors.d.ts +16 -11
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/fmt/colors.js +14 -11
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_db.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_util.js +8 -6
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/content_type.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extension.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extensions_by_type.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/format_media_type.js +2 -2
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/get_charset.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/parse_media_type.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/type_by_extension.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/vendor/mime-db.v1.52.0.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/assert_path.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/basename.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/common.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/constants.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/dirname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/format.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/from_file_url.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/glob_to_reg_exp.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize_string.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/relative.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/strip_trailing_separators.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/to_file_url.js +1 -1
- package/esm/deps/deno.land/std@0.212.0/path/_interface.js +3 -0
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_os.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/basename.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/common.d.ts +2 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/common.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/dirname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/extname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/format.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/from_file_url.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/glob_to_regexp.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_absolute.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join_globs.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/mod.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/parse.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/_util.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/basename.js +1 -1
- package/{script/deps/deno.land/std@0.210.0/path → esm/deps/deno.land/std@0.212.0/path/posix}/common.d.ts +2 -1
- package/esm/deps/deno.land/{std@0.210.0/path/windows → std@0.212.0/path/posix}/common.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/dirname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/extname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/format.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/from_file_url.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/from_file_url.js +2 -2
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/glob_to_regexp.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_absolute.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join_globs.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/mod.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/parse.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/relative.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/resolve.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/separator.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_file_url.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_file_url.js +2 -2
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_namespaced_path.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/relative.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/resolve.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/separator.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_file_url.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_namespaced_path.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/_util.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/basename.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0/path/posix → std@0.212.0/path/windows}/common.d.ts +2 -1
- package/esm/deps/deno.land/{std@0.210.0/path/posix → std@0.212.0/path/windows}/common.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/dirname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/extname.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/format.js +1 -1
- package/{script/deps/deno.land/std@0.210.0 → esm/deps/deno.land/std@0.212.0}/path/windows/from_file_url.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/from_file_url.js +2 -2
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/glob_to_regexp.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_absolute.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join_globs.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/mod.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize_glob.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/parse.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/relative.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/resolve.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/separator.js +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_file_url.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_file_url.js +2 -2
- package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_namespaced_path.js +1 -1
- package/esm/storage/0_storage.d.ts +3 -6
- package/esm/storage/0_storage.js +17 -17
- package/esm/tl/0_tl_raw_reader.js +3 -2
- package/esm/tl/0_tl_raw_writer.js +3 -3
- package/esm/tl/2_types.d.ts +218 -4
- package/esm/tl/2_types.js +632 -19
- package/esm/tl/3_functions.d.ts +232 -0
- package/esm/tl/3_functions.js +608 -4
- package/esm/transport/0_obfuscation.js +2 -2
- package/esm/transport/1_transport_abridged.js +1 -1
- package/esm/transport/1_transport_intermediate.js +1 -1
- package/esm/types/0__file_id.js +2 -2
- package/esm/types/0_chat_member_rights.d.ts +3 -0
- package/esm/types/0_chat_member_rights.js +45 -1
- package/esm/types/0_message_entity.d.ts +2 -1
- package/esm/types/0_message_entity.js +27 -4
- package/esm/types/1_chat_p.js +1 -1
- package/esm/types/2_chat_member.d.ts +46 -0
- package/esm/types/2_chat_member.js +89 -0
- package/esm/types/4_inline_query_result.d.ts +1 -1
- package/esm/types/4_inline_query_result.js +2 -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 +1 -0
- package/script/3_types.js +1 -0
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +2 -2
- package/script/client/0_message.js +9 -9
- package/script/client/0_types.d.ts +1 -0
- package/script/client/1_file_manager.js +1 -1
- package/script/client/1_update_manager.js +33 -13
- package/script/client/2_client_plain.js +4 -4
- package/script/client/2_message_manager.d.ts +3 -2
- package/script/client/2_message_manager.js +51 -35
- package/script/client/4_client.d.ts +12 -1
- package/script/client/4_client.js +24 -12
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_constants.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_diff.js +39 -18
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_format.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_almost_equals.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_array_includes.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_equals.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_exists.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_false.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater_or_equal.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_instance_of.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_is_error.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less_or_equal.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_match.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_equals.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_instance_of.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_match.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_strict_equals.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_object_match.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_rejects.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_strict_equals.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_string_includes.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_throws.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assertion_error.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/equal.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/fail.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/mod.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unimplemented.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unreachable.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/_util.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/base64.js +1 -1
- package/{esm/deps/deno.land/std@0.210.0 → script/deps/deno.land/std@0.212.0}/fmt/colors.d.ts +16 -11
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/fmt/colors.js +14 -11
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_db.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_util.js +8 -6
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/content_type.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extension.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extensions_by_type.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/format_media_type.js +2 -2
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/get_charset.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/parse_media_type.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/type_by_extension.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/vendor/mime-db.v1.52.0.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/assert_path.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/basename.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/common.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/constants.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/dirname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/format.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/from_file_url.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/glob_to_reg_exp.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize_string.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/relative.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/strip_trailing_separators.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/to_file_url.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_interface.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_os.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/basename.js +1 -1
- package/{esm/deps/deno.land/std@0.210.0/path/windows → script/deps/deno.land/std@0.212.0/path}/common.d.ts +2 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/common.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/dirname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/extname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/format.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/from_file_url.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/glob_to_regexp.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_absolute.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join_globs.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/mod.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/parse.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/_util.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/basename.js +1 -1
- package/script/deps/deno.land/std@0.212.0/path/posix/common.d.ts +14 -0
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/common.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/dirname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/extname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/format.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/from_file_url.d.ts +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/from_file_url.js +2 -2
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/glob_to_regexp.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_absolute.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/windows → std@0.212.0/path/posix}/is_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/windows → std@0.212.0/path/posix}/join_globs.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/mod.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/windows → std@0.212.0/path/posix}/normalize_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/parse.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/relative.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/resolve.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/separator.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_file_url.d.ts +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_file_url.js +2 -2
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_namespaced_path.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/relative.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/resolve.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/separator.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_file_url.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_namespaced_path.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/_util.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/basename.js +1 -1
- package/script/deps/deno.land/std@0.212.0/path/windows/common.d.ts +14 -0
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/common.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/dirname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/extname.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/format.js +1 -1
- package/{esm/deps/deno.land/std@0.210.0 → script/deps/deno.land/std@0.212.0}/path/windows/from_file_url.d.ts +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/from_file_url.js +2 -2
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/glob_to_regexp.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_absolute.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/posix → std@0.212.0/path/windows}/is_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/posix → std@0.212.0/path/windows}/join_globs.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/mod.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize.js +1 -1
- package/script/deps/deno.land/{std@0.210.0/path/posix → std@0.212.0/path/windows}/normalize_glob.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/parse.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/relative.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/resolve.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/separator.js +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_file_url.d.ts +1 -1
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_file_url.js +2 -2
- package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_namespaced_path.js +1 -1
- package/script/storage/0_storage.d.ts +3 -6
- package/script/storage/0_storage.js +17 -17
- package/script/tl/0_tl_raw_reader.js +3 -2
- package/script/tl/0_tl_raw_writer.js +3 -3
- package/script/tl/2_types.d.ts +218 -4
- package/script/tl/2_types.js +674 -44
- package/script/tl/3_functions.d.ts +232 -0
- package/script/tl/3_functions.js +629 -14
- package/script/transport/0_obfuscation.js +2 -2
- package/script/transport/1_transport_abridged.js +1 -1
- package/script/transport/1_transport_intermediate.js +1 -1
- package/script/types/0__file_id.js +2 -2
- package/script/types/0_chat_member_rights.d.ts +3 -0
- package/script/types/0_chat_member_rights.js +48 -0
- package/script/types/0_message_entity.d.ts +2 -1
- package/script/types/0_message_entity.js +27 -4
- package/script/types/1_chat_p.js +1 -1
- package/script/types/2_chat_member.d.ts +46 -0
- package/script/types/2_chat_member.js +93 -0
- package/script/types/4_inline_query_result.d.ts +1 -1
- package/script/types/4_inline_query_result.js +2 -2
- package/esm/deps/deno.land/std@0.210.0/assert/_constants.js +0 -2
- package/esm/deps/deno.land/std@0.210.0/path/_interface.js +0 -3
- package/script/deps/deno.land/std@0.210.0/path/posix/common.d.ts +0 -13
- package/script/deps/deno.land/std@0.210.0/path/windows/common.d.ts +0 -13
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_rejects.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_throws.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unreachable.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_db.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/assert_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_rejects.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assert_throws.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/assert/unreachable.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_db.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/assert_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.210.0 → std@0.212.0}/path/windows/to_namespaced_path.d.ts +0 -0
package/esm/tl/3_functions.js
CHANGED
|
@@ -5509,6 +5509,40 @@ Object.defineProperty(users_setSecureValueErrors_, "__F", {
|
|
|
5509
5509
|
writable: true,
|
|
5510
5510
|
value: Symbol()
|
|
5511
5511
|
});
|
|
5512
|
+
export class users_getIsPremiumRequiredToContact_ extends Function_ {
|
|
5513
|
+
get [id]() {
|
|
5514
|
+
return 0xA622AA10;
|
|
5515
|
+
}
|
|
5516
|
+
static get [name]() {
|
|
5517
|
+
return "users.getIsPremiumRequiredToContact";
|
|
5518
|
+
}
|
|
5519
|
+
static get [paramDesc]() {
|
|
5520
|
+
return [
|
|
5521
|
+
["id", [types._InputUser], "Vector<InputUser>"],
|
|
5522
|
+
];
|
|
5523
|
+
}
|
|
5524
|
+
get [params]() {
|
|
5525
|
+
return [
|
|
5526
|
+
[this.id, [types._InputUser], "Vector<InputUser>"],
|
|
5527
|
+
];
|
|
5528
|
+
}
|
|
5529
|
+
constructor(params) {
|
|
5530
|
+
super();
|
|
5531
|
+
Object.defineProperty(this, "id", {
|
|
5532
|
+
enumerable: true,
|
|
5533
|
+
configurable: true,
|
|
5534
|
+
writable: true,
|
|
5535
|
+
value: void 0
|
|
5536
|
+
});
|
|
5537
|
+
this.id = params.id;
|
|
5538
|
+
}
|
|
5539
|
+
}
|
|
5540
|
+
Object.defineProperty(users_getIsPremiumRequiredToContact_, "__F", {
|
|
5541
|
+
enumerable: true,
|
|
5542
|
+
configurable: true,
|
|
5543
|
+
writable: true,
|
|
5544
|
+
value: Symbol()
|
|
5545
|
+
});
|
|
5512
5546
|
export class contacts_getContactIDs_ extends Function_ {
|
|
5513
5547
|
get [id]() {
|
|
5514
5548
|
return 0x7ADC669D;
|
|
@@ -6797,7 +6831,7 @@ Object.defineProperty(messages_getHistory_, "__F", {
|
|
|
6797
6831
|
});
|
|
6798
6832
|
export class messages_search_ extends Function_ {
|
|
6799
6833
|
get [id]() {
|
|
6800
|
-
return
|
|
6834
|
+
return 0x29EE847A;
|
|
6801
6835
|
}
|
|
6802
6836
|
static get [name]() {
|
|
6803
6837
|
return "messages.search";
|
|
@@ -6808,6 +6842,8 @@ export class messages_search_ extends Function_ {
|
|
|
6808
6842
|
["peer", types._InputPeer, "InputPeer"],
|
|
6809
6843
|
["q", "string", "string"],
|
|
6810
6844
|
["from_id", types._InputPeer, "flags.0?InputPeer"],
|
|
6845
|
+
["saved_peer_id", types._InputPeer, "flags.2?InputPeer"],
|
|
6846
|
+
["saved_reaction", [types._Reaction], "flags.3?Vector<Reaction>"],
|
|
6811
6847
|
["top_msg_id", "number", "flags.1?int"],
|
|
6812
6848
|
["filter", types._MessagesFilter, "MessagesFilter"],
|
|
6813
6849
|
["min_date", "number", "int"],
|
|
@@ -6826,6 +6862,8 @@ export class messages_search_ extends Function_ {
|
|
|
6826
6862
|
[this.peer, types._InputPeer, "InputPeer"],
|
|
6827
6863
|
[this.q, "string", "string"],
|
|
6828
6864
|
[this.from_id ?? null, types._InputPeer, "flags.0?InputPeer"],
|
|
6865
|
+
[this.saved_peer_id ?? null, types._InputPeer, "flags.2?InputPeer"],
|
|
6866
|
+
[this.saved_reaction ?? null, [types._Reaction], "flags.3?Vector<Reaction>"],
|
|
6829
6867
|
[this.top_msg_id ?? null, "number", "flags.1?int"],
|
|
6830
6868
|
[this.filter, types._MessagesFilter, "MessagesFilter"],
|
|
6831
6869
|
[this.min_date, "number", "int"],
|
|
@@ -6858,6 +6896,18 @@ export class messages_search_ extends Function_ {
|
|
|
6858
6896
|
writable: true,
|
|
6859
6897
|
value: void 0
|
|
6860
6898
|
});
|
|
6899
|
+
Object.defineProperty(this, "saved_peer_id", {
|
|
6900
|
+
enumerable: true,
|
|
6901
|
+
configurable: true,
|
|
6902
|
+
writable: true,
|
|
6903
|
+
value: void 0
|
|
6904
|
+
});
|
|
6905
|
+
Object.defineProperty(this, "saved_reaction", {
|
|
6906
|
+
enumerable: true,
|
|
6907
|
+
configurable: true,
|
|
6908
|
+
writable: true,
|
|
6909
|
+
value: void 0
|
|
6910
|
+
});
|
|
6861
6911
|
Object.defineProperty(this, "top_msg_id", {
|
|
6862
6912
|
enumerable: true,
|
|
6863
6913
|
configurable: true,
|
|
@@ -6921,6 +6971,8 @@ export class messages_search_ extends Function_ {
|
|
|
6921
6971
|
this.peer = params.peer;
|
|
6922
6972
|
this.q = params.q;
|
|
6923
6973
|
this.from_id = params.from_id;
|
|
6974
|
+
this.saved_peer_id = params.saved_peer_id;
|
|
6975
|
+
this.saved_reaction = params.saved_reaction;
|
|
6924
6976
|
this.top_msg_id = params.top_msg_id;
|
|
6925
6977
|
this.filter = params.filter;
|
|
6926
6978
|
this.min_date = params.min_date;
|
|
@@ -12432,7 +12484,7 @@ Object.defineProperty(messages_getEmojiURL_, "__F", {
|
|
|
12432
12484
|
});
|
|
12433
12485
|
export class messages_getSearchCounters_ extends Function_ {
|
|
12434
12486
|
get [id]() {
|
|
12435
|
-
return
|
|
12487
|
+
return 0x1BBCF300;
|
|
12436
12488
|
}
|
|
12437
12489
|
static get [name]() {
|
|
12438
12490
|
return "messages.getSearchCounters";
|
|
@@ -12441,6 +12493,7 @@ export class messages_getSearchCounters_ extends Function_ {
|
|
|
12441
12493
|
return [
|
|
12442
12494
|
["flags", flags, "#"],
|
|
12443
12495
|
["peer", types._InputPeer, "InputPeer"],
|
|
12496
|
+
["saved_peer_id", types._InputPeer, "flags.2?InputPeer"],
|
|
12444
12497
|
["top_msg_id", "number", "flags.0?int"],
|
|
12445
12498
|
["filters", [types._MessagesFilter], "Vector<MessagesFilter>"],
|
|
12446
12499
|
];
|
|
@@ -12449,6 +12502,7 @@ export class messages_getSearchCounters_ extends Function_ {
|
|
|
12449
12502
|
return [
|
|
12450
12503
|
["flags", flags, "#"],
|
|
12451
12504
|
[this.peer, types._InputPeer, "InputPeer"],
|
|
12505
|
+
[this.saved_peer_id ?? null, types._InputPeer, "flags.2?InputPeer"],
|
|
12452
12506
|
[this.top_msg_id ?? null, "number", "flags.0?int"],
|
|
12453
12507
|
[this.filters, [types._MessagesFilter], "Vector<MessagesFilter>"],
|
|
12454
12508
|
];
|
|
@@ -12461,6 +12515,12 @@ export class messages_getSearchCounters_ extends Function_ {
|
|
|
12461
12515
|
writable: true,
|
|
12462
12516
|
value: void 0
|
|
12463
12517
|
});
|
|
12518
|
+
Object.defineProperty(this, "saved_peer_id", {
|
|
12519
|
+
enumerable: true,
|
|
12520
|
+
configurable: true,
|
|
12521
|
+
writable: true,
|
|
12522
|
+
value: void 0
|
|
12523
|
+
});
|
|
12464
12524
|
Object.defineProperty(this, "top_msg_id", {
|
|
12465
12525
|
enumerable: true,
|
|
12466
12526
|
configurable: true,
|
|
@@ -12474,6 +12534,7 @@ export class messages_getSearchCounters_ extends Function_ {
|
|
|
12474
12534
|
value: void 0
|
|
12475
12535
|
});
|
|
12476
12536
|
this.peer = params.peer;
|
|
12537
|
+
this.saved_peer_id = params.saved_peer_id;
|
|
12477
12538
|
this.top_msg_id = params.top_msg_id;
|
|
12478
12539
|
this.filters = params.filters;
|
|
12479
12540
|
}
|
|
@@ -14232,14 +14293,16 @@ Object.defineProperty(messages_getMessageReadParticipants_, "__F", {
|
|
|
14232
14293
|
});
|
|
14233
14294
|
export class messages_getSearchResultsCalendar_ extends Function_ {
|
|
14234
14295
|
get [id]() {
|
|
14235
|
-
return
|
|
14296
|
+
return 0x6AA3F6BD;
|
|
14236
14297
|
}
|
|
14237
14298
|
static get [name]() {
|
|
14238
14299
|
return "messages.getSearchResultsCalendar";
|
|
14239
14300
|
}
|
|
14240
14301
|
static get [paramDesc]() {
|
|
14241
14302
|
return [
|
|
14303
|
+
["flags", flags, "#"],
|
|
14242
14304
|
["peer", types._InputPeer, "InputPeer"],
|
|
14305
|
+
["saved_peer_id", types._InputPeer, "flags.2?InputPeer"],
|
|
14243
14306
|
["filter", types._MessagesFilter, "MessagesFilter"],
|
|
14244
14307
|
["offset_id", "number", "int"],
|
|
14245
14308
|
["offset_date", "number", "int"],
|
|
@@ -14247,7 +14310,9 @@ export class messages_getSearchResultsCalendar_ extends Function_ {
|
|
|
14247
14310
|
}
|
|
14248
14311
|
get [params]() {
|
|
14249
14312
|
return [
|
|
14313
|
+
["flags", flags, "#"],
|
|
14250
14314
|
[this.peer, types._InputPeer, "InputPeer"],
|
|
14315
|
+
[this.saved_peer_id ?? null, types._InputPeer, "flags.2?InputPeer"],
|
|
14251
14316
|
[this.filter, types._MessagesFilter, "MessagesFilter"],
|
|
14252
14317
|
[this.offset_id, "number", "int"],
|
|
14253
14318
|
[this.offset_date, "number", "int"],
|
|
@@ -14261,6 +14326,12 @@ export class messages_getSearchResultsCalendar_ extends Function_ {
|
|
|
14261
14326
|
writable: true,
|
|
14262
14327
|
value: void 0
|
|
14263
14328
|
});
|
|
14329
|
+
Object.defineProperty(this, "saved_peer_id", {
|
|
14330
|
+
enumerable: true,
|
|
14331
|
+
configurable: true,
|
|
14332
|
+
writable: true,
|
|
14333
|
+
value: void 0
|
|
14334
|
+
});
|
|
14264
14335
|
Object.defineProperty(this, "filter", {
|
|
14265
14336
|
enumerable: true,
|
|
14266
14337
|
configurable: true,
|
|
@@ -14280,6 +14351,7 @@ export class messages_getSearchResultsCalendar_ extends Function_ {
|
|
|
14280
14351
|
value: void 0
|
|
14281
14352
|
});
|
|
14282
14353
|
this.peer = params.peer;
|
|
14354
|
+
this.saved_peer_id = params.saved_peer_id;
|
|
14283
14355
|
this.filter = params.filter;
|
|
14284
14356
|
this.offset_id = params.offset_id;
|
|
14285
14357
|
this.offset_date = params.offset_date;
|
|
@@ -14293,14 +14365,16 @@ Object.defineProperty(messages_getSearchResultsCalendar_, "__F", {
|
|
|
14293
14365
|
});
|
|
14294
14366
|
export class messages_getSearchResultsPositions_ extends Function_ {
|
|
14295
14367
|
get [id]() {
|
|
14296
|
-
return
|
|
14368
|
+
return 0x9C7F2F10;
|
|
14297
14369
|
}
|
|
14298
14370
|
static get [name]() {
|
|
14299
14371
|
return "messages.getSearchResultsPositions";
|
|
14300
14372
|
}
|
|
14301
14373
|
static get [paramDesc]() {
|
|
14302
14374
|
return [
|
|
14375
|
+
["flags", flags, "#"],
|
|
14303
14376
|
["peer", types._InputPeer, "InputPeer"],
|
|
14377
|
+
["saved_peer_id", types._InputPeer, "flags.2?InputPeer"],
|
|
14304
14378
|
["filter", types._MessagesFilter, "MessagesFilter"],
|
|
14305
14379
|
["offset_id", "number", "int"],
|
|
14306
14380
|
["limit", "number", "int"],
|
|
@@ -14308,7 +14382,9 @@ export class messages_getSearchResultsPositions_ extends Function_ {
|
|
|
14308
14382
|
}
|
|
14309
14383
|
get [params]() {
|
|
14310
14384
|
return [
|
|
14385
|
+
["flags", flags, "#"],
|
|
14311
14386
|
[this.peer, types._InputPeer, "InputPeer"],
|
|
14387
|
+
[this.saved_peer_id ?? null, types._InputPeer, "flags.2?InputPeer"],
|
|
14312
14388
|
[this.filter, types._MessagesFilter, "MessagesFilter"],
|
|
14313
14389
|
[this.offset_id, "number", "int"],
|
|
14314
14390
|
[this.limit, "number", "int"],
|
|
@@ -14322,6 +14398,12 @@ export class messages_getSearchResultsPositions_ extends Function_ {
|
|
|
14322
14398
|
writable: true,
|
|
14323
14399
|
value: void 0
|
|
14324
14400
|
});
|
|
14401
|
+
Object.defineProperty(this, "saved_peer_id", {
|
|
14402
|
+
enumerable: true,
|
|
14403
|
+
configurable: true,
|
|
14404
|
+
writable: true,
|
|
14405
|
+
value: void 0
|
|
14406
|
+
});
|
|
14325
14407
|
Object.defineProperty(this, "filter", {
|
|
14326
14408
|
enumerable: true,
|
|
14327
14409
|
configurable: true,
|
|
@@ -14341,6 +14423,7 @@ export class messages_getSearchResultsPositions_ extends Function_ {
|
|
|
14341
14423
|
value: void 0
|
|
14342
14424
|
});
|
|
14343
14425
|
this.peer = params.peer;
|
|
14426
|
+
this.saved_peer_id = params.saved_peer_id;
|
|
14344
14427
|
this.filter = params.filter;
|
|
14345
14428
|
this.offset_id = params.offset_id;
|
|
14346
14429
|
this.limit = params.limit;
|
|
@@ -16585,6 +16668,516 @@ Object.defineProperty(messages_searchEmojiStickerSets_, "__F", {
|
|
|
16585
16668
|
writable: true,
|
|
16586
16669
|
value: Symbol()
|
|
16587
16670
|
});
|
|
16671
|
+
export class messages_getSavedDialogs_ extends Function_ {
|
|
16672
|
+
get [id]() {
|
|
16673
|
+
return 0x5381D21A;
|
|
16674
|
+
}
|
|
16675
|
+
static get [name]() {
|
|
16676
|
+
return "messages.getSavedDialogs";
|
|
16677
|
+
}
|
|
16678
|
+
static get [paramDesc]() {
|
|
16679
|
+
return [
|
|
16680
|
+
["flags", flags, "#"],
|
|
16681
|
+
["exclude_pinned", "true", "flags.0?true"],
|
|
16682
|
+
["offset_date", "number", "int"],
|
|
16683
|
+
["offset_id", "number", "int"],
|
|
16684
|
+
["offset_peer", types._InputPeer, "InputPeer"],
|
|
16685
|
+
["limit", "number", "int"],
|
|
16686
|
+
["hash", "bigint", "long"],
|
|
16687
|
+
];
|
|
16688
|
+
}
|
|
16689
|
+
get [params]() {
|
|
16690
|
+
return [
|
|
16691
|
+
["flags", flags, "#"],
|
|
16692
|
+
[this.exclude_pinned ?? null, "true", "flags.0?true"],
|
|
16693
|
+
[this.offset_date, "number", "int"],
|
|
16694
|
+
[this.offset_id, "number", "int"],
|
|
16695
|
+
[this.offset_peer, types._InputPeer, "InputPeer"],
|
|
16696
|
+
[this.limit, "number", "int"],
|
|
16697
|
+
[this.hash, "bigint", "long"],
|
|
16698
|
+
];
|
|
16699
|
+
}
|
|
16700
|
+
constructor(params) {
|
|
16701
|
+
super();
|
|
16702
|
+
Object.defineProperty(this, "exclude_pinned", {
|
|
16703
|
+
enumerable: true,
|
|
16704
|
+
configurable: true,
|
|
16705
|
+
writable: true,
|
|
16706
|
+
value: void 0
|
|
16707
|
+
});
|
|
16708
|
+
Object.defineProperty(this, "offset_date", {
|
|
16709
|
+
enumerable: true,
|
|
16710
|
+
configurable: true,
|
|
16711
|
+
writable: true,
|
|
16712
|
+
value: void 0
|
|
16713
|
+
});
|
|
16714
|
+
Object.defineProperty(this, "offset_id", {
|
|
16715
|
+
enumerable: true,
|
|
16716
|
+
configurable: true,
|
|
16717
|
+
writable: true,
|
|
16718
|
+
value: void 0
|
|
16719
|
+
});
|
|
16720
|
+
Object.defineProperty(this, "offset_peer", {
|
|
16721
|
+
enumerable: true,
|
|
16722
|
+
configurable: true,
|
|
16723
|
+
writable: true,
|
|
16724
|
+
value: void 0
|
|
16725
|
+
});
|
|
16726
|
+
Object.defineProperty(this, "limit", {
|
|
16727
|
+
enumerable: true,
|
|
16728
|
+
configurable: true,
|
|
16729
|
+
writable: true,
|
|
16730
|
+
value: void 0
|
|
16731
|
+
});
|
|
16732
|
+
Object.defineProperty(this, "hash", {
|
|
16733
|
+
enumerable: true,
|
|
16734
|
+
configurable: true,
|
|
16735
|
+
writable: true,
|
|
16736
|
+
value: void 0
|
|
16737
|
+
});
|
|
16738
|
+
this.exclude_pinned = params.exclude_pinned;
|
|
16739
|
+
this.offset_date = params.offset_date;
|
|
16740
|
+
this.offset_id = params.offset_id;
|
|
16741
|
+
this.offset_peer = params.offset_peer;
|
|
16742
|
+
this.limit = params.limit;
|
|
16743
|
+
this.hash = params.hash;
|
|
16744
|
+
}
|
|
16745
|
+
}
|
|
16746
|
+
Object.defineProperty(messages_getSavedDialogs_, "__F", {
|
|
16747
|
+
enumerable: true,
|
|
16748
|
+
configurable: true,
|
|
16749
|
+
writable: true,
|
|
16750
|
+
value: Symbol()
|
|
16751
|
+
});
|
|
16752
|
+
export class messages_getSavedHistory_ extends Function_ {
|
|
16753
|
+
get [id]() {
|
|
16754
|
+
return 0x3D9A414D;
|
|
16755
|
+
}
|
|
16756
|
+
static get [name]() {
|
|
16757
|
+
return "messages.getSavedHistory";
|
|
16758
|
+
}
|
|
16759
|
+
static get [paramDesc]() {
|
|
16760
|
+
return [
|
|
16761
|
+
["peer", types._InputPeer, "InputPeer"],
|
|
16762
|
+
["offset_id", "number", "int"],
|
|
16763
|
+
["offset_date", "number", "int"],
|
|
16764
|
+
["add_offset", "number", "int"],
|
|
16765
|
+
["limit", "number", "int"],
|
|
16766
|
+
["max_id", "number", "int"],
|
|
16767
|
+
["min_id", "number", "int"],
|
|
16768
|
+
["hash", "bigint", "long"],
|
|
16769
|
+
];
|
|
16770
|
+
}
|
|
16771
|
+
get [params]() {
|
|
16772
|
+
return [
|
|
16773
|
+
[this.peer, types._InputPeer, "InputPeer"],
|
|
16774
|
+
[this.offset_id, "number", "int"],
|
|
16775
|
+
[this.offset_date, "number", "int"],
|
|
16776
|
+
[this.add_offset, "number", "int"],
|
|
16777
|
+
[this.limit, "number", "int"],
|
|
16778
|
+
[this.max_id, "number", "int"],
|
|
16779
|
+
[this.min_id, "number", "int"],
|
|
16780
|
+
[this.hash, "bigint", "long"],
|
|
16781
|
+
];
|
|
16782
|
+
}
|
|
16783
|
+
constructor(params) {
|
|
16784
|
+
super();
|
|
16785
|
+
Object.defineProperty(this, "peer", {
|
|
16786
|
+
enumerable: true,
|
|
16787
|
+
configurable: true,
|
|
16788
|
+
writable: true,
|
|
16789
|
+
value: void 0
|
|
16790
|
+
});
|
|
16791
|
+
Object.defineProperty(this, "offset_id", {
|
|
16792
|
+
enumerable: true,
|
|
16793
|
+
configurable: true,
|
|
16794
|
+
writable: true,
|
|
16795
|
+
value: void 0
|
|
16796
|
+
});
|
|
16797
|
+
Object.defineProperty(this, "offset_date", {
|
|
16798
|
+
enumerable: true,
|
|
16799
|
+
configurable: true,
|
|
16800
|
+
writable: true,
|
|
16801
|
+
value: void 0
|
|
16802
|
+
});
|
|
16803
|
+
Object.defineProperty(this, "add_offset", {
|
|
16804
|
+
enumerable: true,
|
|
16805
|
+
configurable: true,
|
|
16806
|
+
writable: true,
|
|
16807
|
+
value: void 0
|
|
16808
|
+
});
|
|
16809
|
+
Object.defineProperty(this, "limit", {
|
|
16810
|
+
enumerable: true,
|
|
16811
|
+
configurable: true,
|
|
16812
|
+
writable: true,
|
|
16813
|
+
value: void 0
|
|
16814
|
+
});
|
|
16815
|
+
Object.defineProperty(this, "max_id", {
|
|
16816
|
+
enumerable: true,
|
|
16817
|
+
configurable: true,
|
|
16818
|
+
writable: true,
|
|
16819
|
+
value: void 0
|
|
16820
|
+
});
|
|
16821
|
+
Object.defineProperty(this, "min_id", {
|
|
16822
|
+
enumerable: true,
|
|
16823
|
+
configurable: true,
|
|
16824
|
+
writable: true,
|
|
16825
|
+
value: void 0
|
|
16826
|
+
});
|
|
16827
|
+
Object.defineProperty(this, "hash", {
|
|
16828
|
+
enumerable: true,
|
|
16829
|
+
configurable: true,
|
|
16830
|
+
writable: true,
|
|
16831
|
+
value: void 0
|
|
16832
|
+
});
|
|
16833
|
+
this.peer = params.peer;
|
|
16834
|
+
this.offset_id = params.offset_id;
|
|
16835
|
+
this.offset_date = params.offset_date;
|
|
16836
|
+
this.add_offset = params.add_offset;
|
|
16837
|
+
this.limit = params.limit;
|
|
16838
|
+
this.max_id = params.max_id;
|
|
16839
|
+
this.min_id = params.min_id;
|
|
16840
|
+
this.hash = params.hash;
|
|
16841
|
+
}
|
|
16842
|
+
}
|
|
16843
|
+
Object.defineProperty(messages_getSavedHistory_, "__F", {
|
|
16844
|
+
enumerable: true,
|
|
16845
|
+
configurable: true,
|
|
16846
|
+
writable: true,
|
|
16847
|
+
value: Symbol()
|
|
16848
|
+
});
|
|
16849
|
+
export class messages_deleteSavedHistory_ extends Function_ {
|
|
16850
|
+
get [id]() {
|
|
16851
|
+
return 0x6E98102B;
|
|
16852
|
+
}
|
|
16853
|
+
static get [name]() {
|
|
16854
|
+
return "messages.deleteSavedHistory";
|
|
16855
|
+
}
|
|
16856
|
+
static get [paramDesc]() {
|
|
16857
|
+
return [
|
|
16858
|
+
["flags", flags, "#"],
|
|
16859
|
+
["peer", types._InputPeer, "InputPeer"],
|
|
16860
|
+
["max_id", "number", "int"],
|
|
16861
|
+
["min_date", "number", "flags.2?int"],
|
|
16862
|
+
["max_date", "number", "flags.3?int"],
|
|
16863
|
+
];
|
|
16864
|
+
}
|
|
16865
|
+
get [params]() {
|
|
16866
|
+
return [
|
|
16867
|
+
["flags", flags, "#"],
|
|
16868
|
+
[this.peer, types._InputPeer, "InputPeer"],
|
|
16869
|
+
[this.max_id, "number", "int"],
|
|
16870
|
+
[this.min_date ?? null, "number", "flags.2?int"],
|
|
16871
|
+
[this.max_date ?? null, "number", "flags.3?int"],
|
|
16872
|
+
];
|
|
16873
|
+
}
|
|
16874
|
+
constructor(params) {
|
|
16875
|
+
super();
|
|
16876
|
+
Object.defineProperty(this, "peer", {
|
|
16877
|
+
enumerable: true,
|
|
16878
|
+
configurable: true,
|
|
16879
|
+
writable: true,
|
|
16880
|
+
value: void 0
|
|
16881
|
+
});
|
|
16882
|
+
Object.defineProperty(this, "max_id", {
|
|
16883
|
+
enumerable: true,
|
|
16884
|
+
configurable: true,
|
|
16885
|
+
writable: true,
|
|
16886
|
+
value: void 0
|
|
16887
|
+
});
|
|
16888
|
+
Object.defineProperty(this, "min_date", {
|
|
16889
|
+
enumerable: true,
|
|
16890
|
+
configurable: true,
|
|
16891
|
+
writable: true,
|
|
16892
|
+
value: void 0
|
|
16893
|
+
});
|
|
16894
|
+
Object.defineProperty(this, "max_date", {
|
|
16895
|
+
enumerable: true,
|
|
16896
|
+
configurable: true,
|
|
16897
|
+
writable: true,
|
|
16898
|
+
value: void 0
|
|
16899
|
+
});
|
|
16900
|
+
this.peer = params.peer;
|
|
16901
|
+
this.max_id = params.max_id;
|
|
16902
|
+
this.min_date = params.min_date;
|
|
16903
|
+
this.max_date = params.max_date;
|
|
16904
|
+
}
|
|
16905
|
+
}
|
|
16906
|
+
Object.defineProperty(messages_deleteSavedHistory_, "__F", {
|
|
16907
|
+
enumerable: true,
|
|
16908
|
+
configurable: true,
|
|
16909
|
+
writable: true,
|
|
16910
|
+
value: Symbol()
|
|
16911
|
+
});
|
|
16912
|
+
export class messages_getPinnedSavedDialogs_ extends Function_ {
|
|
16913
|
+
get [id]() {
|
|
16914
|
+
return 0xD63D94E0;
|
|
16915
|
+
}
|
|
16916
|
+
static get [name]() {
|
|
16917
|
+
return "messages.getPinnedSavedDialogs";
|
|
16918
|
+
}
|
|
16919
|
+
static get [paramDesc]() {
|
|
16920
|
+
return [];
|
|
16921
|
+
}
|
|
16922
|
+
get [params]() {
|
|
16923
|
+
return [];
|
|
16924
|
+
}
|
|
16925
|
+
constructor() {
|
|
16926
|
+
super();
|
|
16927
|
+
}
|
|
16928
|
+
}
|
|
16929
|
+
Object.defineProperty(messages_getPinnedSavedDialogs_, "__F", {
|
|
16930
|
+
enumerable: true,
|
|
16931
|
+
configurable: true,
|
|
16932
|
+
writable: true,
|
|
16933
|
+
value: Symbol()
|
|
16934
|
+
});
|
|
16935
|
+
export class messages_toggleSavedDialogPin_ extends Function_ {
|
|
16936
|
+
get [id]() {
|
|
16937
|
+
return 0xAC81BBDE;
|
|
16938
|
+
}
|
|
16939
|
+
static get [name]() {
|
|
16940
|
+
return "messages.toggleSavedDialogPin";
|
|
16941
|
+
}
|
|
16942
|
+
static get [paramDesc]() {
|
|
16943
|
+
return [
|
|
16944
|
+
["flags", flags, "#"],
|
|
16945
|
+
["pinned", "true", "flags.0?true"],
|
|
16946
|
+
["peer", types._InputDialogPeer, "InputDialogPeer"],
|
|
16947
|
+
];
|
|
16948
|
+
}
|
|
16949
|
+
get [params]() {
|
|
16950
|
+
return [
|
|
16951
|
+
["flags", flags, "#"],
|
|
16952
|
+
[this.pinned ?? null, "true", "flags.0?true"],
|
|
16953
|
+
[this.peer, types._InputDialogPeer, "InputDialogPeer"],
|
|
16954
|
+
];
|
|
16955
|
+
}
|
|
16956
|
+
constructor(params) {
|
|
16957
|
+
super();
|
|
16958
|
+
Object.defineProperty(this, "pinned", {
|
|
16959
|
+
enumerable: true,
|
|
16960
|
+
configurable: true,
|
|
16961
|
+
writable: true,
|
|
16962
|
+
value: void 0
|
|
16963
|
+
});
|
|
16964
|
+
Object.defineProperty(this, "peer", {
|
|
16965
|
+
enumerable: true,
|
|
16966
|
+
configurable: true,
|
|
16967
|
+
writable: true,
|
|
16968
|
+
value: void 0
|
|
16969
|
+
});
|
|
16970
|
+
this.pinned = params.pinned;
|
|
16971
|
+
this.peer = params.peer;
|
|
16972
|
+
}
|
|
16973
|
+
}
|
|
16974
|
+
Object.defineProperty(messages_toggleSavedDialogPin_, "__F", {
|
|
16975
|
+
enumerable: true,
|
|
16976
|
+
configurable: true,
|
|
16977
|
+
writable: true,
|
|
16978
|
+
value: Symbol()
|
|
16979
|
+
});
|
|
16980
|
+
export class messages_reorderPinnedSavedDialogs_ extends Function_ {
|
|
16981
|
+
get [id]() {
|
|
16982
|
+
return 0x8B716587;
|
|
16983
|
+
}
|
|
16984
|
+
static get [name]() {
|
|
16985
|
+
return "messages.reorderPinnedSavedDialogs";
|
|
16986
|
+
}
|
|
16987
|
+
static get [paramDesc]() {
|
|
16988
|
+
return [
|
|
16989
|
+
["flags", flags, "#"],
|
|
16990
|
+
["force", "true", "flags.0?true"],
|
|
16991
|
+
["order", [types._InputDialogPeer], "Vector<InputDialogPeer>"],
|
|
16992
|
+
];
|
|
16993
|
+
}
|
|
16994
|
+
get [params]() {
|
|
16995
|
+
return [
|
|
16996
|
+
["flags", flags, "#"],
|
|
16997
|
+
[this.force ?? null, "true", "flags.0?true"],
|
|
16998
|
+
[this.order, [types._InputDialogPeer], "Vector<InputDialogPeer>"],
|
|
16999
|
+
];
|
|
17000
|
+
}
|
|
17001
|
+
constructor(params) {
|
|
17002
|
+
super();
|
|
17003
|
+
Object.defineProperty(this, "force", {
|
|
17004
|
+
enumerable: true,
|
|
17005
|
+
configurable: true,
|
|
17006
|
+
writable: true,
|
|
17007
|
+
value: void 0
|
|
17008
|
+
});
|
|
17009
|
+
Object.defineProperty(this, "order", {
|
|
17010
|
+
enumerable: true,
|
|
17011
|
+
configurable: true,
|
|
17012
|
+
writable: true,
|
|
17013
|
+
value: void 0
|
|
17014
|
+
});
|
|
17015
|
+
this.force = params.force;
|
|
17016
|
+
this.order = params.order;
|
|
17017
|
+
}
|
|
17018
|
+
}
|
|
17019
|
+
Object.defineProperty(messages_reorderPinnedSavedDialogs_, "__F", {
|
|
17020
|
+
enumerable: true,
|
|
17021
|
+
configurable: true,
|
|
17022
|
+
writable: true,
|
|
17023
|
+
value: Symbol()
|
|
17024
|
+
});
|
|
17025
|
+
export class messages_getSavedReactionTags_ extends Function_ {
|
|
17026
|
+
get [id]() {
|
|
17027
|
+
return 0x761DDACF;
|
|
17028
|
+
}
|
|
17029
|
+
static get [name]() {
|
|
17030
|
+
return "messages.getSavedReactionTags";
|
|
17031
|
+
}
|
|
17032
|
+
static get [paramDesc]() {
|
|
17033
|
+
return [
|
|
17034
|
+
["hash", "bigint", "long"],
|
|
17035
|
+
];
|
|
17036
|
+
}
|
|
17037
|
+
get [params]() {
|
|
17038
|
+
return [
|
|
17039
|
+
[this.hash, "bigint", "long"],
|
|
17040
|
+
];
|
|
17041
|
+
}
|
|
17042
|
+
constructor(params) {
|
|
17043
|
+
super();
|
|
17044
|
+
Object.defineProperty(this, "hash", {
|
|
17045
|
+
enumerable: true,
|
|
17046
|
+
configurable: true,
|
|
17047
|
+
writable: true,
|
|
17048
|
+
value: void 0
|
|
17049
|
+
});
|
|
17050
|
+
this.hash = params.hash;
|
|
17051
|
+
}
|
|
17052
|
+
}
|
|
17053
|
+
Object.defineProperty(messages_getSavedReactionTags_, "__F", {
|
|
17054
|
+
enumerable: true,
|
|
17055
|
+
configurable: true,
|
|
17056
|
+
writable: true,
|
|
17057
|
+
value: Symbol()
|
|
17058
|
+
});
|
|
17059
|
+
export class messages_updateSavedReactionTag_ extends Function_ {
|
|
17060
|
+
get [id]() {
|
|
17061
|
+
return 0x60297DEC;
|
|
17062
|
+
}
|
|
17063
|
+
static get [name]() {
|
|
17064
|
+
return "messages.updateSavedReactionTag";
|
|
17065
|
+
}
|
|
17066
|
+
static get [paramDesc]() {
|
|
17067
|
+
return [
|
|
17068
|
+
["flags", flags, "#"],
|
|
17069
|
+
["reaction", types._Reaction, "Reaction"],
|
|
17070
|
+
["title", "string", "flags.0?string"],
|
|
17071
|
+
];
|
|
17072
|
+
}
|
|
17073
|
+
get [params]() {
|
|
17074
|
+
return [
|
|
17075
|
+
["flags", flags, "#"],
|
|
17076
|
+
[this.reaction, types._Reaction, "Reaction"],
|
|
17077
|
+
[this.title ?? null, "string", "flags.0?string"],
|
|
17078
|
+
];
|
|
17079
|
+
}
|
|
17080
|
+
constructor(params) {
|
|
17081
|
+
super();
|
|
17082
|
+
Object.defineProperty(this, "reaction", {
|
|
17083
|
+
enumerable: true,
|
|
17084
|
+
configurable: true,
|
|
17085
|
+
writable: true,
|
|
17086
|
+
value: void 0
|
|
17087
|
+
});
|
|
17088
|
+
Object.defineProperty(this, "title", {
|
|
17089
|
+
enumerable: true,
|
|
17090
|
+
configurable: true,
|
|
17091
|
+
writable: true,
|
|
17092
|
+
value: void 0
|
|
17093
|
+
});
|
|
17094
|
+
this.reaction = params.reaction;
|
|
17095
|
+
this.title = params.title;
|
|
17096
|
+
}
|
|
17097
|
+
}
|
|
17098
|
+
Object.defineProperty(messages_updateSavedReactionTag_, "__F", {
|
|
17099
|
+
enumerable: true,
|
|
17100
|
+
configurable: true,
|
|
17101
|
+
writable: true,
|
|
17102
|
+
value: Symbol()
|
|
17103
|
+
});
|
|
17104
|
+
export class messages_getDefaultTagReactions_ extends Function_ {
|
|
17105
|
+
get [id]() {
|
|
17106
|
+
return 0xBDF93428;
|
|
17107
|
+
}
|
|
17108
|
+
static get [name]() {
|
|
17109
|
+
return "messages.getDefaultTagReactions";
|
|
17110
|
+
}
|
|
17111
|
+
static get [paramDesc]() {
|
|
17112
|
+
return [
|
|
17113
|
+
["hash", "bigint", "long"],
|
|
17114
|
+
];
|
|
17115
|
+
}
|
|
17116
|
+
get [params]() {
|
|
17117
|
+
return [
|
|
17118
|
+
[this.hash, "bigint", "long"],
|
|
17119
|
+
];
|
|
17120
|
+
}
|
|
17121
|
+
constructor(params) {
|
|
17122
|
+
super();
|
|
17123
|
+
Object.defineProperty(this, "hash", {
|
|
17124
|
+
enumerable: true,
|
|
17125
|
+
configurable: true,
|
|
17126
|
+
writable: true,
|
|
17127
|
+
value: void 0
|
|
17128
|
+
});
|
|
17129
|
+
this.hash = params.hash;
|
|
17130
|
+
}
|
|
17131
|
+
}
|
|
17132
|
+
Object.defineProperty(messages_getDefaultTagReactions_, "__F", {
|
|
17133
|
+
enumerable: true,
|
|
17134
|
+
configurable: true,
|
|
17135
|
+
writable: true,
|
|
17136
|
+
value: Symbol()
|
|
17137
|
+
});
|
|
17138
|
+
export class messages_getOutboxReadDate_ extends Function_ {
|
|
17139
|
+
get [id]() {
|
|
17140
|
+
return 0x8C4BFE5D;
|
|
17141
|
+
}
|
|
17142
|
+
static get [name]() {
|
|
17143
|
+
return "messages.getOutboxReadDate";
|
|
17144
|
+
}
|
|
17145
|
+
static get [paramDesc]() {
|
|
17146
|
+
return [
|
|
17147
|
+
["peer", types._InputPeer, "InputPeer"],
|
|
17148
|
+
["msg_id", "number", "int"],
|
|
17149
|
+
];
|
|
17150
|
+
}
|
|
17151
|
+
get [params]() {
|
|
17152
|
+
return [
|
|
17153
|
+
[this.peer, types._InputPeer, "InputPeer"],
|
|
17154
|
+
[this.msg_id, "number", "int"],
|
|
17155
|
+
];
|
|
17156
|
+
}
|
|
17157
|
+
constructor(params) {
|
|
17158
|
+
super();
|
|
17159
|
+
Object.defineProperty(this, "peer", {
|
|
17160
|
+
enumerable: true,
|
|
17161
|
+
configurable: true,
|
|
17162
|
+
writable: true,
|
|
17163
|
+
value: void 0
|
|
17164
|
+
});
|
|
17165
|
+
Object.defineProperty(this, "msg_id", {
|
|
17166
|
+
enumerable: true,
|
|
17167
|
+
configurable: true,
|
|
17168
|
+
writable: true,
|
|
17169
|
+
value: void 0
|
|
17170
|
+
});
|
|
17171
|
+
this.peer = params.peer;
|
|
17172
|
+
this.msg_id = params.msg_id;
|
|
17173
|
+
}
|
|
17174
|
+
}
|
|
17175
|
+
Object.defineProperty(messages_getOutboxReadDate_, "__F", {
|
|
17176
|
+
enumerable: true,
|
|
17177
|
+
configurable: true,
|
|
17178
|
+
writable: true,
|
|
17179
|
+
value: Symbol()
|
|
17180
|
+
});
|
|
16588
17181
|
export class updates_getState_ extends Function_ {
|
|
16589
17182
|
get [id]() {
|
|
16590
17183
|
return 0xEDD4882A;
|
|
@@ -27238,6 +27831,7 @@ export const functions = {
|
|
|
27238
27831
|
getUsers: users_getUsers_,
|
|
27239
27832
|
getFullUser: users_getFullUser_,
|
|
27240
27833
|
setSecureValueErrors: users_setSecureValueErrors_,
|
|
27834
|
+
getIsPremiumRequiredToContact: users_getIsPremiumRequiredToContact_,
|
|
27241
27835
|
},
|
|
27242
27836
|
contacts: {
|
|
27243
27837
|
getContactIDs: contacts_getContactIDs_,
|
|
@@ -27455,6 +28049,16 @@ export const functions = {
|
|
|
27455
28049
|
requestAppWebView: messages_requestAppWebView_,
|
|
27456
28050
|
setChatWallPaper: messages_setChatWallPaper_,
|
|
27457
28051
|
searchEmojiStickerSets: messages_searchEmojiStickerSets_,
|
|
28052
|
+
getSavedDialogs: messages_getSavedDialogs_,
|
|
28053
|
+
getSavedHistory: messages_getSavedHistory_,
|
|
28054
|
+
deleteSavedHistory: messages_deleteSavedHistory_,
|
|
28055
|
+
getPinnedSavedDialogs: messages_getPinnedSavedDialogs_,
|
|
28056
|
+
toggleSavedDialogPin: messages_toggleSavedDialogPin_,
|
|
28057
|
+
reorderPinnedSavedDialogs: messages_reorderPinnedSavedDialogs_,
|
|
28058
|
+
getSavedReactionTags: messages_getSavedReactionTags_,
|
|
28059
|
+
updateSavedReactionTag: messages_updateSavedReactionTag_,
|
|
28060
|
+
getDefaultTagReactions: messages_getDefaultTagReactions_,
|
|
28061
|
+
getOutboxReadDate: messages_getOutboxReadDate_,
|
|
27458
28062
|
},
|
|
27459
28063
|
updates: {
|
|
27460
28064
|
getState: updates_getState_,
|