@mtkruto/node 0.1.131 → 0.1.133
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 +5 -0
- package/esm/3_types.js +5 -0
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +2 -2
- package/esm/client/0_utilities.d.ts +3 -3
- package/esm/client/0_utilities.js +3 -5
- package/esm/client/3_types.d.ts +69 -459
- package/esm/client/4_composer.d.ts +4 -4
- package/esm/client/4_composer.js +13 -1
- package/esm/client/5_client.d.ts +56 -36
- package/esm/client/5_client.js +235 -196
- package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/base64.d.ts +0 -13
- package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/base64.js +0 -13
- package/esm/deps/deno.land/std@0.210.0/path/common.d.ts +13 -0
- package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/extname.js +1 -1
- package/{script/deps/deno.land/std@0.209.0 → esm/deps/deno.land/std@0.210.0}/path/mod.d.ts +2 -2
- package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/mod.js +3 -1
- package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/separator.d.ts +1 -1
- package/esm/tl/2_types.d.ts +313 -24
- package/esm/tl/2_types.js +982 -46
- package/esm/tl/3_functions.d.ts +95 -32
- package/esm/tl/3_functions.js +227 -66
- package/esm/types/0_chat_photo.d.ts +22 -21
- package/esm/types/0_giveaway_parameters.d.ts +9 -0
- package/esm/types/0_giveaway_parameters.js +9 -0
- package/esm/types/0_message_entity.d.ts +93 -74
- package/esm/types/0_reaction.d.ts +14 -0
- package/esm/types/0_reaction.js +16 -0
- package/esm/types/1_bot_command_scope.d.ts +32 -27
- package/esm/types/1_chat_p.d.ts +76 -68
- package/esm/types/1_giveaway.d.ts +8 -0
- package/esm/types/1_giveaway.js +7 -0
- package/esm/types/1_keyboard_button.d.ts +62 -56
- package/esm/types/1_keyboard_button.js +3 -0
- package/esm/types/1_message_reaction.d.ts +14 -0
- package/esm/types/1_message_reaction.js +22 -0
- package/esm/types/1_reply_quote.d.ts +8 -0
- package/esm/types/1_reply_quote.js +11 -0
- package/esm/types/1_user.d.ts +2 -2
- package/esm/types/2_inline_keyboard_button.d.ts +44 -37
- package/esm/types/3_message.d.ts +171 -112
- package/esm/types/3_message.js +221 -120
- package/esm/types/4_chat.d.ts +32 -29
- 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 +5 -0
- package/script/3_types.js +5 -0
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +2 -2
- package/script/client/0_utilities.d.ts +3 -3
- package/script/client/0_utilities.js +3 -5
- package/script/client/3_types.d.ts +69 -459
- package/script/client/4_composer.d.ts +4 -4
- package/script/client/4_composer.js +13 -1
- package/script/client/5_client.d.ts +56 -36
- package/script/client/5_client.js +234 -195
- package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/base64.d.ts +0 -13
- package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/base64.js +1 -14
- package/script/deps/deno.land/std@0.210.0/path/common.d.ts +13 -0
- package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/extname.js +1 -1
- package/{esm/deps/deno.land/std@0.209.0 → script/deps/deno.land/std@0.210.0}/path/mod.d.ts +2 -2
- package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/mod.js +3 -1
- package/script/deps/deno.land/std@0.210.0/path/separator.d.ts +2 -0
- package/script/tl/2_types.d.ts +313 -24
- package/script/tl/2_types.js +1169 -217
- package/script/tl/3_functions.d.ts +95 -32
- package/script/tl/3_functions.js +241 -77
- package/script/types/0_chat_photo.d.ts +22 -21
- package/script/types/0_giveaway_parameters.d.ts +9 -0
- package/script/types/0_giveaway_parameters.js +13 -0
- package/script/types/0_message_entity.d.ts +93 -74
- package/script/types/0_reaction.d.ts +14 -0
- package/script/types/0_reaction.js +21 -0
- package/script/types/1_bot_command_scope.d.ts +32 -27
- package/script/types/1_chat_p.d.ts +76 -68
- package/script/types/1_giveaway.d.ts +8 -0
- package/script/types/1_giveaway.js +11 -0
- package/script/types/1_keyboard_button.d.ts +62 -56
- package/script/types/1_keyboard_button.js +3 -0
- package/script/types/1_message_reaction.d.ts +14 -0
- package/script/types/1_message_reaction.js +26 -0
- package/script/types/1_reply_quote.d.ts +8 -0
- package/script/types/1_reply_quote.js +15 -0
- package/script/types/1_user.d.ts +2 -2
- package/script/types/2_inline_keyboard_button.d.ts +44 -37
- package/script/types/3_message.d.ts +171 -112
- package/script/types/3_message.js +223 -121
- package/script/types/4_chat.d.ts +32 -29
- package/script/deps/deno.land/std@0.209.0/path/posix/common.d.ts +0 -13
- package/script/deps/deno.land/std@0.209.0/path/separator.d.ts +0 -2
- package/script/deps/deno.land/std@0.209.0/path/windows/common.d.ts +0 -13
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_rejects.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_throws.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unreachable.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unreachable.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/fmt/colors.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/fmt/colors.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_db.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_db.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extensions_by_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/assert_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0/path → std@0.210.0/path/posix}/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0/path/posix → std@0.210.0/path/windows}/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/separator.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/separator.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_diff.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_not_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_rejects.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_throws.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unreachable.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/assert/unreachable.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/fmt/colors.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/fmt/colors.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_db.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_db.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extensions_by_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/extensions_by_type.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/assert_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/glob_to_reg_exp.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/basename.js +0 -0
- /package/{esm/deps/deno.land/std@0.209.0/path/windows → script/deps/deno.land/std@0.210.0/path/posix}/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0/path → std@0.210.0/path/windows}/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/glob_to_regexp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/separator.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/separator.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.209.0 → std@0.210.0}/path/windows/to_namespaced_path.js +0 -0
package/script/tl/2_types.js
CHANGED
|
@@ -9,31 +9,31 @@ exports._StatsDateRangeDays_ = exports._DialogFilterSuggested_ = exports._Dialog
|
|
|
9
9
|
exports._messages_SearchResultsPositions_ = exports._SearchResultsPosition_ = exports._messages_SearchResultsCalendar_ = exports._SearchResultsCalendarPeriod_ = exports._messages_SponsoredMessages_ = exports._SponsoredMessage_ = exports._account_ResetPasswordResult_ = exports._BotCommandScope_ = exports._stickers_SuggestedShortName_ = exports._GroupCallParticipantVideo_ = exports._GroupCallParticipantVideoSourceGroup_ = exports._phone_ExportedGroupCallInvite_ = exports._phone_JoinAsPeers_ = exports._messages_CheckedHistoryImportPeer_ = exports._messages_ChatAdminsWithInvites_ = exports._ChatAdminWithInvites_ = exports._messages_ChatInviteImporters_ = exports._messages_ExportedChatInvite_ = exports._messages_ExportedChatInvites_ = exports._ChatInviteImporter_ = exports._messages_AffectedFoundMessages_ = exports._messages_HistoryImportParsed_ = exports._messages_HistoryImport_ = exports._InlineQueryPeerType_ = exports._phone_GroupParticipants_ = exports._phone_GroupCall_ = exports._GroupCallParticipant_ = exports._InputGroupCall_ = exports._GroupCall_ = exports._stats_MessageStats_ = exports._PeerBlocked_ = exports._MessageReplies_ = exports._MessageReplyHeader_ = exports._messages_DiscussionMessage_ = exports._messages_MessageViews_ = exports._MessageViews_ = exports._help_CountriesList_ = exports._help_Country_ = exports._help_CountryCode_ = exports._GlobalPrivacySettings_ = exports._stats_MegagroupStats_ = exports._StatsGroupTopInviter_ = exports._StatsGroupTopAdmin_ = exports._StatsGroupTopPoster_ = exports._VideoSize_ = exports._help_PromoData_ = exports._stats_BroadcastStats_ = exports._StatsGraph_ = exports._StatsPercentValue_ = exports._StatsAbsValueAndPrev_ = void 0;
|
|
10
10
|
exports._ExportedContactToken_ = exports._DefaultHistoryTTL_ = exports._messages_ForumTopics_ = exports._ForumTopic_ = exports._Username_ = exports._StickerKeyword_ = exports._MessageExtendedMedia_ = exports._SendAsPeer_ = exports._PremiumSubscriptionOption_ = exports._account_EmailVerified_ = exports._EmailVerification_ = exports._EmailVerifyPurpose_ = exports._messages_Reactions_ = exports._ChatReactions_ = exports._Reaction_ = exports._account_EmojiStatuses_ = exports._EmojiStatus_ = exports._PaymentFormMethod_ = exports._PremiumGiftOption_ = exports._InputStorePaymentPurpose_ = exports._help_PremiumPromo_ = exports._messages_TranscribedAudio_ = exports._payments_ExportedInvoice_ = exports._InputInvoice_ = exports._AttachMenuPeerType_ = exports._account_SavedRingtone_ = exports._NotificationSound_ = exports._account_SavedRingtones_ = exports._BotMenuButton_ = exports._WebViewMessageSent_ = exports._SimpleWebViewResult_ = exports._WebViewResult_ = exports._AttachMenuBotsBot_ = exports._AttachMenuBots_ = exports._AttachMenuBot_ = exports._AttachMenuBotIcon_ = exports._AttachMenuBotIconColor_ = exports._phone_GroupCallStreamRtmpUrl_ = exports._phone_GroupCallStreamChannels_ = exports._GroupCallStreamChannel_ = exports._MessagePeerReaction_ = exports._messages_AvailableReactions_ = exports._AvailableReaction_ = exports._messages_MessageReactionsList_ = exports._MessageReactions_ = exports._ReactionCount_ = exports._auth_LoggedOut_ = exports._messages_PeerSettings_ = exports._users_UserFull_ = exports._channels_SendAsPeers_ = void 0;
|
|
11
11
|
exports._StoryFwdHeader_ = exports._premium_BoostsStatus_ = exports._premium_MyBoosts_ = exports._MyBoost_ = exports._premium_BoostsList_ = exports._Boost_ = exports._PrepaidGiveaway_ = exports._payments_GiveawayInfo_ = exports._payments_CheckedGiftCode_ = exports._PremiumGiftCodeOption_ = exports._messages_WebPage_ = exports._stories_PeerStories_ = exports._PeerStories_ = exports._MediaArea_ = exports._MediaAreaCoordinates_ = exports._StoriesStealthMode_ = exports._ExportedStoryLink_ = exports._InputReplyTo_ = exports._stories_StoryViews_ = exports._stories_StoryViewsList_ = exports._StoryView_ = exports._stories_Stories_ = exports._stories_AllStories_ = exports._StoryItem_ = exports._StoryViews_ = exports._SponsoredWebPage_ = exports._MessagePeerVote_ = exports._bots_BotInfo_ = exports._chatlists_ChatlistUpdates_ = exports._chatlists_ChatlistInvite_ = exports._chatlists_ExportedInvites_ = exports._chatlists_ExportedChatlistInvite_ = exports._ExportedChatlistInvite_ = exports._InputChatlist_ = exports._ReadParticipantDate_ = exports._InlineBotWebView_ = exports._AppWebViewResult_ = exports._messages_BotApp_ = exports._BotApp_ = exports._InputBotApp_ = exports._help_AppConfig_ = exports._account_AutoSaveSettings_ = exports._AutoSaveException_ = exports._AutoSaveSettings_ = exports._messages_TranslatedText_ = exports._TextWithEntities_ = exports._messages_EmojiGroups_ = exports._EmojiGroup_ = exports._EmojiList_ = exports._RequestPeerType_ = void 0;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.
|
|
30
|
-
exports.
|
|
31
|
-
exports.
|
|
32
|
-
exports.
|
|
33
|
-
exports.
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.map = exports.types = exports.help_PeerColors_ = exports.help_PeerColorsNotModified_ = exports.help_PeerColorOption_ = exports.help_PeerColorProfileSet_ = exports.help_PeerColorSet_ = exports.PeerColor_ = exports.stats_PublicForwards_ = exports.PublicForwardStory_ = exports.PublicForwardMessage_ = exports.stats_StoryStats_ = exports.PostInteractionCountersStory_ = exports.PostInteractionCountersMessage_ = exports.StoryFwdHeader_ = exports.premium_BoostsStatus_ = exports.premium_MyBoosts_ = exports.MyBoost_ = exports.premium_BoostsList_ = exports.Boost_ = exports.PrepaidGiveaway_ = exports.payments_GiveawayInfoResults_ = exports.payments_GiveawayInfo_ = exports.payments_CheckedGiftCode_ = exports.PremiumGiftCodeOption_ = exports.messages_WebPage_ = exports.stories_PeerStories_ = exports.PeerStories_ = void 0;
|
|
12
|
+
exports.InputPeerChat_ = exports.InputPeerSelf_ = exports.InputPeerEmpty_ = exports.Null_ = exports.Error_ = exports.True_ = exports.Http_wait_ = exports.Destroy_auth_key_fail_ = exports.Destroy_auth_key_none_ = exports.Destroy_auth_key_ok_ = exports.Msg_new_detailed_info_ = exports.Msg_detailed_info_ = exports.Msgs_all_info_ = exports.Msgs_state_info_ = exports.Msgs_state_req_ = exports.Msg_resend_req_ = exports.Bad_server_salt_ = exports.Bad_msg_notification_ = exports.Msgs_ack_ = exports.Gzip_packed_ = exports.New_session_created_ = exports.Destroy_session_none_ = exports.Destroy_session_ok_ = exports.Pong_ = exports.Future_salts_ = exports.Future_salt_ = exports.Rpc_answer_dropped_ = exports.Rpc_answer_dropped_running_ = exports.Rpc_answer_unknown_ = exports.Rpc_error_ = exports.Bind_auth_key_inner_ = exports.Dh_gen_fail_ = exports.Dh_gen_retry_ = exports.Dh_gen_ok_ = exports.Client_DH_inner_data_ = exports.Server_DH_inner_data_ = exports.Server_DH_params_ok_ = exports.P_q_inner_data_temp_dc_ = exports.P_q_inner_data_dc_ = exports.ResPQ_ = exports._stories_StoryReactionsList_ = exports._StoryReaction_ = exports._help_PeerColors_ = exports._help_PeerColorOption_ = exports._help_PeerColorSet_ = exports._PeerColor_ = exports._stats_PublicForwards_ = exports._PublicForward_ = exports._stats_StoryStats_ = exports._PostInteractionCounters_ = void 0;
|
|
13
|
+
exports.storage_FilePartial_ = exports.storage_FileUnknown_ = exports.PeerChannel_ = exports.PeerChat_ = exports.PeerUser_ = exports.InputGroupCallStream_ = exports.InputStickerSetThumb_ = exports.InputPeerPhotoFileLocation_ = exports.InputPhotoLegacyFileLocation_ = exports.InputPhotoFileLocation_ = exports.InputTakeoutFileLocation_ = exports.InputSecureFileLocation_ = exports.InputDocumentFileLocation_ = exports.InputEncryptedFileLocation_ = exports.InputFileLocation_ = exports.InputPhoto_ = exports.InputPhotoEmpty_ = exports.InputGeoPoint_ = exports.InputGeoPointEmpty_ = exports.InputChatPhoto_ = exports.InputChatUploadedPhoto_ = exports.InputChatPhotoEmpty_ = exports.InputMediaWebPage_ = exports.InputMediaStory_ = exports.InputMediaDice_ = exports.InputMediaPoll_ = exports.InputMediaGeoLive_ = exports.InputMediaInvoice_ = exports.InputMediaGame_ = exports.InputMediaDocumentExternal_ = exports.InputMediaPhotoExternal_ = exports.InputMediaVenue_ = exports.InputMediaDocument_ = exports.InputMediaUploadedDocument_ = exports.InputMediaContact_ = exports.InputMediaGeoPoint_ = exports.InputMediaPhoto_ = exports.InputMediaUploadedPhoto_ = exports.InputMediaEmpty_ = exports.InputFileBig_ = exports.InputFile_ = exports.InputPhoneContact_ = exports.InputUserFromMessage_ = exports.InputUser_ = exports.InputUserSelf_ = exports.InputUserEmpty_ = exports.InputPeerChannelFromMessage_ = exports.InputPeerUserFromMessage_ = exports.InputPeerChannel_ = exports.InputPeerUser_ = void 0;
|
|
14
|
+
exports.MessageMediaGiveaway_ = exports.MessageMediaStory_ = exports.MessageMediaDice_ = exports.MessageMediaPoll_ = exports.MessageMediaGeoLive_ = exports.MessageMediaInvoice_ = exports.MessageMediaGame_ = exports.MessageMediaVenue_ = exports.MessageMediaWebPage_ = exports.MessageMediaDocument_ = exports.MessageMediaUnsupported_ = exports.MessageMediaContact_ = exports.MessageMediaGeo_ = exports.MessageMediaPhoto_ = exports.MessageMediaEmpty_ = exports.MessageService_ = exports.Message_ = exports.MessageEmpty_ = exports.ChatPhoto_ = exports.ChatPhotoEmpty_ = exports.ChatParticipants_ = exports.ChatParticipantsForbidden_ = exports.ChatParticipantAdmin_ = exports.ChatParticipantCreator_ = exports.ChatParticipant_ = exports.ChannelFull_ = exports.ChatFull_ = exports.ChannelForbidden_ = exports.Channel_ = exports.ChatForbidden_ = exports.Chat_ = exports.ChatEmpty_ = exports.UserStatusLastMonth_ = exports.UserStatusLastWeek_ = exports.UserStatusRecently_ = exports.UserStatusOffline_ = exports.UserStatusOnline_ = exports.UserStatusEmpty_ = exports.UserProfilePhoto_ = exports.UserProfilePhotoEmpty_ = exports.User_ = exports.UserEmpty_ = exports.storage_FileWebp_ = exports.storage_FileMp4_ = exports.storage_FileMov_ = exports.storage_FileMp3_ = exports.storage_FilePdf_ = exports.storage_FilePng_ = exports.storage_FileGif_ = exports.storage_FileJpeg_ = void 0;
|
|
15
|
+
exports.PhotoStrippedSize_ = exports.PhotoCachedSize_ = exports.PhotoSize_ = exports.PhotoSizeEmpty_ = exports.Photo_ = exports.PhotoEmpty_ = exports.DialogFolder_ = exports.Dialog_ = exports.MessageActionGiveawayResults_ = exports.MessageActionGiveawayLaunch_ = exports.MessageActionGiftCode_ = exports.MessageActionSetChatWallPaper_ = exports.MessageActionRequestedPeer_ = exports.MessageActionSuggestProfilePhoto_ = exports.MessageActionTopicEdit_ = exports.MessageActionTopicCreate_ = exports.MessageActionGiftPremium_ = exports.MessageActionWebViewDataSent_ = exports.MessageActionWebViewDataSentMe_ = exports.MessageActionChatJoinedByRequest_ = exports.MessageActionSetChatTheme_ = exports.MessageActionGroupCallScheduled_ = exports.MessageActionSetMessagesTTL_ = exports.MessageActionInviteToGroupCall_ = exports.MessageActionGroupCall_ = exports.MessageActionGeoProximityReached_ = exports.MessageActionContactSignUp_ = exports.MessageActionSecureValuesSent_ = exports.MessageActionSecureValuesSentMe_ = exports.MessageActionBotAllowed_ = exports.MessageActionCustomAction_ = exports.MessageActionScreenshotTaken_ = exports.MessageActionPhoneCall_ = exports.MessageActionPaymentSent_ = exports.MessageActionPaymentSentMe_ = exports.MessageActionGameScore_ = exports.MessageActionHistoryClear_ = exports.MessageActionPinMessage_ = exports.MessageActionChannelMigrateFrom_ = exports.MessageActionChatMigrateTo_ = exports.MessageActionChannelCreate_ = exports.MessageActionChatJoinedByLink_ = exports.MessageActionChatDeleteUser_ = exports.MessageActionChatAddUser_ = exports.MessageActionChatDeletePhoto_ = exports.MessageActionChatEditPhoto_ = exports.MessageActionChatEditTitle_ = exports.MessageActionChatCreate_ = exports.MessageActionEmpty_ = exports.MessageMediaGiveawayResults_ = void 0;
|
|
16
|
+
exports.InputMessagesFilterEmpty_ = exports.messages_AffectedHistory_ = exports.messages_ChatFull_ = exports.messages_ChatsSlice_ = exports.messages_Chats_ = exports.messages_MessagesNotModified_ = exports.messages_ChannelMessages_ = exports.messages_MessagesSlice_ = exports.messages_Messages_ = exports.messages_DialogsNotModified_ = exports.messages_DialogsSlice_ = exports.messages_Dialogs_ = exports.contacts_BlockedSlice_ = exports.contacts_Blocked_ = exports.contacts_ImportedContacts_ = exports.contacts_Contacts_ = exports.contacts_ContactsNotModified_ = exports.ContactStatus_ = exports.ImportedContact_ = exports.Contact_ = exports.UserFull_ = exports.InputReportReasonPersonalDetails_ = exports.InputReportReasonIllegalDrugs_ = exports.InputReportReasonFake_ = exports.InputReportReasonGeoIrrelevant_ = exports.InputReportReasonCopyright_ = exports.InputReportReasonOther_ = exports.InputReportReasonChildAbuse_ = exports.InputReportReasonPornography_ = exports.InputReportReasonViolence_ = exports.InputReportReasonSpam_ = exports.WallPaperNoFile_ = exports.WallPaper_ = exports.PeerSettings_ = exports.PeerNotifySettings_ = exports.InputPeerNotifySettings_ = exports.InputNotifyForumTopic_ = exports.InputNotifyBroadcasts_ = exports.InputNotifyChats_ = exports.InputNotifyUsers_ = exports.InputNotifyPeer_ = exports.auth_ExportedAuthorization_ = exports.auth_AuthorizationSignUpRequired_ = exports.auth_Authorization_ = exports.auth_SentCodeSuccess_ = exports.auth_SentCode_ = exports.GeoPoint_ = exports.GeoPointEmpty_ = exports.PhotoPathSize_ = exports.PhotoSizeProgressive_ = void 0;
|
|
17
|
+
exports.UpdateStickerSets_ = exports.UpdateStickerSetsOrder_ = exports.UpdateNewStickerSet_ = exports.UpdateChatParticipantAdmin_ = exports.UpdateChannelMessageViews_ = exports.UpdateDeleteChannelMessages_ = exports.UpdateReadChannelInbox_ = exports.UpdateNewChannelMessage_ = exports.UpdateChannel_ = exports.UpdateChannelTooLong_ = exports.UpdateReadMessagesContents_ = exports.UpdateWebPage_ = exports.UpdateReadHistoryOutbox_ = exports.UpdateReadHistoryInbox_ = exports.UpdateUserPhone_ = exports.UpdatePrivacy_ = exports.UpdateServiceNotification_ = exports.UpdateNotifySettings_ = exports.UpdateDcOptions_ = exports.UpdateChatParticipantDelete_ = exports.UpdateChatParticipantAdd_ = exports.UpdateEncryptedMessagesRead_ = exports.UpdateEncryption_ = exports.UpdateEncryptedChatTyping_ = exports.UpdateNewEncryptedMessage_ = exports.UpdateNewAuthorization_ = exports.UpdateUserName_ = exports.UpdateUserStatus_ = exports.UpdateChatParticipants_ = exports.UpdateChatUserTyping_ = exports.UpdateUserTyping_ = exports.UpdateDeleteMessages_ = exports.UpdateMessageID_ = exports.UpdateNewMessage_ = exports.InputMessagesFilterPinned_ = exports.InputMessagesFilterContacts_ = exports.InputMessagesFilterGeo_ = exports.InputMessagesFilterMyMentions_ = exports.InputMessagesFilterRoundVideo_ = exports.InputMessagesFilterRoundVoice_ = exports.InputMessagesFilterPhoneCalls_ = exports.InputMessagesFilterChatPhotos_ = exports.InputMessagesFilterMusic_ = exports.InputMessagesFilterVoice_ = exports.InputMessagesFilterGif_ = exports.InputMessagesFilterUrl_ = exports.InputMessagesFilterDocument_ = exports.InputMessagesFilterPhotoVideo_ = exports.InputMessagesFilterVideo_ = exports.InputMessagesFilterPhotos_ = void 0;
|
|
18
|
+
exports.UpdatePinnedChannelMessages_ = exports.UpdatePinnedMessages_ = exports.UpdateChannelUserTyping_ = exports.UpdatePeerBlocked_ = exports.UpdateReadChannelDiscussionOutbox_ = exports.UpdateReadChannelDiscussionInbox_ = exports.UpdateChannelMessageForwards_ = exports.UpdatePhoneCallSignalingData_ = exports.UpdateDialogFilters_ = exports.UpdateDialogFilterOrder_ = exports.UpdateDialogFilter_ = exports.UpdateMessagePollVote_ = exports.UpdateLoginToken_ = exports.UpdateGeoLiveViewed_ = exports.UpdateTheme_ = exports.UpdateDeleteScheduledMessages_ = exports.UpdateNewScheduledMessage_ = exports.UpdatePeerLocated_ = exports.UpdatePeerSettings_ = exports.UpdateFolderPeers_ = exports.UpdateChatDefaultBannedRights_ = exports.UpdateMessagePoll_ = exports.UpdateDialogUnreadMark_ = exports.UpdateChannelAvailableMessages_ = exports.UpdateContactsReset_ = exports.UpdateChannelReadMessagesContents_ = exports.UpdateFavedStickers_ = exports.UpdateLangPack_ = exports.UpdateLangPackTooLong_ = exports.UpdatePhoneCall_ = exports.UpdateBotPrecheckoutQuery_ = exports.UpdateBotShippingQuery_ = exports.UpdateBotWebhookJSONQuery_ = exports.UpdateBotWebhookJSON_ = exports.UpdatePinnedDialogs_ = exports.UpdateDialogPinned_ = exports.UpdateChannelWebPage_ = exports.UpdatePtsChanged_ = exports.UpdateConfig_ = exports.UpdateRecentStickers_ = exports.UpdateReadFeaturedStickers_ = exports.UpdateDraftMessage_ = exports.UpdateReadChannelOutbox_ = exports.UpdateInlineBotCallbackQuery_ = exports.UpdateEditMessage_ = exports.UpdateBotCallbackQuery_ = exports.UpdateEditChannelMessage_ = exports.UpdateBotInlineSend_ = exports.UpdateBotInlineQuery_ = exports.UpdateSavedGifs_ = void 0;
|
|
19
|
+
exports.UpdateShortSentMessage_ = exports.Updates_ = exports.UpdatesCombined_ = exports.UpdateShort_ = exports.UpdateShortChatMessage_ = exports.UpdateShortMessage_ = exports.UpdatesTooLong_ = exports.updates_DifferenceTooLong_ = exports.updates_DifferenceSlice_ = exports.updates_Difference_ = exports.updates_DifferenceEmpty_ = exports.updates_State_ = exports.UpdateBotMessageReactions_ = exports.UpdateBotMessageReaction_ = exports.UpdatePeerWallpaper_ = exports.UpdateChannelViewForumAsMessages_ = exports.UpdateBotChatBoost_ = exports.UpdateSentStoryReaction_ = exports.UpdateStoriesStealthMode_ = exports.UpdateStoryID_ = exports.UpdateReadStories_ = exports.UpdateStory_ = exports.UpdateGroupInvitePrivacyForbidden_ = exports.UpdateAutoSaveSettings_ = exports.UpdateUser_ = exports.UpdateChannelPinnedTopics_ = exports.UpdateChannelPinnedTopic_ = exports.UpdateMessageExtendedMedia_ = exports.UpdateMoveStickerSetToTop_ = exports.UpdateRecentReactions_ = exports.UpdateRecentEmojiStatuses_ = exports.UpdateUserEmojiStatus_ = exports.UpdateReadFeaturedEmojiStickers_ = exports.UpdateTranscribedAudio_ = exports.UpdateSavedRingtones_ = exports.UpdateBotMenuButton_ = exports.UpdateWebViewResultSent_ = exports.UpdateAttachMenuBots_ = exports.UpdateMessageReactions_ = exports.UpdateBotChatInviteRequester_ = exports.UpdatePendingJoinRequests_ = exports.UpdateBotCommands_ = exports.UpdateGroupCallConnection_ = exports.UpdateBotStopped_ = exports.UpdateChannelParticipant_ = exports.UpdateChatParticipant_ = exports.UpdatePeerHistoryTTL_ = exports.UpdateGroupCall_ = exports.UpdateGroupCallParticipants_ = exports.UpdateChat_ = void 0;
|
|
20
|
+
exports.SendMessageGamePlayAction_ = exports.SendMessageChooseContactAction_ = exports.SendMessageGeoLocationAction_ = exports.SendMessageUploadDocumentAction_ = exports.SendMessageUploadPhotoAction_ = exports.SendMessageUploadAudioAction_ = exports.SendMessageRecordAudioAction_ = exports.SendMessageUploadVideoAction_ = exports.SendMessageRecordVideoAction_ = exports.SendMessageCancelAction_ = exports.SendMessageTypingAction_ = exports.NotifyForumTopic_ = exports.NotifyBroadcasts_ = exports.NotifyChats_ = exports.NotifyUsers_ = exports.NotifyPeer_ = exports.help_Support_ = exports.Document_ = exports.DocumentEmpty_ = exports.InputDocument_ = exports.InputDocumentEmpty_ = exports.messages_SentEncryptedFile_ = exports.messages_SentEncryptedMessage_ = exports.messages_DhConfig_ = exports.messages_DhConfigNotModified_ = exports.EncryptedMessageService_ = exports.EncryptedMessage_ = exports.InputEncryptedFileBigUploaded_ = exports.InputEncryptedFile_ = exports.InputEncryptedFileUploaded_ = exports.InputEncryptedFileEmpty_ = exports.EncryptedFile_ = exports.EncryptedFileEmpty_ = exports.InputEncryptedChat_ = exports.EncryptedChatDiscarded_ = exports.EncryptedChat_ = exports.EncryptedChatRequested_ = exports.EncryptedChatWaiting_ = exports.EncryptedChatEmpty_ = exports.help_InviteText_ = exports.help_NoAppUpdate_ = exports.help_AppUpdate_ = exports.NearestDc_ = exports.Config_ = exports.DcOption_ = exports.upload_FileCdnRedirect_ = exports.upload_File_ = exports.photos_Photo_ = exports.photos_PhotosSlice_ = exports.photos_Photos_ = void 0;
|
|
21
|
+
exports.DocumentAttributeAnimated_ = exports.DocumentAttributeImageSize_ = exports.AccountDaysTTL_ = exports.account_PrivacyRules_ = exports.PrivacyValueAllowCloseFriends_ = exports.PrivacyValueDisallowChatParticipants_ = exports.PrivacyValueAllowChatParticipants_ = exports.PrivacyValueDisallowUsers_ = exports.PrivacyValueDisallowAll_ = exports.PrivacyValueDisallowContacts_ = exports.PrivacyValueAllowUsers_ = exports.PrivacyValueAllowAll_ = exports.PrivacyValueAllowContacts_ = exports.InputPrivacyValueAllowCloseFriends_ = exports.InputPrivacyValueDisallowChatParticipants_ = exports.InputPrivacyValueAllowChatParticipants_ = exports.InputPrivacyValueDisallowUsers_ = exports.InputPrivacyValueDisallowAll_ = exports.InputPrivacyValueDisallowContacts_ = exports.InputPrivacyValueAllowUsers_ = exports.InputPrivacyValueAllowAll_ = exports.InputPrivacyValueAllowContacts_ = exports.PrivacyKeyAbout_ = exports.PrivacyKeyVoiceMessages_ = exports.PrivacyKeyAddedByPhone_ = exports.PrivacyKeyPhoneNumber_ = exports.PrivacyKeyProfilePhoto_ = exports.PrivacyKeyForwards_ = exports.PrivacyKeyPhoneP2P_ = exports.PrivacyKeyPhoneCall_ = exports.PrivacyKeyChatInvite_ = exports.PrivacyKeyStatusTimestamp_ = exports.InputPrivacyKeyAbout_ = exports.InputPrivacyKeyVoiceMessages_ = exports.InputPrivacyKeyAddedByPhone_ = exports.InputPrivacyKeyPhoneNumber_ = exports.InputPrivacyKeyProfilePhoto_ = exports.InputPrivacyKeyForwards_ = exports.InputPrivacyKeyPhoneP2P_ = exports.InputPrivacyKeyPhoneCall_ = exports.InputPrivacyKeyChatInvite_ = exports.InputPrivacyKeyStatusTimestamp_ = exports.contacts_Found_ = exports.SendMessageEmojiInteractionSeen_ = exports.SendMessageEmojiInteraction_ = exports.SendMessageChooseStickerAction_ = exports.SendMessageHistoryImportAction_ = exports.SpeakingInGroupCallAction_ = exports.SendMessageUploadRoundAction_ = exports.SendMessageRecordRoundAction_ = void 0;
|
|
22
|
+
exports.KeyboardButtonSwitchInline_ = exports.KeyboardButtonRequestGeoLocation_ = exports.KeyboardButtonRequestPhone_ = exports.KeyboardButtonCallback_ = exports.KeyboardButtonUrl_ = exports.KeyboardButton_ = exports.BotInfo_ = exports.BotCommand_ = exports.messages_StickerSetNotModified_ = exports.messages_StickerSet_ = exports.StickerSet_ = exports.InputStickerSetEmojiChannelDefaultStatuses_ = exports.InputStickerSetEmojiDefaultTopicIcons_ = exports.InputStickerSetEmojiDefaultStatuses_ = exports.InputStickerSetEmojiGenericAnimations_ = exports.InputStickerSetPremiumGifts_ = exports.InputStickerSetAnimatedEmojiAnimations_ = exports.InputStickerSetDice_ = exports.InputStickerSetAnimatedEmoji_ = exports.InputStickerSetShortName_ = exports.InputStickerSetID_ = exports.InputStickerSetEmpty_ = exports.ChatInvitePeek_ = exports.ChatInvite_ = exports.ChatInviteAlready_ = exports.ChatInvitePublicJoinRequests_ = exports.ChatInviteExported_ = exports.ReceivedNotifyMessage_ = exports.auth_PasswordRecovery_ = exports.account_PasswordInputSettings_ = exports.account_PasswordSettings_ = exports.account_Password_ = exports.account_Authorizations_ = exports.Authorization_ = exports.WebPageNotModified_ = exports.WebPage_ = exports.WebPagePending_ = exports.WebPageEmpty_ = exports.messages_AffectedMessages_ = exports.messages_AllStickers_ = exports.messages_AllStickersNotModified_ = exports.StickerPack_ = exports.messages_Stickers_ = exports.messages_StickersNotModified_ = exports.DocumentAttributeCustomEmoji_ = exports.DocumentAttributeHasStickers_ = exports.DocumentAttributeFilename_ = exports.DocumentAttributeAudio_ = exports.DocumentAttributeVideo_ = exports.DocumentAttributeSticker_ = void 0;
|
|
23
|
+
exports.ChannelParticipantAdmin_ = exports.ChannelParticipantCreator_ = exports.ChannelParticipantSelf_ = exports.ChannelParticipant_ = exports.ChannelMessagesFilter_ = exports.ChannelMessagesFilterEmpty_ = exports.updates_ChannelDifference_ = exports.updates_ChannelDifferenceTooLong_ = exports.updates_ChannelDifferenceEmpty_ = exports.MessageRange_ = exports.contacts_ResolvedPeer_ = exports.InputChannelFromMessage_ = exports.InputChannel_ = exports.InputChannelEmpty_ = exports.MessageEntityBlockquote_ = exports.MessageEntityCustomEmoji_ = exports.MessageEntitySpoiler_ = exports.MessageEntityBankCard_ = exports.MessageEntityStrike_ = exports.MessageEntityUnderline_ = exports.MessageEntityCashtag_ = exports.MessageEntityPhone_ = exports.InputMessageEntityMentionName_ = exports.MessageEntityMentionName_ = exports.MessageEntityTextUrl_ = exports.MessageEntityPre_ = exports.MessageEntityCode_ = exports.MessageEntityItalic_ = exports.MessageEntityBold_ = exports.MessageEntityEmail_ = exports.MessageEntityUrl_ = exports.MessageEntityBotCommand_ = exports.MessageEntityHashtag_ = exports.MessageEntityMention_ = exports.MessageEntityUnknown_ = exports.ReplyInlineMarkup_ = exports.ReplyKeyboardMarkup_ = exports.ReplyKeyboardForceReply_ = exports.ReplyKeyboardHide_ = exports.KeyboardButtonRow_ = exports.KeyboardButtonRequestPeer_ = exports.KeyboardButtonSimpleWebView_ = exports.KeyboardButtonWebView_ = exports.KeyboardButtonUserProfile_ = exports.InputKeyboardButtonUserProfile_ = exports.KeyboardButtonRequestPoll_ = exports.InputKeyboardButtonUrlAuth_ = exports.KeyboardButtonUrlAuth_ = exports.KeyboardButtonBuy_ = exports.KeyboardButtonGame_ = void 0;
|
|
24
|
+
exports.auth_SentCodeTypeMissedCall_ = exports.auth_SentCodeTypeFlashCall_ = exports.auth_SentCodeTypeCall_ = exports.auth_SentCodeTypeSms_ = exports.auth_SentCodeTypeApp_ = exports.auth_CodeTypeFragmentSms_ = exports.auth_CodeTypeMissedCall_ = exports.auth_CodeTypeFlashCall_ = exports.auth_CodeTypeCall_ = exports.auth_CodeTypeSms_ = exports.MessageFwdHeader_ = exports.ExportedMessageLink_ = exports.messages_BotResults_ = exports.BotInlineMediaResult_ = exports.BotInlineResult_ = exports.BotInlineMessageMediaWebPage_ = exports.BotInlineMessageMediaInvoice_ = exports.BotInlineMessageMediaContact_ = exports.BotInlineMessageMediaVenue_ = exports.BotInlineMessageMediaGeo_ = exports.BotInlineMessageText_ = exports.BotInlineMessageMediaAuto_ = exports.InputBotInlineResultGame_ = exports.InputBotInlineResultDocument_ = exports.InputBotInlineResultPhoto_ = exports.InputBotInlineResult_ = exports.InputBotInlineMessageMediaWebPage_ = exports.InputBotInlineMessageMediaInvoice_ = exports.InputBotInlineMessageGame_ = exports.InputBotInlineMessageMediaContact_ = exports.InputBotInlineMessageMediaVenue_ = exports.InputBotInlineMessageMediaGeo_ = exports.InputBotInlineMessageText_ = exports.InputBotInlineMessageMediaAuto_ = exports.messages_SavedGifs_ = exports.messages_SavedGifsNotModified_ = exports.help_TermsOfService_ = exports.channels_ChannelParticipant_ = exports.channels_ChannelParticipantsNotModified_ = exports.channels_ChannelParticipants_ = exports.ChannelParticipantsMentions_ = exports.ChannelParticipantsContacts_ = exports.ChannelParticipantsSearch_ = exports.ChannelParticipantsBanned_ = exports.ChannelParticipantsBots_ = exports.ChannelParticipantsKicked_ = exports.ChannelParticipantsAdmins_ = exports.ChannelParticipantsRecent_ = exports.ChannelParticipantLeft_ = exports.ChannelParticipantBanned_ = void 0;
|
|
25
|
+
exports.TextStrike_ = exports.TextUnderline_ = exports.TextItalic_ = exports.TextBold_ = exports.TextPlain_ = exports.TextEmpty_ = exports.messages_HighScores_ = exports.HighScore_ = exports.InputGameShortName_ = exports.InputGameID_ = exports.Game_ = exports.InputStickeredMediaDocument_ = exports.InputStickeredMediaPhoto_ = exports.MaskCoords_ = exports.StickerSetNoCovered_ = exports.StickerSetFullCovered_ = exports.StickerSetMultiCovered_ = exports.StickerSetCovered_ = exports.messages_StickerSetInstallResultArchive_ = exports.messages_StickerSetInstallResultSuccess_ = exports.messages_ArchivedStickers_ = exports.messages_RecentStickers_ = exports.messages_RecentStickersNotModified_ = exports.messages_FeaturedStickers_ = exports.messages_FeaturedStickersNotModified_ = exports.DraftMessage_ = exports.DraftMessageEmpty_ = exports.contacts_TopPeersDisabled_ = exports.contacts_TopPeers_ = exports.contacts_TopPeersNotModified_ = exports.TopPeerCategoryPeers_ = exports.TopPeerCategoryForwardChats_ = exports.TopPeerCategoryForwardUsers_ = exports.TopPeerCategoryPhoneCalls_ = exports.TopPeerCategoryChannels_ = exports.TopPeerCategoryGroups_ = exports.TopPeerCategoryCorrespondents_ = exports.TopPeerCategoryBotsInline_ = exports.TopPeerCategoryBotsPM_ = exports.TopPeer_ = exports.messages_PeerDialogs_ = exports.InlineBotSwitchPM_ = exports.InputBotInlineMessageID64_ = exports.InputBotInlineMessageID_ = exports.messages_MessageEditData_ = exports.messages_BotCallbackAnswer_ = exports.auth_SentCodeTypeFirebaseSms_ = exports.auth_SentCodeTypeFragmentSms_ = exports.auth_SentCodeTypeSetUpEmailRequired_ = exports.auth_SentCodeTypeEmailCode_ = void 0;
|
|
26
|
+
exports.PaymentSavedCredentialsCard_ = exports.PaymentRequestedInfo_ = exports.PostAddress_ = exports.PaymentCharge_ = exports.Invoice_ = exports.LabeledPrice_ = exports.DataJSON_ = exports.PhoneCallDiscardReasonBusy_ = exports.PhoneCallDiscardReasonHangup_ = exports.PhoneCallDiscardReasonDisconnect_ = exports.PhoneCallDiscardReasonMissed_ = exports.PageBlockMap_ = exports.PageBlockRelatedArticles_ = exports.PageBlockDetails_ = exports.PageBlockOrderedList_ = exports.PageBlockTable_ = exports.PageBlockKicker_ = exports.PageBlockAudio_ = exports.PageBlockChannel_ = exports.PageBlockSlideshow_ = exports.PageBlockCollage_ = exports.PageBlockEmbedPost_ = exports.PageBlockEmbed_ = exports.PageBlockCover_ = exports.PageBlockVideo_ = exports.PageBlockPhoto_ = exports.PageBlockPullquote_ = exports.PageBlockBlockquote_ = exports.PageBlockList_ = exports.PageBlockAnchor_ = exports.PageBlockDivider_ = exports.PageBlockFooter_ = exports.PageBlockPreformatted_ = exports.PageBlockParagraph_ = exports.PageBlockSubheader_ = exports.PageBlockHeader_ = exports.PageBlockAuthorDate_ = exports.PageBlockSubtitle_ = exports.PageBlockTitle_ = exports.PageBlockUnsupported_ = exports.TextAnchor_ = exports.TextImage_ = exports.TextPhone_ = exports.TextMarked_ = exports.TextSuperscript_ = exports.TextSubscript_ = exports.TextConcat_ = exports.TextEmail_ = exports.TextUrl_ = exports.TextFixed_ = void 0;
|
|
27
|
+
exports.ChannelAdminLogEventActionParticipantJoin_ = exports.ChannelAdminLogEventActionDeleteMessage_ = exports.ChannelAdminLogEventActionEditMessage_ = exports.ChannelAdminLogEventActionUpdatePinned_ = exports.ChannelAdminLogEventActionToggleSignatures_ = exports.ChannelAdminLogEventActionToggleInvites_ = exports.ChannelAdminLogEventActionChangePhoto_ = exports.ChannelAdminLogEventActionChangeUsername_ = exports.ChannelAdminLogEventActionChangeAbout_ = exports.ChannelAdminLogEventActionChangeTitle_ = exports.LangPackLanguage_ = exports.LangPackDifference_ = exports.LangPackStringDeleted_ = exports.LangPackStringPluralized_ = exports.LangPackString_ = exports.CdnConfig_ = exports.CdnPublicKey_ = exports.upload_CdnFile_ = exports.upload_CdnFileReuploadNeeded_ = exports.phone_PhoneCall_ = exports.PhoneCallProtocol_ = exports.PhoneConnectionWebrtc_ = exports.PhoneConnection_ = exports.PhoneCallDiscarded_ = exports.PhoneCall_ = exports.PhoneCallAccepted_ = exports.PhoneCallRequested_ = exports.PhoneCallWaiting_ = exports.PhoneCallEmpty_ = exports.InputPhoneCall_ = exports.InputStickerSetItem_ = exports.ShippingOption_ = exports.account_TmpPassword_ = exports.InputPaymentCredentialsGooglePay_ = exports.InputPaymentCredentialsApplePay_ = exports.InputPaymentCredentials_ = exports.InputPaymentCredentialsSaved_ = exports.payments_SavedInfo_ = exports.payments_PaymentReceipt_ = exports.payments_PaymentVerificationNeeded_ = exports.payments_PaymentResult_ = exports.payments_ValidatedRequestedInfo_ = exports.payments_PaymentForm_ = exports.upload_WebFile_ = exports.InputWebFileAudioAlbumThumbLocation_ = exports.InputWebFileGeoPointLocation_ = exports.InputWebFileLocation_ = exports.InputWebDocument_ = exports.WebDocumentNoProxy_ = exports.WebDocument_ = void 0;
|
|
28
|
+
exports.InputSingleMedia_ = exports.help_RecentMeUrls_ = exports.RecentMeUrlStickerSet_ = exports.RecentMeUrlChatInvite_ = exports.RecentMeUrlChat_ = exports.RecentMeUrlUser_ = exports.RecentMeUrlUnknown_ = exports.messages_FavedStickers_ = exports.messages_FavedStickersNotModified_ = exports.PopularContact_ = exports.ChannelAdminLogEventsFilter_ = exports.channels_AdminLogResults_ = exports.ChannelAdminLogEvent_ = exports.ChannelAdminLogEventActionChangeEmojiStatus_ = exports.ChannelAdminLogEventActionChangeWallpaper_ = exports.ChannelAdminLogEventActionChangeProfilePeerColor_ = exports.ChannelAdminLogEventActionChangePeerColor_ = exports.ChannelAdminLogEventActionToggleAntiSpam_ = exports.ChannelAdminLogEventActionPinTopic_ = exports.ChannelAdminLogEventActionDeleteTopic_ = exports.ChannelAdminLogEventActionEditTopic_ = exports.ChannelAdminLogEventActionCreateTopic_ = exports.ChannelAdminLogEventActionToggleForum_ = exports.ChannelAdminLogEventActionChangeUsernames_ = exports.ChannelAdminLogEventActionChangeAvailableReactions_ = exports.ChannelAdminLogEventActionSendMessage_ = exports.ChannelAdminLogEventActionToggleNoForwards_ = exports.ChannelAdminLogEventActionParticipantJoinByRequest_ = exports.ChannelAdminLogEventActionChangeHistoryTTL_ = exports.ChannelAdminLogEventActionParticipantVolume_ = exports.ChannelAdminLogEventActionExportedInviteEdit_ = exports.ChannelAdminLogEventActionExportedInviteRevoke_ = exports.ChannelAdminLogEventActionExportedInviteDelete_ = exports.ChannelAdminLogEventActionParticipantJoinByInvite_ = exports.ChannelAdminLogEventActionToggleGroupCallSetting_ = exports.ChannelAdminLogEventActionParticipantUnmute_ = exports.ChannelAdminLogEventActionParticipantMute_ = exports.ChannelAdminLogEventActionDiscardGroupCall_ = exports.ChannelAdminLogEventActionStartGroupCall_ = exports.ChannelAdminLogEventActionToggleSlowMode_ = exports.ChannelAdminLogEventActionChangeLocation_ = exports.ChannelAdminLogEventActionChangeLinkedChat_ = exports.ChannelAdminLogEventActionStopPoll_ = exports.ChannelAdminLogEventActionDefaultBannedRights_ = exports.ChannelAdminLogEventActionTogglePreHistoryHidden_ = exports.ChannelAdminLogEventActionChangeStickerSet_ = exports.ChannelAdminLogEventActionParticipantToggleAdmin_ = exports.ChannelAdminLogEventActionParticipantToggleBan_ = exports.ChannelAdminLogEventActionParticipantInvite_ = exports.ChannelAdminLogEventActionParticipantLeave_ = void 0;
|
|
29
|
+
exports.account_AuthorizationForm_ = exports.SecureCredentialsEncrypted_ = exports.SecureValueErrorTranslationFiles_ = exports.SecureValueErrorTranslationFile_ = exports.SecureValueError_ = exports.SecureValueErrorFiles_ = exports.SecureValueErrorFile_ = exports.SecureValueErrorSelfie_ = exports.SecureValueErrorReverseSide_ = exports.SecureValueErrorFrontSide_ = exports.SecureValueErrorData_ = exports.SecureValueHash_ = exports.InputSecureValue_ = exports.SecureValue_ = exports.SecureValueTypeEmail_ = exports.SecureValueTypePhone_ = exports.SecureValueTypeTemporaryRegistration_ = exports.SecureValueTypePassportRegistration_ = exports.SecureValueTypeRentalAgreement_ = exports.SecureValueTypeBankStatement_ = exports.SecureValueTypeUtilityBill_ = exports.SecureValueTypeAddress_ = exports.SecureValueTypeInternalPassport_ = exports.SecureValueTypeIdentityCard_ = exports.SecureValueTypeDriverLicense_ = exports.SecureValueTypePassport_ = exports.SecureValueTypePersonalDetails_ = exports.SecurePlainEmail_ = exports.SecurePlainPhone_ = exports.SecureData_ = exports.SecureFile_ = exports.SecureFileEmpty_ = exports.InputSecureFile_ = exports.InputSecureFileUploaded_ = exports.help_TermsOfServiceUpdate_ = exports.help_TermsOfServiceUpdateEmpty_ = exports.InputClientProxy_ = exports.FileHash_ = exports.messages_FoundStickerSets_ = exports.messages_FoundStickerSetsNotModified_ = exports.DialogPeerFolder_ = exports.DialogPeer_ = exports.InputDialogPeerFolder_ = exports.InputDialogPeer_ = exports.InputMessageCallbackQuery_ = exports.InputMessagePinned_ = exports.InputMessageReplyTo_ = exports.InputMessageID_ = exports.account_WebAuthorizations_ = exports.WebAuthorization_ = void 0;
|
|
30
|
+
exports.account_WallPapers_ = exports.account_WallPapersNotModified_ = exports.InputWallPaperNoFile_ = exports.InputWallPaperSlug_ = exports.InputWallPaper_ = exports.ChatBannedRights_ = exports.ChatAdminRights_ = exports.StatsURL_ = exports.ChatOnlines_ = exports.PollResults_ = exports.PollAnswerVoters_ = exports.Poll_ = exports.PollAnswer_ = exports.help_UserInfo_ = exports.help_UserInfoEmpty_ = exports.help_SupportName_ = exports.Page_ = exports.PageRelatedArticle_ = exports.PageListOrderedItemBlocks_ = exports.PageListOrderedItemText_ = exports.PageListItemBlocks_ = exports.PageListItemText_ = exports.PageCaption_ = exports.PageTableRow_ = exports.PageTableCell_ = exports.JsonObject_ = exports.JsonArray_ = exports.JsonString_ = exports.JsonNumber_ = exports.JsonBool_ = exports.JsonNull_ = exports.JsonObjectValue_ = exports.InputAppEvent_ = exports.help_PassportConfig_ = exports.help_PassportConfigNotModified_ = exports.SecureRequiredTypeOneOf_ = exports.SecureRequiredType_ = exports.InputCheckPasswordSRP_ = exports.InputCheckPasswordEmpty_ = exports.SecureSecretSettings_ = exports.SecurePasswordKdfAlgoSHA512_ = exports.SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000_ = exports.SecurePasswordKdfAlgoUnknown_ = exports.PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow_ = exports.PasswordKdfAlgoUnknown_ = exports.account_Takeout_ = exports.SavedPhoneContact_ = exports.help_DeepLinkInfo_ = exports.help_DeepLinkInfoEmpty_ = exports.account_SentEmailCode_ = void 0;
|
|
31
|
+
exports.StatsPercentValue_ = exports.StatsAbsValueAndPrev_ = exports.StatsDateRangeDays_ = exports.DialogFilterSuggested_ = exports.DialogFilterChatlist_ = exports.DialogFilterDefault_ = exports.DialogFilter_ = exports.payments_BankCardData_ = exports.BankCardOpenUrl_ = exports.messages_VotesList_ = exports.WebPageAttributeStory_ = exports.WebPageAttributeTheme_ = exports.ThemeSettings_ = exports.InputThemeSettings_ = exports.BaseThemeArctic_ = exports.BaseThemeTinted_ = exports.BaseThemeNight_ = exports.BaseThemeDay_ = exports.BaseThemeClassic_ = exports.messages_InactiveChats_ = exports.account_ContentSettings_ = exports.auth_LoginTokenSuccess_ = exports.auth_LoginTokenMigrateTo_ = exports.auth_LoginToken_ = exports.account_Themes_ = exports.account_ThemesNotModified_ = exports.Theme_ = exports.InputThemeSlug_ = exports.InputTheme_ = exports.RestrictionReason_ = exports.PeerSelfLocated_ = exports.PeerLocated_ = exports.ChannelLocation_ = exports.ChannelLocationEmpty_ = exports.UrlAuthResultDefault_ = exports.UrlAuthResultAccepted_ = exports.UrlAuthResultRequest_ = exports.messages_SearchCounter_ = exports.FolderPeer_ = exports.InputFolderPeer_ = exports.Folder_ = exports.EmojiLanguage_ = exports.EmojiURL_ = exports.EmojiKeywordsDifference_ = exports.EmojiKeywordDeleted_ = exports.EmojiKeyword_ = exports.account_AutoDownloadSettings_ = exports.AutoDownloadSettings_ = exports.WallPaperSettings_ = exports.CodeSettings_ = void 0;
|
|
32
|
+
exports.phone_JoinAsPeers_ = exports.messages_CheckedHistoryImportPeer_ = exports.messages_ChatAdminsWithInvites_ = exports.ChatAdminWithInvites_ = exports.messages_ChatInviteImporters_ = exports.messages_ExportedChatInviteReplaced_ = exports.messages_ExportedChatInvite_ = exports.messages_ExportedChatInvites_ = exports.ChatInviteImporter_ = exports.messages_AffectedFoundMessages_ = exports.messages_HistoryImportParsed_ = exports.messages_HistoryImport_ = exports.InlineQueryPeerTypeBotPM_ = exports.InlineQueryPeerTypeBroadcast_ = exports.InlineQueryPeerTypeMegagroup_ = exports.InlineQueryPeerTypeChat_ = exports.InlineQueryPeerTypePM_ = exports.InlineQueryPeerTypeSameBotPM_ = exports.phone_GroupParticipants_ = exports.phone_GroupCall_ = exports.GroupCallParticipant_ = exports.InputGroupCall_ = exports.GroupCall_ = exports.GroupCallDiscarded_ = exports.stats_MessageStats_ = exports.PeerBlocked_ = exports.MessageReplies_ = exports.MessageReplyStoryHeader_ = exports.MessageReplyHeader_ = exports.messages_DiscussionMessage_ = exports.messages_MessageViews_ = exports.MessageViews_ = exports.help_CountriesList_ = exports.help_CountriesListNotModified_ = exports.help_Country_ = exports.help_CountryCode_ = exports.GlobalPrivacySettings_ = exports.stats_MegagroupStats_ = exports.StatsGroupTopInviter_ = exports.StatsGroupTopAdmin_ = exports.StatsGroupTopPoster_ = exports.VideoSizeStickerMarkup_ = exports.VideoSizeEmojiMarkup_ = exports.VideoSize_ = exports.help_PromoData_ = exports.help_PromoDataEmpty_ = exports.stats_BroadcastStats_ = exports.StatsGraph_ = exports.StatsGraphError_ = exports.StatsGraphAsync_ = void 0;
|
|
33
|
+
exports.NotificationSoundDefault_ = exports.account_SavedRingtones_ = exports.account_SavedRingtonesNotModified_ = exports.BotMenuButton_ = exports.BotMenuButtonCommands_ = exports.BotMenuButtonDefault_ = exports.WebViewMessageSent_ = exports.SimpleWebViewResultUrl_ = exports.WebViewResultUrl_ = exports.AttachMenuBotsBot_ = exports.AttachMenuBots_ = exports.AttachMenuBotsNotModified_ = exports.AttachMenuBot_ = exports.AttachMenuBotIcon_ = exports.AttachMenuBotIconColor_ = exports.phone_GroupCallStreamRtmpUrl_ = exports.phone_GroupCallStreamChannels_ = exports.GroupCallStreamChannel_ = exports.MessagePeerReaction_ = exports.messages_AvailableReactions_ = exports.messages_AvailableReactionsNotModified_ = exports.AvailableReaction_ = exports.messages_MessageReactionsList_ = exports.MessageReactions_ = exports.ReactionCount_ = exports.auth_LoggedOut_ = exports.messages_PeerSettings_ = exports.users_UserFull_ = exports.channels_SendAsPeers_ = exports.messages_SearchResultsPositions_ = exports.SearchResultPosition_ = exports.messages_SearchResultsCalendar_ = exports.SearchResultsCalendarPeriod_ = exports.messages_SponsoredMessagesEmpty_ = exports.messages_SponsoredMessages_ = exports.SponsoredMessage_ = exports.account_ResetPasswordOk_ = exports.account_ResetPasswordRequestedWait_ = exports.account_ResetPasswordFailedWait_ = exports.BotCommandScopePeerUser_ = exports.BotCommandScopePeerAdmins_ = exports.BotCommandScopePeer_ = exports.BotCommandScopeChatAdmins_ = exports.BotCommandScopeChats_ = exports.BotCommandScopeUsers_ = exports.BotCommandScopeDefault_ = exports.stickers_SuggestedShortName_ = exports.GroupCallParticipantVideo_ = exports.GroupCallParticipantVideoSourceGroup_ = exports.phone_ExportedGroupCallInvite_ = void 0;
|
|
34
|
+
exports.ForumTopicDeleted_ = exports.Username_ = exports.StickerKeyword_ = exports.MessageExtendedMedia_ = exports.MessageExtendedMediaPreview_ = exports.SendAsPeer_ = exports.PremiumSubscriptionOption_ = exports.account_EmailVerifiedLogin_ = exports.account_EmailVerified_ = exports.EmailVerificationApple_ = exports.EmailVerificationGoogle_ = exports.EmailVerificationCode_ = exports.EmailVerifyPurposePassport_ = exports.EmailVerifyPurposeLoginChange_ = exports.EmailVerifyPurposeLoginSetup_ = exports.messages_Reactions_ = exports.messages_ReactionsNotModified_ = exports.ChatReactionsSome_ = exports.ChatReactionsAll_ = exports.ChatReactionsNone_ = exports.ReactionCustomEmoji_ = exports.ReactionEmoji_ = exports.ReactionEmpty_ = exports.account_EmojiStatuses_ = exports.account_EmojiStatusesNotModified_ = exports.EmojiStatusUntil_ = exports.EmojiStatus_ = exports.EmojiStatusEmpty_ = exports.PaymentFormMethod_ = exports.PremiumGiftOption_ = exports.InputStorePaymentPremiumGiveaway_ = exports.InputStorePaymentPremiumGiftCode_ = exports.InputStorePaymentGiftPremium_ = exports.InputStorePaymentPremiumSubscription_ = exports.help_PremiumPromo_ = exports.messages_TranscribedAudio_ = exports.payments_ExportedInvoice_ = exports.InputInvoicePremiumGiftCode_ = exports.InputInvoiceSlug_ = exports.InputInvoiceMessage_ = exports.AttachMenuPeerTypeBroadcast_ = exports.AttachMenuPeerTypeChat_ = exports.AttachMenuPeerTypePM_ = exports.AttachMenuPeerTypeBotPM_ = exports.AttachMenuPeerTypeSameBotPM_ = exports.account_SavedRingtoneConverted_ = exports.account_SavedRingtone_ = exports.NotificationSoundRingtone_ = exports.NotificationSoundLocal_ = exports.NotificationSoundNone_ = void 0;
|
|
35
|
+
exports.stories_StoryViewsList_ = exports.StoryViewPublicRepost_ = exports.StoryViewPublicForward_ = exports.StoryView_ = exports.stories_Stories_ = exports.stories_AllStories_ = exports.stories_AllStoriesNotModified_ = exports.StoryItem_ = exports.StoryItemSkipped_ = exports.StoryItemDeleted_ = exports.StoryViews_ = exports.SponsoredWebPage_ = exports.MessagePeerVoteMultiple_ = exports.MessagePeerVoteInputOption_ = exports.MessagePeerVote_ = exports.bots_BotInfo_ = exports.chatlists_ChatlistUpdates_ = exports.chatlists_ChatlistInvite_ = exports.chatlists_ChatlistInviteAlready_ = exports.chatlists_ExportedInvites_ = exports.chatlists_ExportedChatlistInvite_ = exports.ExportedChatlistInvite_ = exports.InputChatlistDialogFilter_ = exports.ReadParticipantDate_ = exports.InlineBotWebView_ = exports.AppWebViewResultUrl_ = exports.messages_BotApp_ = exports.BotApp_ = exports.BotAppNotModified_ = exports.InputBotAppShortName_ = exports.InputBotAppID_ = exports.help_AppConfig_ = exports.help_AppConfigNotModified_ = exports.account_AutoSaveSettings_ = exports.AutoSaveException_ = exports.AutoSaveSettings_ = exports.messages_TranslateResult_ = exports.TextWithEntities_ = exports.messages_EmojiGroups_ = exports.messages_EmojiGroupsNotModified_ = exports.EmojiGroup_ = exports.EmojiList_ = exports.EmojiListNotModified_ = exports.RequestPeerTypeBroadcast_ = exports.RequestPeerTypeChat_ = exports.RequestPeerTypeUser_ = exports.ExportedContactToken_ = exports.DefaultHistoryTTL_ = exports.messages_ForumTopics_ = exports.ForumTopic_ = void 0;
|
|
36
|
+
exports.map = exports.types = exports.stories_StoryReactionsList_ = exports.StoryReactionPublicRepost_ = exports.StoryReactionPublicForward_ = exports.StoryReaction_ = exports.help_PeerColors_ = exports.help_PeerColorsNotModified_ = exports.help_PeerColorOption_ = exports.help_PeerColorProfileSet_ = exports.help_PeerColorSet_ = exports.PeerColor_ = exports.stats_PublicForwards_ = exports.PublicForwardStory_ = exports.PublicForwardMessage_ = exports.stats_StoryStats_ = exports.PostInteractionCountersStory_ = exports.PostInteractionCountersMessage_ = exports.StoryFwdHeader_ = exports.premium_BoostsStatus_ = exports.premium_MyBoosts_ = exports.MyBoost_ = exports.premium_BoostsList_ = exports.Boost_ = exports.PrepaidGiveaway_ = exports.payments_GiveawayInfoResults_ = exports.payments_GiveawayInfo_ = exports.payments_CheckedGiftCode_ = exports.PremiumGiftCodeOption_ = exports.messages_WebPage_ = exports.stories_PeerStories_ = exports.PeerStories_ = exports.InputMediaAreaChannelPost_ = exports.MediaAreaChannelPost_ = exports.MediaAreaSuggestedReaction_ = exports.MediaAreaGeoPoint_ = exports.InputMediaAreaVenue_ = exports.MediaAreaVenue_ = exports.MediaAreaCoordinates_ = exports.StoriesStealthMode_ = exports.ExportedStoryLink_ = exports.InputReplyToStory_ = exports.InputReplyToMessage_ = exports.stories_StoryViews_ = void 0;
|
|
37
37
|
// deno-fmt-ignore-file
|
|
38
38
|
const _1_tl_object_js_1 = require("./1_tl_object.js");
|
|
39
39
|
class Type_ extends _1_tl_object_js_1.TLObject {
|
|
@@ -1414,6 +1414,12 @@ exports._help_PeerColorOption_ = _help_PeerColorOption_;
|
|
|
1414
1414
|
class _help_PeerColors_ extends Type_ {
|
|
1415
1415
|
}
|
|
1416
1416
|
exports._help_PeerColors_ = _help_PeerColors_;
|
|
1417
|
+
class _StoryReaction_ extends Type_ {
|
|
1418
|
+
}
|
|
1419
|
+
exports._StoryReaction_ = _StoryReaction_;
|
|
1420
|
+
class _stories_StoryReactionsList_ extends Type_ {
|
|
1421
|
+
}
|
|
1422
|
+
exports._stories_StoryReactionsList_ = _stories_StoryReactionsList_;
|
|
1417
1423
|
class ResPQ_ extends _ResPQ_ {
|
|
1418
1424
|
get [_1_tl_object_js_1.id]() {
|
|
1419
1425
|
return 0x05162463;
|
|
@@ -6238,7 +6244,7 @@ class ChatForbidden_ extends _Chat_ {
|
|
|
6238
6244
|
exports.ChatForbidden_ = ChatForbidden_;
|
|
6239
6245
|
class Channel_ extends _Chat_ {
|
|
6240
6246
|
get [_1_tl_object_js_1.id]() {
|
|
6241
|
-
return
|
|
6247
|
+
return 0x0AADFC8F;
|
|
6242
6248
|
}
|
|
6243
6249
|
static get [_1_tl_object_js_1.name]() {
|
|
6244
6250
|
return "channel";
|
|
@@ -6284,6 +6290,9 @@ class Channel_ extends _Chat_ {
|
|
|
6284
6290
|
["usernames", [_Username_], "flags2.0?Vector<Username>"],
|
|
6285
6291
|
["stories_max_id", "number", "flags2.4?int"],
|
|
6286
6292
|
["color", _PeerColor_, "flags2.7?PeerColor"],
|
|
6293
|
+
["profile_color", _PeerColor_, "flags2.8?PeerColor"],
|
|
6294
|
+
["emoji_status", _EmojiStatus_, "flags2.9?EmojiStatus"],
|
|
6295
|
+
["level", "number", "flags2.10?int"],
|
|
6287
6296
|
];
|
|
6288
6297
|
}
|
|
6289
6298
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -6327,6 +6336,9 @@ class Channel_ extends _Chat_ {
|
|
|
6327
6336
|
[this.usernames ?? null, [_Username_], "flags2.0?Vector<Username>"],
|
|
6328
6337
|
[this.stories_max_id ?? null, "number", "flags2.4?int"],
|
|
6329
6338
|
[this.color ?? null, _PeerColor_, "flags2.7?PeerColor"],
|
|
6339
|
+
[this.profile_color ?? null, _PeerColor_, "flags2.8?PeerColor"],
|
|
6340
|
+
[this.emoji_status ?? null, _EmojiStatus_, "flags2.9?EmojiStatus"],
|
|
6341
|
+
[this.level ?? null, "number", "flags2.10?int"],
|
|
6330
6342
|
];
|
|
6331
6343
|
}
|
|
6332
6344
|
constructor(params) {
|
|
@@ -6553,6 +6565,24 @@ class Channel_ extends _Chat_ {
|
|
|
6553
6565
|
writable: true,
|
|
6554
6566
|
value: void 0
|
|
6555
6567
|
});
|
|
6568
|
+
Object.defineProperty(this, "profile_color", {
|
|
6569
|
+
enumerable: true,
|
|
6570
|
+
configurable: true,
|
|
6571
|
+
writable: true,
|
|
6572
|
+
value: void 0
|
|
6573
|
+
});
|
|
6574
|
+
Object.defineProperty(this, "emoji_status", {
|
|
6575
|
+
enumerable: true,
|
|
6576
|
+
configurable: true,
|
|
6577
|
+
writable: true,
|
|
6578
|
+
value: void 0
|
|
6579
|
+
});
|
|
6580
|
+
Object.defineProperty(this, "level", {
|
|
6581
|
+
enumerable: true,
|
|
6582
|
+
configurable: true,
|
|
6583
|
+
writable: true,
|
|
6584
|
+
value: void 0
|
|
6585
|
+
});
|
|
6556
6586
|
this.creator = params.creator;
|
|
6557
6587
|
this.left = params.left;
|
|
6558
6588
|
this.broadcast = params.broadcast;
|
|
@@ -6590,6 +6620,9 @@ class Channel_ extends _Chat_ {
|
|
|
6590
6620
|
this.usernames = params.usernames;
|
|
6591
6621
|
this.stories_max_id = params.stories_max_id;
|
|
6592
6622
|
this.color = params.color;
|
|
6623
|
+
this.profile_color = params.profile_color;
|
|
6624
|
+
this.emoji_status = params.emoji_status;
|
|
6625
|
+
this.level = params.level;
|
|
6593
6626
|
}
|
|
6594
6627
|
}
|
|
6595
6628
|
exports.Channel_ = Channel_;
|
|
@@ -6864,7 +6897,7 @@ class ChatFull_ extends _ChatFull_ {
|
|
|
6864
6897
|
exports.ChatFull_ = ChatFull_;
|
|
6865
6898
|
class ChannelFull_ extends _ChatFull_ {
|
|
6866
6899
|
get [_1_tl_object_js_1.id]() {
|
|
6867
|
-
return
|
|
6900
|
+
return 0x0F2BCB6F;
|
|
6868
6901
|
}
|
|
6869
6902
|
static get [_1_tl_object_js_1.name]() {
|
|
6870
6903
|
return "channelFull";
|
|
@@ -6923,6 +6956,7 @@ class ChannelFull_ extends _ChatFull_ {
|
|
|
6923
6956
|
["default_send_as", _Peer_, "flags.29?Peer"],
|
|
6924
6957
|
["available_reactions", _ChatReactions_, "flags.30?ChatReactions"],
|
|
6925
6958
|
["stories", _PeerStories_, "flags2.4?PeerStories"],
|
|
6959
|
+
["wallpaper", _WallPaper_, "flags2.7?WallPaper"],
|
|
6926
6960
|
];
|
|
6927
6961
|
}
|
|
6928
6962
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -6979,6 +7013,7 @@ class ChannelFull_ extends _ChatFull_ {
|
|
|
6979
7013
|
[this.default_send_as ?? null, _Peer_, "flags.29?Peer"],
|
|
6980
7014
|
[this.available_reactions ?? null, _ChatReactions_, "flags.30?ChatReactions"],
|
|
6981
7015
|
[this.stories ?? null, _PeerStories_, "flags2.4?PeerStories"],
|
|
7016
|
+
[this.wallpaper ?? null, _WallPaper_, "flags2.7?WallPaper"],
|
|
6982
7017
|
];
|
|
6983
7018
|
}
|
|
6984
7019
|
constructor(params) {
|
|
@@ -7283,6 +7318,12 @@ class ChannelFull_ extends _ChatFull_ {
|
|
|
7283
7318
|
writable: true,
|
|
7284
7319
|
value: void 0
|
|
7285
7320
|
});
|
|
7321
|
+
Object.defineProperty(this, "wallpaper", {
|
|
7322
|
+
enumerable: true,
|
|
7323
|
+
configurable: true,
|
|
7324
|
+
writable: true,
|
|
7325
|
+
value: void 0
|
|
7326
|
+
});
|
|
7286
7327
|
this.can_view_participants = params.can_view_participants;
|
|
7287
7328
|
this.can_set_username = params.can_set_username;
|
|
7288
7329
|
this.can_set_stickers = params.can_set_stickers;
|
|
@@ -7333,6 +7374,7 @@ class ChannelFull_ extends _ChatFull_ {
|
|
|
7333
7374
|
this.default_send_as = params.default_send_as;
|
|
7334
7375
|
this.available_reactions = params.available_reactions;
|
|
7335
7376
|
this.stories = params.stories;
|
|
7377
|
+
this.wallpaper = params.wallpaper;
|
|
7336
7378
|
}
|
|
7337
7379
|
}
|
|
7338
7380
|
exports.ChannelFull_ = ChannelFull_;
|
|
@@ -8824,7 +8866,7 @@ class MessageMediaStory_ extends _MessageMedia_ {
|
|
|
8824
8866
|
exports.MessageMediaStory_ = MessageMediaStory_;
|
|
8825
8867
|
class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
8826
8868
|
get [_1_tl_object_js_1.id]() {
|
|
8827
|
-
return
|
|
8869
|
+
return 0xDAAD85B0;
|
|
8828
8870
|
}
|
|
8829
8871
|
static get [_1_tl_object_js_1.name]() {
|
|
8830
8872
|
return "messageMediaGiveaway";
|
|
@@ -8833,8 +8875,10 @@ class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
|
8833
8875
|
return [
|
|
8834
8876
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
8835
8877
|
["only_new_subscribers", "true", "flags.0?true"],
|
|
8878
|
+
["winners_are_visible", "true", "flags.2?true"],
|
|
8836
8879
|
["channels", ["bigint"], "Vector<long>"],
|
|
8837
8880
|
["countries_iso2", ["string"], "flags.1?Vector<string>"],
|
|
8881
|
+
["prize_description", "string", "flags.3?string"],
|
|
8838
8882
|
["quantity", "number", "int"],
|
|
8839
8883
|
["months", "number", "int"],
|
|
8840
8884
|
["until_date", "number", "int"],
|
|
@@ -8844,8 +8888,10 @@ class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
|
8844
8888
|
return [
|
|
8845
8889
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
8846
8890
|
[this.only_new_subscribers ?? null, "true", "flags.0?true"],
|
|
8891
|
+
[this.winners_are_visible ?? null, "true", "flags.2?true"],
|
|
8847
8892
|
[this.channels, ["bigint"], "Vector<long>"],
|
|
8848
8893
|
[this.countries_iso2 ?? null, ["string"], "flags.1?Vector<string>"],
|
|
8894
|
+
[this.prize_description ?? null, "string", "flags.3?string"],
|
|
8849
8895
|
[this.quantity, "number", "int"],
|
|
8850
8896
|
[this.months, "number", "int"],
|
|
8851
8897
|
[this.until_date, "number", "int"],
|
|
@@ -8859,6 +8905,12 @@ class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
|
8859
8905
|
writable: true,
|
|
8860
8906
|
value: void 0
|
|
8861
8907
|
});
|
|
8908
|
+
Object.defineProperty(this, "winners_are_visible", {
|
|
8909
|
+
enumerable: true,
|
|
8910
|
+
configurable: true,
|
|
8911
|
+
writable: true,
|
|
8912
|
+
value: void 0
|
|
8913
|
+
});
|
|
8862
8914
|
Object.defineProperty(this, "channels", {
|
|
8863
8915
|
enumerable: true,
|
|
8864
8916
|
configurable: true,
|
|
@@ -8871,6 +8923,12 @@ class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
|
8871
8923
|
writable: true,
|
|
8872
8924
|
value: void 0
|
|
8873
8925
|
});
|
|
8926
|
+
Object.defineProperty(this, "prize_description", {
|
|
8927
|
+
enumerable: true,
|
|
8928
|
+
configurable: true,
|
|
8929
|
+
writable: true,
|
|
8930
|
+
value: void 0
|
|
8931
|
+
});
|
|
8874
8932
|
Object.defineProperty(this, "quantity", {
|
|
8875
8933
|
enumerable: true,
|
|
8876
8934
|
configurable: true,
|
|
@@ -8890,134 +8948,143 @@ class MessageMediaGiveaway_ extends _MessageMedia_ {
|
|
|
8890
8948
|
value: void 0
|
|
8891
8949
|
});
|
|
8892
8950
|
this.only_new_subscribers = params.only_new_subscribers;
|
|
8951
|
+
this.winners_are_visible = params.winners_are_visible;
|
|
8893
8952
|
this.channels = params.channels;
|
|
8894
8953
|
this.countries_iso2 = params.countries_iso2;
|
|
8954
|
+
this.prize_description = params.prize_description;
|
|
8895
8955
|
this.quantity = params.quantity;
|
|
8896
8956
|
this.months = params.months;
|
|
8897
8957
|
this.until_date = params.until_date;
|
|
8898
8958
|
}
|
|
8899
8959
|
}
|
|
8900
8960
|
exports.MessageMediaGiveaway_ = MessageMediaGiveaway_;
|
|
8901
|
-
class
|
|
8961
|
+
class MessageMediaGiveawayResults_ extends _MessageMedia_ {
|
|
8902
8962
|
get [_1_tl_object_js_1.id]() {
|
|
8903
|
-
return
|
|
8963
|
+
return 0xC6991068;
|
|
8904
8964
|
}
|
|
8905
8965
|
static get [_1_tl_object_js_1.name]() {
|
|
8906
|
-
return "
|
|
8907
|
-
}
|
|
8908
|
-
static get [_1_tl_object_js_1.paramDesc]() {
|
|
8909
|
-
return [];
|
|
8910
|
-
}
|
|
8911
|
-
get [_1_tl_object_js_1.params]() {
|
|
8912
|
-
return [];
|
|
8913
|
-
}
|
|
8914
|
-
constructor() {
|
|
8915
|
-
super();
|
|
8916
|
-
}
|
|
8917
|
-
}
|
|
8918
|
-
exports.MessageActionEmpty_ = MessageActionEmpty_;
|
|
8919
|
-
class MessageActionChatCreate_ extends _MessageAction_ {
|
|
8920
|
-
get [_1_tl_object_js_1.id]() {
|
|
8921
|
-
return 0xBD47CBAD;
|
|
8922
|
-
}
|
|
8923
|
-
static get [_1_tl_object_js_1.name]() {
|
|
8924
|
-
return "messageActionChatCreate";
|
|
8966
|
+
return "messageMediaGiveawayResults";
|
|
8925
8967
|
}
|
|
8926
8968
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
8927
8969
|
return [
|
|
8928
|
-
["
|
|
8929
|
-
["
|
|
8970
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
8971
|
+
["only_new_subscribers", "true", "flags.0?true"],
|
|
8972
|
+
["refunded", "true", "flags.2?true"],
|
|
8973
|
+
["channel_id", "bigint", "long"],
|
|
8974
|
+
["additional_peers_count", "number", "flags.3?int"],
|
|
8975
|
+
["launch_msg_id", "number", "int"],
|
|
8976
|
+
["winners_count", "number", "int"],
|
|
8977
|
+
["unclaimed_count", "number", "int"],
|
|
8978
|
+
["winners", ["bigint"], "Vector<long>"],
|
|
8979
|
+
["months", "number", "int"],
|
|
8980
|
+
["prize_description", "string", "flags.1?string"],
|
|
8981
|
+
["until_date", "number", "int"],
|
|
8930
8982
|
];
|
|
8931
8983
|
}
|
|
8932
8984
|
get [_1_tl_object_js_1.params]() {
|
|
8933
8985
|
return [
|
|
8934
|
-
[
|
|
8935
|
-
[this.
|
|
8986
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
8987
|
+
[this.only_new_subscribers ?? null, "true", "flags.0?true"],
|
|
8988
|
+
[this.refunded ?? null, "true", "flags.2?true"],
|
|
8989
|
+
[this.channel_id, "bigint", "long"],
|
|
8990
|
+
[this.additional_peers_count ?? null, "number", "flags.3?int"],
|
|
8991
|
+
[this.launch_msg_id, "number", "int"],
|
|
8992
|
+
[this.winners_count, "number", "int"],
|
|
8993
|
+
[this.unclaimed_count, "number", "int"],
|
|
8994
|
+
[this.winners, ["bigint"], "Vector<long>"],
|
|
8995
|
+
[this.months, "number", "int"],
|
|
8996
|
+
[this.prize_description ?? null, "string", "flags.1?string"],
|
|
8997
|
+
[this.until_date, "number", "int"],
|
|
8936
8998
|
];
|
|
8937
8999
|
}
|
|
8938
9000
|
constructor(params) {
|
|
8939
9001
|
super();
|
|
8940
|
-
Object.defineProperty(this, "
|
|
9002
|
+
Object.defineProperty(this, "only_new_subscribers", {
|
|
8941
9003
|
enumerable: true,
|
|
8942
9004
|
configurable: true,
|
|
8943
9005
|
writable: true,
|
|
8944
9006
|
value: void 0
|
|
8945
9007
|
});
|
|
8946
|
-
Object.defineProperty(this, "
|
|
9008
|
+
Object.defineProperty(this, "refunded", {
|
|
8947
9009
|
enumerable: true,
|
|
8948
9010
|
configurable: true,
|
|
8949
9011
|
writable: true,
|
|
8950
9012
|
value: void 0
|
|
8951
9013
|
});
|
|
8952
|
-
this
|
|
8953
|
-
this.users = params.users;
|
|
8954
|
-
}
|
|
8955
|
-
}
|
|
8956
|
-
exports.MessageActionChatCreate_ = MessageActionChatCreate_;
|
|
8957
|
-
class MessageActionChatEditTitle_ extends _MessageAction_ {
|
|
8958
|
-
get [_1_tl_object_js_1.id]() {
|
|
8959
|
-
return 0xB5A1CE5A;
|
|
8960
|
-
}
|
|
8961
|
-
static get [_1_tl_object_js_1.name]() {
|
|
8962
|
-
return "messageActionChatEditTitle";
|
|
8963
|
-
}
|
|
8964
|
-
static get [_1_tl_object_js_1.paramDesc]() {
|
|
8965
|
-
return [
|
|
8966
|
-
["title", "string", "string"],
|
|
8967
|
-
];
|
|
8968
|
-
}
|
|
8969
|
-
get [_1_tl_object_js_1.params]() {
|
|
8970
|
-
return [
|
|
8971
|
-
[this.title, "string", "string"],
|
|
8972
|
-
];
|
|
8973
|
-
}
|
|
8974
|
-
constructor(params) {
|
|
8975
|
-
super();
|
|
8976
|
-
Object.defineProperty(this, "title", {
|
|
9014
|
+
Object.defineProperty(this, "channel_id", {
|
|
8977
9015
|
enumerable: true,
|
|
8978
9016
|
configurable: true,
|
|
8979
9017
|
writable: true,
|
|
8980
9018
|
value: void 0
|
|
8981
9019
|
});
|
|
8982
|
-
this
|
|
8983
|
-
}
|
|
8984
|
-
}
|
|
8985
|
-
exports.MessageActionChatEditTitle_ = MessageActionChatEditTitle_;
|
|
8986
|
-
class MessageActionChatEditPhoto_ extends _MessageAction_ {
|
|
8987
|
-
get [_1_tl_object_js_1.id]() {
|
|
8988
|
-
return 0x7FCB13A8;
|
|
8989
|
-
}
|
|
8990
|
-
static get [_1_tl_object_js_1.name]() {
|
|
8991
|
-
return "messageActionChatEditPhoto";
|
|
8992
|
-
}
|
|
8993
|
-
static get [_1_tl_object_js_1.paramDesc]() {
|
|
8994
|
-
return [
|
|
8995
|
-
["photo", _Photo_, "Photo"],
|
|
8996
|
-
];
|
|
8997
|
-
}
|
|
8998
|
-
get [_1_tl_object_js_1.params]() {
|
|
8999
|
-
return [
|
|
9000
|
-
[this.photo, _Photo_, "Photo"],
|
|
9001
|
-
];
|
|
9002
|
-
}
|
|
9003
|
-
constructor(params) {
|
|
9004
|
-
super();
|
|
9005
|
-
Object.defineProperty(this, "photo", {
|
|
9020
|
+
Object.defineProperty(this, "additional_peers_count", {
|
|
9006
9021
|
enumerable: true,
|
|
9007
9022
|
configurable: true,
|
|
9008
9023
|
writable: true,
|
|
9009
9024
|
value: void 0
|
|
9010
9025
|
});
|
|
9011
|
-
this
|
|
9026
|
+
Object.defineProperty(this, "launch_msg_id", {
|
|
9027
|
+
enumerable: true,
|
|
9028
|
+
configurable: true,
|
|
9029
|
+
writable: true,
|
|
9030
|
+
value: void 0
|
|
9031
|
+
});
|
|
9032
|
+
Object.defineProperty(this, "winners_count", {
|
|
9033
|
+
enumerable: true,
|
|
9034
|
+
configurable: true,
|
|
9035
|
+
writable: true,
|
|
9036
|
+
value: void 0
|
|
9037
|
+
});
|
|
9038
|
+
Object.defineProperty(this, "unclaimed_count", {
|
|
9039
|
+
enumerable: true,
|
|
9040
|
+
configurable: true,
|
|
9041
|
+
writable: true,
|
|
9042
|
+
value: void 0
|
|
9043
|
+
});
|
|
9044
|
+
Object.defineProperty(this, "winners", {
|
|
9045
|
+
enumerable: true,
|
|
9046
|
+
configurable: true,
|
|
9047
|
+
writable: true,
|
|
9048
|
+
value: void 0
|
|
9049
|
+
});
|
|
9050
|
+
Object.defineProperty(this, "months", {
|
|
9051
|
+
enumerable: true,
|
|
9052
|
+
configurable: true,
|
|
9053
|
+
writable: true,
|
|
9054
|
+
value: void 0
|
|
9055
|
+
});
|
|
9056
|
+
Object.defineProperty(this, "prize_description", {
|
|
9057
|
+
enumerable: true,
|
|
9058
|
+
configurable: true,
|
|
9059
|
+
writable: true,
|
|
9060
|
+
value: void 0
|
|
9061
|
+
});
|
|
9062
|
+
Object.defineProperty(this, "until_date", {
|
|
9063
|
+
enumerable: true,
|
|
9064
|
+
configurable: true,
|
|
9065
|
+
writable: true,
|
|
9066
|
+
value: void 0
|
|
9067
|
+
});
|
|
9068
|
+
this.only_new_subscribers = params.only_new_subscribers;
|
|
9069
|
+
this.refunded = params.refunded;
|
|
9070
|
+
this.channel_id = params.channel_id;
|
|
9071
|
+
this.additional_peers_count = params.additional_peers_count;
|
|
9072
|
+
this.launch_msg_id = params.launch_msg_id;
|
|
9073
|
+
this.winners_count = params.winners_count;
|
|
9074
|
+
this.unclaimed_count = params.unclaimed_count;
|
|
9075
|
+
this.winners = params.winners;
|
|
9076
|
+
this.months = params.months;
|
|
9077
|
+
this.prize_description = params.prize_description;
|
|
9078
|
+
this.until_date = params.until_date;
|
|
9012
9079
|
}
|
|
9013
9080
|
}
|
|
9014
|
-
exports.
|
|
9015
|
-
class
|
|
9081
|
+
exports.MessageMediaGiveawayResults_ = MessageMediaGiveawayResults_;
|
|
9082
|
+
class MessageActionEmpty_ extends _MessageAction_ {
|
|
9016
9083
|
get [_1_tl_object_js_1.id]() {
|
|
9017
|
-
return
|
|
9084
|
+
return 0xB6AEF7B0;
|
|
9018
9085
|
}
|
|
9019
9086
|
static get [_1_tl_object_js_1.name]() {
|
|
9020
|
-
return "
|
|
9087
|
+
return "messageActionEmpty";
|
|
9021
9088
|
}
|
|
9022
9089
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9023
9090
|
return [];
|
|
@@ -9029,100 +9096,214 @@ class MessageActionChatDeletePhoto_ extends _MessageAction_ {
|
|
|
9029
9096
|
super();
|
|
9030
9097
|
}
|
|
9031
9098
|
}
|
|
9032
|
-
exports.
|
|
9033
|
-
class
|
|
9099
|
+
exports.MessageActionEmpty_ = MessageActionEmpty_;
|
|
9100
|
+
class MessageActionChatCreate_ extends _MessageAction_ {
|
|
9034
9101
|
get [_1_tl_object_js_1.id]() {
|
|
9035
|
-
return
|
|
9102
|
+
return 0xBD47CBAD;
|
|
9036
9103
|
}
|
|
9037
9104
|
static get [_1_tl_object_js_1.name]() {
|
|
9038
|
-
return "
|
|
9105
|
+
return "messageActionChatCreate";
|
|
9039
9106
|
}
|
|
9040
9107
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9041
9108
|
return [
|
|
9109
|
+
["title", "string", "string"],
|
|
9042
9110
|
["users", ["bigint"], "Vector<long>"],
|
|
9043
9111
|
];
|
|
9044
9112
|
}
|
|
9045
9113
|
get [_1_tl_object_js_1.params]() {
|
|
9046
9114
|
return [
|
|
9115
|
+
[this.title, "string", "string"],
|
|
9047
9116
|
[this.users, ["bigint"], "Vector<long>"],
|
|
9048
9117
|
];
|
|
9049
9118
|
}
|
|
9050
9119
|
constructor(params) {
|
|
9051
9120
|
super();
|
|
9052
|
-
Object.defineProperty(this, "
|
|
9053
|
-
enumerable: true,
|
|
9054
|
-
configurable: true,
|
|
9055
|
-
writable: true,
|
|
9056
|
-
value: void 0
|
|
9057
|
-
});
|
|
9058
|
-
this.users = params.users;
|
|
9059
|
-
}
|
|
9060
|
-
}
|
|
9061
|
-
exports.MessageActionChatAddUser_ = MessageActionChatAddUser_;
|
|
9062
|
-
class MessageActionChatDeleteUser_ extends _MessageAction_ {
|
|
9063
|
-
get [_1_tl_object_js_1.id]() {
|
|
9064
|
-
return 0xA43F30CC;
|
|
9065
|
-
}
|
|
9066
|
-
static get [_1_tl_object_js_1.name]() {
|
|
9067
|
-
return "messageActionChatDeleteUser";
|
|
9068
|
-
}
|
|
9069
|
-
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9070
|
-
return [
|
|
9071
|
-
["user_id", "bigint", "long"],
|
|
9072
|
-
];
|
|
9073
|
-
}
|
|
9074
|
-
get [_1_tl_object_js_1.params]() {
|
|
9075
|
-
return [
|
|
9076
|
-
[this.user_id, "bigint", "long"],
|
|
9077
|
-
];
|
|
9078
|
-
}
|
|
9079
|
-
constructor(params) {
|
|
9080
|
-
super();
|
|
9081
|
-
Object.defineProperty(this, "user_id", {
|
|
9121
|
+
Object.defineProperty(this, "title", {
|
|
9082
9122
|
enumerable: true,
|
|
9083
9123
|
configurable: true,
|
|
9084
9124
|
writable: true,
|
|
9085
9125
|
value: void 0
|
|
9086
9126
|
});
|
|
9087
|
-
this
|
|
9088
|
-
}
|
|
9089
|
-
}
|
|
9090
|
-
exports.MessageActionChatDeleteUser_ = MessageActionChatDeleteUser_;
|
|
9091
|
-
class MessageActionChatJoinedByLink_ extends _MessageAction_ {
|
|
9092
|
-
get [_1_tl_object_js_1.id]() {
|
|
9093
|
-
return 0x031224C3;
|
|
9094
|
-
}
|
|
9095
|
-
static get [_1_tl_object_js_1.name]() {
|
|
9096
|
-
return "messageActionChatJoinedByLink";
|
|
9097
|
-
}
|
|
9098
|
-
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9099
|
-
return [
|
|
9100
|
-
["inviter_id", "bigint", "long"],
|
|
9101
|
-
];
|
|
9102
|
-
}
|
|
9103
|
-
get [_1_tl_object_js_1.params]() {
|
|
9104
|
-
return [
|
|
9105
|
-
[this.inviter_id, "bigint", "long"],
|
|
9106
|
-
];
|
|
9107
|
-
}
|
|
9108
|
-
constructor(params) {
|
|
9109
|
-
super();
|
|
9110
|
-
Object.defineProperty(this, "inviter_id", {
|
|
9127
|
+
Object.defineProperty(this, "users", {
|
|
9111
9128
|
enumerable: true,
|
|
9112
9129
|
configurable: true,
|
|
9113
9130
|
writable: true,
|
|
9114
9131
|
value: void 0
|
|
9115
9132
|
});
|
|
9116
|
-
this.
|
|
9133
|
+
this.title = params.title;
|
|
9134
|
+
this.users = params.users;
|
|
9117
9135
|
}
|
|
9118
9136
|
}
|
|
9119
|
-
exports.
|
|
9120
|
-
class
|
|
9137
|
+
exports.MessageActionChatCreate_ = MessageActionChatCreate_;
|
|
9138
|
+
class MessageActionChatEditTitle_ extends _MessageAction_ {
|
|
9121
9139
|
get [_1_tl_object_js_1.id]() {
|
|
9122
|
-
return
|
|
9140
|
+
return 0xB5A1CE5A;
|
|
9123
9141
|
}
|
|
9124
9142
|
static get [_1_tl_object_js_1.name]() {
|
|
9125
|
-
return "
|
|
9143
|
+
return "messageActionChatEditTitle";
|
|
9144
|
+
}
|
|
9145
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9146
|
+
return [
|
|
9147
|
+
["title", "string", "string"],
|
|
9148
|
+
];
|
|
9149
|
+
}
|
|
9150
|
+
get [_1_tl_object_js_1.params]() {
|
|
9151
|
+
return [
|
|
9152
|
+
[this.title, "string", "string"],
|
|
9153
|
+
];
|
|
9154
|
+
}
|
|
9155
|
+
constructor(params) {
|
|
9156
|
+
super();
|
|
9157
|
+
Object.defineProperty(this, "title", {
|
|
9158
|
+
enumerable: true,
|
|
9159
|
+
configurable: true,
|
|
9160
|
+
writable: true,
|
|
9161
|
+
value: void 0
|
|
9162
|
+
});
|
|
9163
|
+
this.title = params.title;
|
|
9164
|
+
}
|
|
9165
|
+
}
|
|
9166
|
+
exports.MessageActionChatEditTitle_ = MessageActionChatEditTitle_;
|
|
9167
|
+
class MessageActionChatEditPhoto_ extends _MessageAction_ {
|
|
9168
|
+
get [_1_tl_object_js_1.id]() {
|
|
9169
|
+
return 0x7FCB13A8;
|
|
9170
|
+
}
|
|
9171
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9172
|
+
return "messageActionChatEditPhoto";
|
|
9173
|
+
}
|
|
9174
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9175
|
+
return [
|
|
9176
|
+
["photo", _Photo_, "Photo"],
|
|
9177
|
+
];
|
|
9178
|
+
}
|
|
9179
|
+
get [_1_tl_object_js_1.params]() {
|
|
9180
|
+
return [
|
|
9181
|
+
[this.photo, _Photo_, "Photo"],
|
|
9182
|
+
];
|
|
9183
|
+
}
|
|
9184
|
+
constructor(params) {
|
|
9185
|
+
super();
|
|
9186
|
+
Object.defineProperty(this, "photo", {
|
|
9187
|
+
enumerable: true,
|
|
9188
|
+
configurable: true,
|
|
9189
|
+
writable: true,
|
|
9190
|
+
value: void 0
|
|
9191
|
+
});
|
|
9192
|
+
this.photo = params.photo;
|
|
9193
|
+
}
|
|
9194
|
+
}
|
|
9195
|
+
exports.MessageActionChatEditPhoto_ = MessageActionChatEditPhoto_;
|
|
9196
|
+
class MessageActionChatDeletePhoto_ extends _MessageAction_ {
|
|
9197
|
+
get [_1_tl_object_js_1.id]() {
|
|
9198
|
+
return 0x95E3FBEF;
|
|
9199
|
+
}
|
|
9200
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9201
|
+
return "messageActionChatDeletePhoto";
|
|
9202
|
+
}
|
|
9203
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9204
|
+
return [];
|
|
9205
|
+
}
|
|
9206
|
+
get [_1_tl_object_js_1.params]() {
|
|
9207
|
+
return [];
|
|
9208
|
+
}
|
|
9209
|
+
constructor() {
|
|
9210
|
+
super();
|
|
9211
|
+
}
|
|
9212
|
+
}
|
|
9213
|
+
exports.MessageActionChatDeletePhoto_ = MessageActionChatDeletePhoto_;
|
|
9214
|
+
class MessageActionChatAddUser_ extends _MessageAction_ {
|
|
9215
|
+
get [_1_tl_object_js_1.id]() {
|
|
9216
|
+
return 0x15CEFD00;
|
|
9217
|
+
}
|
|
9218
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9219
|
+
return "messageActionChatAddUser";
|
|
9220
|
+
}
|
|
9221
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9222
|
+
return [
|
|
9223
|
+
["users", ["bigint"], "Vector<long>"],
|
|
9224
|
+
];
|
|
9225
|
+
}
|
|
9226
|
+
get [_1_tl_object_js_1.params]() {
|
|
9227
|
+
return [
|
|
9228
|
+
[this.users, ["bigint"], "Vector<long>"],
|
|
9229
|
+
];
|
|
9230
|
+
}
|
|
9231
|
+
constructor(params) {
|
|
9232
|
+
super();
|
|
9233
|
+
Object.defineProperty(this, "users", {
|
|
9234
|
+
enumerable: true,
|
|
9235
|
+
configurable: true,
|
|
9236
|
+
writable: true,
|
|
9237
|
+
value: void 0
|
|
9238
|
+
});
|
|
9239
|
+
this.users = params.users;
|
|
9240
|
+
}
|
|
9241
|
+
}
|
|
9242
|
+
exports.MessageActionChatAddUser_ = MessageActionChatAddUser_;
|
|
9243
|
+
class MessageActionChatDeleteUser_ extends _MessageAction_ {
|
|
9244
|
+
get [_1_tl_object_js_1.id]() {
|
|
9245
|
+
return 0xA43F30CC;
|
|
9246
|
+
}
|
|
9247
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9248
|
+
return "messageActionChatDeleteUser";
|
|
9249
|
+
}
|
|
9250
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9251
|
+
return [
|
|
9252
|
+
["user_id", "bigint", "long"],
|
|
9253
|
+
];
|
|
9254
|
+
}
|
|
9255
|
+
get [_1_tl_object_js_1.params]() {
|
|
9256
|
+
return [
|
|
9257
|
+
[this.user_id, "bigint", "long"],
|
|
9258
|
+
];
|
|
9259
|
+
}
|
|
9260
|
+
constructor(params) {
|
|
9261
|
+
super();
|
|
9262
|
+
Object.defineProperty(this, "user_id", {
|
|
9263
|
+
enumerable: true,
|
|
9264
|
+
configurable: true,
|
|
9265
|
+
writable: true,
|
|
9266
|
+
value: void 0
|
|
9267
|
+
});
|
|
9268
|
+
this.user_id = params.user_id;
|
|
9269
|
+
}
|
|
9270
|
+
}
|
|
9271
|
+
exports.MessageActionChatDeleteUser_ = MessageActionChatDeleteUser_;
|
|
9272
|
+
class MessageActionChatJoinedByLink_ extends _MessageAction_ {
|
|
9273
|
+
get [_1_tl_object_js_1.id]() {
|
|
9274
|
+
return 0x031224C3;
|
|
9275
|
+
}
|
|
9276
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9277
|
+
return "messageActionChatJoinedByLink";
|
|
9278
|
+
}
|
|
9279
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9280
|
+
return [
|
|
9281
|
+
["inviter_id", "bigint", "long"],
|
|
9282
|
+
];
|
|
9283
|
+
}
|
|
9284
|
+
get [_1_tl_object_js_1.params]() {
|
|
9285
|
+
return [
|
|
9286
|
+
[this.inviter_id, "bigint", "long"],
|
|
9287
|
+
];
|
|
9288
|
+
}
|
|
9289
|
+
constructor(params) {
|
|
9290
|
+
super();
|
|
9291
|
+
Object.defineProperty(this, "inviter_id", {
|
|
9292
|
+
enumerable: true,
|
|
9293
|
+
configurable: true,
|
|
9294
|
+
writable: true,
|
|
9295
|
+
value: void 0
|
|
9296
|
+
});
|
|
9297
|
+
this.inviter_id = params.inviter_id;
|
|
9298
|
+
}
|
|
9299
|
+
}
|
|
9300
|
+
exports.MessageActionChatJoinedByLink_ = MessageActionChatJoinedByLink_;
|
|
9301
|
+
class MessageActionChannelCreate_ extends _MessageAction_ {
|
|
9302
|
+
get [_1_tl_object_js_1.id]() {
|
|
9303
|
+
return 0x95D2AC92;
|
|
9304
|
+
}
|
|
9305
|
+
static get [_1_tl_object_js_1.name]() {
|
|
9306
|
+
return "messageActionChannelCreate";
|
|
9126
9307
|
}
|
|
9127
9308
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
9128
9309
|
return [
|
|
@@ -10218,7 +10399,7 @@ class MessageActionSuggestProfilePhoto_ extends _MessageAction_ {
|
|
|
10218
10399
|
exports.MessageActionSuggestProfilePhoto_ = MessageActionSuggestProfilePhoto_;
|
|
10219
10400
|
class MessageActionRequestedPeer_ extends _MessageAction_ {
|
|
10220
10401
|
get [_1_tl_object_js_1.id]() {
|
|
10221
|
-
return
|
|
10402
|
+
return 0x31518E9B;
|
|
10222
10403
|
}
|
|
10223
10404
|
static get [_1_tl_object_js_1.name]() {
|
|
10224
10405
|
return "messageActionRequestedPeer";
|
|
@@ -10226,13 +10407,13 @@ class MessageActionRequestedPeer_ extends _MessageAction_ {
|
|
|
10226
10407
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
10227
10408
|
return [
|
|
10228
10409
|
["button_id", "number", "int"],
|
|
10229
|
-
["
|
|
10410
|
+
["peers", [_Peer_], "Vector<Peer>"],
|
|
10230
10411
|
];
|
|
10231
10412
|
}
|
|
10232
10413
|
get [_1_tl_object_js_1.params]() {
|
|
10233
10414
|
return [
|
|
10234
10415
|
[this.button_id, "number", "int"],
|
|
10235
|
-
[this.
|
|
10416
|
+
[this.peers, [_Peer_], "Vector<Peer>"],
|
|
10236
10417
|
];
|
|
10237
10418
|
}
|
|
10238
10419
|
constructor(params) {
|
|
@@ -10243,14 +10424,14 @@ class MessageActionRequestedPeer_ extends _MessageAction_ {
|
|
|
10243
10424
|
writable: true,
|
|
10244
10425
|
value: void 0
|
|
10245
10426
|
});
|
|
10246
|
-
Object.defineProperty(this, "
|
|
10427
|
+
Object.defineProperty(this, "peers", {
|
|
10247
10428
|
enumerable: true,
|
|
10248
10429
|
configurable: true,
|
|
10249
10430
|
writable: true,
|
|
10250
10431
|
value: void 0
|
|
10251
10432
|
});
|
|
10252
10433
|
this.button_id = params.button_id;
|
|
10253
|
-
this.
|
|
10434
|
+
this.peers = params.peers;
|
|
10254
10435
|
}
|
|
10255
10436
|
}
|
|
10256
10437
|
exports.MessageActionRequestedPeer_ = MessageActionRequestedPeer_;
|
|
@@ -10305,7 +10486,7 @@ class MessageActionSetChatWallPaper_ extends _MessageAction_ {
|
|
|
10305
10486
|
exports.MessageActionSetChatWallPaper_ = MessageActionSetChatWallPaper_;
|
|
10306
10487
|
class MessageActionGiftCode_ extends _MessageAction_ {
|
|
10307
10488
|
get [_1_tl_object_js_1.id]() {
|
|
10308
|
-
return
|
|
10489
|
+
return 0x678C2E09;
|
|
10309
10490
|
}
|
|
10310
10491
|
static get [_1_tl_object_js_1.name]() {
|
|
10311
10492
|
return "messageActionGiftCode";
|
|
@@ -10318,6 +10499,10 @@ class MessageActionGiftCode_ extends _MessageAction_ {
|
|
|
10318
10499
|
["boost_peer", _Peer_, "flags.1?Peer"],
|
|
10319
10500
|
["months", "number", "int"],
|
|
10320
10501
|
["slug", "string", "string"],
|
|
10502
|
+
["currency", "string", "flags.2?string"],
|
|
10503
|
+
["amount", "bigint", "flags.2?long"],
|
|
10504
|
+
["crypto_currency", "string", "flags.3?string"],
|
|
10505
|
+
["crypto_amount", "bigint", "flags.3?long"],
|
|
10321
10506
|
];
|
|
10322
10507
|
}
|
|
10323
10508
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -10328,6 +10513,10 @@ class MessageActionGiftCode_ extends _MessageAction_ {
|
|
|
10328
10513
|
[this.boost_peer ?? null, _Peer_, "flags.1?Peer"],
|
|
10329
10514
|
[this.months, "number", "int"],
|
|
10330
10515
|
[this.slug, "string", "string"],
|
|
10516
|
+
[this.currency ?? null, "string", "flags.2?string"],
|
|
10517
|
+
[this.amount ?? null, "bigint", "flags.2?long"],
|
|
10518
|
+
[this.crypto_currency ?? null, "string", "flags.3?string"],
|
|
10519
|
+
[this.crypto_amount ?? null, "bigint", "flags.3?long"],
|
|
10331
10520
|
];
|
|
10332
10521
|
}
|
|
10333
10522
|
constructor(params) {
|
|
@@ -10362,11 +10551,39 @@ class MessageActionGiftCode_ extends _MessageAction_ {
|
|
|
10362
10551
|
writable: true,
|
|
10363
10552
|
value: void 0
|
|
10364
10553
|
});
|
|
10554
|
+
Object.defineProperty(this, "currency", {
|
|
10555
|
+
enumerable: true,
|
|
10556
|
+
configurable: true,
|
|
10557
|
+
writable: true,
|
|
10558
|
+
value: void 0
|
|
10559
|
+
});
|
|
10560
|
+
Object.defineProperty(this, "amount", {
|
|
10561
|
+
enumerable: true,
|
|
10562
|
+
configurable: true,
|
|
10563
|
+
writable: true,
|
|
10564
|
+
value: void 0
|
|
10565
|
+
});
|
|
10566
|
+
Object.defineProperty(this, "crypto_currency", {
|
|
10567
|
+
enumerable: true,
|
|
10568
|
+
configurable: true,
|
|
10569
|
+
writable: true,
|
|
10570
|
+
value: void 0
|
|
10571
|
+
});
|
|
10572
|
+
Object.defineProperty(this, "crypto_amount", {
|
|
10573
|
+
enumerable: true,
|
|
10574
|
+
configurable: true,
|
|
10575
|
+
writable: true,
|
|
10576
|
+
value: void 0
|
|
10577
|
+
});
|
|
10365
10578
|
this.via_giveaway = params.via_giveaway;
|
|
10366
10579
|
this.unclaimed = params.unclaimed;
|
|
10367
10580
|
this.boost_peer = params.boost_peer;
|
|
10368
10581
|
this.months = params.months;
|
|
10369
10582
|
this.slug = params.slug;
|
|
10583
|
+
this.currency = params.currency;
|
|
10584
|
+
this.amount = params.amount;
|
|
10585
|
+
this.crypto_currency = params.crypto_currency;
|
|
10586
|
+
this.crypto_amount = params.crypto_amount;
|
|
10370
10587
|
}
|
|
10371
10588
|
}
|
|
10372
10589
|
exports.MessageActionGiftCode_ = MessageActionGiftCode_;
|
|
@@ -18933,6 +19150,154 @@ class UpdatePeerWallpaper_ extends _Update_ {
|
|
|
18933
19150
|
}
|
|
18934
19151
|
}
|
|
18935
19152
|
exports.UpdatePeerWallpaper_ = UpdatePeerWallpaper_;
|
|
19153
|
+
class UpdateBotMessageReaction_ extends _Update_ {
|
|
19154
|
+
get [_1_tl_object_js_1.id]() {
|
|
19155
|
+
return 0xAC21D3CE;
|
|
19156
|
+
}
|
|
19157
|
+
static get [_1_tl_object_js_1.name]() {
|
|
19158
|
+
return "updateBotMessageReaction";
|
|
19159
|
+
}
|
|
19160
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
19161
|
+
return [
|
|
19162
|
+
["peer", _Peer_, "Peer"],
|
|
19163
|
+
["msg_id", "number", "int"],
|
|
19164
|
+
["date", "number", "int"],
|
|
19165
|
+
["actor", _Peer_, "Peer"],
|
|
19166
|
+
["old_reactions", [_Reaction_], "Vector<Reaction>"],
|
|
19167
|
+
["new_reactions", [_Reaction_], "Vector<Reaction>"],
|
|
19168
|
+
["qts", "number", "int"],
|
|
19169
|
+
];
|
|
19170
|
+
}
|
|
19171
|
+
get [_1_tl_object_js_1.params]() {
|
|
19172
|
+
return [
|
|
19173
|
+
[this.peer, _Peer_, "Peer"],
|
|
19174
|
+
[this.msg_id, "number", "int"],
|
|
19175
|
+
[this.date, "number", "int"],
|
|
19176
|
+
[this.actor, _Peer_, "Peer"],
|
|
19177
|
+
[this.old_reactions, [_Reaction_], "Vector<Reaction>"],
|
|
19178
|
+
[this.new_reactions, [_Reaction_], "Vector<Reaction>"],
|
|
19179
|
+
[this.qts, "number", "int"],
|
|
19180
|
+
];
|
|
19181
|
+
}
|
|
19182
|
+
constructor(params) {
|
|
19183
|
+
super();
|
|
19184
|
+
Object.defineProperty(this, "peer", {
|
|
19185
|
+
enumerable: true,
|
|
19186
|
+
configurable: true,
|
|
19187
|
+
writable: true,
|
|
19188
|
+
value: void 0
|
|
19189
|
+
});
|
|
19190
|
+
Object.defineProperty(this, "msg_id", {
|
|
19191
|
+
enumerable: true,
|
|
19192
|
+
configurable: true,
|
|
19193
|
+
writable: true,
|
|
19194
|
+
value: void 0
|
|
19195
|
+
});
|
|
19196
|
+
Object.defineProperty(this, "date", {
|
|
19197
|
+
enumerable: true,
|
|
19198
|
+
configurable: true,
|
|
19199
|
+
writable: true,
|
|
19200
|
+
value: void 0
|
|
19201
|
+
});
|
|
19202
|
+
Object.defineProperty(this, "actor", {
|
|
19203
|
+
enumerable: true,
|
|
19204
|
+
configurable: true,
|
|
19205
|
+
writable: true,
|
|
19206
|
+
value: void 0
|
|
19207
|
+
});
|
|
19208
|
+
Object.defineProperty(this, "old_reactions", {
|
|
19209
|
+
enumerable: true,
|
|
19210
|
+
configurable: true,
|
|
19211
|
+
writable: true,
|
|
19212
|
+
value: void 0
|
|
19213
|
+
});
|
|
19214
|
+
Object.defineProperty(this, "new_reactions", {
|
|
19215
|
+
enumerable: true,
|
|
19216
|
+
configurable: true,
|
|
19217
|
+
writable: true,
|
|
19218
|
+
value: void 0
|
|
19219
|
+
});
|
|
19220
|
+
Object.defineProperty(this, "qts", {
|
|
19221
|
+
enumerable: true,
|
|
19222
|
+
configurable: true,
|
|
19223
|
+
writable: true,
|
|
19224
|
+
value: void 0
|
|
19225
|
+
});
|
|
19226
|
+
this.peer = params.peer;
|
|
19227
|
+
this.msg_id = params.msg_id;
|
|
19228
|
+
this.date = params.date;
|
|
19229
|
+
this.actor = params.actor;
|
|
19230
|
+
this.old_reactions = params.old_reactions;
|
|
19231
|
+
this.new_reactions = params.new_reactions;
|
|
19232
|
+
this.qts = params.qts;
|
|
19233
|
+
}
|
|
19234
|
+
}
|
|
19235
|
+
exports.UpdateBotMessageReaction_ = UpdateBotMessageReaction_;
|
|
19236
|
+
class UpdateBotMessageReactions_ extends _Update_ {
|
|
19237
|
+
get [_1_tl_object_js_1.id]() {
|
|
19238
|
+
return 0x09CB7759;
|
|
19239
|
+
}
|
|
19240
|
+
static get [_1_tl_object_js_1.name]() {
|
|
19241
|
+
return "updateBotMessageReactions";
|
|
19242
|
+
}
|
|
19243
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
19244
|
+
return [
|
|
19245
|
+
["peer", _Peer_, "Peer"],
|
|
19246
|
+
["msg_id", "number", "int"],
|
|
19247
|
+
["date", "number", "int"],
|
|
19248
|
+
["reactions", [_ReactionCount_], "Vector<ReactionCount>"],
|
|
19249
|
+
["qts", "number", "int"],
|
|
19250
|
+
];
|
|
19251
|
+
}
|
|
19252
|
+
get [_1_tl_object_js_1.params]() {
|
|
19253
|
+
return [
|
|
19254
|
+
[this.peer, _Peer_, "Peer"],
|
|
19255
|
+
[this.msg_id, "number", "int"],
|
|
19256
|
+
[this.date, "number", "int"],
|
|
19257
|
+
[this.reactions, [_ReactionCount_], "Vector<ReactionCount>"],
|
|
19258
|
+
[this.qts, "number", "int"],
|
|
19259
|
+
];
|
|
19260
|
+
}
|
|
19261
|
+
constructor(params) {
|
|
19262
|
+
super();
|
|
19263
|
+
Object.defineProperty(this, "peer", {
|
|
19264
|
+
enumerable: true,
|
|
19265
|
+
configurable: true,
|
|
19266
|
+
writable: true,
|
|
19267
|
+
value: void 0
|
|
19268
|
+
});
|
|
19269
|
+
Object.defineProperty(this, "msg_id", {
|
|
19270
|
+
enumerable: true,
|
|
19271
|
+
configurable: true,
|
|
19272
|
+
writable: true,
|
|
19273
|
+
value: void 0
|
|
19274
|
+
});
|
|
19275
|
+
Object.defineProperty(this, "date", {
|
|
19276
|
+
enumerable: true,
|
|
19277
|
+
configurable: true,
|
|
19278
|
+
writable: true,
|
|
19279
|
+
value: void 0
|
|
19280
|
+
});
|
|
19281
|
+
Object.defineProperty(this, "reactions", {
|
|
19282
|
+
enumerable: true,
|
|
19283
|
+
configurable: true,
|
|
19284
|
+
writable: true,
|
|
19285
|
+
value: void 0
|
|
19286
|
+
});
|
|
19287
|
+
Object.defineProperty(this, "qts", {
|
|
19288
|
+
enumerable: true,
|
|
19289
|
+
configurable: true,
|
|
19290
|
+
writable: true,
|
|
19291
|
+
value: void 0
|
|
19292
|
+
});
|
|
19293
|
+
this.peer = params.peer;
|
|
19294
|
+
this.msg_id = params.msg_id;
|
|
19295
|
+
this.date = params.date;
|
|
19296
|
+
this.reactions = params.reactions;
|
|
19297
|
+
this.qts = params.qts;
|
|
19298
|
+
}
|
|
19299
|
+
}
|
|
19300
|
+
exports.UpdateBotMessageReactions_ = UpdateBotMessageReactions_;
|
|
18936
19301
|
class updates_State_ extends _updates_State_ {
|
|
18937
19302
|
get [_1_tl_object_js_1.id]() {
|
|
18938
19303
|
return 0xA56C2A3E;
|
|
@@ -25351,6 +25716,24 @@ class InputStickerSetEmojiDefaultTopicIcons_ extends _InputStickerSet_ {
|
|
|
25351
25716
|
}
|
|
25352
25717
|
}
|
|
25353
25718
|
exports.InputStickerSetEmojiDefaultTopicIcons_ = InputStickerSetEmojiDefaultTopicIcons_;
|
|
25719
|
+
class InputStickerSetEmojiChannelDefaultStatuses_ extends _InputStickerSet_ {
|
|
25720
|
+
get [_1_tl_object_js_1.id]() {
|
|
25721
|
+
return 0x49748553;
|
|
25722
|
+
}
|
|
25723
|
+
static get [_1_tl_object_js_1.name]() {
|
|
25724
|
+
return "inputStickerSetEmojiChannelDefaultStatuses";
|
|
25725
|
+
}
|
|
25726
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
25727
|
+
return [];
|
|
25728
|
+
}
|
|
25729
|
+
get [_1_tl_object_js_1.params]() {
|
|
25730
|
+
return [];
|
|
25731
|
+
}
|
|
25732
|
+
constructor() {
|
|
25733
|
+
super();
|
|
25734
|
+
}
|
|
25735
|
+
}
|
|
25736
|
+
exports.InputStickerSetEmojiChannelDefaultStatuses_ = InputStickerSetEmojiChannelDefaultStatuses_;
|
|
25354
25737
|
class StickerSet_ extends _StickerSet_ {
|
|
25355
25738
|
get [_1_tl_object_js_1.id]() {
|
|
25356
25739
|
return 0x2DD14EDC;
|
|
@@ -25368,6 +25751,7 @@ class StickerSet_ extends _StickerSet_ {
|
|
|
25368
25751
|
["videos", "true", "flags.6?true"],
|
|
25369
25752
|
["emojis", "true", "flags.7?true"],
|
|
25370
25753
|
["text_color", "true", "flags.9?true"],
|
|
25754
|
+
["channel_emoji_status", "true", "flags.10?true"],
|
|
25371
25755
|
["installed_date", "number", "flags.0?int"],
|
|
25372
25756
|
["id", "bigint", "long"],
|
|
25373
25757
|
["access_hash", "bigint", "long"],
|
|
@@ -25391,6 +25775,7 @@ class StickerSet_ extends _StickerSet_ {
|
|
|
25391
25775
|
[this.videos ?? null, "true", "flags.6?true"],
|
|
25392
25776
|
[this.emojis ?? null, "true", "flags.7?true"],
|
|
25393
25777
|
[this.text_color ?? null, "true", "flags.9?true"],
|
|
25778
|
+
[this.channel_emoji_status ?? null, "true", "flags.10?true"],
|
|
25394
25779
|
[this.installed_date ?? null, "number", "flags.0?int"],
|
|
25395
25780
|
[this.id, "bigint", "long"],
|
|
25396
25781
|
[this.access_hash, "bigint", "long"],
|
|
@@ -25448,6 +25833,12 @@ class StickerSet_ extends _StickerSet_ {
|
|
|
25448
25833
|
writable: true,
|
|
25449
25834
|
value: void 0
|
|
25450
25835
|
});
|
|
25836
|
+
Object.defineProperty(this, "channel_emoji_status", {
|
|
25837
|
+
enumerable: true,
|
|
25838
|
+
configurable: true,
|
|
25839
|
+
writable: true,
|
|
25840
|
+
value: void 0
|
|
25841
|
+
});
|
|
25451
25842
|
Object.defineProperty(this, "installed_date", {
|
|
25452
25843
|
enumerable: true,
|
|
25453
25844
|
configurable: true,
|
|
@@ -25521,6 +25912,7 @@ class StickerSet_ extends _StickerSet_ {
|
|
|
25521
25912
|
this.videos = params.videos;
|
|
25522
25913
|
this.emojis = params.emojis;
|
|
25523
25914
|
this.text_color = params.text_color;
|
|
25915
|
+
this.channel_emoji_status = params.channel_emoji_status;
|
|
25524
25916
|
this.installed_date = params.installed_date;
|
|
25525
25917
|
this.id = params.id;
|
|
25526
25918
|
this.access_hash = params.access_hash;
|
|
@@ -26332,7 +26724,7 @@ class KeyboardButtonSimpleWebView_ extends _KeyboardButton_ {
|
|
|
26332
26724
|
exports.KeyboardButtonSimpleWebView_ = KeyboardButtonSimpleWebView_;
|
|
26333
26725
|
class KeyboardButtonRequestPeer_ extends _KeyboardButton_ {
|
|
26334
26726
|
get [_1_tl_object_js_1.id]() {
|
|
26335
|
-
return
|
|
26727
|
+
return 0x53D7BFD8;
|
|
26336
26728
|
}
|
|
26337
26729
|
static get [_1_tl_object_js_1.name]() {
|
|
26338
26730
|
return "keyboardButtonRequestPeer";
|
|
@@ -26342,6 +26734,7 @@ class KeyboardButtonRequestPeer_ extends _KeyboardButton_ {
|
|
|
26342
26734
|
["text", "string", "string"],
|
|
26343
26735
|
["button_id", "number", "int"],
|
|
26344
26736
|
["peer_type", _RequestPeerType_, "RequestPeerType"],
|
|
26737
|
+
["max_quantity", "number", "int"],
|
|
26345
26738
|
];
|
|
26346
26739
|
}
|
|
26347
26740
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -26349,6 +26742,7 @@ class KeyboardButtonRequestPeer_ extends _KeyboardButton_ {
|
|
|
26349
26742
|
[this.text, "string", "string"],
|
|
26350
26743
|
[this.button_id, "number", "int"],
|
|
26351
26744
|
[this.peer_type, _RequestPeerType_, "RequestPeerType"],
|
|
26745
|
+
[this.max_quantity, "number", "int"],
|
|
26352
26746
|
];
|
|
26353
26747
|
}
|
|
26354
26748
|
constructor(params) {
|
|
@@ -26371,9 +26765,16 @@ class KeyboardButtonRequestPeer_ extends _KeyboardButton_ {
|
|
|
26371
26765
|
writable: true,
|
|
26372
26766
|
value: void 0
|
|
26373
26767
|
});
|
|
26768
|
+
Object.defineProperty(this, "max_quantity", {
|
|
26769
|
+
enumerable: true,
|
|
26770
|
+
configurable: true,
|
|
26771
|
+
writable: true,
|
|
26772
|
+
value: void 0
|
|
26773
|
+
});
|
|
26374
26774
|
this.text = params.text;
|
|
26375
26775
|
this.button_id = params.button_id;
|
|
26376
26776
|
this.peer_type = params.peer_type;
|
|
26777
|
+
this.max_quantity = params.max_quantity;
|
|
26377
26778
|
}
|
|
26378
26779
|
}
|
|
26379
26780
|
exports.KeyboardButtonRequestPeer_ = KeyboardButtonRequestPeer_;
|
|
@@ -38443,23 +38844,23 @@ class ChannelAdminLogEventActionToggleAntiSpam_ extends _ChannelAdminLogEventAct
|
|
|
38443
38844
|
}
|
|
38444
38845
|
}
|
|
38445
38846
|
exports.ChannelAdminLogEventActionToggleAntiSpam_ = ChannelAdminLogEventActionToggleAntiSpam_;
|
|
38446
|
-
class
|
|
38847
|
+
class ChannelAdminLogEventActionChangePeerColor_ extends _ChannelAdminLogEventAction_ {
|
|
38447
38848
|
get [_1_tl_object_js_1.id]() {
|
|
38448
|
-
return
|
|
38849
|
+
return 0x5796E780;
|
|
38449
38850
|
}
|
|
38450
38851
|
static get [_1_tl_object_js_1.name]() {
|
|
38451
|
-
return "
|
|
38852
|
+
return "channelAdminLogEventActionChangePeerColor";
|
|
38452
38853
|
}
|
|
38453
38854
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
38454
38855
|
return [
|
|
38455
|
-
["prev_value",
|
|
38456
|
-
["new_value",
|
|
38856
|
+
["prev_value", _PeerColor_, "PeerColor"],
|
|
38857
|
+
["new_value", _PeerColor_, "PeerColor"],
|
|
38457
38858
|
];
|
|
38458
38859
|
}
|
|
38459
38860
|
get [_1_tl_object_js_1.params]() {
|
|
38460
38861
|
return [
|
|
38461
|
-
[this.prev_value,
|
|
38462
|
-
[this.new_value,
|
|
38862
|
+
[this.prev_value, _PeerColor_, "PeerColor"],
|
|
38863
|
+
[this.new_value, _PeerColor_, "PeerColor"],
|
|
38463
38864
|
];
|
|
38464
38865
|
}
|
|
38465
38866
|
constructor(params) {
|
|
@@ -38480,24 +38881,100 @@ class ChannelAdminLogEventActionChangeColor_ extends _ChannelAdminLogEventAction
|
|
|
38480
38881
|
this.new_value = params.new_value;
|
|
38481
38882
|
}
|
|
38482
38883
|
}
|
|
38483
|
-
exports.
|
|
38484
|
-
class
|
|
38884
|
+
exports.ChannelAdminLogEventActionChangePeerColor_ = ChannelAdminLogEventActionChangePeerColor_;
|
|
38885
|
+
class ChannelAdminLogEventActionChangeProfilePeerColor_ extends _ChannelAdminLogEventAction_ {
|
|
38485
38886
|
get [_1_tl_object_js_1.id]() {
|
|
38486
|
-
return
|
|
38887
|
+
return 0x5E477B25;
|
|
38487
38888
|
}
|
|
38488
38889
|
static get [_1_tl_object_js_1.name]() {
|
|
38489
|
-
return "
|
|
38890
|
+
return "channelAdminLogEventActionChangeProfilePeerColor";
|
|
38490
38891
|
}
|
|
38491
38892
|
static get [_1_tl_object_js_1.paramDesc]() {
|
|
38492
38893
|
return [
|
|
38493
|
-
["prev_value",
|
|
38494
|
-
["new_value",
|
|
38894
|
+
["prev_value", _PeerColor_, "PeerColor"],
|
|
38895
|
+
["new_value", _PeerColor_, "PeerColor"],
|
|
38495
38896
|
];
|
|
38496
38897
|
}
|
|
38497
38898
|
get [_1_tl_object_js_1.params]() {
|
|
38498
38899
|
return [
|
|
38499
|
-
[this.prev_value,
|
|
38500
|
-
[this.new_value,
|
|
38900
|
+
[this.prev_value, _PeerColor_, "PeerColor"],
|
|
38901
|
+
[this.new_value, _PeerColor_, "PeerColor"],
|
|
38902
|
+
];
|
|
38903
|
+
}
|
|
38904
|
+
constructor(params) {
|
|
38905
|
+
super();
|
|
38906
|
+
Object.defineProperty(this, "prev_value", {
|
|
38907
|
+
enumerable: true,
|
|
38908
|
+
configurable: true,
|
|
38909
|
+
writable: true,
|
|
38910
|
+
value: void 0
|
|
38911
|
+
});
|
|
38912
|
+
Object.defineProperty(this, "new_value", {
|
|
38913
|
+
enumerable: true,
|
|
38914
|
+
configurable: true,
|
|
38915
|
+
writable: true,
|
|
38916
|
+
value: void 0
|
|
38917
|
+
});
|
|
38918
|
+
this.prev_value = params.prev_value;
|
|
38919
|
+
this.new_value = params.new_value;
|
|
38920
|
+
}
|
|
38921
|
+
}
|
|
38922
|
+
exports.ChannelAdminLogEventActionChangeProfilePeerColor_ = ChannelAdminLogEventActionChangeProfilePeerColor_;
|
|
38923
|
+
class ChannelAdminLogEventActionChangeWallpaper_ extends _ChannelAdminLogEventAction_ {
|
|
38924
|
+
get [_1_tl_object_js_1.id]() {
|
|
38925
|
+
return 0x31BB5D52;
|
|
38926
|
+
}
|
|
38927
|
+
static get [_1_tl_object_js_1.name]() {
|
|
38928
|
+
return "channelAdminLogEventActionChangeWallpaper";
|
|
38929
|
+
}
|
|
38930
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
38931
|
+
return [
|
|
38932
|
+
["prev_value", _WallPaper_, "WallPaper"],
|
|
38933
|
+
["new_value", _WallPaper_, "WallPaper"],
|
|
38934
|
+
];
|
|
38935
|
+
}
|
|
38936
|
+
get [_1_tl_object_js_1.params]() {
|
|
38937
|
+
return [
|
|
38938
|
+
[this.prev_value, _WallPaper_, "WallPaper"],
|
|
38939
|
+
[this.new_value, _WallPaper_, "WallPaper"],
|
|
38940
|
+
];
|
|
38941
|
+
}
|
|
38942
|
+
constructor(params) {
|
|
38943
|
+
super();
|
|
38944
|
+
Object.defineProperty(this, "prev_value", {
|
|
38945
|
+
enumerable: true,
|
|
38946
|
+
configurable: true,
|
|
38947
|
+
writable: true,
|
|
38948
|
+
value: void 0
|
|
38949
|
+
});
|
|
38950
|
+
Object.defineProperty(this, "new_value", {
|
|
38951
|
+
enumerable: true,
|
|
38952
|
+
configurable: true,
|
|
38953
|
+
writable: true,
|
|
38954
|
+
value: void 0
|
|
38955
|
+
});
|
|
38956
|
+
this.prev_value = params.prev_value;
|
|
38957
|
+
this.new_value = params.new_value;
|
|
38958
|
+
}
|
|
38959
|
+
}
|
|
38960
|
+
exports.ChannelAdminLogEventActionChangeWallpaper_ = ChannelAdminLogEventActionChangeWallpaper_;
|
|
38961
|
+
class ChannelAdminLogEventActionChangeEmojiStatus_ extends _ChannelAdminLogEventAction_ {
|
|
38962
|
+
get [_1_tl_object_js_1.id]() {
|
|
38963
|
+
return 0x3EA9FEB1;
|
|
38964
|
+
}
|
|
38965
|
+
static get [_1_tl_object_js_1.name]() {
|
|
38966
|
+
return "channelAdminLogEventActionChangeEmojiStatus";
|
|
38967
|
+
}
|
|
38968
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
38969
|
+
return [
|
|
38970
|
+
["prev_value", _EmojiStatus_, "EmojiStatus"],
|
|
38971
|
+
["new_value", _EmojiStatus_, "EmojiStatus"],
|
|
38972
|
+
];
|
|
38973
|
+
}
|
|
38974
|
+
get [_1_tl_object_js_1.params]() {
|
|
38975
|
+
return [
|
|
38976
|
+
[this.prev_value, _EmojiStatus_, "EmojiStatus"],
|
|
38977
|
+
[this.new_value, _EmojiStatus_, "EmojiStatus"],
|
|
38501
38978
|
];
|
|
38502
38979
|
}
|
|
38503
38980
|
constructor(params) {
|
|
@@ -38518,7 +38995,7 @@ class ChannelAdminLogEventActionChangeBackgroundEmoji_ extends _ChannelAdminLogE
|
|
|
38518
38995
|
this.new_value = params.new_value;
|
|
38519
38996
|
}
|
|
38520
38997
|
}
|
|
38521
|
-
exports.
|
|
38998
|
+
exports.ChannelAdminLogEventActionChangeEmojiStatus_ = ChannelAdminLogEventActionChangeEmojiStatus_;
|
|
38522
38999
|
class ChannelAdminLogEvent_ extends _ChannelAdminLogEvent_ {
|
|
38523
39000
|
get [_1_tl_object_js_1.id]() {
|
|
38524
39001
|
return 0x1FAD68CD;
|
|
@@ -43474,7 +43951,7 @@ class CodeSettings_ extends _CodeSettings_ {
|
|
|
43474
43951
|
exports.CodeSettings_ = CodeSettings_;
|
|
43475
43952
|
class WallPaperSettings_ extends _WallPaperSettings_ {
|
|
43476
43953
|
get [_1_tl_object_js_1.id]() {
|
|
43477
|
-
return
|
|
43954
|
+
return 0x372EFCD0;
|
|
43478
43955
|
}
|
|
43479
43956
|
static get [_1_tl_object_js_1.name]() {
|
|
43480
43957
|
return "wallPaperSettings";
|
|
@@ -43490,6 +43967,7 @@ class WallPaperSettings_ extends _WallPaperSettings_ {
|
|
|
43490
43967
|
["fourth_background_color", "number", "flags.6?int"],
|
|
43491
43968
|
["intensity", "number", "flags.3?int"],
|
|
43492
43969
|
["rotation", "number", "flags.4?int"],
|
|
43970
|
+
["emoticon", "string", "flags.7?string"],
|
|
43493
43971
|
];
|
|
43494
43972
|
}
|
|
43495
43973
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -43503,6 +43981,7 @@ class WallPaperSettings_ extends _WallPaperSettings_ {
|
|
|
43503
43981
|
[this.fourth_background_color ?? null, "number", "flags.6?int"],
|
|
43504
43982
|
[this.intensity ?? null, "number", "flags.3?int"],
|
|
43505
43983
|
[this.rotation ?? null, "number", "flags.4?int"],
|
|
43984
|
+
[this.emoticon ?? null, "string", "flags.7?string"],
|
|
43506
43985
|
];
|
|
43507
43986
|
}
|
|
43508
43987
|
constructor(params) {
|
|
@@ -43555,6 +44034,12 @@ class WallPaperSettings_ extends _WallPaperSettings_ {
|
|
|
43555
44034
|
writable: true,
|
|
43556
44035
|
value: void 0
|
|
43557
44036
|
});
|
|
44037
|
+
Object.defineProperty(this, "emoticon", {
|
|
44038
|
+
enumerable: true,
|
|
44039
|
+
configurable: true,
|
|
44040
|
+
writable: true,
|
|
44041
|
+
value: void 0
|
|
44042
|
+
});
|
|
43558
44043
|
this.blur = params?.blur;
|
|
43559
44044
|
this.motion = params?.motion;
|
|
43560
44045
|
this.background_color = params?.background_color;
|
|
@@ -43563,6 +44048,7 @@ class WallPaperSettings_ extends _WallPaperSettings_ {
|
|
|
43563
44048
|
this.fourth_background_color = params?.fourth_background_color;
|
|
43564
44049
|
this.intensity = params?.intensity;
|
|
43565
44050
|
this.rotation = params?.rotation;
|
|
44051
|
+
this.emoticon = params?.emoticon;
|
|
43566
44052
|
}
|
|
43567
44053
|
}
|
|
43568
44054
|
exports.WallPaperSettings_ = WallPaperSettings_;
|
|
@@ -51370,7 +51856,7 @@ class InputStorePaymentPremiumGiftCode_ extends _InputStorePaymentPurpose_ {
|
|
|
51370
51856
|
exports.InputStorePaymentPremiumGiftCode_ = InputStorePaymentPremiumGiftCode_;
|
|
51371
51857
|
class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
51372
51858
|
get [_1_tl_object_js_1.id]() {
|
|
51373
|
-
return
|
|
51859
|
+
return 0x160544CA;
|
|
51374
51860
|
}
|
|
51375
51861
|
static get [_1_tl_object_js_1.name]() {
|
|
51376
51862
|
return "inputStorePaymentPremiumGiveaway";
|
|
@@ -51379,9 +51865,11 @@ class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
|
51379
51865
|
return [
|
|
51380
51866
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
51381
51867
|
["only_new_subscribers", "true", "flags.0?true"],
|
|
51868
|
+
["winners_are_visible", "true", "flags.3?true"],
|
|
51382
51869
|
["boost_peer", _InputPeer_, "InputPeer"],
|
|
51383
51870
|
["additional_peers", [_InputPeer_], "flags.1?Vector<InputPeer>"],
|
|
51384
51871
|
["countries_iso2", ["string"], "flags.2?Vector<string>"],
|
|
51872
|
+
["prize_description", "string", "flags.4?string"],
|
|
51385
51873
|
["random_id", "bigint", "long"],
|
|
51386
51874
|
["until_date", "number", "int"],
|
|
51387
51875
|
["currency", "string", "string"],
|
|
@@ -51392,9 +51880,11 @@ class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
|
51392
51880
|
return [
|
|
51393
51881
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
51394
51882
|
[this.only_new_subscribers ?? null, "true", "flags.0?true"],
|
|
51883
|
+
[this.winners_are_visible ?? null, "true", "flags.3?true"],
|
|
51395
51884
|
[this.boost_peer, _InputPeer_, "InputPeer"],
|
|
51396
51885
|
[this.additional_peers ?? null, [_InputPeer_], "flags.1?Vector<InputPeer>"],
|
|
51397
51886
|
[this.countries_iso2 ?? null, ["string"], "flags.2?Vector<string>"],
|
|
51887
|
+
[this.prize_description ?? null, "string", "flags.4?string"],
|
|
51398
51888
|
[this.random_id, "bigint", "long"],
|
|
51399
51889
|
[this.until_date, "number", "int"],
|
|
51400
51890
|
[this.currency, "string", "string"],
|
|
@@ -51409,6 +51899,12 @@ class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
|
51409
51899
|
writable: true,
|
|
51410
51900
|
value: void 0
|
|
51411
51901
|
});
|
|
51902
|
+
Object.defineProperty(this, "winners_are_visible", {
|
|
51903
|
+
enumerable: true,
|
|
51904
|
+
configurable: true,
|
|
51905
|
+
writable: true,
|
|
51906
|
+
value: void 0
|
|
51907
|
+
});
|
|
51412
51908
|
Object.defineProperty(this, "boost_peer", {
|
|
51413
51909
|
enumerable: true,
|
|
51414
51910
|
configurable: true,
|
|
@@ -51427,6 +51923,12 @@ class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
|
51427
51923
|
writable: true,
|
|
51428
51924
|
value: void 0
|
|
51429
51925
|
});
|
|
51926
|
+
Object.defineProperty(this, "prize_description", {
|
|
51927
|
+
enumerable: true,
|
|
51928
|
+
configurable: true,
|
|
51929
|
+
writable: true,
|
|
51930
|
+
value: void 0
|
|
51931
|
+
});
|
|
51430
51932
|
Object.defineProperty(this, "random_id", {
|
|
51431
51933
|
enumerable: true,
|
|
51432
51934
|
configurable: true,
|
|
@@ -51452,9 +51954,11 @@ class InputStorePaymentPremiumGiveaway_ extends _InputStorePaymentPurpose_ {
|
|
|
51452
51954
|
value: void 0
|
|
51453
51955
|
});
|
|
51454
51956
|
this.only_new_subscribers = params.only_new_subscribers;
|
|
51957
|
+
this.winners_are_visible = params.winners_are_visible;
|
|
51455
51958
|
this.boost_peer = params.boost_peer;
|
|
51456
51959
|
this.additional_peers = params.additional_peers;
|
|
51457
51960
|
this.countries_iso2 = params.countries_iso2;
|
|
51961
|
+
this.prize_description = params.prize_description;
|
|
51458
51962
|
this.random_id = params.random_id;
|
|
51459
51963
|
this.until_date = params.until_date;
|
|
51460
51964
|
this.currency = params.currency;
|
|
@@ -54979,9 +55483,116 @@ class StoryView_ extends _StoryView_ {
|
|
|
54979
55483
|
}
|
|
54980
55484
|
}
|
|
54981
55485
|
exports.StoryView_ = StoryView_;
|
|
55486
|
+
class StoryViewPublicForward_ extends _StoryView_ {
|
|
55487
|
+
get [_1_tl_object_js_1.id]() {
|
|
55488
|
+
return 0x9083670B;
|
|
55489
|
+
}
|
|
55490
|
+
static get [_1_tl_object_js_1.name]() {
|
|
55491
|
+
return "storyViewPublicForward";
|
|
55492
|
+
}
|
|
55493
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
55494
|
+
return [
|
|
55495
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55496
|
+
["blocked", "true", "flags.0?true"],
|
|
55497
|
+
["blocked_my_stories_from", "true", "flags.1?true"],
|
|
55498
|
+
["message", _Message_, "Message"],
|
|
55499
|
+
];
|
|
55500
|
+
}
|
|
55501
|
+
get [_1_tl_object_js_1.params]() {
|
|
55502
|
+
return [
|
|
55503
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55504
|
+
[this.blocked ?? null, "true", "flags.0?true"],
|
|
55505
|
+
[this.blocked_my_stories_from ?? null, "true", "flags.1?true"],
|
|
55506
|
+
[this.message, _Message_, "Message"],
|
|
55507
|
+
];
|
|
55508
|
+
}
|
|
55509
|
+
constructor(params) {
|
|
55510
|
+
super();
|
|
55511
|
+
Object.defineProperty(this, "blocked", {
|
|
55512
|
+
enumerable: true,
|
|
55513
|
+
configurable: true,
|
|
55514
|
+
writable: true,
|
|
55515
|
+
value: void 0
|
|
55516
|
+
});
|
|
55517
|
+
Object.defineProperty(this, "blocked_my_stories_from", {
|
|
55518
|
+
enumerable: true,
|
|
55519
|
+
configurable: true,
|
|
55520
|
+
writable: true,
|
|
55521
|
+
value: void 0
|
|
55522
|
+
});
|
|
55523
|
+
Object.defineProperty(this, "message", {
|
|
55524
|
+
enumerable: true,
|
|
55525
|
+
configurable: true,
|
|
55526
|
+
writable: true,
|
|
55527
|
+
value: void 0
|
|
55528
|
+
});
|
|
55529
|
+
this.blocked = params.blocked;
|
|
55530
|
+
this.blocked_my_stories_from = params.blocked_my_stories_from;
|
|
55531
|
+
this.message = params.message;
|
|
55532
|
+
}
|
|
55533
|
+
}
|
|
55534
|
+
exports.StoryViewPublicForward_ = StoryViewPublicForward_;
|
|
55535
|
+
class StoryViewPublicRepost_ extends _StoryView_ {
|
|
55536
|
+
get [_1_tl_object_js_1.id]() {
|
|
55537
|
+
return 0xBD74CF49;
|
|
55538
|
+
}
|
|
55539
|
+
static get [_1_tl_object_js_1.name]() {
|
|
55540
|
+
return "storyViewPublicRepost";
|
|
55541
|
+
}
|
|
55542
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
55543
|
+
return [
|
|
55544
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55545
|
+
["blocked", "true", "flags.0?true"],
|
|
55546
|
+
["blocked_my_stories_from", "true", "flags.1?true"],
|
|
55547
|
+
["peer_id", _Peer_, "Peer"],
|
|
55548
|
+
["story", _StoryItem_, "StoryItem"],
|
|
55549
|
+
];
|
|
55550
|
+
}
|
|
55551
|
+
get [_1_tl_object_js_1.params]() {
|
|
55552
|
+
return [
|
|
55553
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55554
|
+
[this.blocked ?? null, "true", "flags.0?true"],
|
|
55555
|
+
[this.blocked_my_stories_from ?? null, "true", "flags.1?true"],
|
|
55556
|
+
[this.peer_id, _Peer_, "Peer"],
|
|
55557
|
+
[this.story, _StoryItem_, "StoryItem"],
|
|
55558
|
+
];
|
|
55559
|
+
}
|
|
55560
|
+
constructor(params) {
|
|
55561
|
+
super();
|
|
55562
|
+
Object.defineProperty(this, "blocked", {
|
|
55563
|
+
enumerable: true,
|
|
55564
|
+
configurable: true,
|
|
55565
|
+
writable: true,
|
|
55566
|
+
value: void 0
|
|
55567
|
+
});
|
|
55568
|
+
Object.defineProperty(this, "blocked_my_stories_from", {
|
|
55569
|
+
enumerable: true,
|
|
55570
|
+
configurable: true,
|
|
55571
|
+
writable: true,
|
|
55572
|
+
value: void 0
|
|
55573
|
+
});
|
|
55574
|
+
Object.defineProperty(this, "peer_id", {
|
|
55575
|
+
enumerable: true,
|
|
55576
|
+
configurable: true,
|
|
55577
|
+
writable: true,
|
|
55578
|
+
value: void 0
|
|
55579
|
+
});
|
|
55580
|
+
Object.defineProperty(this, "story", {
|
|
55581
|
+
enumerable: true,
|
|
55582
|
+
configurable: true,
|
|
55583
|
+
writable: true,
|
|
55584
|
+
value: void 0
|
|
55585
|
+
});
|
|
55586
|
+
this.blocked = params.blocked;
|
|
55587
|
+
this.blocked_my_stories_from = params.blocked_my_stories_from;
|
|
55588
|
+
this.peer_id = params.peer_id;
|
|
55589
|
+
this.story = params.story;
|
|
55590
|
+
}
|
|
55591
|
+
}
|
|
55592
|
+
exports.StoryViewPublicRepost_ = StoryViewPublicRepost_;
|
|
54982
55593
|
class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
54983
55594
|
get [_1_tl_object_js_1.id]() {
|
|
54984
|
-
return
|
|
55595
|
+
return 0x59D78FC5;
|
|
54985
55596
|
}
|
|
54986
55597
|
static get [_1_tl_object_js_1.name]() {
|
|
54987
55598
|
return "stories.storyViewsList";
|
|
@@ -54990,8 +55601,11 @@ class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
|
54990
55601
|
return [
|
|
54991
55602
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
54992
55603
|
["count", "number", "int"],
|
|
55604
|
+
["views_count", "number", "int"],
|
|
55605
|
+
["forwards_count", "number", "int"],
|
|
54993
55606
|
["reactions_count", "number", "int"],
|
|
54994
55607
|
["views", [_StoryView_], "Vector<StoryView>"],
|
|
55608
|
+
["chats", [_Chat_], "Vector<Chat>"],
|
|
54995
55609
|
["users", [_User_], "Vector<User>"],
|
|
54996
55610
|
["next_offset", "string", "flags.0?string"],
|
|
54997
55611
|
];
|
|
@@ -55000,8 +55614,11 @@ class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
|
55000
55614
|
return [
|
|
55001
55615
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55002
55616
|
[this.count, "number", "int"],
|
|
55617
|
+
[this.views_count, "number", "int"],
|
|
55618
|
+
[this.forwards_count, "number", "int"],
|
|
55003
55619
|
[this.reactions_count, "number", "int"],
|
|
55004
55620
|
[this.views, [_StoryView_], "Vector<StoryView>"],
|
|
55621
|
+
[this.chats, [_Chat_], "Vector<Chat>"],
|
|
55005
55622
|
[this.users, [_User_], "Vector<User>"],
|
|
55006
55623
|
[this.next_offset ?? null, "string", "flags.0?string"],
|
|
55007
55624
|
];
|
|
@@ -55014,6 +55631,18 @@ class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
|
55014
55631
|
writable: true,
|
|
55015
55632
|
value: void 0
|
|
55016
55633
|
});
|
|
55634
|
+
Object.defineProperty(this, "views_count", {
|
|
55635
|
+
enumerable: true,
|
|
55636
|
+
configurable: true,
|
|
55637
|
+
writable: true,
|
|
55638
|
+
value: void 0
|
|
55639
|
+
});
|
|
55640
|
+
Object.defineProperty(this, "forwards_count", {
|
|
55641
|
+
enumerable: true,
|
|
55642
|
+
configurable: true,
|
|
55643
|
+
writable: true,
|
|
55644
|
+
value: void 0
|
|
55645
|
+
});
|
|
55017
55646
|
Object.defineProperty(this, "reactions_count", {
|
|
55018
55647
|
enumerable: true,
|
|
55019
55648
|
configurable: true,
|
|
@@ -55026,6 +55655,12 @@ class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
|
55026
55655
|
writable: true,
|
|
55027
55656
|
value: void 0
|
|
55028
55657
|
});
|
|
55658
|
+
Object.defineProperty(this, "chats", {
|
|
55659
|
+
enumerable: true,
|
|
55660
|
+
configurable: true,
|
|
55661
|
+
writable: true,
|
|
55662
|
+
value: void 0
|
|
55663
|
+
});
|
|
55029
55664
|
Object.defineProperty(this, "users", {
|
|
55030
55665
|
enumerable: true,
|
|
55031
55666
|
configurable: true,
|
|
@@ -55039,8 +55674,11 @@ class stories_StoryViewsList_ extends _stories_StoryViewsList_ {
|
|
|
55039
55674
|
value: void 0
|
|
55040
55675
|
});
|
|
55041
55676
|
this.count = params.count;
|
|
55677
|
+
this.views_count = params.views_count;
|
|
55678
|
+
this.forwards_count = params.forwards_count;
|
|
55042
55679
|
this.reactions_count = params.reactions_count;
|
|
55043
55680
|
this.views = params.views;
|
|
55681
|
+
this.chats = params.chats;
|
|
55044
55682
|
this.users = params.users;
|
|
55045
55683
|
this.next_offset = params.next_offset;
|
|
55046
55684
|
}
|
|
@@ -55558,6 +56196,100 @@ class MediaAreaSuggestedReaction_ extends _MediaArea_ {
|
|
|
55558
56196
|
}
|
|
55559
56197
|
}
|
|
55560
56198
|
exports.MediaAreaSuggestedReaction_ = MediaAreaSuggestedReaction_;
|
|
56199
|
+
class MediaAreaChannelPost_ extends _MediaArea_ {
|
|
56200
|
+
get [_1_tl_object_js_1.id]() {
|
|
56201
|
+
return 0x770416AF;
|
|
56202
|
+
}
|
|
56203
|
+
static get [_1_tl_object_js_1.name]() {
|
|
56204
|
+
return "mediaAreaChannelPost";
|
|
56205
|
+
}
|
|
56206
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
56207
|
+
return [
|
|
56208
|
+
["coordinates", _MediaAreaCoordinates_, "MediaAreaCoordinates"],
|
|
56209
|
+
["channel_id", "bigint", "long"],
|
|
56210
|
+
["msg_id", "number", "int"],
|
|
56211
|
+
];
|
|
56212
|
+
}
|
|
56213
|
+
get [_1_tl_object_js_1.params]() {
|
|
56214
|
+
return [
|
|
56215
|
+
[this.coordinates, _MediaAreaCoordinates_, "MediaAreaCoordinates"],
|
|
56216
|
+
[this.channel_id, "bigint", "long"],
|
|
56217
|
+
[this.msg_id, "number", "int"],
|
|
56218
|
+
];
|
|
56219
|
+
}
|
|
56220
|
+
constructor(params) {
|
|
56221
|
+
super();
|
|
56222
|
+
Object.defineProperty(this, "coordinates", {
|
|
56223
|
+
enumerable: true,
|
|
56224
|
+
configurable: true,
|
|
56225
|
+
writable: true,
|
|
56226
|
+
value: void 0
|
|
56227
|
+
});
|
|
56228
|
+
Object.defineProperty(this, "channel_id", {
|
|
56229
|
+
enumerable: true,
|
|
56230
|
+
configurable: true,
|
|
56231
|
+
writable: true,
|
|
56232
|
+
value: void 0
|
|
56233
|
+
});
|
|
56234
|
+
Object.defineProperty(this, "msg_id", {
|
|
56235
|
+
enumerable: true,
|
|
56236
|
+
configurable: true,
|
|
56237
|
+
writable: true,
|
|
56238
|
+
value: void 0
|
|
56239
|
+
});
|
|
56240
|
+
this.coordinates = params.coordinates;
|
|
56241
|
+
this.channel_id = params.channel_id;
|
|
56242
|
+
this.msg_id = params.msg_id;
|
|
56243
|
+
}
|
|
56244
|
+
}
|
|
56245
|
+
exports.MediaAreaChannelPost_ = MediaAreaChannelPost_;
|
|
56246
|
+
class InputMediaAreaChannelPost_ extends _MediaArea_ {
|
|
56247
|
+
get [_1_tl_object_js_1.id]() {
|
|
56248
|
+
return 0x2271F2BF;
|
|
56249
|
+
}
|
|
56250
|
+
static get [_1_tl_object_js_1.name]() {
|
|
56251
|
+
return "inputMediaAreaChannelPost";
|
|
56252
|
+
}
|
|
56253
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
56254
|
+
return [
|
|
56255
|
+
["coordinates", _MediaAreaCoordinates_, "MediaAreaCoordinates"],
|
|
56256
|
+
["channel", _InputChannel_, "InputChannel"],
|
|
56257
|
+
["msg_id", "number", "int"],
|
|
56258
|
+
];
|
|
56259
|
+
}
|
|
56260
|
+
get [_1_tl_object_js_1.params]() {
|
|
56261
|
+
return [
|
|
56262
|
+
[this.coordinates, _MediaAreaCoordinates_, "MediaAreaCoordinates"],
|
|
56263
|
+
[this.channel, _InputChannel_, "InputChannel"],
|
|
56264
|
+
[this.msg_id, "number", "int"],
|
|
56265
|
+
];
|
|
56266
|
+
}
|
|
56267
|
+
constructor(params) {
|
|
56268
|
+
super();
|
|
56269
|
+
Object.defineProperty(this, "coordinates", {
|
|
56270
|
+
enumerable: true,
|
|
56271
|
+
configurable: true,
|
|
56272
|
+
writable: true,
|
|
56273
|
+
value: void 0
|
|
56274
|
+
});
|
|
56275
|
+
Object.defineProperty(this, "channel", {
|
|
56276
|
+
enumerable: true,
|
|
56277
|
+
configurable: true,
|
|
56278
|
+
writable: true,
|
|
56279
|
+
value: void 0
|
|
56280
|
+
});
|
|
56281
|
+
Object.defineProperty(this, "msg_id", {
|
|
56282
|
+
enumerable: true,
|
|
56283
|
+
configurable: true,
|
|
56284
|
+
writable: true,
|
|
56285
|
+
value: void 0
|
|
56286
|
+
});
|
|
56287
|
+
this.coordinates = params.coordinates;
|
|
56288
|
+
this.channel = params.channel;
|
|
56289
|
+
this.msg_id = params.msg_id;
|
|
56290
|
+
}
|
|
56291
|
+
}
|
|
56292
|
+
exports.InputMediaAreaChannelPost_ = InputMediaAreaChannelPost_;
|
|
55561
56293
|
class PeerStories_ extends _PeerStories_ {
|
|
55562
56294
|
get [_1_tl_object_js_1.id]() {
|
|
55563
56295
|
return 0x9A35E999;
|
|
@@ -55779,7 +56511,7 @@ class PremiumGiftCodeOption_ extends _PremiumGiftCodeOption_ {
|
|
|
55779
56511
|
exports.PremiumGiftCodeOption_ = PremiumGiftCodeOption_;
|
|
55780
56512
|
class payments_CheckedGiftCode_ extends _payments_CheckedGiftCode_ {
|
|
55781
56513
|
get [_1_tl_object_js_1.id]() {
|
|
55782
|
-
return
|
|
56514
|
+
return 0x284A1096;
|
|
55783
56515
|
}
|
|
55784
56516
|
static get [_1_tl_object_js_1.name]() {
|
|
55785
56517
|
return "payments.checkedGiftCode";
|
|
@@ -55788,7 +56520,7 @@ class payments_CheckedGiftCode_ extends _payments_CheckedGiftCode_ {
|
|
|
55788
56520
|
return [
|
|
55789
56521
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55790
56522
|
["via_giveaway", "true", "flags.2?true"],
|
|
55791
|
-
["from_id", _Peer_, "Peer"],
|
|
56523
|
+
["from_id", _Peer_, "flags.4?Peer"],
|
|
55792
56524
|
["giveaway_msg_id", "number", "flags.3?int"],
|
|
55793
56525
|
["to_id", "bigint", "flags.0?long"],
|
|
55794
56526
|
["date", "number", "int"],
|
|
@@ -55802,7 +56534,7 @@ class payments_CheckedGiftCode_ extends _payments_CheckedGiftCode_ {
|
|
|
55802
56534
|
return [
|
|
55803
56535
|
["flags", _1_tl_object_js_1.flags, "#"],
|
|
55804
56536
|
[this.via_giveaway ?? null, "true", "flags.2?true"],
|
|
55805
|
-
[this.from_id, _Peer_, "Peer"],
|
|
56537
|
+
[this.from_id ?? null, _Peer_, "flags.4?Peer"],
|
|
55806
56538
|
[this.giveaway_msg_id ?? null, "number", "flags.3?int"],
|
|
55807
56539
|
[this.to_id ?? null, "bigint", "flags.0?long"],
|
|
55808
56540
|
[this.date, "number", "int"],
|
|
@@ -56953,7 +57685,7 @@ class help_PeerColorProfileSet_ extends _help_PeerColorSet_ {
|
|
|
56953
57685
|
exports.help_PeerColorProfileSet_ = help_PeerColorProfileSet_;
|
|
56954
57686
|
class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
56955
57687
|
get [_1_tl_object_js_1.id]() {
|
|
56956
|
-
return
|
|
57688
|
+
return 0xEF8430AB;
|
|
56957
57689
|
}
|
|
56958
57690
|
static get [_1_tl_object_js_1.name]() {
|
|
56959
57691
|
return "help.peerColorOption";
|
|
@@ -56965,6 +57697,7 @@ class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56965
57697
|
["color_id", "number", "int"],
|
|
56966
57698
|
["colors", _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56967
57699
|
["dark_colors", _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
57700
|
+
["channel_min_level", "number", "flags.3?int"],
|
|
56968
57701
|
];
|
|
56969
57702
|
}
|
|
56970
57703
|
get [_1_tl_object_js_1.params]() {
|
|
@@ -56974,6 +57707,7 @@ class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
56974
57707
|
[this.color_id, "number", "int"],
|
|
56975
57708
|
[this.colors ?? null, _help_PeerColorSet_, "flags.1?help.PeerColorSet"],
|
|
56976
57709
|
[this.dark_colors ?? null, _help_PeerColorSet_, "flags.2?help.PeerColorSet"],
|
|
57710
|
+
[this.channel_min_level ?? null, "number", "flags.3?int"],
|
|
56977
57711
|
];
|
|
56978
57712
|
}
|
|
56979
57713
|
constructor(params) {
|
|
@@ -57002,10 +57736,17 @@ class help_PeerColorOption_ extends _help_PeerColorOption_ {
|
|
|
57002
57736
|
writable: true,
|
|
57003
57737
|
value: void 0
|
|
57004
57738
|
});
|
|
57739
|
+
Object.defineProperty(this, "channel_min_level", {
|
|
57740
|
+
enumerable: true,
|
|
57741
|
+
configurable: true,
|
|
57742
|
+
writable: true,
|
|
57743
|
+
value: void 0
|
|
57744
|
+
});
|
|
57005
57745
|
this.hidden = params.hidden;
|
|
57006
57746
|
this.color_id = params.color_id;
|
|
57007
57747
|
this.colors = params.colors;
|
|
57008
57748
|
this.dark_colors = params.dark_colors;
|
|
57749
|
+
this.channel_min_level = params.channel_min_level;
|
|
57009
57750
|
}
|
|
57010
57751
|
}
|
|
57011
57752
|
exports.help_PeerColorOption_ = help_PeerColorOption_;
|
|
@@ -57065,6 +57806,187 @@ class help_PeerColors_ extends _help_PeerColors_ {
|
|
|
57065
57806
|
}
|
|
57066
57807
|
}
|
|
57067
57808
|
exports.help_PeerColors_ = help_PeerColors_;
|
|
57809
|
+
class StoryReaction_ extends _StoryReaction_ {
|
|
57810
|
+
get [_1_tl_object_js_1.id]() {
|
|
57811
|
+
return 0x6090D6D5;
|
|
57812
|
+
}
|
|
57813
|
+
static get [_1_tl_object_js_1.name]() {
|
|
57814
|
+
return "storyReaction";
|
|
57815
|
+
}
|
|
57816
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
57817
|
+
return [
|
|
57818
|
+
["peer_id", _Peer_, "Peer"],
|
|
57819
|
+
["date", "number", "int"],
|
|
57820
|
+
["reaction", _Reaction_, "Reaction"],
|
|
57821
|
+
];
|
|
57822
|
+
}
|
|
57823
|
+
get [_1_tl_object_js_1.params]() {
|
|
57824
|
+
return [
|
|
57825
|
+
[this.peer_id, _Peer_, "Peer"],
|
|
57826
|
+
[this.date, "number", "int"],
|
|
57827
|
+
[this.reaction, _Reaction_, "Reaction"],
|
|
57828
|
+
];
|
|
57829
|
+
}
|
|
57830
|
+
constructor(params) {
|
|
57831
|
+
super();
|
|
57832
|
+
Object.defineProperty(this, "peer_id", {
|
|
57833
|
+
enumerable: true,
|
|
57834
|
+
configurable: true,
|
|
57835
|
+
writable: true,
|
|
57836
|
+
value: void 0
|
|
57837
|
+
});
|
|
57838
|
+
Object.defineProperty(this, "date", {
|
|
57839
|
+
enumerable: true,
|
|
57840
|
+
configurable: true,
|
|
57841
|
+
writable: true,
|
|
57842
|
+
value: void 0
|
|
57843
|
+
});
|
|
57844
|
+
Object.defineProperty(this, "reaction", {
|
|
57845
|
+
enumerable: true,
|
|
57846
|
+
configurable: true,
|
|
57847
|
+
writable: true,
|
|
57848
|
+
value: void 0
|
|
57849
|
+
});
|
|
57850
|
+
this.peer_id = params.peer_id;
|
|
57851
|
+
this.date = params.date;
|
|
57852
|
+
this.reaction = params.reaction;
|
|
57853
|
+
}
|
|
57854
|
+
}
|
|
57855
|
+
exports.StoryReaction_ = StoryReaction_;
|
|
57856
|
+
class StoryReactionPublicForward_ extends _StoryReaction_ {
|
|
57857
|
+
get [_1_tl_object_js_1.id]() {
|
|
57858
|
+
return 0xBBAB2643;
|
|
57859
|
+
}
|
|
57860
|
+
static get [_1_tl_object_js_1.name]() {
|
|
57861
|
+
return "storyReactionPublicForward";
|
|
57862
|
+
}
|
|
57863
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
57864
|
+
return [
|
|
57865
|
+
["message", _Message_, "Message"],
|
|
57866
|
+
];
|
|
57867
|
+
}
|
|
57868
|
+
get [_1_tl_object_js_1.params]() {
|
|
57869
|
+
return [
|
|
57870
|
+
[this.message, _Message_, "Message"],
|
|
57871
|
+
];
|
|
57872
|
+
}
|
|
57873
|
+
constructor(params) {
|
|
57874
|
+
super();
|
|
57875
|
+
Object.defineProperty(this, "message", {
|
|
57876
|
+
enumerable: true,
|
|
57877
|
+
configurable: true,
|
|
57878
|
+
writable: true,
|
|
57879
|
+
value: void 0
|
|
57880
|
+
});
|
|
57881
|
+
this.message = params.message;
|
|
57882
|
+
}
|
|
57883
|
+
}
|
|
57884
|
+
exports.StoryReactionPublicForward_ = StoryReactionPublicForward_;
|
|
57885
|
+
class StoryReactionPublicRepost_ extends _StoryReaction_ {
|
|
57886
|
+
get [_1_tl_object_js_1.id]() {
|
|
57887
|
+
return 0xCFCD0F13;
|
|
57888
|
+
}
|
|
57889
|
+
static get [_1_tl_object_js_1.name]() {
|
|
57890
|
+
return "storyReactionPublicRepost";
|
|
57891
|
+
}
|
|
57892
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
57893
|
+
return [
|
|
57894
|
+
["peer_id", _Peer_, "Peer"],
|
|
57895
|
+
["story", _StoryItem_, "StoryItem"],
|
|
57896
|
+
];
|
|
57897
|
+
}
|
|
57898
|
+
get [_1_tl_object_js_1.params]() {
|
|
57899
|
+
return [
|
|
57900
|
+
[this.peer_id, _Peer_, "Peer"],
|
|
57901
|
+
[this.story, _StoryItem_, "StoryItem"],
|
|
57902
|
+
];
|
|
57903
|
+
}
|
|
57904
|
+
constructor(params) {
|
|
57905
|
+
super();
|
|
57906
|
+
Object.defineProperty(this, "peer_id", {
|
|
57907
|
+
enumerable: true,
|
|
57908
|
+
configurable: true,
|
|
57909
|
+
writable: true,
|
|
57910
|
+
value: void 0
|
|
57911
|
+
});
|
|
57912
|
+
Object.defineProperty(this, "story", {
|
|
57913
|
+
enumerable: true,
|
|
57914
|
+
configurable: true,
|
|
57915
|
+
writable: true,
|
|
57916
|
+
value: void 0
|
|
57917
|
+
});
|
|
57918
|
+
this.peer_id = params.peer_id;
|
|
57919
|
+
this.story = params.story;
|
|
57920
|
+
}
|
|
57921
|
+
}
|
|
57922
|
+
exports.StoryReactionPublicRepost_ = StoryReactionPublicRepost_;
|
|
57923
|
+
class stories_StoryReactionsList_ extends _stories_StoryReactionsList_ {
|
|
57924
|
+
get [_1_tl_object_js_1.id]() {
|
|
57925
|
+
return 0xAA5F789C;
|
|
57926
|
+
}
|
|
57927
|
+
static get [_1_tl_object_js_1.name]() {
|
|
57928
|
+
return "stories.storyReactionsList";
|
|
57929
|
+
}
|
|
57930
|
+
static get [_1_tl_object_js_1.paramDesc]() {
|
|
57931
|
+
return [
|
|
57932
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
57933
|
+
["count", "number", "int"],
|
|
57934
|
+
["reactions", [_StoryReaction_], "Vector<StoryReaction>"],
|
|
57935
|
+
["chats", [_Chat_], "Vector<Chat>"],
|
|
57936
|
+
["users", [_User_], "Vector<User>"],
|
|
57937
|
+
["next_offset", "string", "flags.0?string"],
|
|
57938
|
+
];
|
|
57939
|
+
}
|
|
57940
|
+
get [_1_tl_object_js_1.params]() {
|
|
57941
|
+
return [
|
|
57942
|
+
["flags", _1_tl_object_js_1.flags, "#"],
|
|
57943
|
+
[this.count, "number", "int"],
|
|
57944
|
+
[this.reactions, [_StoryReaction_], "Vector<StoryReaction>"],
|
|
57945
|
+
[this.chats, [_Chat_], "Vector<Chat>"],
|
|
57946
|
+
[this.users, [_User_], "Vector<User>"],
|
|
57947
|
+
[this.next_offset ?? null, "string", "flags.0?string"],
|
|
57948
|
+
];
|
|
57949
|
+
}
|
|
57950
|
+
constructor(params) {
|
|
57951
|
+
super();
|
|
57952
|
+
Object.defineProperty(this, "count", {
|
|
57953
|
+
enumerable: true,
|
|
57954
|
+
configurable: true,
|
|
57955
|
+
writable: true,
|
|
57956
|
+
value: void 0
|
|
57957
|
+
});
|
|
57958
|
+
Object.defineProperty(this, "reactions", {
|
|
57959
|
+
enumerable: true,
|
|
57960
|
+
configurable: true,
|
|
57961
|
+
writable: true,
|
|
57962
|
+
value: void 0
|
|
57963
|
+
});
|
|
57964
|
+
Object.defineProperty(this, "chats", {
|
|
57965
|
+
enumerable: true,
|
|
57966
|
+
configurable: true,
|
|
57967
|
+
writable: true,
|
|
57968
|
+
value: void 0
|
|
57969
|
+
});
|
|
57970
|
+
Object.defineProperty(this, "users", {
|
|
57971
|
+
enumerable: true,
|
|
57972
|
+
configurable: true,
|
|
57973
|
+
writable: true,
|
|
57974
|
+
value: void 0
|
|
57975
|
+
});
|
|
57976
|
+
Object.defineProperty(this, "next_offset", {
|
|
57977
|
+
enumerable: true,
|
|
57978
|
+
configurable: true,
|
|
57979
|
+
writable: true,
|
|
57980
|
+
value: void 0
|
|
57981
|
+
});
|
|
57982
|
+
this.count = params.count;
|
|
57983
|
+
this.reactions = params.reactions;
|
|
57984
|
+
this.chats = params.chats;
|
|
57985
|
+
this.users = params.users;
|
|
57986
|
+
this.next_offset = params.next_offset;
|
|
57987
|
+
}
|
|
57988
|
+
}
|
|
57989
|
+
exports.stories_StoryReactionsList_ = stories_StoryReactionsList_;
|
|
57068
57990
|
exports.types = {
|
|
57069
57991
|
Type: Type_,
|
|
57070
57992
|
TypeX: TypeX_,
|
|
@@ -57524,6 +58446,8 @@ exports.types = {
|
|
|
57524
58446
|
_help_PeerColorSet: _help_PeerColorSet_,
|
|
57525
58447
|
_help_PeerColorOption: _help_PeerColorOption_,
|
|
57526
58448
|
_help_PeerColors: _help_PeerColors_,
|
|
58449
|
+
_StoryReaction: _StoryReaction_,
|
|
58450
|
+
_stories_StoryReactionsList: _stories_StoryReactionsList_,
|
|
57527
58451
|
ResPQ: ResPQ_,
|
|
57528
58452
|
P_q_inner_data_dc: P_q_inner_data_dc_,
|
|
57529
58453
|
P_q_inner_data_temp_dc: P_q_inner_data_temp_dc_,
|
|
@@ -57654,6 +58578,7 @@ exports.types = {
|
|
|
57654
58578
|
MessageMediaDice: MessageMediaDice_,
|
|
57655
58579
|
MessageMediaStory: MessageMediaStory_,
|
|
57656
58580
|
MessageMediaGiveaway: MessageMediaGiveaway_,
|
|
58581
|
+
MessageMediaGiveawayResults: MessageMediaGiveawayResults_,
|
|
57657
58582
|
MessageActionEmpty: MessageActionEmpty_,
|
|
57658
58583
|
MessageActionChatCreate: MessageActionChatCreate_,
|
|
57659
58584
|
MessageActionChatEditTitle: MessageActionChatEditTitle_,
|
|
@@ -57868,6 +58793,8 @@ exports.types = {
|
|
|
57868
58793
|
UpdateBotChatBoost: UpdateBotChatBoost_,
|
|
57869
58794
|
UpdateChannelViewForumAsMessages: UpdateChannelViewForumAsMessages_,
|
|
57870
58795
|
UpdatePeerWallpaper: UpdatePeerWallpaper_,
|
|
58796
|
+
UpdateBotMessageReaction: UpdateBotMessageReaction_,
|
|
58797
|
+
UpdateBotMessageReactions: UpdateBotMessageReactions_,
|
|
57871
58798
|
UpdatesTooLong: UpdatesTooLong_,
|
|
57872
58799
|
UpdateShortMessage: UpdateShortMessage_,
|
|
57873
58800
|
UpdateShortChatMessage: UpdateShortChatMessage_,
|
|
@@ -57988,6 +58915,7 @@ exports.types = {
|
|
|
57988
58915
|
InputStickerSetEmojiGenericAnimations: InputStickerSetEmojiGenericAnimations_,
|
|
57989
58916
|
InputStickerSetEmojiDefaultStatuses: InputStickerSetEmojiDefaultStatuses_,
|
|
57990
58917
|
InputStickerSetEmojiDefaultTopicIcons: InputStickerSetEmojiDefaultTopicIcons_,
|
|
58918
|
+
InputStickerSetEmojiChannelDefaultStatuses: InputStickerSetEmojiChannelDefaultStatuses_,
|
|
57991
58919
|
StickerSet: StickerSet_,
|
|
57992
58920
|
BotCommand: BotCommand_,
|
|
57993
58921
|
BotInfo: BotInfo_,
|
|
@@ -58230,8 +59158,10 @@ exports.types = {
|
|
|
58230
59158
|
ChannelAdminLogEventActionDeleteTopic: ChannelAdminLogEventActionDeleteTopic_,
|
|
58231
59159
|
ChannelAdminLogEventActionPinTopic: ChannelAdminLogEventActionPinTopic_,
|
|
58232
59160
|
ChannelAdminLogEventActionToggleAntiSpam: ChannelAdminLogEventActionToggleAntiSpam_,
|
|
58233
|
-
|
|
58234
|
-
|
|
59161
|
+
ChannelAdminLogEventActionChangePeerColor: ChannelAdminLogEventActionChangePeerColor_,
|
|
59162
|
+
ChannelAdminLogEventActionChangeProfilePeerColor: ChannelAdminLogEventActionChangeProfilePeerColor_,
|
|
59163
|
+
ChannelAdminLogEventActionChangeWallpaper: ChannelAdminLogEventActionChangeWallpaper_,
|
|
59164
|
+
ChannelAdminLogEventActionChangeEmojiStatus: ChannelAdminLogEventActionChangeEmojiStatus_,
|
|
58235
59165
|
ChannelAdminLogEvent: ChannelAdminLogEvent_,
|
|
58236
59166
|
ChannelAdminLogEventsFilter: ChannelAdminLogEventsFilter_,
|
|
58237
59167
|
PopularContact: PopularContact_,
|
|
@@ -58489,6 +59419,8 @@ exports.types = {
|
|
|
58489
59419
|
StoryItemSkipped: StoryItemSkipped_,
|
|
58490
59420
|
StoryItem: StoryItem_,
|
|
58491
59421
|
StoryView: StoryView_,
|
|
59422
|
+
StoryViewPublicForward: StoryViewPublicForward_,
|
|
59423
|
+
StoryViewPublicRepost: StoryViewPublicRepost_,
|
|
58492
59424
|
InputReplyToMessage: InputReplyToMessage_,
|
|
58493
59425
|
InputReplyToStory: InputReplyToStory_,
|
|
58494
59426
|
ExportedStoryLink: ExportedStoryLink_,
|
|
@@ -58498,6 +59430,8 @@ exports.types = {
|
|
|
58498
59430
|
InputMediaAreaVenue: InputMediaAreaVenue_,
|
|
58499
59431
|
MediaAreaGeoPoint: MediaAreaGeoPoint_,
|
|
58500
59432
|
MediaAreaSuggestedReaction: MediaAreaSuggestedReaction_,
|
|
59433
|
+
MediaAreaChannelPost: MediaAreaChannelPost_,
|
|
59434
|
+
InputMediaAreaChannelPost: InputMediaAreaChannelPost_,
|
|
58501
59435
|
PeerStories: PeerStories_,
|
|
58502
59436
|
PremiumGiftCodeOption: PremiumGiftCodeOption_,
|
|
58503
59437
|
PrepaidGiveaway: PrepaidGiveaway_,
|
|
@@ -58509,6 +59443,9 @@ exports.types = {
|
|
|
58509
59443
|
PublicForwardMessage: PublicForwardMessage_,
|
|
58510
59444
|
PublicForwardStory: PublicForwardStory_,
|
|
58511
59445
|
PeerColor: PeerColor_,
|
|
59446
|
+
StoryReaction: StoryReaction_,
|
|
59447
|
+
StoryReactionPublicForward: StoryReactionPublicForward_,
|
|
59448
|
+
StoryReactionPublicRepost: StoryReactionPublicRepost_,
|
|
58512
59449
|
storage: {
|
|
58513
59450
|
FileUnknown: storage_FileUnknown_,
|
|
58514
59451
|
FilePartial: storage_FilePartial_,
|
|
@@ -58774,6 +59711,7 @@ exports.types = {
|
|
|
58774
59711
|
StoryViewsList: stories_StoryViewsList_,
|
|
58775
59712
|
StoryViews: stories_StoryViews_,
|
|
58776
59713
|
PeerStories: stories_PeerStories_,
|
|
59714
|
+
StoryReactionsList: stories_StoryReactionsList_,
|
|
58777
59715
|
},
|
|
58778
59716
|
premium: {
|
|
58779
59717
|
BoostsList: premium_BoostsList_,
|
|
@@ -58893,10 +59831,10 @@ exports.map = new Map([
|
|
|
58893
59831
|
[0x29562865, ChatEmpty_],
|
|
58894
59832
|
[0x41CBF256, Chat_],
|
|
58895
59833
|
[0x6592A1A7, ChatForbidden_],
|
|
58896
|
-
[
|
|
59834
|
+
[0x0AADFC8F, Channel_],
|
|
58897
59835
|
[0x17D493D5, ChannelForbidden_],
|
|
58898
59836
|
[0xC9D31138, ChatFull_],
|
|
58899
|
-
[
|
|
59837
|
+
[0x0F2BCB6F, ChannelFull_],
|
|
58900
59838
|
[0xC02D4007, ChatParticipant_],
|
|
58901
59839
|
[0xE46BCEE4, ChatParticipantCreator_],
|
|
58902
59840
|
[0xA0933F5B, ChatParticipantAdmin_],
|
|
@@ -58921,7 +59859,8 @@ exports.map = new Map([
|
|
|
58921
59859
|
[0x4BD6E798, MessageMediaPoll_],
|
|
58922
59860
|
[0x3F7EE58B, MessageMediaDice_],
|
|
58923
59861
|
[0x68CB6283, MessageMediaStory_],
|
|
58924
|
-
[
|
|
59862
|
+
[0xDAAD85B0, MessageMediaGiveaway_],
|
|
59863
|
+
[0xC6991068, MessageMediaGiveawayResults_],
|
|
58925
59864
|
[0xB6AEF7B0, MessageActionEmpty_],
|
|
58926
59865
|
[0xBD47CBAD, MessageActionChatCreate_],
|
|
58927
59866
|
[0xB5A1CE5A, MessageActionChatEditTitle_],
|
|
@@ -58958,9 +59897,9 @@ exports.map = new Map([
|
|
|
58958
59897
|
[0x0D999256, MessageActionTopicCreate_],
|
|
58959
59898
|
[0xC0944820, MessageActionTopicEdit_],
|
|
58960
59899
|
[0x57DE635E, MessageActionSuggestProfilePhoto_],
|
|
58961
|
-
[
|
|
59900
|
+
[0x31518E9B, MessageActionRequestedPeer_],
|
|
58962
59901
|
[0x5060A3F4, MessageActionSetChatWallPaper_],
|
|
58963
|
-
[
|
|
59902
|
+
[0x678C2E09, MessageActionGiftCode_],
|
|
58964
59903
|
[0x332BA9ED, MessageActionGiveawayLaunch_],
|
|
58965
59904
|
[0x2A9FADC5, MessageActionGiveawayResults_],
|
|
58966
59905
|
[0xD58A08C6, Dialog_],
|
|
@@ -59157,6 +60096,8 @@ exports.map = new Map([
|
|
|
59157
60096
|
[0x904DD49C, UpdateBotChatBoost_],
|
|
59158
60097
|
[0x07B68920, UpdateChannelViewForumAsMessages_],
|
|
59159
60098
|
[0xAE3F101D, UpdatePeerWallpaper_],
|
|
60099
|
+
[0xAC21D3CE, UpdateBotMessageReaction_],
|
|
60100
|
+
[0x09CB7759, UpdateBotMessageReactions_],
|
|
59160
60101
|
[0xA56C2A3E, updates_State_],
|
|
59161
60102
|
[0x5D75A138, updates_DifferenceEmpty_],
|
|
59162
60103
|
[0x00F49CA0, updates_Difference_],
|
|
@@ -59307,6 +60248,7 @@ exports.map = new Map([
|
|
|
59307
60248
|
[0x04C4D4CE, InputStickerSetEmojiGenericAnimations_],
|
|
59308
60249
|
[0x29D0F5EE, InputStickerSetEmojiDefaultStatuses_],
|
|
59309
60250
|
[0x44C1F8E9, InputStickerSetEmojiDefaultTopicIcons_],
|
|
60251
|
+
[0x49748553, InputStickerSetEmojiChannelDefaultStatuses_],
|
|
59310
60252
|
[0x2DD14EDC, StickerSet_],
|
|
59311
60253
|
[0x6E153F16, messages_StickerSet_],
|
|
59312
60254
|
[0xD3F924EB, messages_StickerSetNotModified_],
|
|
@@ -59327,7 +60269,7 @@ exports.map = new Map([
|
|
|
59327
60269
|
[0x308660C1, KeyboardButtonUserProfile_],
|
|
59328
60270
|
[0x13767230, KeyboardButtonWebView_],
|
|
59329
60271
|
[0xA0C0505C, KeyboardButtonSimpleWebView_],
|
|
59330
|
-
[
|
|
60272
|
+
[0x53D7BFD8, KeyboardButtonRequestPeer_],
|
|
59331
60273
|
[0x77608B83, KeyboardButtonRow_],
|
|
59332
60274
|
[0xA03E5B85, ReplyKeyboardHide_],
|
|
59333
60275
|
[0x86B40B08, ReplyKeyboardForceReply_],
|
|
@@ -59601,8 +60543,10 @@ exports.map = new Map([
|
|
|
59601
60543
|
[0xAE168909, ChannelAdminLogEventActionDeleteTopic_],
|
|
59602
60544
|
[0x5D8D353B, ChannelAdminLogEventActionPinTopic_],
|
|
59603
60545
|
[0x64F36DFC, ChannelAdminLogEventActionToggleAntiSpam_],
|
|
59604
|
-
[
|
|
59605
|
-
[
|
|
60546
|
+
[0x5796E780, ChannelAdminLogEventActionChangePeerColor_],
|
|
60547
|
+
[0x5E477B25, ChannelAdminLogEventActionChangeProfilePeerColor_],
|
|
60548
|
+
[0x31BB5D52, ChannelAdminLogEventActionChangeWallpaper_],
|
|
60549
|
+
[0x3EA9FEB1, ChannelAdminLogEventActionChangeEmojiStatus_],
|
|
59606
60550
|
[0x1FAD68CD, ChannelAdminLogEvent_],
|
|
59607
60551
|
[0xED8AF74D, channels_AdminLogResults_],
|
|
59608
60552
|
[0xEA107AE4, ChannelAdminLogEventsFilter_],
|
|
@@ -59717,7 +60661,7 @@ exports.map = new Map([
|
|
|
59717
60661
|
[0x1C199183, account_WallPapersNotModified_],
|
|
59718
60662
|
[0xCDC3858C, account_WallPapers_],
|
|
59719
60663
|
[0xAD253D78, CodeSettings_],
|
|
59720
|
-
[
|
|
60664
|
+
[0x372EFCD0, WallPaperSettings_],
|
|
59721
60665
|
[0xBAA57628, AutoDownloadSettings_],
|
|
59722
60666
|
[0x63CACF26, account_AutoDownloadSettings_],
|
|
59723
60667
|
[0xD5B3B9F9, EmojiKeyword_],
|
|
@@ -59885,7 +60829,7 @@ exports.map = new Map([
|
|
|
59885
60829
|
[0xA6751E66, InputStorePaymentPremiumSubscription_],
|
|
59886
60830
|
[0x616F7FE8, InputStorePaymentGiftPremium_],
|
|
59887
60831
|
[0xA3805F3F, InputStorePaymentPremiumGiftCode_],
|
|
59888
|
-
[
|
|
60832
|
+
[0x160544CA, InputStorePaymentPremiumGiveaway_],
|
|
59889
60833
|
[0x74C34319, PremiumGiftOption_],
|
|
59890
60834
|
[0x88F8F21B, PaymentFormMethod_],
|
|
59891
60835
|
[0x2DE11AAE, EmojiStatusEmpty_],
|
|
@@ -59963,7 +60907,9 @@ exports.map = new Map([
|
|
|
59963
60907
|
[0x6EFC5E81, stories_AllStories_],
|
|
59964
60908
|
[0x5DD8C3C8, stories_Stories_],
|
|
59965
60909
|
[0xB0BDEAC5, StoryView_],
|
|
59966
|
-
[
|
|
60910
|
+
[0x9083670B, StoryViewPublicForward_],
|
|
60911
|
+
[0xBD74CF49, StoryViewPublicRepost_],
|
|
60912
|
+
[0x59D78FC5, stories_StoryViewsList_],
|
|
59967
60913
|
[0xDE9EED1D, stories_StoryViews_],
|
|
59968
60914
|
[0x22C0F6D5, InputReplyToMessage_],
|
|
59969
60915
|
[0x15B0F283, InputReplyToStory_],
|
|
@@ -59974,11 +60920,13 @@ exports.map = new Map([
|
|
|
59974
60920
|
[0xB282217F, InputMediaAreaVenue_],
|
|
59975
60921
|
[0xDF8B3B22, MediaAreaGeoPoint_],
|
|
59976
60922
|
[0x14455871, MediaAreaSuggestedReaction_],
|
|
60923
|
+
[0x770416AF, MediaAreaChannelPost_],
|
|
60924
|
+
[0x2271F2BF, InputMediaAreaChannelPost_],
|
|
59977
60925
|
[0x9A35E999, PeerStories_],
|
|
59978
60926
|
[0xCAE68768, stories_PeerStories_],
|
|
59979
60927
|
[0xFD5E12BD, messages_WebPage_],
|
|
59980
60928
|
[0x257E962B, PremiumGiftCodeOption_],
|
|
59981
|
-
[
|
|
60929
|
+
[0x284A1096, payments_CheckedGiftCode_],
|
|
59982
60930
|
[0x4367DAA0, payments_GiveawayInfo_],
|
|
59983
60931
|
[0x00CD5570, payments_GiveawayInfoResults_],
|
|
59984
60932
|
[0xB2539D54, PrepaidGiveaway_],
|
|
@@ -59997,8 +60945,12 @@ exports.map = new Map([
|
|
|
59997
60945
|
[0xB54B5ACF, PeerColor_],
|
|
59998
60946
|
[0x26219A58, help_PeerColorSet_],
|
|
59999
60947
|
[0x767D61EB, help_PeerColorProfileSet_],
|
|
60000
|
-
[
|
|
60948
|
+
[0xEF8430AB, help_PeerColorOption_],
|
|
60001
60949
|
[0x2BA1F5CE, help_PeerColorsNotModified_],
|
|
60002
60950
|
[0x00F8ED08, help_PeerColors_],
|
|
60951
|
+
[0x6090D6D5, StoryReaction_],
|
|
60952
|
+
[0xBBAB2643, StoryReactionPublicForward_],
|
|
60953
|
+
[0xCFCD0F13, StoryReactionPublicRepost_],
|
|
60954
|
+
[0xAA5F789C, stories_StoryReactionsList_],
|
|
60003
60955
|
// deno-lint-ignore no-explicit-any
|
|
60004
60956
|
]);
|