@mtkruto/node 0.1.153 → 0.1.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/0_deps.d.ts +6 -8
- package/esm/0_deps.js +14 -9
- package/esm/1_utilities.d.ts +3 -1
- package/esm/1_utilities.js +3 -1
- package/esm/4_constants.d.ts +2 -2
- package/esm/4_constants.js +4 -4
- package/esm/4_errors.d.ts +1 -1
- package/esm/5_client.d.ts +0 -1
- package/esm/5_client.js +0 -1
- package/esm/client/0_params.d.ts +33 -1
- package/esm/client/0_password.d.ts +2 -2
- package/esm/client/0_types.d.ts +2 -0
- package/esm/client/1_composer.d.ts +3 -3
- package/esm/client/1_file_manager.js +12 -10
- package/esm/client/1_update_manager.js +27 -20
- package/esm/client/2_client_plain.d.ts +1 -4
- package/esm/client/2_client_plain.js +23 -19
- package/esm/client/2_message_manager.d.ts +10 -36
- package/esm/client/2_message_manager.js +85 -7
- package/esm/client/3_chat_list_manager.js +7 -6
- package/esm/client/4_client.d.ts +106 -17
- package/esm/client/4_client.js +208 -51
- package/esm/connection/1_connection_web_socket.js +9 -10
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/esm/deps/deno.land/std@0.218.0/media_types/_db.js +32 -0
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +0 -2
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +1 -3
- package/esm/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{script/deps/deno.land/std@0.216.0 → esm/deps/deno.land/std@0.218.0}/path/posix/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0/path/posix → std@0.218.0/path/windows}/glob_to_regexp.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.d.ts +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +1 -0
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -5
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/esm/mod.d.ts +1 -2
- package/esm/mod.js +1 -2
- package/esm/storage/0_storage.d.ts +40 -38
- package/esm/storage/0_storage.js +23 -4
- package/esm/storage/0_utilities.d.ts +2 -2
- package/esm/storage/1_storage_indexed_db.d.ts +1 -1
- package/esm/storage/1_storage_local_storage.d.ts +1 -1
- package/esm/storage/1_storage_memory.d.ts +5 -4
- package/esm/storage/1_storage_memory.js +15 -10
- package/esm/storage/1_storage_session_storage.d.ts +1 -1
- package/esm/tl/0_tl_raw_writer.d.ts +9 -9
- package/esm/tl/1_tl_object.d.ts +1 -1
- package/esm/tl/1_tl_object.js +3 -3
- package/esm/tl/2_types.d.ts +44 -6
- package/esm/tl/2_types.js +143 -20
- package/esm/tl/3_functions.d.ts +64 -28
- package/esm/tl/3_functions.js +672 -584
- package/esm/tl/3_utilities.d.ts +3 -3
- package/esm/tl/4_tl_writer.d.ts +1 -1
- package/esm/types/0_chat_administrator_rights.d.ts +2 -2
- package/esm/types/0_chat_member_rights.d.ts +1 -1
- package/esm/types/0_message_entity.d.ts +1 -1
- package/esm/types/0_message_search_filter.d.ts +2 -1
- package/esm/types/1_bot_command_scope.d.ts +2 -1
- package/esm/types/1_keyboard_button.d.ts +1 -1
- package/esm/types/1_story_interactive_area.d.ts +1 -1
- package/esm/types/2_inline_keyboard_button.d.ts +1 -1
- package/esm/types/2_invite_link.d.ts +6 -6
- package/esm/types/2_invite_link.js +4 -4
- package/esm/types/3_reply_markup.d.ts +2 -2
- package/esm/types/4_inline_query_result.d.ts +2 -1
- package/esm/types/4_message.d.ts +1 -60
- package/esm/types/4_message.js +3 -4
- package/esm/types/5_callback_query.d.ts +2 -2
- package/esm/utilities/0_cache_map.d.ts +1 -1
- package/esm/utilities/0_logger.d.ts +25 -0
- package/esm/utilities/0_logger.js +90 -0
- package/esm/utilities/0_mutex.d.ts +4 -0
- package/esm/utilities/0_mutex.js +26 -0
- package/esm/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -8
- package/script/0_deps.js +18 -15
- package/script/1_utilities.d.ts +3 -1
- package/script/1_utilities.js +3 -1
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +4 -4
- package/script/4_errors.d.ts +1 -1
- package/script/5_client.d.ts +0 -1
- package/script/5_client.js +0 -1
- package/script/client/0_params.d.ts +33 -1
- package/script/client/0_password.d.ts +2 -2
- package/script/client/0_types.d.ts +2 -0
- package/script/client/1_composer.d.ts +3 -3
- package/script/client/1_file_manager.js +10 -8
- package/script/client/1_update_manager.js +26 -19
- package/script/client/2_client_plain.d.ts +1 -4
- package/script/client/2_client_plain.js +21 -17
- package/script/client/2_message_manager.d.ts +10 -36
- package/script/client/2_message_manager.js +82 -4
- package/script/client/3_chat_list_manager.js +6 -5
- package/script/client/4_client.d.ts +106 -17
- package/script/client/4_client.js +207 -50
- package/script/connection/1_connection_web_socket.js +11 -12
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_rejects.d.ts +4 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/assert_throws.d.ts +6 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/assert/unreachable.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unreachable.js +2 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.js +12 -9
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_db.d.ts +3 -1
- package/script/deps/deno.land/std@0.218.0/media_types/_db.js +39 -0
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/_util.d.ts +0 -2
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/_util.js +1 -3
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/media_types/extensions_by_type.d.ts +1 -3
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extensions_by_type.js +3 -5
- package/script/deps/deno.land/std@0.218.0/path/_common/assert_path.d.ts +1 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.js +3 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/format.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.d.ts +1 -1
- package/{esm/deps/deno.land/std@0.216.0 → script/deps/deno.land/std@0.218.0}/path/mod.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/mod.js +1 -1
- package/{esm/deps/deno.land/std@0.216.0/path/windows → script/deps/deno.land/std@0.218.0/path/posix}/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/posix/parse.d.ts +6 -0
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.d.ts +1 -1
- package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.d.ts +1 -1
- package/script/deps/deno.land/std@0.218.0/path/windows/parse.d.ts +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.d.ts +1 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/mod.js +6 -0
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/deflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.d.ts +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/inflate.js +1 -7
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/crc32.js +1 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/deflate.js +8 -8
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inffast.js +2 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/inflate.js +21 -19
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/zlib/zlib/trees.js +3 -3
- package/script/mod.d.ts +1 -2
- package/script/mod.js +2 -2
- package/script/storage/0_storage.d.ts +40 -38
- package/script/storage/0_storage.js +21 -2
- package/script/storage/0_utilities.d.ts +2 -2
- package/script/storage/1_storage_indexed_db.d.ts +1 -1
- package/script/storage/1_storage_local_storage.d.ts +1 -1
- package/script/storage/1_storage_memory.d.ts +5 -4
- package/script/storage/1_storage_memory.js +15 -10
- package/script/storage/1_storage_session_storage.d.ts +1 -1
- package/script/tl/0_tl_raw_writer.d.ts +9 -9
- package/script/tl/1_tl_object.d.ts +1 -1
- package/script/tl/1_tl_object.js +3 -3
- package/script/tl/2_types.d.ts +44 -6
- package/script/tl/2_types.js +168 -43
- package/script/tl/3_functions.d.ts +64 -28
- package/script/tl/3_functions.js +677 -587
- package/script/tl/3_utilities.d.ts +3 -3
- package/script/tl/4_tl_writer.d.ts +1 -1
- package/script/types/0_chat_administrator_rights.d.ts +2 -2
- package/script/types/0_chat_member_rights.d.ts +1 -1
- package/script/types/0_message_entity.d.ts +1 -1
- package/script/types/0_message_search_filter.d.ts +2 -1
- package/script/types/1_bot_command_scope.d.ts +2 -1
- package/script/types/1_keyboard_button.d.ts +1 -1
- package/script/types/1_story_interactive_area.d.ts +1 -1
- package/script/types/2_inline_keyboard_button.d.ts +1 -1
- package/script/types/2_invite_link.d.ts +6 -6
- package/script/types/2_invite_link.js +4 -4
- package/script/types/3_reply_markup.d.ts +2 -2
- package/script/types/4_inline_query_result.d.ts +2 -1
- package/script/types/4_message.d.ts +1 -60
- package/script/types/4_message.js +2 -3
- package/script/types/5_callback_query.d.ts +2 -2
- package/script/utilities/0_cache_map.d.ts +1 -1
- package/script/utilities/0_logger.d.ts +25 -0
- package/script/utilities/0_logger.js +118 -0
- package/script/utilities/0_mutex.d.ts +4 -0
- package/script/utilities/0_mutex.js +30 -0
- package/script/utilities/{0_queue.js → 1_queue.js} +6 -6
- package/esm/_dnt.polyfills.d.ts +0 -6
- package/esm/_dnt.polyfills.js +0 -1
- package/esm/client/5_session_string.d.ts +0 -3
- package/esm/client/5_session_string.js +0 -22
- package/esm/deps/deno.land/std@0.216.0/media_types/_db.js +0 -33
- package/esm/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/esm/deps/deno.land/std@0.69.0/fmt/colors.js +0 -224
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/esm/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -105
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/esm/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -239
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -71
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -112
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -39
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -2
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -32
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/esm/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -113
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/esm/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -524
- package/script/_dnt.polyfills.d.ts +0 -6
- package/script/_dnt.polyfills.js +0 -2
- package/script/client/5_session_string.d.ts +0 -3
- package/script/client/5_session_string.js +0 -27
- package/script/deps/deno.land/std@0.216.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.216.0/path/_common/assert_path.d.ts +0 -1
- package/script/deps/deno.land/std@0.216.0/path/posix/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.216.0/path/windows/parse.d.ts +0 -6
- package/script/deps/deno.land/std@0.69.0/fmt/colors.d.ts +0 -77
- package/script/deps/deno.land/std@0.69.0/fmt/colors.js +0 -298
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.d.ts +0 -15
- package/script/deps/deno.land/x/crc32@v0.2.0/mod.js +0 -113
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.d.ts +0 -16
- package/script/deps/raw.githubusercontent.com/MTKruto/compress/main/gzip/gzip.js +0 -271
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.d.ts +0 -3
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/colors.js +0 -98
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.d.ts +0 -22
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/debug.js +0 -141
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/deps.js +0 -32
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/format.js +0 -43
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/debug/main/mod.js +0 -17
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.d.ts +0 -2
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mod.js +0 -18
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.d.ts +0 -26
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/mutex.js +0 -36
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.d.ts +0 -41
- package/script/deps/raw.githubusercontent.com/MTKruto/mutex/main/semaphore.js +0 -117
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.d.ts +0 -1
- package/script/deps/raw.githubusercontent.com/MTKruto/object-inspect/main/index.js +0 -550
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/esm/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/esm/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_diff.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/_format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_almost_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_array_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_exists.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_false.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_greater_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_is_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_less_or_equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_instance_of.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_not_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_object_match.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_rejects.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_strict_equals.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_string_includes.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assert_throws.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/assertion_error.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/equal.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/fail.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/assert/unimplemented.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/encoding/base64.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/fmt/colors.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/content_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/format_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/get_charset.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/parse_media_type.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/type_by_extension.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/assert_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/normalize_string.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_common/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_interface.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/_os.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/posix/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/to_namespaced_path.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/_util.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/basename.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/common.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/constants.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/dirname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/extname.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/format.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/from_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/glob_to_regexp.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_absolute.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/is_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/join_globs.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/mod.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/normalize_glob.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/parse.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/relative.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/resolve.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_file_url.js +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.d.ts +0 -0
- /package/script/deps/deno.land/{std@0.216.0 → std@0.218.0}/path/windows/to_namespaced_path.js +0 -0
- /package/script/utilities/{0_queue.d.ts → 1_queue.d.ts} +0 -0
package/esm/tl/3_functions.js
CHANGED
|
@@ -8,7 +8,7 @@ export class Function_ extends TLObject {
|
|
|
8
8
|
enumerable: true,
|
|
9
9
|
configurable: true,
|
|
10
10
|
writable: true,
|
|
11
|
-
value:
|
|
11
|
+
value: null
|
|
12
12
|
}); // virtual member
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -44,7 +44,7 @@ Object.defineProperty(req_pq_multi_, "__F", {
|
|
|
44
44
|
enumerable: true,
|
|
45
45
|
configurable: true,
|
|
46
46
|
writable: true,
|
|
47
|
-
value:
|
|
47
|
+
value: null
|
|
48
48
|
});
|
|
49
49
|
export class req_DH_params_ extends Function_ {
|
|
50
50
|
get [id]() {
|
|
@@ -123,7 +123,7 @@ Object.defineProperty(req_DH_params_, "__F", {
|
|
|
123
123
|
enumerable: true,
|
|
124
124
|
configurable: true,
|
|
125
125
|
writable: true,
|
|
126
|
-
value:
|
|
126
|
+
value: null
|
|
127
127
|
});
|
|
128
128
|
export class set_client_DH_params_ extends Function_ {
|
|
129
129
|
get [id]() {
|
|
@@ -175,7 +175,7 @@ Object.defineProperty(set_client_DH_params_, "__F", {
|
|
|
175
175
|
enumerable: true,
|
|
176
176
|
configurable: true,
|
|
177
177
|
writable: true,
|
|
178
|
-
value:
|
|
178
|
+
value: null
|
|
179
179
|
});
|
|
180
180
|
export class rpc_drop_answer_ extends Function_ {
|
|
181
181
|
get [id]() {
|
|
@@ -209,7 +209,7 @@ Object.defineProperty(rpc_drop_answer_, "__F", {
|
|
|
209
209
|
enumerable: true,
|
|
210
210
|
configurable: true,
|
|
211
211
|
writable: true,
|
|
212
|
-
value:
|
|
212
|
+
value: null
|
|
213
213
|
});
|
|
214
214
|
export class get_future_salts_ extends Function_ {
|
|
215
215
|
get [id]() {
|
|
@@ -243,7 +243,7 @@ Object.defineProperty(get_future_salts_, "__F", {
|
|
|
243
243
|
enumerable: true,
|
|
244
244
|
configurable: true,
|
|
245
245
|
writable: true,
|
|
246
|
-
value:
|
|
246
|
+
value: null
|
|
247
247
|
});
|
|
248
248
|
export class ping_ extends Function_ {
|
|
249
249
|
get [id]() {
|
|
@@ -277,7 +277,7 @@ Object.defineProperty(ping_, "__F", {
|
|
|
277
277
|
enumerable: true,
|
|
278
278
|
configurable: true,
|
|
279
279
|
writable: true,
|
|
280
|
-
value:
|
|
280
|
+
value: null
|
|
281
281
|
});
|
|
282
282
|
export class ping_delay_disconnect_ extends Function_ {
|
|
283
283
|
get [id]() {
|
|
@@ -320,7 +320,7 @@ Object.defineProperty(ping_delay_disconnect_, "__F", {
|
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true,
|
|
322
322
|
writable: true,
|
|
323
|
-
value:
|
|
323
|
+
value: null
|
|
324
324
|
});
|
|
325
325
|
export class destroy_session_ extends Function_ {
|
|
326
326
|
get [id]() {
|
|
@@ -354,7 +354,7 @@ Object.defineProperty(destroy_session_, "__F", {
|
|
|
354
354
|
enumerable: true,
|
|
355
355
|
configurable: true,
|
|
356
356
|
writable: true,
|
|
357
|
-
value:
|
|
357
|
+
value: null
|
|
358
358
|
});
|
|
359
359
|
export class destroy_auth_key_ extends Function_ {
|
|
360
360
|
get [id]() {
|
|
@@ -377,7 +377,7 @@ Object.defineProperty(destroy_auth_key_, "__F", {
|
|
|
377
377
|
enumerable: true,
|
|
378
378
|
configurable: true,
|
|
379
379
|
writable: true,
|
|
380
|
-
value:
|
|
380
|
+
value: null
|
|
381
381
|
});
|
|
382
382
|
export class invokeAfterMsg_ extends Function_ {
|
|
383
383
|
get [id]() {
|
|
@@ -420,7 +420,7 @@ Object.defineProperty(invokeAfterMsg_, "__F", {
|
|
|
420
420
|
enumerable: true,
|
|
421
421
|
configurable: true,
|
|
422
422
|
writable: true,
|
|
423
|
-
value:
|
|
423
|
+
value: null
|
|
424
424
|
});
|
|
425
425
|
export class invokeAfterMsgs_ extends Function_ {
|
|
426
426
|
get [id]() {
|
|
@@ -463,7 +463,7 @@ Object.defineProperty(invokeAfterMsgs_, "__F", {
|
|
|
463
463
|
enumerable: true,
|
|
464
464
|
configurable: true,
|
|
465
465
|
writable: true,
|
|
466
|
-
value:
|
|
466
|
+
value: null
|
|
467
467
|
});
|
|
468
468
|
export class initConnection_ extends Function_ {
|
|
469
469
|
get [id]() {
|
|
@@ -580,7 +580,7 @@ Object.defineProperty(initConnection_, "__F", {
|
|
|
580
580
|
enumerable: true,
|
|
581
581
|
configurable: true,
|
|
582
582
|
writable: true,
|
|
583
|
-
value:
|
|
583
|
+
value: null
|
|
584
584
|
});
|
|
585
585
|
export class invokeWithLayer_ extends Function_ {
|
|
586
586
|
get [id]() {
|
|
@@ -623,7 +623,7 @@ Object.defineProperty(invokeWithLayer_, "__F", {
|
|
|
623
623
|
enumerable: true,
|
|
624
624
|
configurable: true,
|
|
625
625
|
writable: true,
|
|
626
|
-
value:
|
|
626
|
+
value: null
|
|
627
627
|
});
|
|
628
628
|
export class invokeWithoutUpdates_ extends Function_ {
|
|
629
629
|
get [id]() {
|
|
@@ -657,7 +657,7 @@ Object.defineProperty(invokeWithoutUpdates_, "__F", {
|
|
|
657
657
|
enumerable: true,
|
|
658
658
|
configurable: true,
|
|
659
659
|
writable: true,
|
|
660
|
-
value:
|
|
660
|
+
value: null
|
|
661
661
|
});
|
|
662
662
|
export class invokeWithMessagesRange_ extends Function_ {
|
|
663
663
|
get [id]() {
|
|
@@ -700,7 +700,7 @@ Object.defineProperty(invokeWithMessagesRange_, "__F", {
|
|
|
700
700
|
enumerable: true,
|
|
701
701
|
configurable: true,
|
|
702
702
|
writable: true,
|
|
703
|
-
value:
|
|
703
|
+
value: null
|
|
704
704
|
});
|
|
705
705
|
export class invokeWithTakeout_ extends Function_ {
|
|
706
706
|
get [id]() {
|
|
@@ -743,7 +743,7 @@ Object.defineProperty(invokeWithTakeout_, "__F", {
|
|
|
743
743
|
enumerable: true,
|
|
744
744
|
configurable: true,
|
|
745
745
|
writable: true,
|
|
746
|
-
value:
|
|
746
|
+
value: null
|
|
747
747
|
});
|
|
748
748
|
export class auth_sendCode_ extends Function_ {
|
|
749
749
|
get [id]() {
|
|
@@ -804,7 +804,7 @@ Object.defineProperty(auth_sendCode_, "__F", {
|
|
|
804
804
|
enumerable: true,
|
|
805
805
|
configurable: true,
|
|
806
806
|
writable: true,
|
|
807
|
-
value:
|
|
807
|
+
value: null
|
|
808
808
|
});
|
|
809
809
|
export class auth_signUp_ extends Function_ {
|
|
810
810
|
get [id]() {
|
|
@@ -876,7 +876,7 @@ Object.defineProperty(auth_signUp_, "__F", {
|
|
|
876
876
|
enumerable: true,
|
|
877
877
|
configurable: true,
|
|
878
878
|
writable: true,
|
|
879
|
-
value:
|
|
879
|
+
value: null
|
|
880
880
|
});
|
|
881
881
|
export class auth_signIn_ extends Function_ {
|
|
882
882
|
get [id]() {
|
|
@@ -939,7 +939,7 @@ Object.defineProperty(auth_signIn_, "__F", {
|
|
|
939
939
|
enumerable: true,
|
|
940
940
|
configurable: true,
|
|
941
941
|
writable: true,
|
|
942
|
-
value:
|
|
942
|
+
value: null
|
|
943
943
|
});
|
|
944
944
|
export class auth_logOut_ extends Function_ {
|
|
945
945
|
get [id]() {
|
|
@@ -962,7 +962,7 @@ Object.defineProperty(auth_logOut_, "__F", {
|
|
|
962
962
|
enumerable: true,
|
|
963
963
|
configurable: true,
|
|
964
964
|
writable: true,
|
|
965
|
-
value:
|
|
965
|
+
value: null
|
|
966
966
|
});
|
|
967
967
|
export class auth_resetAuthorizations_ extends Function_ {
|
|
968
968
|
get [id]() {
|
|
@@ -985,7 +985,7 @@ Object.defineProperty(auth_resetAuthorizations_, "__F", {
|
|
|
985
985
|
enumerable: true,
|
|
986
986
|
configurable: true,
|
|
987
987
|
writable: true,
|
|
988
|
-
value:
|
|
988
|
+
value: null
|
|
989
989
|
});
|
|
990
990
|
export class auth_exportAuthorization_ extends Function_ {
|
|
991
991
|
get [id]() {
|
|
@@ -1019,7 +1019,7 @@ Object.defineProperty(auth_exportAuthorization_, "__F", {
|
|
|
1019
1019
|
enumerable: true,
|
|
1020
1020
|
configurable: true,
|
|
1021
1021
|
writable: true,
|
|
1022
|
-
value:
|
|
1022
|
+
value: null
|
|
1023
1023
|
});
|
|
1024
1024
|
export class auth_importAuthorization_ extends Function_ {
|
|
1025
1025
|
get [id]() {
|
|
@@ -1062,7 +1062,7 @@ Object.defineProperty(auth_importAuthorization_, "__F", {
|
|
|
1062
1062
|
enumerable: true,
|
|
1063
1063
|
configurable: true,
|
|
1064
1064
|
writable: true,
|
|
1065
|
-
value:
|
|
1065
|
+
value: null
|
|
1066
1066
|
});
|
|
1067
1067
|
export class auth_bindTempAuthKey_ extends Function_ {
|
|
1068
1068
|
get [id]() {
|
|
@@ -1123,7 +1123,7 @@ Object.defineProperty(auth_bindTempAuthKey_, "__F", {
|
|
|
1123
1123
|
enumerable: true,
|
|
1124
1124
|
configurable: true,
|
|
1125
1125
|
writable: true,
|
|
1126
|
-
value:
|
|
1126
|
+
value: null
|
|
1127
1127
|
});
|
|
1128
1128
|
export class auth_importBotAuthorization_ extends Function_ {
|
|
1129
1129
|
get [id]() {
|
|
@@ -1184,7 +1184,7 @@ Object.defineProperty(auth_importBotAuthorization_, "__F", {
|
|
|
1184
1184
|
enumerable: true,
|
|
1185
1185
|
configurable: true,
|
|
1186
1186
|
writable: true,
|
|
1187
|
-
value:
|
|
1187
|
+
value: null
|
|
1188
1188
|
});
|
|
1189
1189
|
export class auth_checkPassword_ extends Function_ {
|
|
1190
1190
|
get [id]() {
|
|
@@ -1218,7 +1218,7 @@ Object.defineProperty(auth_checkPassword_, "__F", {
|
|
|
1218
1218
|
enumerable: true,
|
|
1219
1219
|
configurable: true,
|
|
1220
1220
|
writable: true,
|
|
1221
|
-
value:
|
|
1221
|
+
value: null
|
|
1222
1222
|
});
|
|
1223
1223
|
export class auth_requestPasswordRecovery_ extends Function_ {
|
|
1224
1224
|
get [id]() {
|
|
@@ -1241,7 +1241,7 @@ Object.defineProperty(auth_requestPasswordRecovery_, "__F", {
|
|
|
1241
1241
|
enumerable: true,
|
|
1242
1242
|
configurable: true,
|
|
1243
1243
|
writable: true,
|
|
1244
|
-
value:
|
|
1244
|
+
value: null
|
|
1245
1245
|
});
|
|
1246
1246
|
export class auth_recoverPassword_ extends Function_ {
|
|
1247
1247
|
get [id]() {
|
|
@@ -1286,7 +1286,7 @@ Object.defineProperty(auth_recoverPassword_, "__F", {
|
|
|
1286
1286
|
enumerable: true,
|
|
1287
1287
|
configurable: true,
|
|
1288
1288
|
writable: true,
|
|
1289
|
-
value:
|
|
1289
|
+
value: null
|
|
1290
1290
|
});
|
|
1291
1291
|
export class auth_resendCode_ extends Function_ {
|
|
1292
1292
|
get [id]() {
|
|
@@ -1329,7 +1329,7 @@ Object.defineProperty(auth_resendCode_, "__F", {
|
|
|
1329
1329
|
enumerable: true,
|
|
1330
1330
|
configurable: true,
|
|
1331
1331
|
writable: true,
|
|
1332
|
-
value:
|
|
1332
|
+
value: null
|
|
1333
1333
|
});
|
|
1334
1334
|
export class auth_cancelCode_ extends Function_ {
|
|
1335
1335
|
get [id]() {
|
|
@@ -1372,7 +1372,7 @@ Object.defineProperty(auth_cancelCode_, "__F", {
|
|
|
1372
1372
|
enumerable: true,
|
|
1373
1373
|
configurable: true,
|
|
1374
1374
|
writable: true,
|
|
1375
|
-
value:
|
|
1375
|
+
value: null
|
|
1376
1376
|
});
|
|
1377
1377
|
export class auth_dropTempAuthKeys_ extends Function_ {
|
|
1378
1378
|
get [id]() {
|
|
@@ -1406,7 +1406,7 @@ Object.defineProperty(auth_dropTempAuthKeys_, "__F", {
|
|
|
1406
1406
|
enumerable: true,
|
|
1407
1407
|
configurable: true,
|
|
1408
1408
|
writable: true,
|
|
1409
|
-
value:
|
|
1409
|
+
value: null
|
|
1410
1410
|
});
|
|
1411
1411
|
export class auth_exportLoginToken_ extends Function_ {
|
|
1412
1412
|
get [id]() {
|
|
@@ -1458,7 +1458,7 @@ Object.defineProperty(auth_exportLoginToken_, "__F", {
|
|
|
1458
1458
|
enumerable: true,
|
|
1459
1459
|
configurable: true,
|
|
1460
1460
|
writable: true,
|
|
1461
|
-
value:
|
|
1461
|
+
value: null
|
|
1462
1462
|
});
|
|
1463
1463
|
export class auth_importLoginToken_ extends Function_ {
|
|
1464
1464
|
get [id]() {
|
|
@@ -1492,7 +1492,7 @@ Object.defineProperty(auth_importLoginToken_, "__F", {
|
|
|
1492
1492
|
enumerable: true,
|
|
1493
1493
|
configurable: true,
|
|
1494
1494
|
writable: true,
|
|
1495
|
-
value:
|
|
1495
|
+
value: null
|
|
1496
1496
|
});
|
|
1497
1497
|
export class auth_acceptLoginToken_ extends Function_ {
|
|
1498
1498
|
get [id]() {
|
|
@@ -1526,7 +1526,7 @@ Object.defineProperty(auth_acceptLoginToken_, "__F", {
|
|
|
1526
1526
|
enumerable: true,
|
|
1527
1527
|
configurable: true,
|
|
1528
1528
|
writable: true,
|
|
1529
|
-
value:
|
|
1529
|
+
value: null
|
|
1530
1530
|
});
|
|
1531
1531
|
export class auth_checkRecoveryPassword_ extends Function_ {
|
|
1532
1532
|
get [id]() {
|
|
@@ -1560,7 +1560,7 @@ Object.defineProperty(auth_checkRecoveryPassword_, "__F", {
|
|
|
1560
1560
|
enumerable: true,
|
|
1561
1561
|
configurable: true,
|
|
1562
1562
|
writable: true,
|
|
1563
|
-
value:
|
|
1563
|
+
value: null
|
|
1564
1564
|
});
|
|
1565
1565
|
export class auth_importWebTokenAuthorization_ extends Function_ {
|
|
1566
1566
|
get [id]() {
|
|
@@ -1612,7 +1612,7 @@ Object.defineProperty(auth_importWebTokenAuthorization_, "__F", {
|
|
|
1612
1612
|
enumerable: true,
|
|
1613
1613
|
configurable: true,
|
|
1614
1614
|
writable: true,
|
|
1615
|
-
value:
|
|
1615
|
+
value: null
|
|
1616
1616
|
});
|
|
1617
1617
|
export class auth_requestFirebaseSms_ extends Function_ {
|
|
1618
1618
|
get [id]() {
|
|
@@ -1675,7 +1675,7 @@ Object.defineProperty(auth_requestFirebaseSms_, "__F", {
|
|
|
1675
1675
|
enumerable: true,
|
|
1676
1676
|
configurable: true,
|
|
1677
1677
|
writable: true,
|
|
1678
|
-
value:
|
|
1678
|
+
value: null
|
|
1679
1679
|
});
|
|
1680
1680
|
export class auth_resetLoginEmail_ extends Function_ {
|
|
1681
1681
|
get [id]() {
|
|
@@ -1718,7 +1718,7 @@ Object.defineProperty(auth_resetLoginEmail_, "__F", {
|
|
|
1718
1718
|
enumerable: true,
|
|
1719
1719
|
configurable: true,
|
|
1720
1720
|
writable: true,
|
|
1721
|
-
value:
|
|
1721
|
+
value: null
|
|
1722
1722
|
});
|
|
1723
1723
|
export class account_registerDevice_ extends Function_ {
|
|
1724
1724
|
get [id]() {
|
|
@@ -1799,7 +1799,7 @@ Object.defineProperty(account_registerDevice_, "__F", {
|
|
|
1799
1799
|
enumerable: true,
|
|
1800
1800
|
configurable: true,
|
|
1801
1801
|
writable: true,
|
|
1802
|
-
value:
|
|
1802
|
+
value: null
|
|
1803
1803
|
});
|
|
1804
1804
|
export class account_unregisterDevice_ extends Function_ {
|
|
1805
1805
|
get [id]() {
|
|
@@ -1851,7 +1851,7 @@ Object.defineProperty(account_unregisterDevice_, "__F", {
|
|
|
1851
1851
|
enumerable: true,
|
|
1852
1852
|
configurable: true,
|
|
1853
1853
|
writable: true,
|
|
1854
|
-
value:
|
|
1854
|
+
value: null
|
|
1855
1855
|
});
|
|
1856
1856
|
export class account_updateNotifySettings_ extends Function_ {
|
|
1857
1857
|
get [id]() {
|
|
@@ -1894,7 +1894,7 @@ Object.defineProperty(account_updateNotifySettings_, "__F", {
|
|
|
1894
1894
|
enumerable: true,
|
|
1895
1895
|
configurable: true,
|
|
1896
1896
|
writable: true,
|
|
1897
|
-
value:
|
|
1897
|
+
value: null
|
|
1898
1898
|
});
|
|
1899
1899
|
export class account_getNotifySettings_ extends Function_ {
|
|
1900
1900
|
get [id]() {
|
|
@@ -1928,7 +1928,7 @@ Object.defineProperty(account_getNotifySettings_, "__F", {
|
|
|
1928
1928
|
enumerable: true,
|
|
1929
1929
|
configurable: true,
|
|
1930
1930
|
writable: true,
|
|
1931
|
-
value:
|
|
1931
|
+
value: null
|
|
1932
1932
|
});
|
|
1933
1933
|
export class account_resetNotifySettings_ extends Function_ {
|
|
1934
1934
|
get [id]() {
|
|
@@ -1951,7 +1951,7 @@ Object.defineProperty(account_resetNotifySettings_, "__F", {
|
|
|
1951
1951
|
enumerable: true,
|
|
1952
1952
|
configurable: true,
|
|
1953
1953
|
writable: true,
|
|
1954
|
-
value:
|
|
1954
|
+
value: null
|
|
1955
1955
|
});
|
|
1956
1956
|
export class account_updateProfile_ extends Function_ {
|
|
1957
1957
|
get [id]() {
|
|
@@ -2005,7 +2005,7 @@ Object.defineProperty(account_updateProfile_, "__F", {
|
|
|
2005
2005
|
enumerable: true,
|
|
2006
2006
|
configurable: true,
|
|
2007
2007
|
writable: true,
|
|
2008
|
-
value:
|
|
2008
|
+
value: null
|
|
2009
2009
|
});
|
|
2010
2010
|
export class account_updateStatus_ extends Function_ {
|
|
2011
2011
|
get [id]() {
|
|
@@ -2039,7 +2039,7 @@ Object.defineProperty(account_updateStatus_, "__F", {
|
|
|
2039
2039
|
enumerable: true,
|
|
2040
2040
|
configurable: true,
|
|
2041
2041
|
writable: true,
|
|
2042
|
-
value:
|
|
2042
|
+
value: null
|
|
2043
2043
|
});
|
|
2044
2044
|
export class account_getWallPapers_ extends Function_ {
|
|
2045
2045
|
get [id]() {
|
|
@@ -2073,7 +2073,7 @@ Object.defineProperty(account_getWallPapers_, "__F", {
|
|
|
2073
2073
|
enumerable: true,
|
|
2074
2074
|
configurable: true,
|
|
2075
2075
|
writable: true,
|
|
2076
|
-
value:
|
|
2076
|
+
value: null
|
|
2077
2077
|
});
|
|
2078
2078
|
export class account_reportPeer_ extends Function_ {
|
|
2079
2079
|
get [id]() {
|
|
@@ -2125,7 +2125,7 @@ Object.defineProperty(account_reportPeer_, "__F", {
|
|
|
2125
2125
|
enumerable: true,
|
|
2126
2126
|
configurable: true,
|
|
2127
2127
|
writable: true,
|
|
2128
|
-
value:
|
|
2128
|
+
value: null
|
|
2129
2129
|
});
|
|
2130
2130
|
export class account_checkUsername_ extends Function_ {
|
|
2131
2131
|
get [id]() {
|
|
@@ -2159,7 +2159,7 @@ Object.defineProperty(account_checkUsername_, "__F", {
|
|
|
2159
2159
|
enumerable: true,
|
|
2160
2160
|
configurable: true,
|
|
2161
2161
|
writable: true,
|
|
2162
|
-
value:
|
|
2162
|
+
value: null
|
|
2163
2163
|
});
|
|
2164
2164
|
export class account_updateUsername_ extends Function_ {
|
|
2165
2165
|
get [id]() {
|
|
@@ -2193,7 +2193,7 @@ Object.defineProperty(account_updateUsername_, "__F", {
|
|
|
2193
2193
|
enumerable: true,
|
|
2194
2194
|
configurable: true,
|
|
2195
2195
|
writable: true,
|
|
2196
|
-
value:
|
|
2196
|
+
value: null
|
|
2197
2197
|
});
|
|
2198
2198
|
export class account_getPrivacy_ extends Function_ {
|
|
2199
2199
|
get [id]() {
|
|
@@ -2227,7 +2227,7 @@ Object.defineProperty(account_getPrivacy_, "__F", {
|
|
|
2227
2227
|
enumerable: true,
|
|
2228
2228
|
configurable: true,
|
|
2229
2229
|
writable: true,
|
|
2230
|
-
value:
|
|
2230
|
+
value: null
|
|
2231
2231
|
});
|
|
2232
2232
|
export class account_setPrivacy_ extends Function_ {
|
|
2233
2233
|
get [id]() {
|
|
@@ -2270,7 +2270,7 @@ Object.defineProperty(account_setPrivacy_, "__F", {
|
|
|
2270
2270
|
enumerable: true,
|
|
2271
2271
|
configurable: true,
|
|
2272
2272
|
writable: true,
|
|
2273
|
-
value:
|
|
2273
|
+
value: null
|
|
2274
2274
|
});
|
|
2275
2275
|
export class account_deleteAccount_ extends Function_ {
|
|
2276
2276
|
get [id]() {
|
|
@@ -2315,7 +2315,7 @@ Object.defineProperty(account_deleteAccount_, "__F", {
|
|
|
2315
2315
|
enumerable: true,
|
|
2316
2316
|
configurable: true,
|
|
2317
2317
|
writable: true,
|
|
2318
|
-
value:
|
|
2318
|
+
value: null
|
|
2319
2319
|
});
|
|
2320
2320
|
export class account_getAccountTTL_ extends Function_ {
|
|
2321
2321
|
get [id]() {
|
|
@@ -2338,7 +2338,7 @@ Object.defineProperty(account_getAccountTTL_, "__F", {
|
|
|
2338
2338
|
enumerable: true,
|
|
2339
2339
|
configurable: true,
|
|
2340
2340
|
writable: true,
|
|
2341
|
-
value:
|
|
2341
|
+
value: null
|
|
2342
2342
|
});
|
|
2343
2343
|
export class account_setAccountTTL_ extends Function_ {
|
|
2344
2344
|
get [id]() {
|
|
@@ -2372,7 +2372,7 @@ Object.defineProperty(account_setAccountTTL_, "__F", {
|
|
|
2372
2372
|
enumerable: true,
|
|
2373
2373
|
configurable: true,
|
|
2374
2374
|
writable: true,
|
|
2375
|
-
value:
|
|
2375
|
+
value: null
|
|
2376
2376
|
});
|
|
2377
2377
|
export class account_sendChangePhoneCode_ extends Function_ {
|
|
2378
2378
|
get [id]() {
|
|
@@ -2415,7 +2415,7 @@ Object.defineProperty(account_sendChangePhoneCode_, "__F", {
|
|
|
2415
2415
|
enumerable: true,
|
|
2416
2416
|
configurable: true,
|
|
2417
2417
|
writable: true,
|
|
2418
|
-
value:
|
|
2418
|
+
value: null
|
|
2419
2419
|
});
|
|
2420
2420
|
export class account_changePhone_ extends Function_ {
|
|
2421
2421
|
get [id]() {
|
|
@@ -2467,7 +2467,7 @@ Object.defineProperty(account_changePhone_, "__F", {
|
|
|
2467
2467
|
enumerable: true,
|
|
2468
2468
|
configurable: true,
|
|
2469
2469
|
writable: true,
|
|
2470
|
-
value:
|
|
2470
|
+
value: null
|
|
2471
2471
|
});
|
|
2472
2472
|
export class account_updateDeviceLocked_ extends Function_ {
|
|
2473
2473
|
get [id]() {
|
|
@@ -2501,7 +2501,7 @@ Object.defineProperty(account_updateDeviceLocked_, "__F", {
|
|
|
2501
2501
|
enumerable: true,
|
|
2502
2502
|
configurable: true,
|
|
2503
2503
|
writable: true,
|
|
2504
|
-
value:
|
|
2504
|
+
value: null
|
|
2505
2505
|
});
|
|
2506
2506
|
export class account_getAuthorizations_ extends Function_ {
|
|
2507
2507
|
get [id]() {
|
|
@@ -2524,7 +2524,7 @@ Object.defineProperty(account_getAuthorizations_, "__F", {
|
|
|
2524
2524
|
enumerable: true,
|
|
2525
2525
|
configurable: true,
|
|
2526
2526
|
writable: true,
|
|
2527
|
-
value:
|
|
2527
|
+
value: null
|
|
2528
2528
|
});
|
|
2529
2529
|
export class account_resetAuthorization_ extends Function_ {
|
|
2530
2530
|
get [id]() {
|
|
@@ -2558,7 +2558,7 @@ Object.defineProperty(account_resetAuthorization_, "__F", {
|
|
|
2558
2558
|
enumerable: true,
|
|
2559
2559
|
configurable: true,
|
|
2560
2560
|
writable: true,
|
|
2561
|
-
value:
|
|
2561
|
+
value: null
|
|
2562
2562
|
});
|
|
2563
2563
|
export class account_getPassword_ extends Function_ {
|
|
2564
2564
|
get [id]() {
|
|
@@ -2581,7 +2581,7 @@ Object.defineProperty(account_getPassword_, "__F", {
|
|
|
2581
2581
|
enumerable: true,
|
|
2582
2582
|
configurable: true,
|
|
2583
2583
|
writable: true,
|
|
2584
|
-
value:
|
|
2584
|
+
value: null
|
|
2585
2585
|
});
|
|
2586
2586
|
export class account_getPasswordSettings_ extends Function_ {
|
|
2587
2587
|
get [id]() {
|
|
@@ -2615,7 +2615,7 @@ Object.defineProperty(account_getPasswordSettings_, "__F", {
|
|
|
2615
2615
|
enumerable: true,
|
|
2616
2616
|
configurable: true,
|
|
2617
2617
|
writable: true,
|
|
2618
|
-
value:
|
|
2618
|
+
value: null
|
|
2619
2619
|
});
|
|
2620
2620
|
export class account_updatePasswordSettings_ extends Function_ {
|
|
2621
2621
|
get [id]() {
|
|
@@ -2658,7 +2658,7 @@ Object.defineProperty(account_updatePasswordSettings_, "__F", {
|
|
|
2658
2658
|
enumerable: true,
|
|
2659
2659
|
configurable: true,
|
|
2660
2660
|
writable: true,
|
|
2661
|
-
value:
|
|
2661
|
+
value: null
|
|
2662
2662
|
});
|
|
2663
2663
|
export class account_sendConfirmPhoneCode_ extends Function_ {
|
|
2664
2664
|
get [id]() {
|
|
@@ -2701,7 +2701,7 @@ Object.defineProperty(account_sendConfirmPhoneCode_, "__F", {
|
|
|
2701
2701
|
enumerable: true,
|
|
2702
2702
|
configurable: true,
|
|
2703
2703
|
writable: true,
|
|
2704
|
-
value:
|
|
2704
|
+
value: null
|
|
2705
2705
|
});
|
|
2706
2706
|
export class account_confirmPhone_ extends Function_ {
|
|
2707
2707
|
get [id]() {
|
|
@@ -2744,7 +2744,7 @@ Object.defineProperty(account_confirmPhone_, "__F", {
|
|
|
2744
2744
|
enumerable: true,
|
|
2745
2745
|
configurable: true,
|
|
2746
2746
|
writable: true,
|
|
2747
|
-
value:
|
|
2747
|
+
value: null
|
|
2748
2748
|
});
|
|
2749
2749
|
export class account_getTmpPassword_ extends Function_ {
|
|
2750
2750
|
get [id]() {
|
|
@@ -2787,7 +2787,7 @@ Object.defineProperty(account_getTmpPassword_, "__F", {
|
|
|
2787
2787
|
enumerable: true,
|
|
2788
2788
|
configurable: true,
|
|
2789
2789
|
writable: true,
|
|
2790
|
-
value:
|
|
2790
|
+
value: null
|
|
2791
2791
|
});
|
|
2792
2792
|
export class account_getWebAuthorizations_ extends Function_ {
|
|
2793
2793
|
get [id]() {
|
|
@@ -2810,7 +2810,7 @@ Object.defineProperty(account_getWebAuthorizations_, "__F", {
|
|
|
2810
2810
|
enumerable: true,
|
|
2811
2811
|
configurable: true,
|
|
2812
2812
|
writable: true,
|
|
2813
|
-
value:
|
|
2813
|
+
value: null
|
|
2814
2814
|
});
|
|
2815
2815
|
export class account_resetWebAuthorization_ extends Function_ {
|
|
2816
2816
|
get [id]() {
|
|
@@ -2844,7 +2844,7 @@ Object.defineProperty(account_resetWebAuthorization_, "__F", {
|
|
|
2844
2844
|
enumerable: true,
|
|
2845
2845
|
configurable: true,
|
|
2846
2846
|
writable: true,
|
|
2847
|
-
value:
|
|
2847
|
+
value: null
|
|
2848
2848
|
});
|
|
2849
2849
|
export class account_resetWebAuthorizations_ extends Function_ {
|
|
2850
2850
|
get [id]() {
|
|
@@ -2867,7 +2867,7 @@ Object.defineProperty(account_resetWebAuthorizations_, "__F", {
|
|
|
2867
2867
|
enumerable: true,
|
|
2868
2868
|
configurable: true,
|
|
2869
2869
|
writable: true,
|
|
2870
|
-
value:
|
|
2870
|
+
value: null
|
|
2871
2871
|
});
|
|
2872
2872
|
export class account_getAllSecureValues_ extends Function_ {
|
|
2873
2873
|
get [id]() {
|
|
@@ -2890,7 +2890,7 @@ Object.defineProperty(account_getAllSecureValues_, "__F", {
|
|
|
2890
2890
|
enumerable: true,
|
|
2891
2891
|
configurable: true,
|
|
2892
2892
|
writable: true,
|
|
2893
|
-
value:
|
|
2893
|
+
value: null
|
|
2894
2894
|
});
|
|
2895
2895
|
export class account_getSecureValue_ extends Function_ {
|
|
2896
2896
|
get [id]() {
|
|
@@ -2924,7 +2924,7 @@ Object.defineProperty(account_getSecureValue_, "__F", {
|
|
|
2924
2924
|
enumerable: true,
|
|
2925
2925
|
configurable: true,
|
|
2926
2926
|
writable: true,
|
|
2927
|
-
value:
|
|
2927
|
+
value: null
|
|
2928
2928
|
});
|
|
2929
2929
|
export class account_saveSecureValue_ extends Function_ {
|
|
2930
2930
|
get [id]() {
|
|
@@ -2967,7 +2967,7 @@ Object.defineProperty(account_saveSecureValue_, "__F", {
|
|
|
2967
2967
|
enumerable: true,
|
|
2968
2968
|
configurable: true,
|
|
2969
2969
|
writable: true,
|
|
2970
|
-
value:
|
|
2970
|
+
value: null
|
|
2971
2971
|
});
|
|
2972
2972
|
export class account_deleteSecureValue_ extends Function_ {
|
|
2973
2973
|
get [id]() {
|
|
@@ -3001,7 +3001,7 @@ Object.defineProperty(account_deleteSecureValue_, "__F", {
|
|
|
3001
3001
|
enumerable: true,
|
|
3002
3002
|
configurable: true,
|
|
3003
3003
|
writable: true,
|
|
3004
|
-
value:
|
|
3004
|
+
value: null
|
|
3005
3005
|
});
|
|
3006
3006
|
export class account_getAuthorizationForm_ extends Function_ {
|
|
3007
3007
|
get [id]() {
|
|
@@ -3053,7 +3053,7 @@ Object.defineProperty(account_getAuthorizationForm_, "__F", {
|
|
|
3053
3053
|
enumerable: true,
|
|
3054
3054
|
configurable: true,
|
|
3055
3055
|
writable: true,
|
|
3056
|
-
value:
|
|
3056
|
+
value: null
|
|
3057
3057
|
});
|
|
3058
3058
|
export class account_acceptAuthorization_ extends Function_ {
|
|
3059
3059
|
get [id]() {
|
|
@@ -3123,7 +3123,7 @@ Object.defineProperty(account_acceptAuthorization_, "__F", {
|
|
|
3123
3123
|
enumerable: true,
|
|
3124
3124
|
configurable: true,
|
|
3125
3125
|
writable: true,
|
|
3126
|
-
value:
|
|
3126
|
+
value: null
|
|
3127
3127
|
});
|
|
3128
3128
|
export class account_sendVerifyPhoneCode_ extends Function_ {
|
|
3129
3129
|
get [id]() {
|
|
@@ -3166,7 +3166,7 @@ Object.defineProperty(account_sendVerifyPhoneCode_, "__F", {
|
|
|
3166
3166
|
enumerable: true,
|
|
3167
3167
|
configurable: true,
|
|
3168
3168
|
writable: true,
|
|
3169
|
-
value:
|
|
3169
|
+
value: null
|
|
3170
3170
|
});
|
|
3171
3171
|
export class account_verifyPhone_ extends Function_ {
|
|
3172
3172
|
get [id]() {
|
|
@@ -3218,7 +3218,7 @@ Object.defineProperty(account_verifyPhone_, "__F", {
|
|
|
3218
3218
|
enumerable: true,
|
|
3219
3219
|
configurable: true,
|
|
3220
3220
|
writable: true,
|
|
3221
|
-
value:
|
|
3221
|
+
value: null
|
|
3222
3222
|
});
|
|
3223
3223
|
export class account_sendVerifyEmailCode_ extends Function_ {
|
|
3224
3224
|
get [id]() {
|
|
@@ -3261,7 +3261,7 @@ Object.defineProperty(account_sendVerifyEmailCode_, "__F", {
|
|
|
3261
3261
|
enumerable: true,
|
|
3262
3262
|
configurable: true,
|
|
3263
3263
|
writable: true,
|
|
3264
|
-
value:
|
|
3264
|
+
value: null
|
|
3265
3265
|
});
|
|
3266
3266
|
export class account_verifyEmail_ extends Function_ {
|
|
3267
3267
|
get [id]() {
|
|
@@ -3304,7 +3304,7 @@ Object.defineProperty(account_verifyEmail_, "__F", {
|
|
|
3304
3304
|
enumerable: true,
|
|
3305
3305
|
configurable: true,
|
|
3306
3306
|
writable: true,
|
|
3307
|
-
value:
|
|
3307
|
+
value: null
|
|
3308
3308
|
});
|
|
3309
3309
|
export class account_initTakeoutSession_ extends Function_ {
|
|
3310
3310
|
get [id]() {
|
|
@@ -3394,7 +3394,7 @@ Object.defineProperty(account_initTakeoutSession_, "__F", {
|
|
|
3394
3394
|
enumerable: true,
|
|
3395
3395
|
configurable: true,
|
|
3396
3396
|
writable: true,
|
|
3397
|
-
value:
|
|
3397
|
+
value: null
|
|
3398
3398
|
});
|
|
3399
3399
|
export class account_finishTakeoutSession_ extends Function_ {
|
|
3400
3400
|
get [id]() {
|
|
@@ -3430,7 +3430,7 @@ Object.defineProperty(account_finishTakeoutSession_, "__F", {
|
|
|
3430
3430
|
enumerable: true,
|
|
3431
3431
|
configurable: true,
|
|
3432
3432
|
writable: true,
|
|
3433
|
-
value:
|
|
3433
|
+
value: null
|
|
3434
3434
|
});
|
|
3435
3435
|
export class account_confirmPasswordEmail_ extends Function_ {
|
|
3436
3436
|
get [id]() {
|
|
@@ -3464,7 +3464,7 @@ Object.defineProperty(account_confirmPasswordEmail_, "__F", {
|
|
|
3464
3464
|
enumerable: true,
|
|
3465
3465
|
configurable: true,
|
|
3466
3466
|
writable: true,
|
|
3467
|
-
value:
|
|
3467
|
+
value: null
|
|
3468
3468
|
});
|
|
3469
3469
|
export class account_resendPasswordEmail_ extends Function_ {
|
|
3470
3470
|
get [id]() {
|
|
@@ -3487,7 +3487,7 @@ Object.defineProperty(account_resendPasswordEmail_, "__F", {
|
|
|
3487
3487
|
enumerable: true,
|
|
3488
3488
|
configurable: true,
|
|
3489
3489
|
writable: true,
|
|
3490
|
-
value:
|
|
3490
|
+
value: null
|
|
3491
3491
|
});
|
|
3492
3492
|
export class account_cancelPasswordEmail_ extends Function_ {
|
|
3493
3493
|
get [id]() {
|
|
@@ -3510,7 +3510,7 @@ Object.defineProperty(account_cancelPasswordEmail_, "__F", {
|
|
|
3510
3510
|
enumerable: true,
|
|
3511
3511
|
configurable: true,
|
|
3512
3512
|
writable: true,
|
|
3513
|
-
value:
|
|
3513
|
+
value: null
|
|
3514
3514
|
});
|
|
3515
3515
|
export class account_getContactSignUpNotification_ extends Function_ {
|
|
3516
3516
|
get [id]() {
|
|
@@ -3533,7 +3533,7 @@ Object.defineProperty(account_getContactSignUpNotification_, "__F", {
|
|
|
3533
3533
|
enumerable: true,
|
|
3534
3534
|
configurable: true,
|
|
3535
3535
|
writable: true,
|
|
3536
|
-
value:
|
|
3536
|
+
value: null
|
|
3537
3537
|
});
|
|
3538
3538
|
export class account_setContactSignUpNotification_ extends Function_ {
|
|
3539
3539
|
get [id]() {
|
|
@@ -3567,7 +3567,7 @@ Object.defineProperty(account_setContactSignUpNotification_, "__F", {
|
|
|
3567
3567
|
enumerable: true,
|
|
3568
3568
|
configurable: true,
|
|
3569
3569
|
writable: true,
|
|
3570
|
-
value:
|
|
3570
|
+
value: null
|
|
3571
3571
|
});
|
|
3572
3572
|
export class account_getNotifyExceptions_ extends Function_ {
|
|
3573
3573
|
get [id]() {
|
|
@@ -3621,7 +3621,7 @@ Object.defineProperty(account_getNotifyExceptions_, "__F", {
|
|
|
3621
3621
|
enumerable: true,
|
|
3622
3622
|
configurable: true,
|
|
3623
3623
|
writable: true,
|
|
3624
|
-
value:
|
|
3624
|
+
value: null
|
|
3625
3625
|
});
|
|
3626
3626
|
export class account_getWallPaper_ extends Function_ {
|
|
3627
3627
|
get [id]() {
|
|
@@ -3655,7 +3655,7 @@ Object.defineProperty(account_getWallPaper_, "__F", {
|
|
|
3655
3655
|
enumerable: true,
|
|
3656
3656
|
configurable: true,
|
|
3657
3657
|
writable: true,
|
|
3658
|
-
value:
|
|
3658
|
+
value: null
|
|
3659
3659
|
});
|
|
3660
3660
|
export class account_uploadWallPaper_ extends Function_ {
|
|
3661
3661
|
get [id]() {
|
|
@@ -3718,7 +3718,7 @@ Object.defineProperty(account_uploadWallPaper_, "__F", {
|
|
|
3718
3718
|
enumerable: true,
|
|
3719
3719
|
configurable: true,
|
|
3720
3720
|
writable: true,
|
|
3721
|
-
value:
|
|
3721
|
+
value: null
|
|
3722
3722
|
});
|
|
3723
3723
|
export class account_saveWallPaper_ extends Function_ {
|
|
3724
3724
|
get [id]() {
|
|
@@ -3770,7 +3770,7 @@ Object.defineProperty(account_saveWallPaper_, "__F", {
|
|
|
3770
3770
|
enumerable: true,
|
|
3771
3771
|
configurable: true,
|
|
3772
3772
|
writable: true,
|
|
3773
|
-
value:
|
|
3773
|
+
value: null
|
|
3774
3774
|
});
|
|
3775
3775
|
export class account_installWallPaper_ extends Function_ {
|
|
3776
3776
|
get [id]() {
|
|
@@ -3813,7 +3813,7 @@ Object.defineProperty(account_installWallPaper_, "__F", {
|
|
|
3813
3813
|
enumerable: true,
|
|
3814
3814
|
configurable: true,
|
|
3815
3815
|
writable: true,
|
|
3816
|
-
value:
|
|
3816
|
+
value: null
|
|
3817
3817
|
});
|
|
3818
3818
|
export class account_resetWallPapers_ extends Function_ {
|
|
3819
3819
|
get [id]() {
|
|
@@ -3836,7 +3836,7 @@ Object.defineProperty(account_resetWallPapers_, "__F", {
|
|
|
3836
3836
|
enumerable: true,
|
|
3837
3837
|
configurable: true,
|
|
3838
3838
|
writable: true,
|
|
3839
|
-
value:
|
|
3839
|
+
value: null
|
|
3840
3840
|
});
|
|
3841
3841
|
export class account_getAutoDownloadSettings_ extends Function_ {
|
|
3842
3842
|
get [id]() {
|
|
@@ -3859,7 +3859,7 @@ Object.defineProperty(account_getAutoDownloadSettings_, "__F", {
|
|
|
3859
3859
|
enumerable: true,
|
|
3860
3860
|
configurable: true,
|
|
3861
3861
|
writable: true,
|
|
3862
|
-
value:
|
|
3862
|
+
value: null
|
|
3863
3863
|
});
|
|
3864
3864
|
export class account_saveAutoDownloadSettings_ extends Function_ {
|
|
3865
3865
|
get [id]() {
|
|
@@ -3913,7 +3913,7 @@ Object.defineProperty(account_saveAutoDownloadSettings_, "__F", {
|
|
|
3913
3913
|
enumerable: true,
|
|
3914
3914
|
configurable: true,
|
|
3915
3915
|
writable: true,
|
|
3916
|
-
value:
|
|
3916
|
+
value: null
|
|
3917
3917
|
});
|
|
3918
3918
|
export class account_uploadTheme_ extends Function_ {
|
|
3919
3919
|
get [id]() {
|
|
@@ -3976,7 +3976,7 @@ Object.defineProperty(account_uploadTheme_, "__F", {
|
|
|
3976
3976
|
enumerable: true,
|
|
3977
3977
|
configurable: true,
|
|
3978
3978
|
writable: true,
|
|
3979
|
-
value:
|
|
3979
|
+
value: null
|
|
3980
3980
|
});
|
|
3981
3981
|
export class account_createTheme_ extends Function_ {
|
|
3982
3982
|
get [id]() {
|
|
@@ -4039,7 +4039,7 @@ Object.defineProperty(account_createTheme_, "__F", {
|
|
|
4039
4039
|
enumerable: true,
|
|
4040
4040
|
configurable: true,
|
|
4041
4041
|
writable: true,
|
|
4042
|
-
value:
|
|
4042
|
+
value: null
|
|
4043
4043
|
});
|
|
4044
4044
|
export class account_updateTheme_ extends Function_ {
|
|
4045
4045
|
get [id]() {
|
|
@@ -4120,7 +4120,7 @@ Object.defineProperty(account_updateTheme_, "__F", {
|
|
|
4120
4120
|
enumerable: true,
|
|
4121
4121
|
configurable: true,
|
|
4122
4122
|
writable: true,
|
|
4123
|
-
value:
|
|
4123
|
+
value: null
|
|
4124
4124
|
});
|
|
4125
4125
|
export class account_saveTheme_ extends Function_ {
|
|
4126
4126
|
get [id]() {
|
|
@@ -4163,7 +4163,7 @@ Object.defineProperty(account_saveTheme_, "__F", {
|
|
|
4163
4163
|
enumerable: true,
|
|
4164
4164
|
configurable: true,
|
|
4165
4165
|
writable: true,
|
|
4166
|
-
value:
|
|
4166
|
+
value: null
|
|
4167
4167
|
});
|
|
4168
4168
|
export class account_installTheme_ extends Function_ {
|
|
4169
4169
|
get [id]() {
|
|
@@ -4226,7 +4226,7 @@ Object.defineProperty(account_installTheme_, "__F", {
|
|
|
4226
4226
|
enumerable: true,
|
|
4227
4227
|
configurable: true,
|
|
4228
4228
|
writable: true,
|
|
4229
|
-
value:
|
|
4229
|
+
value: null
|
|
4230
4230
|
});
|
|
4231
4231
|
export class account_getTheme_ extends Function_ {
|
|
4232
4232
|
get [id]() {
|
|
@@ -4269,7 +4269,7 @@ Object.defineProperty(account_getTheme_, "__F", {
|
|
|
4269
4269
|
enumerable: true,
|
|
4270
4270
|
configurable: true,
|
|
4271
4271
|
writable: true,
|
|
4272
|
-
value:
|
|
4272
|
+
value: null
|
|
4273
4273
|
});
|
|
4274
4274
|
export class account_getThemes_ extends Function_ {
|
|
4275
4275
|
get [id]() {
|
|
@@ -4312,7 +4312,7 @@ Object.defineProperty(account_getThemes_, "__F", {
|
|
|
4312
4312
|
enumerable: true,
|
|
4313
4313
|
configurable: true,
|
|
4314
4314
|
writable: true,
|
|
4315
|
-
value:
|
|
4315
|
+
value: null
|
|
4316
4316
|
});
|
|
4317
4317
|
export class account_setContentSettings_ extends Function_ {
|
|
4318
4318
|
get [id]() {
|
|
@@ -4348,7 +4348,7 @@ Object.defineProperty(account_setContentSettings_, "__F", {
|
|
|
4348
4348
|
enumerable: true,
|
|
4349
4349
|
configurable: true,
|
|
4350
4350
|
writable: true,
|
|
4351
|
-
value:
|
|
4351
|
+
value: null
|
|
4352
4352
|
});
|
|
4353
4353
|
export class account_getContentSettings_ extends Function_ {
|
|
4354
4354
|
get [id]() {
|
|
@@ -4371,7 +4371,7 @@ Object.defineProperty(account_getContentSettings_, "__F", {
|
|
|
4371
4371
|
enumerable: true,
|
|
4372
4372
|
configurable: true,
|
|
4373
4373
|
writable: true,
|
|
4374
|
-
value:
|
|
4374
|
+
value: null
|
|
4375
4375
|
});
|
|
4376
4376
|
export class account_getMultiWallPapers_ extends Function_ {
|
|
4377
4377
|
get [id]() {
|
|
@@ -4405,7 +4405,7 @@ Object.defineProperty(account_getMultiWallPapers_, "__F", {
|
|
|
4405
4405
|
enumerable: true,
|
|
4406
4406
|
configurable: true,
|
|
4407
4407
|
writable: true,
|
|
4408
|
-
value:
|
|
4408
|
+
value: null
|
|
4409
4409
|
});
|
|
4410
4410
|
export class account_getGlobalPrivacySettings_ extends Function_ {
|
|
4411
4411
|
get [id]() {
|
|
@@ -4428,7 +4428,7 @@ Object.defineProperty(account_getGlobalPrivacySettings_, "__F", {
|
|
|
4428
4428
|
enumerable: true,
|
|
4429
4429
|
configurable: true,
|
|
4430
4430
|
writable: true,
|
|
4431
|
-
value:
|
|
4431
|
+
value: null
|
|
4432
4432
|
});
|
|
4433
4433
|
export class account_setGlobalPrivacySettings_ extends Function_ {
|
|
4434
4434
|
get [id]() {
|
|
@@ -4462,7 +4462,7 @@ Object.defineProperty(account_setGlobalPrivacySettings_, "__F", {
|
|
|
4462
4462
|
enumerable: true,
|
|
4463
4463
|
configurable: true,
|
|
4464
4464
|
writable: true,
|
|
4465
|
-
value:
|
|
4465
|
+
value: null
|
|
4466
4466
|
});
|
|
4467
4467
|
export class account_reportProfilePhoto_ extends Function_ {
|
|
4468
4468
|
get [id]() {
|
|
@@ -4523,7 +4523,7 @@ Object.defineProperty(account_reportProfilePhoto_, "__F", {
|
|
|
4523
4523
|
enumerable: true,
|
|
4524
4524
|
configurable: true,
|
|
4525
4525
|
writable: true,
|
|
4526
|
-
value:
|
|
4526
|
+
value: null
|
|
4527
4527
|
});
|
|
4528
4528
|
export class account_resetPassword_ extends Function_ {
|
|
4529
4529
|
get [id]() {
|
|
@@ -4546,7 +4546,7 @@ Object.defineProperty(account_resetPassword_, "__F", {
|
|
|
4546
4546
|
enumerable: true,
|
|
4547
4547
|
configurable: true,
|
|
4548
4548
|
writable: true,
|
|
4549
|
-
value:
|
|
4549
|
+
value: null
|
|
4550
4550
|
});
|
|
4551
4551
|
export class account_declinePasswordReset_ extends Function_ {
|
|
4552
4552
|
get [id]() {
|
|
@@ -4569,7 +4569,7 @@ Object.defineProperty(account_declinePasswordReset_, "__F", {
|
|
|
4569
4569
|
enumerable: true,
|
|
4570
4570
|
configurable: true,
|
|
4571
4571
|
writable: true,
|
|
4572
|
-
value:
|
|
4572
|
+
value: null
|
|
4573
4573
|
});
|
|
4574
4574
|
export class account_getChatThemes_ extends Function_ {
|
|
4575
4575
|
get [id]() {
|
|
@@ -4603,7 +4603,7 @@ Object.defineProperty(account_getChatThemes_, "__F", {
|
|
|
4603
4603
|
enumerable: true,
|
|
4604
4604
|
configurable: true,
|
|
4605
4605
|
writable: true,
|
|
4606
|
-
value:
|
|
4606
|
+
value: null
|
|
4607
4607
|
});
|
|
4608
4608
|
export class account_setAuthorizationTTL_ extends Function_ {
|
|
4609
4609
|
get [id]() {
|
|
@@ -4637,7 +4637,7 @@ Object.defineProperty(account_setAuthorizationTTL_, "__F", {
|
|
|
4637
4637
|
enumerable: true,
|
|
4638
4638
|
configurable: true,
|
|
4639
4639
|
writable: true,
|
|
4640
|
-
value:
|
|
4640
|
+
value: null
|
|
4641
4641
|
});
|
|
4642
4642
|
export class account_changeAuthorizationSettings_ extends Function_ {
|
|
4643
4643
|
get [id]() {
|
|
@@ -4700,7 +4700,7 @@ Object.defineProperty(account_changeAuthorizationSettings_, "__F", {
|
|
|
4700
4700
|
enumerable: true,
|
|
4701
4701
|
configurable: true,
|
|
4702
4702
|
writable: true,
|
|
4703
|
-
value:
|
|
4703
|
+
value: null
|
|
4704
4704
|
});
|
|
4705
4705
|
export class account_getSavedRingtones_ extends Function_ {
|
|
4706
4706
|
get [id]() {
|
|
@@ -4734,7 +4734,7 @@ Object.defineProperty(account_getSavedRingtones_, "__F", {
|
|
|
4734
4734
|
enumerable: true,
|
|
4735
4735
|
configurable: true,
|
|
4736
4736
|
writable: true,
|
|
4737
|
-
value:
|
|
4737
|
+
value: null
|
|
4738
4738
|
});
|
|
4739
4739
|
export class account_saveRingtone_ extends Function_ {
|
|
4740
4740
|
get [id]() {
|
|
@@ -4777,7 +4777,7 @@ Object.defineProperty(account_saveRingtone_, "__F", {
|
|
|
4777
4777
|
enumerable: true,
|
|
4778
4778
|
configurable: true,
|
|
4779
4779
|
writable: true,
|
|
4780
|
-
value:
|
|
4780
|
+
value: null
|
|
4781
4781
|
});
|
|
4782
4782
|
export class account_uploadRingtone_ extends Function_ {
|
|
4783
4783
|
get [id]() {
|
|
@@ -4829,7 +4829,7 @@ Object.defineProperty(account_uploadRingtone_, "__F", {
|
|
|
4829
4829
|
enumerable: true,
|
|
4830
4830
|
configurable: true,
|
|
4831
4831
|
writable: true,
|
|
4832
|
-
value:
|
|
4832
|
+
value: null
|
|
4833
4833
|
});
|
|
4834
4834
|
export class account_updateEmojiStatus_ extends Function_ {
|
|
4835
4835
|
get [id]() {
|
|
@@ -4863,7 +4863,7 @@ Object.defineProperty(account_updateEmojiStatus_, "__F", {
|
|
|
4863
4863
|
enumerable: true,
|
|
4864
4864
|
configurable: true,
|
|
4865
4865
|
writable: true,
|
|
4866
|
-
value:
|
|
4866
|
+
value: null
|
|
4867
4867
|
});
|
|
4868
4868
|
export class account_getDefaultEmojiStatuses_ extends Function_ {
|
|
4869
4869
|
get [id]() {
|
|
@@ -4897,7 +4897,7 @@ Object.defineProperty(account_getDefaultEmojiStatuses_, "__F", {
|
|
|
4897
4897
|
enumerable: true,
|
|
4898
4898
|
configurable: true,
|
|
4899
4899
|
writable: true,
|
|
4900
|
-
value:
|
|
4900
|
+
value: null
|
|
4901
4901
|
});
|
|
4902
4902
|
export class account_getRecentEmojiStatuses_ extends Function_ {
|
|
4903
4903
|
get [id]() {
|
|
@@ -4931,7 +4931,7 @@ Object.defineProperty(account_getRecentEmojiStatuses_, "__F", {
|
|
|
4931
4931
|
enumerable: true,
|
|
4932
4932
|
configurable: true,
|
|
4933
4933
|
writable: true,
|
|
4934
|
-
value:
|
|
4934
|
+
value: null
|
|
4935
4935
|
});
|
|
4936
4936
|
export class account_clearRecentEmojiStatuses_ extends Function_ {
|
|
4937
4937
|
get [id]() {
|
|
@@ -4954,7 +4954,7 @@ Object.defineProperty(account_clearRecentEmojiStatuses_, "__F", {
|
|
|
4954
4954
|
enumerable: true,
|
|
4955
4955
|
configurable: true,
|
|
4956
4956
|
writable: true,
|
|
4957
|
-
value:
|
|
4957
|
+
value: null
|
|
4958
4958
|
});
|
|
4959
4959
|
export class account_reorderUsernames_ extends Function_ {
|
|
4960
4960
|
get [id]() {
|
|
@@ -4988,7 +4988,7 @@ Object.defineProperty(account_reorderUsernames_, "__F", {
|
|
|
4988
4988
|
enumerable: true,
|
|
4989
4989
|
configurable: true,
|
|
4990
4990
|
writable: true,
|
|
4991
|
-
value:
|
|
4991
|
+
value: null
|
|
4992
4992
|
});
|
|
4993
4993
|
export class account_toggleUsername_ extends Function_ {
|
|
4994
4994
|
get [id]() {
|
|
@@ -5031,7 +5031,7 @@ Object.defineProperty(account_toggleUsername_, "__F", {
|
|
|
5031
5031
|
enumerable: true,
|
|
5032
5032
|
configurable: true,
|
|
5033
5033
|
writable: true,
|
|
5034
|
-
value:
|
|
5034
|
+
value: null
|
|
5035
5035
|
});
|
|
5036
5036
|
export class account_getDefaultProfilePhotoEmojis_ extends Function_ {
|
|
5037
5037
|
get [id]() {
|
|
@@ -5065,7 +5065,7 @@ Object.defineProperty(account_getDefaultProfilePhotoEmojis_, "__F", {
|
|
|
5065
5065
|
enumerable: true,
|
|
5066
5066
|
configurable: true,
|
|
5067
5067
|
writable: true,
|
|
5068
|
-
value:
|
|
5068
|
+
value: null
|
|
5069
5069
|
});
|
|
5070
5070
|
export class account_getDefaultGroupPhotoEmojis_ extends Function_ {
|
|
5071
5071
|
get [id]() {
|
|
@@ -5099,7 +5099,7 @@ Object.defineProperty(account_getDefaultGroupPhotoEmojis_, "__F", {
|
|
|
5099
5099
|
enumerable: true,
|
|
5100
5100
|
configurable: true,
|
|
5101
5101
|
writable: true,
|
|
5102
|
-
value:
|
|
5102
|
+
value: null
|
|
5103
5103
|
});
|
|
5104
5104
|
export class account_getAutoSaveSettings_ extends Function_ {
|
|
5105
5105
|
get [id]() {
|
|
@@ -5122,7 +5122,7 @@ Object.defineProperty(account_getAutoSaveSettings_, "__F", {
|
|
|
5122
5122
|
enumerable: true,
|
|
5123
5123
|
configurable: true,
|
|
5124
5124
|
writable: true,
|
|
5125
|
-
value:
|
|
5125
|
+
value: null
|
|
5126
5126
|
});
|
|
5127
5127
|
export class account_saveAutoSaveSettings_ extends Function_ {
|
|
5128
5128
|
get [id]() {
|
|
@@ -5194,7 +5194,7 @@ Object.defineProperty(account_saveAutoSaveSettings_, "__F", {
|
|
|
5194
5194
|
enumerable: true,
|
|
5195
5195
|
configurable: true,
|
|
5196
5196
|
writable: true,
|
|
5197
|
-
value:
|
|
5197
|
+
value: null
|
|
5198
5198
|
});
|
|
5199
5199
|
export class account_deleteAutoSaveExceptions_ extends Function_ {
|
|
5200
5200
|
get [id]() {
|
|
@@ -5217,7 +5217,7 @@ Object.defineProperty(account_deleteAutoSaveExceptions_, "__F", {
|
|
|
5217
5217
|
enumerable: true,
|
|
5218
5218
|
configurable: true,
|
|
5219
5219
|
writable: true,
|
|
5220
|
-
value:
|
|
5220
|
+
value: null
|
|
5221
5221
|
});
|
|
5222
5222
|
export class account_invalidateSignInCodes_ extends Function_ {
|
|
5223
5223
|
get [id]() {
|
|
@@ -5251,7 +5251,7 @@ Object.defineProperty(account_invalidateSignInCodes_, "__F", {
|
|
|
5251
5251
|
enumerable: true,
|
|
5252
5252
|
configurable: true,
|
|
5253
5253
|
writable: true,
|
|
5254
|
-
value:
|
|
5254
|
+
value: null
|
|
5255
5255
|
});
|
|
5256
5256
|
export class account_updateColor_ extends Function_ {
|
|
5257
5257
|
get [id]() {
|
|
@@ -5305,7 +5305,7 @@ Object.defineProperty(account_updateColor_, "__F", {
|
|
|
5305
5305
|
enumerable: true,
|
|
5306
5306
|
configurable: true,
|
|
5307
5307
|
writable: true,
|
|
5308
|
-
value:
|
|
5308
|
+
value: null
|
|
5309
5309
|
});
|
|
5310
5310
|
export class account_getDefaultBackgroundEmojis_ extends Function_ {
|
|
5311
5311
|
get [id]() {
|
|
@@ -5339,7 +5339,7 @@ Object.defineProperty(account_getDefaultBackgroundEmojis_, "__F", {
|
|
|
5339
5339
|
enumerable: true,
|
|
5340
5340
|
configurable: true,
|
|
5341
5341
|
writable: true,
|
|
5342
|
-
value:
|
|
5342
|
+
value: null
|
|
5343
5343
|
});
|
|
5344
5344
|
export class account_getChannelDefaultEmojiStatuses_ extends Function_ {
|
|
5345
5345
|
get [id]() {
|
|
@@ -5373,7 +5373,7 @@ Object.defineProperty(account_getChannelDefaultEmojiStatuses_, "__F", {
|
|
|
5373
5373
|
enumerable: true,
|
|
5374
5374
|
configurable: true,
|
|
5375
5375
|
writable: true,
|
|
5376
|
-
value:
|
|
5376
|
+
value: null
|
|
5377
5377
|
});
|
|
5378
5378
|
export class account_getChannelRestrictedStatusEmojis_ extends Function_ {
|
|
5379
5379
|
get [id]() {
|
|
@@ -5407,7 +5407,7 @@ Object.defineProperty(account_getChannelRestrictedStatusEmojis_, "__F", {
|
|
|
5407
5407
|
enumerable: true,
|
|
5408
5408
|
configurable: true,
|
|
5409
5409
|
writable: true,
|
|
5410
|
-
value:
|
|
5410
|
+
value: null
|
|
5411
5411
|
});
|
|
5412
5412
|
export class users_getUsers_ extends Function_ {
|
|
5413
5413
|
get [id]() {
|
|
@@ -5441,7 +5441,7 @@ Object.defineProperty(users_getUsers_, "__F", {
|
|
|
5441
5441
|
enumerable: true,
|
|
5442
5442
|
configurable: true,
|
|
5443
5443
|
writable: true,
|
|
5444
|
-
value:
|
|
5444
|
+
value: null
|
|
5445
5445
|
});
|
|
5446
5446
|
export class users_getFullUser_ extends Function_ {
|
|
5447
5447
|
get [id]() {
|
|
@@ -5475,7 +5475,7 @@ Object.defineProperty(users_getFullUser_, "__F", {
|
|
|
5475
5475
|
enumerable: true,
|
|
5476
5476
|
configurable: true,
|
|
5477
5477
|
writable: true,
|
|
5478
|
-
value:
|
|
5478
|
+
value: null
|
|
5479
5479
|
});
|
|
5480
5480
|
export class users_setSecureValueErrors_ extends Function_ {
|
|
5481
5481
|
get [id]() {
|
|
@@ -5518,7 +5518,7 @@ Object.defineProperty(users_setSecureValueErrors_, "__F", {
|
|
|
5518
5518
|
enumerable: true,
|
|
5519
5519
|
configurable: true,
|
|
5520
5520
|
writable: true,
|
|
5521
|
-
value:
|
|
5521
|
+
value: null
|
|
5522
5522
|
});
|
|
5523
5523
|
export class users_getIsPremiumRequiredToContact_ extends Function_ {
|
|
5524
5524
|
get [id]() {
|
|
@@ -5552,7 +5552,7 @@ Object.defineProperty(users_getIsPremiumRequiredToContact_, "__F", {
|
|
|
5552
5552
|
enumerable: true,
|
|
5553
5553
|
configurable: true,
|
|
5554
5554
|
writable: true,
|
|
5555
|
-
value:
|
|
5555
|
+
value: null
|
|
5556
5556
|
});
|
|
5557
5557
|
export class contacts_getContactIDs_ extends Function_ {
|
|
5558
5558
|
get [id]() {
|
|
@@ -5586,7 +5586,7 @@ Object.defineProperty(contacts_getContactIDs_, "__F", {
|
|
|
5586
5586
|
enumerable: true,
|
|
5587
5587
|
configurable: true,
|
|
5588
5588
|
writable: true,
|
|
5589
|
-
value:
|
|
5589
|
+
value: null
|
|
5590
5590
|
});
|
|
5591
5591
|
export class contacts_getStatuses_ extends Function_ {
|
|
5592
5592
|
get [id]() {
|
|
@@ -5609,7 +5609,7 @@ Object.defineProperty(contacts_getStatuses_, "__F", {
|
|
|
5609
5609
|
enumerable: true,
|
|
5610
5610
|
configurable: true,
|
|
5611
5611
|
writable: true,
|
|
5612
|
-
value:
|
|
5612
|
+
value: null
|
|
5613
5613
|
});
|
|
5614
5614
|
export class contacts_getContacts_ extends Function_ {
|
|
5615
5615
|
get [id]() {
|
|
@@ -5643,7 +5643,7 @@ Object.defineProperty(contacts_getContacts_, "__F", {
|
|
|
5643
5643
|
enumerable: true,
|
|
5644
5644
|
configurable: true,
|
|
5645
5645
|
writable: true,
|
|
5646
|
-
value:
|
|
5646
|
+
value: null
|
|
5647
5647
|
});
|
|
5648
5648
|
export class contacts_importContacts_ extends Function_ {
|
|
5649
5649
|
get [id]() {
|
|
@@ -5677,7 +5677,7 @@ Object.defineProperty(contacts_importContacts_, "__F", {
|
|
|
5677
5677
|
enumerable: true,
|
|
5678
5678
|
configurable: true,
|
|
5679
5679
|
writable: true,
|
|
5680
|
-
value:
|
|
5680
|
+
value: null
|
|
5681
5681
|
});
|
|
5682
5682
|
export class contacts_deleteContacts_ extends Function_ {
|
|
5683
5683
|
get [id]() {
|
|
@@ -5711,7 +5711,7 @@ Object.defineProperty(contacts_deleteContacts_, "__F", {
|
|
|
5711
5711
|
enumerable: true,
|
|
5712
5712
|
configurable: true,
|
|
5713
5713
|
writable: true,
|
|
5714
|
-
value:
|
|
5714
|
+
value: null
|
|
5715
5715
|
});
|
|
5716
5716
|
export class contacts_deleteByPhones_ extends Function_ {
|
|
5717
5717
|
get [id]() {
|
|
@@ -5745,7 +5745,7 @@ Object.defineProperty(contacts_deleteByPhones_, "__F", {
|
|
|
5745
5745
|
enumerable: true,
|
|
5746
5746
|
configurable: true,
|
|
5747
5747
|
writable: true,
|
|
5748
|
-
value:
|
|
5748
|
+
value: null
|
|
5749
5749
|
});
|
|
5750
5750
|
export class contacts_block_ extends Function_ {
|
|
5751
5751
|
get [id]() {
|
|
@@ -5790,7 +5790,7 @@ Object.defineProperty(contacts_block_, "__F", {
|
|
|
5790
5790
|
enumerable: true,
|
|
5791
5791
|
configurable: true,
|
|
5792
5792
|
writable: true,
|
|
5793
|
-
value:
|
|
5793
|
+
value: null
|
|
5794
5794
|
});
|
|
5795
5795
|
export class contacts_unblock_ extends Function_ {
|
|
5796
5796
|
get [id]() {
|
|
@@ -5835,7 +5835,7 @@ Object.defineProperty(contacts_unblock_, "__F", {
|
|
|
5835
5835
|
enumerable: true,
|
|
5836
5836
|
configurable: true,
|
|
5837
5837
|
writable: true,
|
|
5838
|
-
value:
|
|
5838
|
+
value: null
|
|
5839
5839
|
});
|
|
5840
5840
|
export class contacts_getBlocked_ extends Function_ {
|
|
5841
5841
|
get [id]() {
|
|
@@ -5889,7 +5889,7 @@ Object.defineProperty(contacts_getBlocked_, "__F", {
|
|
|
5889
5889
|
enumerable: true,
|
|
5890
5890
|
configurable: true,
|
|
5891
5891
|
writable: true,
|
|
5892
|
-
value:
|
|
5892
|
+
value: null
|
|
5893
5893
|
});
|
|
5894
5894
|
export class contacts_search_ extends Function_ {
|
|
5895
5895
|
get [id]() {
|
|
@@ -5932,7 +5932,7 @@ Object.defineProperty(contacts_search_, "__F", {
|
|
|
5932
5932
|
enumerable: true,
|
|
5933
5933
|
configurable: true,
|
|
5934
5934
|
writable: true,
|
|
5935
|
-
value:
|
|
5935
|
+
value: null
|
|
5936
5936
|
});
|
|
5937
5937
|
export class contacts_resolveUsername_ extends Function_ {
|
|
5938
5938
|
get [id]() {
|
|
@@ -5966,7 +5966,7 @@ Object.defineProperty(contacts_resolveUsername_, "__F", {
|
|
|
5966
5966
|
enumerable: true,
|
|
5967
5967
|
configurable: true,
|
|
5968
5968
|
writable: true,
|
|
5969
|
-
value:
|
|
5969
|
+
value: null
|
|
5970
5970
|
});
|
|
5971
5971
|
export class contacts_getTopPeers_ extends Function_ {
|
|
5972
5972
|
get [id]() {
|
|
@@ -6092,7 +6092,7 @@ Object.defineProperty(contacts_getTopPeers_, "__F", {
|
|
|
6092
6092
|
enumerable: true,
|
|
6093
6093
|
configurable: true,
|
|
6094
6094
|
writable: true,
|
|
6095
|
-
value:
|
|
6095
|
+
value: null
|
|
6096
6096
|
});
|
|
6097
6097
|
export class contacts_resetTopPeerRating_ extends Function_ {
|
|
6098
6098
|
get [id]() {
|
|
@@ -6135,7 +6135,7 @@ Object.defineProperty(contacts_resetTopPeerRating_, "__F", {
|
|
|
6135
6135
|
enumerable: true,
|
|
6136
6136
|
configurable: true,
|
|
6137
6137
|
writable: true,
|
|
6138
|
-
value:
|
|
6138
|
+
value: null
|
|
6139
6139
|
});
|
|
6140
6140
|
export class contacts_resetSaved_ extends Function_ {
|
|
6141
6141
|
get [id]() {
|
|
@@ -6158,7 +6158,7 @@ Object.defineProperty(contacts_resetSaved_, "__F", {
|
|
|
6158
6158
|
enumerable: true,
|
|
6159
6159
|
configurable: true,
|
|
6160
6160
|
writable: true,
|
|
6161
|
-
value:
|
|
6161
|
+
value: null
|
|
6162
6162
|
});
|
|
6163
6163
|
export class contacts_getSaved_ extends Function_ {
|
|
6164
6164
|
get [id]() {
|
|
@@ -6181,7 +6181,7 @@ Object.defineProperty(contacts_getSaved_, "__F", {
|
|
|
6181
6181
|
enumerable: true,
|
|
6182
6182
|
configurable: true,
|
|
6183
6183
|
writable: true,
|
|
6184
|
-
value:
|
|
6184
|
+
value: null
|
|
6185
6185
|
});
|
|
6186
6186
|
export class contacts_toggleTopPeers_ extends Function_ {
|
|
6187
6187
|
get [id]() {
|
|
@@ -6215,7 +6215,7 @@ Object.defineProperty(contacts_toggleTopPeers_, "__F", {
|
|
|
6215
6215
|
enumerable: true,
|
|
6216
6216
|
configurable: true,
|
|
6217
6217
|
writable: true,
|
|
6218
|
-
value:
|
|
6218
|
+
value: null
|
|
6219
6219
|
});
|
|
6220
6220
|
export class contacts_addContact_ extends Function_ {
|
|
6221
6221
|
get [id]() {
|
|
@@ -6287,7 +6287,7 @@ Object.defineProperty(contacts_addContact_, "__F", {
|
|
|
6287
6287
|
enumerable: true,
|
|
6288
6288
|
configurable: true,
|
|
6289
6289
|
writable: true,
|
|
6290
|
-
value:
|
|
6290
|
+
value: null
|
|
6291
6291
|
});
|
|
6292
6292
|
export class contacts_acceptContact_ extends Function_ {
|
|
6293
6293
|
get [id]() {
|
|
@@ -6321,7 +6321,7 @@ Object.defineProperty(contacts_acceptContact_, "__F", {
|
|
|
6321
6321
|
enumerable: true,
|
|
6322
6322
|
configurable: true,
|
|
6323
6323
|
writable: true,
|
|
6324
|
-
value:
|
|
6324
|
+
value: null
|
|
6325
6325
|
});
|
|
6326
6326
|
export class contacts_getLocated_ extends Function_ {
|
|
6327
6327
|
get [id]() {
|
|
@@ -6375,7 +6375,7 @@ Object.defineProperty(contacts_getLocated_, "__F", {
|
|
|
6375
6375
|
enumerable: true,
|
|
6376
6376
|
configurable: true,
|
|
6377
6377
|
writable: true,
|
|
6378
|
-
value:
|
|
6378
|
+
value: null
|
|
6379
6379
|
});
|
|
6380
6380
|
export class contacts_blockFromReplies_ extends Function_ {
|
|
6381
6381
|
get [id]() {
|
|
@@ -6438,7 +6438,7 @@ Object.defineProperty(contacts_blockFromReplies_, "__F", {
|
|
|
6438
6438
|
enumerable: true,
|
|
6439
6439
|
configurable: true,
|
|
6440
6440
|
writable: true,
|
|
6441
|
-
value:
|
|
6441
|
+
value: null
|
|
6442
6442
|
});
|
|
6443
6443
|
export class contacts_resolvePhone_ extends Function_ {
|
|
6444
6444
|
get [id]() {
|
|
@@ -6472,7 +6472,7 @@ Object.defineProperty(contacts_resolvePhone_, "__F", {
|
|
|
6472
6472
|
enumerable: true,
|
|
6473
6473
|
configurable: true,
|
|
6474
6474
|
writable: true,
|
|
6475
|
-
value:
|
|
6475
|
+
value: null
|
|
6476
6476
|
});
|
|
6477
6477
|
export class contacts_exportContactToken_ extends Function_ {
|
|
6478
6478
|
get [id]() {
|
|
@@ -6495,7 +6495,7 @@ Object.defineProperty(contacts_exportContactToken_, "__F", {
|
|
|
6495
6495
|
enumerable: true,
|
|
6496
6496
|
configurable: true,
|
|
6497
6497
|
writable: true,
|
|
6498
|
-
value:
|
|
6498
|
+
value: null
|
|
6499
6499
|
});
|
|
6500
6500
|
export class contacts_importContactToken_ extends Function_ {
|
|
6501
6501
|
get [id]() {
|
|
@@ -6529,7 +6529,7 @@ Object.defineProperty(contacts_importContactToken_, "__F", {
|
|
|
6529
6529
|
enumerable: true,
|
|
6530
6530
|
configurable: true,
|
|
6531
6531
|
writable: true,
|
|
6532
|
-
value:
|
|
6532
|
+
value: null
|
|
6533
6533
|
});
|
|
6534
6534
|
export class contacts_editCloseFriends_ extends Function_ {
|
|
6535
6535
|
get [id]() {
|
|
@@ -6563,7 +6563,7 @@ Object.defineProperty(contacts_editCloseFriends_, "__F", {
|
|
|
6563
6563
|
enumerable: true,
|
|
6564
6564
|
configurable: true,
|
|
6565
6565
|
writable: true,
|
|
6566
|
-
value:
|
|
6566
|
+
value: null
|
|
6567
6567
|
});
|
|
6568
6568
|
export class contacts_setBlocked_ extends Function_ {
|
|
6569
6569
|
get [id]() {
|
|
@@ -6617,7 +6617,7 @@ Object.defineProperty(contacts_setBlocked_, "__F", {
|
|
|
6617
6617
|
enumerable: true,
|
|
6618
6618
|
configurable: true,
|
|
6619
6619
|
writable: true,
|
|
6620
|
-
value:
|
|
6620
|
+
value: null
|
|
6621
6621
|
});
|
|
6622
6622
|
export class messages_getMessages_ extends Function_ {
|
|
6623
6623
|
get [id]() {
|
|
@@ -6651,7 +6651,7 @@ Object.defineProperty(messages_getMessages_, "__F", {
|
|
|
6651
6651
|
enumerable: true,
|
|
6652
6652
|
configurable: true,
|
|
6653
6653
|
writable: true,
|
|
6654
|
-
value:
|
|
6654
|
+
value: null
|
|
6655
6655
|
});
|
|
6656
6656
|
export class messages_getDialogs_ extends Function_ {
|
|
6657
6657
|
get [id]() {
|
|
@@ -6741,7 +6741,7 @@ Object.defineProperty(messages_getDialogs_, "__F", {
|
|
|
6741
6741
|
enumerable: true,
|
|
6742
6742
|
configurable: true,
|
|
6743
6743
|
writable: true,
|
|
6744
|
-
value:
|
|
6744
|
+
value: null
|
|
6745
6745
|
});
|
|
6746
6746
|
export class messages_getHistory_ extends Function_ {
|
|
6747
6747
|
get [id]() {
|
|
@@ -6838,7 +6838,7 @@ Object.defineProperty(messages_getHistory_, "__F", {
|
|
|
6838
6838
|
enumerable: true,
|
|
6839
6839
|
configurable: true,
|
|
6840
6840
|
writable: true,
|
|
6841
|
-
value:
|
|
6841
|
+
value: null
|
|
6842
6842
|
});
|
|
6843
6843
|
export class messages_search_ extends Function_ {
|
|
6844
6844
|
get [id]() {
|
|
@@ -7000,7 +7000,7 @@ Object.defineProperty(messages_search_, "__F", {
|
|
|
7000
7000
|
enumerable: true,
|
|
7001
7001
|
configurable: true,
|
|
7002
7002
|
writable: true,
|
|
7003
|
-
value:
|
|
7003
|
+
value: null
|
|
7004
7004
|
});
|
|
7005
7005
|
export class messages_readHistory_ extends Function_ {
|
|
7006
7006
|
get [id]() {
|
|
@@ -7043,7 +7043,7 @@ Object.defineProperty(messages_readHistory_, "__F", {
|
|
|
7043
7043
|
enumerable: true,
|
|
7044
7044
|
configurable: true,
|
|
7045
7045
|
writable: true,
|
|
7046
|
-
value:
|
|
7046
|
+
value: null
|
|
7047
7047
|
});
|
|
7048
7048
|
export class messages_deleteHistory_ extends Function_ {
|
|
7049
7049
|
get [id]() {
|
|
@@ -7124,7 +7124,7 @@ Object.defineProperty(messages_deleteHistory_, "__F", {
|
|
|
7124
7124
|
enumerable: true,
|
|
7125
7125
|
configurable: true,
|
|
7126
7126
|
writable: true,
|
|
7127
|
-
value:
|
|
7127
|
+
value: null
|
|
7128
7128
|
});
|
|
7129
7129
|
export class messages_deleteMessages_ extends Function_ {
|
|
7130
7130
|
get [id]() {
|
|
@@ -7169,7 +7169,7 @@ Object.defineProperty(messages_deleteMessages_, "__F", {
|
|
|
7169
7169
|
enumerable: true,
|
|
7170
7170
|
configurable: true,
|
|
7171
7171
|
writable: true,
|
|
7172
|
-
value:
|
|
7172
|
+
value: null
|
|
7173
7173
|
});
|
|
7174
7174
|
export class messages_receivedMessages_ extends Function_ {
|
|
7175
7175
|
get [id]() {
|
|
@@ -7203,7 +7203,7 @@ Object.defineProperty(messages_receivedMessages_, "__F", {
|
|
|
7203
7203
|
enumerable: true,
|
|
7204
7204
|
configurable: true,
|
|
7205
7205
|
writable: true,
|
|
7206
|
-
value:
|
|
7206
|
+
value: null
|
|
7207
7207
|
});
|
|
7208
7208
|
export class messages_setTyping_ extends Function_ {
|
|
7209
7209
|
get [id]() {
|
|
@@ -7257,7 +7257,7 @@ Object.defineProperty(messages_setTyping_, "__F", {
|
|
|
7257
7257
|
enumerable: true,
|
|
7258
7258
|
configurable: true,
|
|
7259
7259
|
writable: true,
|
|
7260
|
-
value:
|
|
7260
|
+
value: null
|
|
7261
7261
|
});
|
|
7262
7262
|
export class messages_sendMessage_ extends Function_ {
|
|
7263
7263
|
get [id]() {
|
|
@@ -7419,7 +7419,7 @@ Object.defineProperty(messages_sendMessage_, "__F", {
|
|
|
7419
7419
|
enumerable: true,
|
|
7420
7420
|
configurable: true,
|
|
7421
7421
|
writable: true,
|
|
7422
|
-
value:
|
|
7422
|
+
value: null
|
|
7423
7423
|
});
|
|
7424
7424
|
export class messages_sendMedia_ extends Function_ {
|
|
7425
7425
|
get [id]() {
|
|
@@ -7581,7 +7581,7 @@ Object.defineProperty(messages_sendMedia_, "__F", {
|
|
|
7581
7581
|
enumerable: true,
|
|
7582
7582
|
configurable: true,
|
|
7583
7583
|
writable: true,
|
|
7584
|
-
value:
|
|
7584
|
+
value: null
|
|
7585
7585
|
});
|
|
7586
7586
|
export class messages_forwardMessages_ extends Function_ {
|
|
7587
7587
|
get [id]() {
|
|
@@ -7725,7 +7725,7 @@ Object.defineProperty(messages_forwardMessages_, "__F", {
|
|
|
7725
7725
|
enumerable: true,
|
|
7726
7726
|
configurable: true,
|
|
7727
7727
|
writable: true,
|
|
7728
|
-
value:
|
|
7728
|
+
value: null
|
|
7729
7729
|
});
|
|
7730
7730
|
export class messages_reportSpam_ extends Function_ {
|
|
7731
7731
|
get [id]() {
|
|
@@ -7759,7 +7759,7 @@ Object.defineProperty(messages_reportSpam_, "__F", {
|
|
|
7759
7759
|
enumerable: true,
|
|
7760
7760
|
configurable: true,
|
|
7761
7761
|
writable: true,
|
|
7762
|
-
value:
|
|
7762
|
+
value: null
|
|
7763
7763
|
});
|
|
7764
7764
|
export class messages_getPeerSettings_ extends Function_ {
|
|
7765
7765
|
get [id]() {
|
|
@@ -7793,7 +7793,7 @@ Object.defineProperty(messages_getPeerSettings_, "__F", {
|
|
|
7793
7793
|
enumerable: true,
|
|
7794
7794
|
configurable: true,
|
|
7795
7795
|
writable: true,
|
|
7796
|
-
value:
|
|
7796
|
+
value: null
|
|
7797
7797
|
});
|
|
7798
7798
|
export class messages_report_ extends Function_ {
|
|
7799
7799
|
get [id]() {
|
|
@@ -7854,7 +7854,7 @@ Object.defineProperty(messages_report_, "__F", {
|
|
|
7854
7854
|
enumerable: true,
|
|
7855
7855
|
configurable: true,
|
|
7856
7856
|
writable: true,
|
|
7857
|
-
value:
|
|
7857
|
+
value: null
|
|
7858
7858
|
});
|
|
7859
7859
|
export class messages_getChats_ extends Function_ {
|
|
7860
7860
|
get [id]() {
|
|
@@ -7888,7 +7888,7 @@ Object.defineProperty(messages_getChats_, "__F", {
|
|
|
7888
7888
|
enumerable: true,
|
|
7889
7889
|
configurable: true,
|
|
7890
7890
|
writable: true,
|
|
7891
|
-
value:
|
|
7891
|
+
value: null
|
|
7892
7892
|
});
|
|
7893
7893
|
export class messages_getFullChat_ extends Function_ {
|
|
7894
7894
|
get [id]() {
|
|
@@ -7922,7 +7922,7 @@ Object.defineProperty(messages_getFullChat_, "__F", {
|
|
|
7922
7922
|
enumerable: true,
|
|
7923
7923
|
configurable: true,
|
|
7924
7924
|
writable: true,
|
|
7925
|
-
value:
|
|
7925
|
+
value: null
|
|
7926
7926
|
});
|
|
7927
7927
|
export class messages_editChatTitle_ extends Function_ {
|
|
7928
7928
|
get [id]() {
|
|
@@ -7965,7 +7965,7 @@ Object.defineProperty(messages_editChatTitle_, "__F", {
|
|
|
7965
7965
|
enumerable: true,
|
|
7966
7966
|
configurable: true,
|
|
7967
7967
|
writable: true,
|
|
7968
|
-
value:
|
|
7968
|
+
value: null
|
|
7969
7969
|
});
|
|
7970
7970
|
export class messages_editChatPhoto_ extends Function_ {
|
|
7971
7971
|
get [id]() {
|
|
@@ -8008,7 +8008,7 @@ Object.defineProperty(messages_editChatPhoto_, "__F", {
|
|
|
8008
8008
|
enumerable: true,
|
|
8009
8009
|
configurable: true,
|
|
8010
8010
|
writable: true,
|
|
8011
|
-
value:
|
|
8011
|
+
value: null
|
|
8012
8012
|
});
|
|
8013
8013
|
export class messages_addChatUser_ extends Function_ {
|
|
8014
8014
|
get [id]() {
|
|
@@ -8060,7 +8060,7 @@ Object.defineProperty(messages_addChatUser_, "__F", {
|
|
|
8060
8060
|
enumerable: true,
|
|
8061
8061
|
configurable: true,
|
|
8062
8062
|
writable: true,
|
|
8063
|
-
value:
|
|
8063
|
+
value: null
|
|
8064
8064
|
});
|
|
8065
8065
|
export class messages_deleteChatUser_ extends Function_ {
|
|
8066
8066
|
get [id]() {
|
|
@@ -8114,7 +8114,7 @@ Object.defineProperty(messages_deleteChatUser_, "__F", {
|
|
|
8114
8114
|
enumerable: true,
|
|
8115
8115
|
configurable: true,
|
|
8116
8116
|
writable: true,
|
|
8117
|
-
value:
|
|
8117
|
+
value: null
|
|
8118
8118
|
});
|
|
8119
8119
|
export class messages_createChat_ extends Function_ {
|
|
8120
8120
|
get [id]() {
|
|
@@ -8168,7 +8168,7 @@ Object.defineProperty(messages_createChat_, "__F", {
|
|
|
8168
8168
|
enumerable: true,
|
|
8169
8169
|
configurable: true,
|
|
8170
8170
|
writable: true,
|
|
8171
|
-
value:
|
|
8171
|
+
value: null
|
|
8172
8172
|
});
|
|
8173
8173
|
export class messages_getDhConfig_ extends Function_ {
|
|
8174
8174
|
get [id]() {
|
|
@@ -8211,7 +8211,7 @@ Object.defineProperty(messages_getDhConfig_, "__F", {
|
|
|
8211
8211
|
enumerable: true,
|
|
8212
8212
|
configurable: true,
|
|
8213
8213
|
writable: true,
|
|
8214
|
-
value:
|
|
8214
|
+
value: null
|
|
8215
8215
|
});
|
|
8216
8216
|
export class messages_requestEncryption_ extends Function_ {
|
|
8217
8217
|
get [id]() {
|
|
@@ -8263,7 +8263,7 @@ Object.defineProperty(messages_requestEncryption_, "__F", {
|
|
|
8263
8263
|
enumerable: true,
|
|
8264
8264
|
configurable: true,
|
|
8265
8265
|
writable: true,
|
|
8266
|
-
value:
|
|
8266
|
+
value: null
|
|
8267
8267
|
});
|
|
8268
8268
|
export class messages_acceptEncryption_ extends Function_ {
|
|
8269
8269
|
get [id]() {
|
|
@@ -8315,7 +8315,7 @@ Object.defineProperty(messages_acceptEncryption_, "__F", {
|
|
|
8315
8315
|
enumerable: true,
|
|
8316
8316
|
configurable: true,
|
|
8317
8317
|
writable: true,
|
|
8318
|
-
value:
|
|
8318
|
+
value: null
|
|
8319
8319
|
});
|
|
8320
8320
|
export class messages_discardEncryption_ extends Function_ {
|
|
8321
8321
|
get [id]() {
|
|
@@ -8360,7 +8360,7 @@ Object.defineProperty(messages_discardEncryption_, "__F", {
|
|
|
8360
8360
|
enumerable: true,
|
|
8361
8361
|
configurable: true,
|
|
8362
8362
|
writable: true,
|
|
8363
|
-
value:
|
|
8363
|
+
value: null
|
|
8364
8364
|
});
|
|
8365
8365
|
export class messages_setEncryptedTyping_ extends Function_ {
|
|
8366
8366
|
get [id]() {
|
|
@@ -8403,7 +8403,7 @@ Object.defineProperty(messages_setEncryptedTyping_, "__F", {
|
|
|
8403
8403
|
enumerable: true,
|
|
8404
8404
|
configurable: true,
|
|
8405
8405
|
writable: true,
|
|
8406
|
-
value:
|
|
8406
|
+
value: null
|
|
8407
8407
|
});
|
|
8408
8408
|
export class messages_readEncryptedHistory_ extends Function_ {
|
|
8409
8409
|
get [id]() {
|
|
@@ -8446,7 +8446,7 @@ Object.defineProperty(messages_readEncryptedHistory_, "__F", {
|
|
|
8446
8446
|
enumerable: true,
|
|
8447
8447
|
configurable: true,
|
|
8448
8448
|
writable: true,
|
|
8449
|
-
value:
|
|
8449
|
+
value: null
|
|
8450
8450
|
});
|
|
8451
8451
|
export class messages_sendEncrypted_ extends Function_ {
|
|
8452
8452
|
get [id]() {
|
|
@@ -8509,7 +8509,7 @@ Object.defineProperty(messages_sendEncrypted_, "__F", {
|
|
|
8509
8509
|
enumerable: true,
|
|
8510
8510
|
configurable: true,
|
|
8511
8511
|
writable: true,
|
|
8512
|
-
value:
|
|
8512
|
+
value: null
|
|
8513
8513
|
});
|
|
8514
8514
|
export class messages_sendEncryptedFile_ extends Function_ {
|
|
8515
8515
|
get [id]() {
|
|
@@ -8581,7 +8581,7 @@ Object.defineProperty(messages_sendEncryptedFile_, "__F", {
|
|
|
8581
8581
|
enumerable: true,
|
|
8582
8582
|
configurable: true,
|
|
8583
8583
|
writable: true,
|
|
8584
|
-
value:
|
|
8584
|
+
value: null
|
|
8585
8585
|
});
|
|
8586
8586
|
export class messages_sendEncryptedService_ extends Function_ {
|
|
8587
8587
|
get [id]() {
|
|
@@ -8633,7 +8633,7 @@ Object.defineProperty(messages_sendEncryptedService_, "__F", {
|
|
|
8633
8633
|
enumerable: true,
|
|
8634
8634
|
configurable: true,
|
|
8635
8635
|
writable: true,
|
|
8636
|
-
value:
|
|
8636
|
+
value: null
|
|
8637
8637
|
});
|
|
8638
8638
|
export class messages_receivedQueue_ extends Function_ {
|
|
8639
8639
|
get [id]() {
|
|
@@ -8667,7 +8667,7 @@ Object.defineProperty(messages_receivedQueue_, "__F", {
|
|
|
8667
8667
|
enumerable: true,
|
|
8668
8668
|
configurable: true,
|
|
8669
8669
|
writable: true,
|
|
8670
|
-
value:
|
|
8670
|
+
value: null
|
|
8671
8671
|
});
|
|
8672
8672
|
export class messages_reportEncryptedSpam_ extends Function_ {
|
|
8673
8673
|
get [id]() {
|
|
@@ -8701,7 +8701,7 @@ Object.defineProperty(messages_reportEncryptedSpam_, "__F", {
|
|
|
8701
8701
|
enumerable: true,
|
|
8702
8702
|
configurable: true,
|
|
8703
8703
|
writable: true,
|
|
8704
|
-
value:
|
|
8704
|
+
value: null
|
|
8705
8705
|
});
|
|
8706
8706
|
export class messages_readMessageContents_ extends Function_ {
|
|
8707
8707
|
get [id]() {
|
|
@@ -8735,7 +8735,7 @@ Object.defineProperty(messages_readMessageContents_, "__F", {
|
|
|
8735
8735
|
enumerable: true,
|
|
8736
8736
|
configurable: true,
|
|
8737
8737
|
writable: true,
|
|
8738
|
-
value:
|
|
8738
|
+
value: null
|
|
8739
8739
|
});
|
|
8740
8740
|
export class messages_getStickers_ extends Function_ {
|
|
8741
8741
|
get [id]() {
|
|
@@ -8778,7 +8778,7 @@ Object.defineProperty(messages_getStickers_, "__F", {
|
|
|
8778
8778
|
enumerable: true,
|
|
8779
8779
|
configurable: true,
|
|
8780
8780
|
writable: true,
|
|
8781
|
-
value:
|
|
8781
|
+
value: null
|
|
8782
8782
|
});
|
|
8783
8783
|
export class messages_getAllStickers_ extends Function_ {
|
|
8784
8784
|
get [id]() {
|
|
@@ -8812,7 +8812,7 @@ Object.defineProperty(messages_getAllStickers_, "__F", {
|
|
|
8812
8812
|
enumerable: true,
|
|
8813
8813
|
configurable: true,
|
|
8814
8814
|
writable: true,
|
|
8815
|
-
value:
|
|
8815
|
+
value: null
|
|
8816
8816
|
});
|
|
8817
8817
|
export class messages_getWebPagePreview_ extends Function_ {
|
|
8818
8818
|
get [id]() {
|
|
@@ -8857,7 +8857,7 @@ Object.defineProperty(messages_getWebPagePreview_, "__F", {
|
|
|
8857
8857
|
enumerable: true,
|
|
8858
8858
|
configurable: true,
|
|
8859
8859
|
writable: true,
|
|
8860
|
-
value:
|
|
8860
|
+
value: null
|
|
8861
8861
|
});
|
|
8862
8862
|
export class messages_exportChatInvite_ extends Function_ {
|
|
8863
8863
|
get [id]() {
|
|
@@ -8938,7 +8938,7 @@ Object.defineProperty(messages_exportChatInvite_, "__F", {
|
|
|
8938
8938
|
enumerable: true,
|
|
8939
8939
|
configurable: true,
|
|
8940
8940
|
writable: true,
|
|
8941
|
-
value:
|
|
8941
|
+
value: null
|
|
8942
8942
|
});
|
|
8943
8943
|
export class messages_checkChatInvite_ extends Function_ {
|
|
8944
8944
|
get [id]() {
|
|
@@ -8972,7 +8972,7 @@ Object.defineProperty(messages_checkChatInvite_, "__F", {
|
|
|
8972
8972
|
enumerable: true,
|
|
8973
8973
|
configurable: true,
|
|
8974
8974
|
writable: true,
|
|
8975
|
-
value:
|
|
8975
|
+
value: null
|
|
8976
8976
|
});
|
|
8977
8977
|
export class messages_importChatInvite_ extends Function_ {
|
|
8978
8978
|
get [id]() {
|
|
@@ -9006,7 +9006,7 @@ Object.defineProperty(messages_importChatInvite_, "__F", {
|
|
|
9006
9006
|
enumerable: true,
|
|
9007
9007
|
configurable: true,
|
|
9008
9008
|
writable: true,
|
|
9009
|
-
value:
|
|
9009
|
+
value: null
|
|
9010
9010
|
});
|
|
9011
9011
|
export class messages_getStickerSet_ extends Function_ {
|
|
9012
9012
|
get [id]() {
|
|
@@ -9049,7 +9049,7 @@ Object.defineProperty(messages_getStickerSet_, "__F", {
|
|
|
9049
9049
|
enumerable: true,
|
|
9050
9050
|
configurable: true,
|
|
9051
9051
|
writable: true,
|
|
9052
|
-
value:
|
|
9052
|
+
value: null
|
|
9053
9053
|
});
|
|
9054
9054
|
export class messages_installStickerSet_ extends Function_ {
|
|
9055
9055
|
get [id]() {
|
|
@@ -9092,7 +9092,7 @@ Object.defineProperty(messages_installStickerSet_, "__F", {
|
|
|
9092
9092
|
enumerable: true,
|
|
9093
9093
|
configurable: true,
|
|
9094
9094
|
writable: true,
|
|
9095
|
-
value:
|
|
9095
|
+
value: null
|
|
9096
9096
|
});
|
|
9097
9097
|
export class messages_uninstallStickerSet_ extends Function_ {
|
|
9098
9098
|
get [id]() {
|
|
@@ -9126,7 +9126,7 @@ Object.defineProperty(messages_uninstallStickerSet_, "__F", {
|
|
|
9126
9126
|
enumerable: true,
|
|
9127
9127
|
configurable: true,
|
|
9128
9128
|
writable: true,
|
|
9129
|
-
value:
|
|
9129
|
+
value: null
|
|
9130
9130
|
});
|
|
9131
9131
|
export class messages_startBot_ extends Function_ {
|
|
9132
9132
|
get [id]() {
|
|
@@ -9187,7 +9187,7 @@ Object.defineProperty(messages_startBot_, "__F", {
|
|
|
9187
9187
|
enumerable: true,
|
|
9188
9188
|
configurable: true,
|
|
9189
9189
|
writable: true,
|
|
9190
|
-
value:
|
|
9190
|
+
value: null
|
|
9191
9191
|
});
|
|
9192
9192
|
export class messages_getMessagesViews_ extends Function_ {
|
|
9193
9193
|
get [id]() {
|
|
@@ -9239,7 +9239,7 @@ Object.defineProperty(messages_getMessagesViews_, "__F", {
|
|
|
9239
9239
|
enumerable: true,
|
|
9240
9240
|
configurable: true,
|
|
9241
9241
|
writable: true,
|
|
9242
|
-
value:
|
|
9242
|
+
value: null
|
|
9243
9243
|
});
|
|
9244
9244
|
export class messages_editChatAdmin_ extends Function_ {
|
|
9245
9245
|
get [id]() {
|
|
@@ -9291,7 +9291,7 @@ Object.defineProperty(messages_editChatAdmin_, "__F", {
|
|
|
9291
9291
|
enumerable: true,
|
|
9292
9292
|
configurable: true,
|
|
9293
9293
|
writable: true,
|
|
9294
|
-
value:
|
|
9294
|
+
value: null
|
|
9295
9295
|
});
|
|
9296
9296
|
export class messages_migrateChat_ extends Function_ {
|
|
9297
9297
|
get [id]() {
|
|
@@ -9325,7 +9325,7 @@ Object.defineProperty(messages_migrateChat_, "__F", {
|
|
|
9325
9325
|
enumerable: true,
|
|
9326
9326
|
configurable: true,
|
|
9327
9327
|
writable: true,
|
|
9328
|
-
value:
|
|
9328
|
+
value: null
|
|
9329
9329
|
});
|
|
9330
9330
|
export class messages_searchGlobal_ extends Function_ {
|
|
9331
9331
|
get [id]() {
|
|
@@ -9433,7 +9433,7 @@ Object.defineProperty(messages_searchGlobal_, "__F", {
|
|
|
9433
9433
|
enumerable: true,
|
|
9434
9434
|
configurable: true,
|
|
9435
9435
|
writable: true,
|
|
9436
|
-
value:
|
|
9436
|
+
value: null
|
|
9437
9437
|
});
|
|
9438
9438
|
export class messages_reorderStickerSets_ extends Function_ {
|
|
9439
9439
|
get [id]() {
|
|
@@ -9487,7 +9487,7 @@ Object.defineProperty(messages_reorderStickerSets_, "__F", {
|
|
|
9487
9487
|
enumerable: true,
|
|
9488
9488
|
configurable: true,
|
|
9489
9489
|
writable: true,
|
|
9490
|
-
value:
|
|
9490
|
+
value: null
|
|
9491
9491
|
});
|
|
9492
9492
|
export class messages_getDocumentByHash_ extends Function_ {
|
|
9493
9493
|
get [id]() {
|
|
@@ -9539,7 +9539,7 @@ Object.defineProperty(messages_getDocumentByHash_, "__F", {
|
|
|
9539
9539
|
enumerable: true,
|
|
9540
9540
|
configurable: true,
|
|
9541
9541
|
writable: true,
|
|
9542
|
-
value:
|
|
9542
|
+
value: null
|
|
9543
9543
|
});
|
|
9544
9544
|
export class messages_getSavedGifs_ extends Function_ {
|
|
9545
9545
|
get [id]() {
|
|
@@ -9573,7 +9573,7 @@ Object.defineProperty(messages_getSavedGifs_, "__F", {
|
|
|
9573
9573
|
enumerable: true,
|
|
9574
9574
|
configurable: true,
|
|
9575
9575
|
writable: true,
|
|
9576
|
-
value:
|
|
9576
|
+
value: null
|
|
9577
9577
|
});
|
|
9578
9578
|
export class messages_saveGif_ extends Function_ {
|
|
9579
9579
|
get [id]() {
|
|
@@ -9616,7 +9616,7 @@ Object.defineProperty(messages_saveGif_, "__F", {
|
|
|
9616
9616
|
enumerable: true,
|
|
9617
9617
|
configurable: true,
|
|
9618
9618
|
writable: true,
|
|
9619
|
-
value:
|
|
9619
|
+
value: null
|
|
9620
9620
|
});
|
|
9621
9621
|
export class messages_getInlineBotResults_ extends Function_ {
|
|
9622
9622
|
get [id]() {
|
|
@@ -9688,7 +9688,7 @@ Object.defineProperty(messages_getInlineBotResults_, "__F", {
|
|
|
9688
9688
|
enumerable: true,
|
|
9689
9689
|
configurable: true,
|
|
9690
9690
|
writable: true,
|
|
9691
|
-
value:
|
|
9691
|
+
value: null
|
|
9692
9692
|
});
|
|
9693
9693
|
export class messages_setInlineBotResults_ extends Function_ {
|
|
9694
9694
|
get [id]() {
|
|
@@ -9787,7 +9787,7 @@ Object.defineProperty(messages_setInlineBotResults_, "__F", {
|
|
|
9787
9787
|
enumerable: true,
|
|
9788
9788
|
configurable: true,
|
|
9789
9789
|
writable: true,
|
|
9790
|
-
value:
|
|
9790
|
+
value: null
|
|
9791
9791
|
});
|
|
9792
9792
|
export class messages_sendInlineBotResult_ extends Function_ {
|
|
9793
9793
|
get [id]() {
|
|
@@ -9913,7 +9913,7 @@ Object.defineProperty(messages_sendInlineBotResult_, "__F", {
|
|
|
9913
9913
|
enumerable: true,
|
|
9914
9914
|
configurable: true,
|
|
9915
9915
|
writable: true,
|
|
9916
|
-
value:
|
|
9916
|
+
value: null
|
|
9917
9917
|
});
|
|
9918
9918
|
export class messages_getMessageEditData_ extends Function_ {
|
|
9919
9919
|
get [id]() {
|
|
@@ -9956,7 +9956,7 @@ Object.defineProperty(messages_getMessageEditData_, "__F", {
|
|
|
9956
9956
|
enumerable: true,
|
|
9957
9957
|
configurable: true,
|
|
9958
9958
|
writable: true,
|
|
9959
|
-
value:
|
|
9959
|
+
value: null
|
|
9960
9960
|
});
|
|
9961
9961
|
export class messages_editMessage_ extends Function_ {
|
|
9962
9962
|
get [id]() {
|
|
@@ -10064,7 +10064,7 @@ Object.defineProperty(messages_editMessage_, "__F", {
|
|
|
10064
10064
|
enumerable: true,
|
|
10065
10065
|
configurable: true,
|
|
10066
10066
|
writable: true,
|
|
10067
|
-
value:
|
|
10067
|
+
value: null
|
|
10068
10068
|
});
|
|
10069
10069
|
export class messages_editInlineBotMessage_ extends Function_ {
|
|
10070
10070
|
get [id]() {
|
|
@@ -10154,7 +10154,7 @@ Object.defineProperty(messages_editInlineBotMessage_, "__F", {
|
|
|
10154
10154
|
enumerable: true,
|
|
10155
10155
|
configurable: true,
|
|
10156
10156
|
writable: true,
|
|
10157
|
-
value:
|
|
10157
|
+
value: null
|
|
10158
10158
|
});
|
|
10159
10159
|
export class messages_getBotCallbackAnswer_ extends Function_ {
|
|
10160
10160
|
get [id]() {
|
|
@@ -10226,7 +10226,7 @@ Object.defineProperty(messages_getBotCallbackAnswer_, "__F", {
|
|
|
10226
10226
|
enumerable: true,
|
|
10227
10227
|
configurable: true,
|
|
10228
10228
|
writable: true,
|
|
10229
|
-
value:
|
|
10229
|
+
value: null
|
|
10230
10230
|
});
|
|
10231
10231
|
export class messages_setBotCallbackAnswer_ extends Function_ {
|
|
10232
10232
|
get [id]() {
|
|
@@ -10298,7 +10298,7 @@ Object.defineProperty(messages_setBotCallbackAnswer_, "__F", {
|
|
|
10298
10298
|
enumerable: true,
|
|
10299
10299
|
configurable: true,
|
|
10300
10300
|
writable: true,
|
|
10301
|
-
value:
|
|
10301
|
+
value: null
|
|
10302
10302
|
});
|
|
10303
10303
|
export class messages_getPeerDialogs_ extends Function_ {
|
|
10304
10304
|
get [id]() {
|
|
@@ -10332,7 +10332,7 @@ Object.defineProperty(messages_getPeerDialogs_, "__F", {
|
|
|
10332
10332
|
enumerable: true,
|
|
10333
10333
|
configurable: true,
|
|
10334
10334
|
writable: true,
|
|
10335
|
-
value:
|
|
10335
|
+
value: null
|
|
10336
10336
|
});
|
|
10337
10337
|
export class messages_saveDraft_ extends Function_ {
|
|
10338
10338
|
get [id]() {
|
|
@@ -10422,7 +10422,7 @@ Object.defineProperty(messages_saveDraft_, "__F", {
|
|
|
10422
10422
|
enumerable: true,
|
|
10423
10423
|
configurable: true,
|
|
10424
10424
|
writable: true,
|
|
10425
|
-
value:
|
|
10425
|
+
value: null
|
|
10426
10426
|
});
|
|
10427
10427
|
export class messages_getAllDrafts_ extends Function_ {
|
|
10428
10428
|
get [id]() {
|
|
@@ -10445,7 +10445,7 @@ Object.defineProperty(messages_getAllDrafts_, "__F", {
|
|
|
10445
10445
|
enumerable: true,
|
|
10446
10446
|
configurable: true,
|
|
10447
10447
|
writable: true,
|
|
10448
|
-
value:
|
|
10448
|
+
value: null
|
|
10449
10449
|
});
|
|
10450
10450
|
export class messages_getFeaturedStickers_ extends Function_ {
|
|
10451
10451
|
get [id]() {
|
|
@@ -10479,7 +10479,7 @@ Object.defineProperty(messages_getFeaturedStickers_, "__F", {
|
|
|
10479
10479
|
enumerable: true,
|
|
10480
10480
|
configurable: true,
|
|
10481
10481
|
writable: true,
|
|
10482
|
-
value:
|
|
10482
|
+
value: null
|
|
10483
10483
|
});
|
|
10484
10484
|
export class messages_readFeaturedStickers_ extends Function_ {
|
|
10485
10485
|
get [id]() {
|
|
@@ -10513,7 +10513,7 @@ Object.defineProperty(messages_readFeaturedStickers_, "__F", {
|
|
|
10513
10513
|
enumerable: true,
|
|
10514
10514
|
configurable: true,
|
|
10515
10515
|
writable: true,
|
|
10516
|
-
value:
|
|
10516
|
+
value: null
|
|
10517
10517
|
});
|
|
10518
10518
|
export class messages_getRecentStickers_ extends Function_ {
|
|
10519
10519
|
get [id]() {
|
|
@@ -10558,7 +10558,7 @@ Object.defineProperty(messages_getRecentStickers_, "__F", {
|
|
|
10558
10558
|
enumerable: true,
|
|
10559
10559
|
configurable: true,
|
|
10560
10560
|
writable: true,
|
|
10561
|
-
value:
|
|
10561
|
+
value: null
|
|
10562
10562
|
});
|
|
10563
10563
|
export class messages_saveRecentSticker_ extends Function_ {
|
|
10564
10564
|
get [id]() {
|
|
@@ -10612,7 +10612,7 @@ Object.defineProperty(messages_saveRecentSticker_, "__F", {
|
|
|
10612
10612
|
enumerable: true,
|
|
10613
10613
|
configurable: true,
|
|
10614
10614
|
writable: true,
|
|
10615
|
-
value:
|
|
10615
|
+
value: null
|
|
10616
10616
|
});
|
|
10617
10617
|
export class messages_clearRecentStickers_ extends Function_ {
|
|
10618
10618
|
get [id]() {
|
|
@@ -10648,7 +10648,7 @@ Object.defineProperty(messages_clearRecentStickers_, "__F", {
|
|
|
10648
10648
|
enumerable: true,
|
|
10649
10649
|
configurable: true,
|
|
10650
10650
|
writable: true,
|
|
10651
|
-
value:
|
|
10651
|
+
value: null
|
|
10652
10652
|
});
|
|
10653
10653
|
export class messages_getArchivedStickers_ extends Function_ {
|
|
10654
10654
|
get [id]() {
|
|
@@ -10711,7 +10711,7 @@ Object.defineProperty(messages_getArchivedStickers_, "__F", {
|
|
|
10711
10711
|
enumerable: true,
|
|
10712
10712
|
configurable: true,
|
|
10713
10713
|
writable: true,
|
|
10714
|
-
value:
|
|
10714
|
+
value: null
|
|
10715
10715
|
});
|
|
10716
10716
|
export class messages_getMaskStickers_ extends Function_ {
|
|
10717
10717
|
get [id]() {
|
|
@@ -10745,7 +10745,7 @@ Object.defineProperty(messages_getMaskStickers_, "__F", {
|
|
|
10745
10745
|
enumerable: true,
|
|
10746
10746
|
configurable: true,
|
|
10747
10747
|
writable: true,
|
|
10748
|
-
value:
|
|
10748
|
+
value: null
|
|
10749
10749
|
});
|
|
10750
10750
|
export class messages_getAttachedStickers_ extends Function_ {
|
|
10751
10751
|
get [id]() {
|
|
@@ -10779,7 +10779,7 @@ Object.defineProperty(messages_getAttachedStickers_, "__F", {
|
|
|
10779
10779
|
enumerable: true,
|
|
10780
10780
|
configurable: true,
|
|
10781
10781
|
writable: true,
|
|
10782
|
-
value:
|
|
10782
|
+
value: null
|
|
10783
10783
|
});
|
|
10784
10784
|
export class messages_setGameScore_ extends Function_ {
|
|
10785
10785
|
get [id]() {
|
|
@@ -10860,7 +10860,7 @@ Object.defineProperty(messages_setGameScore_, "__F", {
|
|
|
10860
10860
|
enumerable: true,
|
|
10861
10861
|
configurable: true,
|
|
10862
10862
|
writable: true,
|
|
10863
|
-
value:
|
|
10863
|
+
value: null
|
|
10864
10864
|
});
|
|
10865
10865
|
export class messages_setInlineGameScore_ extends Function_ {
|
|
10866
10866
|
get [id]() {
|
|
@@ -10932,7 +10932,7 @@ Object.defineProperty(messages_setInlineGameScore_, "__F", {
|
|
|
10932
10932
|
enumerable: true,
|
|
10933
10933
|
configurable: true,
|
|
10934
10934
|
writable: true,
|
|
10935
|
-
value:
|
|
10935
|
+
value: null
|
|
10936
10936
|
});
|
|
10937
10937
|
export class messages_getGameHighScores_ extends Function_ {
|
|
10938
10938
|
get [id]() {
|
|
@@ -10984,7 +10984,7 @@ Object.defineProperty(messages_getGameHighScores_, "__F", {
|
|
|
10984
10984
|
enumerable: true,
|
|
10985
10985
|
configurable: true,
|
|
10986
10986
|
writable: true,
|
|
10987
|
-
value:
|
|
10987
|
+
value: null
|
|
10988
10988
|
});
|
|
10989
10989
|
export class messages_getInlineGameHighScores_ extends Function_ {
|
|
10990
10990
|
get [id]() {
|
|
@@ -11027,7 +11027,7 @@ Object.defineProperty(messages_getInlineGameHighScores_, "__F", {
|
|
|
11027
11027
|
enumerable: true,
|
|
11028
11028
|
configurable: true,
|
|
11029
11029
|
writable: true,
|
|
11030
|
-
value:
|
|
11030
|
+
value: null
|
|
11031
11031
|
});
|
|
11032
11032
|
export class messages_getCommonChats_ extends Function_ {
|
|
11033
11033
|
get [id]() {
|
|
@@ -11079,7 +11079,7 @@ Object.defineProperty(messages_getCommonChats_, "__F", {
|
|
|
11079
11079
|
enumerable: true,
|
|
11080
11080
|
configurable: true,
|
|
11081
11081
|
writable: true,
|
|
11082
|
-
value:
|
|
11082
|
+
value: null
|
|
11083
11083
|
});
|
|
11084
11084
|
export class messages_getWebPage_ extends Function_ {
|
|
11085
11085
|
get [id]() {
|
|
@@ -11122,7 +11122,7 @@ Object.defineProperty(messages_getWebPage_, "__F", {
|
|
|
11122
11122
|
enumerable: true,
|
|
11123
11123
|
configurable: true,
|
|
11124
11124
|
writable: true,
|
|
11125
|
-
value:
|
|
11125
|
+
value: null
|
|
11126
11126
|
});
|
|
11127
11127
|
export class messages_toggleDialogPin_ extends Function_ {
|
|
11128
11128
|
get [id]() {
|
|
@@ -11167,7 +11167,7 @@ Object.defineProperty(messages_toggleDialogPin_, "__F", {
|
|
|
11167
11167
|
enumerable: true,
|
|
11168
11168
|
configurable: true,
|
|
11169
11169
|
writable: true,
|
|
11170
|
-
value:
|
|
11170
|
+
value: null
|
|
11171
11171
|
});
|
|
11172
11172
|
export class messages_reorderPinnedDialogs_ extends Function_ {
|
|
11173
11173
|
get [id]() {
|
|
@@ -11221,7 +11221,7 @@ Object.defineProperty(messages_reorderPinnedDialogs_, "__F", {
|
|
|
11221
11221
|
enumerable: true,
|
|
11222
11222
|
configurable: true,
|
|
11223
11223
|
writable: true,
|
|
11224
|
-
value:
|
|
11224
|
+
value: null
|
|
11225
11225
|
});
|
|
11226
11226
|
export class messages_getPinnedDialogs_ extends Function_ {
|
|
11227
11227
|
get [id]() {
|
|
@@ -11255,7 +11255,7 @@ Object.defineProperty(messages_getPinnedDialogs_, "__F", {
|
|
|
11255
11255
|
enumerable: true,
|
|
11256
11256
|
configurable: true,
|
|
11257
11257
|
writable: true,
|
|
11258
|
-
value:
|
|
11258
|
+
value: null
|
|
11259
11259
|
});
|
|
11260
11260
|
export class messages_setBotShippingResults_ extends Function_ {
|
|
11261
11261
|
get [id]() {
|
|
@@ -11309,7 +11309,7 @@ Object.defineProperty(messages_setBotShippingResults_, "__F", {
|
|
|
11309
11309
|
enumerable: true,
|
|
11310
11310
|
configurable: true,
|
|
11311
11311
|
writable: true,
|
|
11312
|
-
value:
|
|
11312
|
+
value: null
|
|
11313
11313
|
});
|
|
11314
11314
|
export class messages_setBotPrecheckoutResults_ extends Function_ {
|
|
11315
11315
|
get [id]() {
|
|
@@ -11363,7 +11363,7 @@ Object.defineProperty(messages_setBotPrecheckoutResults_, "__F", {
|
|
|
11363
11363
|
enumerable: true,
|
|
11364
11364
|
configurable: true,
|
|
11365
11365
|
writable: true,
|
|
11366
|
-
value:
|
|
11366
|
+
value: null
|
|
11367
11367
|
});
|
|
11368
11368
|
export class messages_uploadMedia_ extends Function_ {
|
|
11369
11369
|
get [id]() {
|
|
@@ -11406,7 +11406,7 @@ Object.defineProperty(messages_uploadMedia_, "__F", {
|
|
|
11406
11406
|
enumerable: true,
|
|
11407
11407
|
configurable: true,
|
|
11408
11408
|
writable: true,
|
|
11409
|
-
value:
|
|
11409
|
+
value: null
|
|
11410
11410
|
});
|
|
11411
11411
|
export class messages_sendScreenshotNotification_ extends Function_ {
|
|
11412
11412
|
get [id]() {
|
|
@@ -11458,7 +11458,7 @@ Object.defineProperty(messages_sendScreenshotNotification_, "__F", {
|
|
|
11458
11458
|
enumerable: true,
|
|
11459
11459
|
configurable: true,
|
|
11460
11460
|
writable: true,
|
|
11461
|
-
value:
|
|
11461
|
+
value: null
|
|
11462
11462
|
});
|
|
11463
11463
|
export class messages_getFavedStickers_ extends Function_ {
|
|
11464
11464
|
get [id]() {
|
|
@@ -11492,7 +11492,7 @@ Object.defineProperty(messages_getFavedStickers_, "__F", {
|
|
|
11492
11492
|
enumerable: true,
|
|
11493
11493
|
configurable: true,
|
|
11494
11494
|
writable: true,
|
|
11495
|
-
value:
|
|
11495
|
+
value: null
|
|
11496
11496
|
});
|
|
11497
11497
|
export class messages_faveSticker_ extends Function_ {
|
|
11498
11498
|
get [id]() {
|
|
@@ -11535,7 +11535,7 @@ Object.defineProperty(messages_faveSticker_, "__F", {
|
|
|
11535
11535
|
enumerable: true,
|
|
11536
11536
|
configurable: true,
|
|
11537
11537
|
writable: true,
|
|
11538
|
-
value:
|
|
11538
|
+
value: null
|
|
11539
11539
|
});
|
|
11540
11540
|
export class messages_getUnreadMentions_ extends Function_ {
|
|
11541
11541
|
get [id]() {
|
|
@@ -11625,7 +11625,7 @@ Object.defineProperty(messages_getUnreadMentions_, "__F", {
|
|
|
11625
11625
|
enumerable: true,
|
|
11626
11626
|
configurable: true,
|
|
11627
11627
|
writable: true,
|
|
11628
|
-
value:
|
|
11628
|
+
value: null
|
|
11629
11629
|
});
|
|
11630
11630
|
export class messages_readMentions_ extends Function_ {
|
|
11631
11631
|
get [id]() {
|
|
@@ -11670,7 +11670,7 @@ Object.defineProperty(messages_readMentions_, "__F", {
|
|
|
11670
11670
|
enumerable: true,
|
|
11671
11671
|
configurable: true,
|
|
11672
11672
|
writable: true,
|
|
11673
|
-
value:
|
|
11673
|
+
value: null
|
|
11674
11674
|
});
|
|
11675
11675
|
export class messages_getRecentLocations_ extends Function_ {
|
|
11676
11676
|
get [id]() {
|
|
@@ -11722,7 +11722,7 @@ Object.defineProperty(messages_getRecentLocations_, "__F", {
|
|
|
11722
11722
|
enumerable: true,
|
|
11723
11723
|
configurable: true,
|
|
11724
11724
|
writable: true,
|
|
11725
|
-
value:
|
|
11725
|
+
value: null
|
|
11726
11726
|
});
|
|
11727
11727
|
export class messages_sendMultiMedia_ extends Function_ {
|
|
11728
11728
|
get [id]() {
|
|
@@ -11848,7 +11848,7 @@ Object.defineProperty(messages_sendMultiMedia_, "__F", {
|
|
|
11848
11848
|
enumerable: true,
|
|
11849
11849
|
configurable: true,
|
|
11850
11850
|
writable: true,
|
|
11851
|
-
value:
|
|
11851
|
+
value: null
|
|
11852
11852
|
});
|
|
11853
11853
|
export class messages_uploadEncryptedFile_ extends Function_ {
|
|
11854
11854
|
get [id]() {
|
|
@@ -11891,7 +11891,7 @@ Object.defineProperty(messages_uploadEncryptedFile_, "__F", {
|
|
|
11891
11891
|
enumerable: true,
|
|
11892
11892
|
configurable: true,
|
|
11893
11893
|
writable: true,
|
|
11894
|
-
value:
|
|
11894
|
+
value: null
|
|
11895
11895
|
});
|
|
11896
11896
|
export class messages_searchStickerSets_ extends Function_ {
|
|
11897
11897
|
get [id]() {
|
|
@@ -11945,7 +11945,7 @@ Object.defineProperty(messages_searchStickerSets_, "__F", {
|
|
|
11945
11945
|
enumerable: true,
|
|
11946
11946
|
configurable: true,
|
|
11947
11947
|
writable: true,
|
|
11948
|
-
value:
|
|
11948
|
+
value: null
|
|
11949
11949
|
});
|
|
11950
11950
|
export class messages_getSplitRanges_ extends Function_ {
|
|
11951
11951
|
get [id]() {
|
|
@@ -11968,7 +11968,7 @@ Object.defineProperty(messages_getSplitRanges_, "__F", {
|
|
|
11968
11968
|
enumerable: true,
|
|
11969
11969
|
configurable: true,
|
|
11970
11970
|
writable: true,
|
|
11971
|
-
value:
|
|
11971
|
+
value: null
|
|
11972
11972
|
});
|
|
11973
11973
|
export class messages_markDialogUnread_ extends Function_ {
|
|
11974
11974
|
get [id]() {
|
|
@@ -12013,7 +12013,7 @@ Object.defineProperty(messages_markDialogUnread_, "__F", {
|
|
|
12013
12013
|
enumerable: true,
|
|
12014
12014
|
configurable: true,
|
|
12015
12015
|
writable: true,
|
|
12016
|
-
value:
|
|
12016
|
+
value: null
|
|
12017
12017
|
});
|
|
12018
12018
|
export class messages_getDialogUnreadMarks_ extends Function_ {
|
|
12019
12019
|
get [id]() {
|
|
@@ -12036,7 +12036,7 @@ Object.defineProperty(messages_getDialogUnreadMarks_, "__F", {
|
|
|
12036
12036
|
enumerable: true,
|
|
12037
12037
|
configurable: true,
|
|
12038
12038
|
writable: true,
|
|
12039
|
-
value:
|
|
12039
|
+
value: null
|
|
12040
12040
|
});
|
|
12041
12041
|
export class messages_clearAllDrafts_ extends Function_ {
|
|
12042
12042
|
get [id]() {
|
|
@@ -12059,7 +12059,7 @@ Object.defineProperty(messages_clearAllDrafts_, "__F", {
|
|
|
12059
12059
|
enumerable: true,
|
|
12060
12060
|
configurable: true,
|
|
12061
12061
|
writable: true,
|
|
12062
|
-
value:
|
|
12062
|
+
value: null
|
|
12063
12063
|
});
|
|
12064
12064
|
export class messages_updatePinnedMessage_ extends Function_ {
|
|
12065
12065
|
get [id]() {
|
|
@@ -12131,7 +12131,7 @@ Object.defineProperty(messages_updatePinnedMessage_, "__F", {
|
|
|
12131
12131
|
enumerable: true,
|
|
12132
12132
|
configurable: true,
|
|
12133
12133
|
writable: true,
|
|
12134
|
-
value:
|
|
12134
|
+
value: null
|
|
12135
12135
|
});
|
|
12136
12136
|
export class messages_sendVote_ extends Function_ {
|
|
12137
12137
|
get [id]() {
|
|
@@ -12183,7 +12183,7 @@ Object.defineProperty(messages_sendVote_, "__F", {
|
|
|
12183
12183
|
enumerable: true,
|
|
12184
12184
|
configurable: true,
|
|
12185
12185
|
writable: true,
|
|
12186
|
-
value:
|
|
12186
|
+
value: null
|
|
12187
12187
|
});
|
|
12188
12188
|
export class messages_getPollResults_ extends Function_ {
|
|
12189
12189
|
get [id]() {
|
|
@@ -12226,7 +12226,7 @@ Object.defineProperty(messages_getPollResults_, "__F", {
|
|
|
12226
12226
|
enumerable: true,
|
|
12227
12227
|
configurable: true,
|
|
12228
12228
|
writable: true,
|
|
12229
|
-
value:
|
|
12229
|
+
value: null
|
|
12230
12230
|
});
|
|
12231
12231
|
export class messages_getOnlines_ extends Function_ {
|
|
12232
12232
|
get [id]() {
|
|
@@ -12260,7 +12260,7 @@ Object.defineProperty(messages_getOnlines_, "__F", {
|
|
|
12260
12260
|
enumerable: true,
|
|
12261
12261
|
configurable: true,
|
|
12262
12262
|
writable: true,
|
|
12263
|
-
value:
|
|
12263
|
+
value: null
|
|
12264
12264
|
});
|
|
12265
12265
|
export class messages_editChatAbout_ extends Function_ {
|
|
12266
12266
|
get [id]() {
|
|
@@ -12303,7 +12303,7 @@ Object.defineProperty(messages_editChatAbout_, "__F", {
|
|
|
12303
12303
|
enumerable: true,
|
|
12304
12304
|
configurable: true,
|
|
12305
12305
|
writable: true,
|
|
12306
|
-
value:
|
|
12306
|
+
value: null
|
|
12307
12307
|
});
|
|
12308
12308
|
export class messages_editChatDefaultBannedRights_ extends Function_ {
|
|
12309
12309
|
get [id]() {
|
|
@@ -12346,7 +12346,7 @@ Object.defineProperty(messages_editChatDefaultBannedRights_, "__F", {
|
|
|
12346
12346
|
enumerable: true,
|
|
12347
12347
|
configurable: true,
|
|
12348
12348
|
writable: true,
|
|
12349
|
-
value:
|
|
12349
|
+
value: null
|
|
12350
12350
|
});
|
|
12351
12351
|
export class messages_getEmojiKeywords_ extends Function_ {
|
|
12352
12352
|
get [id]() {
|
|
@@ -12380,7 +12380,7 @@ Object.defineProperty(messages_getEmojiKeywords_, "__F", {
|
|
|
12380
12380
|
enumerable: true,
|
|
12381
12381
|
configurable: true,
|
|
12382
12382
|
writable: true,
|
|
12383
|
-
value:
|
|
12383
|
+
value: null
|
|
12384
12384
|
});
|
|
12385
12385
|
export class messages_getEmojiKeywordsDifference_ extends Function_ {
|
|
12386
12386
|
get [id]() {
|
|
@@ -12423,7 +12423,7 @@ Object.defineProperty(messages_getEmojiKeywordsDifference_, "__F", {
|
|
|
12423
12423
|
enumerable: true,
|
|
12424
12424
|
configurable: true,
|
|
12425
12425
|
writable: true,
|
|
12426
|
-
value:
|
|
12426
|
+
value: null
|
|
12427
12427
|
});
|
|
12428
12428
|
export class messages_getEmojiKeywordsLanguages_ extends Function_ {
|
|
12429
12429
|
get [id]() {
|
|
@@ -12457,7 +12457,7 @@ Object.defineProperty(messages_getEmojiKeywordsLanguages_, "__F", {
|
|
|
12457
12457
|
enumerable: true,
|
|
12458
12458
|
configurable: true,
|
|
12459
12459
|
writable: true,
|
|
12460
|
-
value:
|
|
12460
|
+
value: null
|
|
12461
12461
|
});
|
|
12462
12462
|
export class messages_getEmojiURL_ extends Function_ {
|
|
12463
12463
|
get [id]() {
|
|
@@ -12491,7 +12491,7 @@ Object.defineProperty(messages_getEmojiURL_, "__F", {
|
|
|
12491
12491
|
enumerable: true,
|
|
12492
12492
|
configurable: true,
|
|
12493
12493
|
writable: true,
|
|
12494
|
-
value:
|
|
12494
|
+
value: null
|
|
12495
12495
|
});
|
|
12496
12496
|
export class messages_getSearchCounters_ extends Function_ {
|
|
12497
12497
|
get [id]() {
|
|
@@ -12554,7 +12554,7 @@ Object.defineProperty(messages_getSearchCounters_, "__F", {
|
|
|
12554
12554
|
enumerable: true,
|
|
12555
12555
|
configurable: true,
|
|
12556
12556
|
writable: true,
|
|
12557
|
-
value:
|
|
12557
|
+
value: null
|
|
12558
12558
|
});
|
|
12559
12559
|
export class messages_requestUrlAuth_ extends Function_ {
|
|
12560
12560
|
get [id]() {
|
|
@@ -12617,7 +12617,7 @@ Object.defineProperty(messages_requestUrlAuth_, "__F", {
|
|
|
12617
12617
|
enumerable: true,
|
|
12618
12618
|
configurable: true,
|
|
12619
12619
|
writable: true,
|
|
12620
|
-
value:
|
|
12620
|
+
value: null
|
|
12621
12621
|
});
|
|
12622
12622
|
export class messages_acceptUrlAuth_ extends Function_ {
|
|
12623
12623
|
get [id]() {
|
|
@@ -12689,7 +12689,7 @@ Object.defineProperty(messages_acceptUrlAuth_, "__F", {
|
|
|
12689
12689
|
enumerable: true,
|
|
12690
12690
|
configurable: true,
|
|
12691
12691
|
writable: true,
|
|
12692
|
-
value:
|
|
12692
|
+
value: null
|
|
12693
12693
|
});
|
|
12694
12694
|
export class messages_hidePeerSettingsBar_ extends Function_ {
|
|
12695
12695
|
get [id]() {
|
|
@@ -12723,7 +12723,7 @@ Object.defineProperty(messages_hidePeerSettingsBar_, "__F", {
|
|
|
12723
12723
|
enumerable: true,
|
|
12724
12724
|
configurable: true,
|
|
12725
12725
|
writable: true,
|
|
12726
|
-
value:
|
|
12726
|
+
value: null
|
|
12727
12727
|
});
|
|
12728
12728
|
export class messages_getScheduledHistory_ extends Function_ {
|
|
12729
12729
|
get [id]() {
|
|
@@ -12766,7 +12766,7 @@ Object.defineProperty(messages_getScheduledHistory_, "__F", {
|
|
|
12766
12766
|
enumerable: true,
|
|
12767
12767
|
configurable: true,
|
|
12768
12768
|
writable: true,
|
|
12769
|
-
value:
|
|
12769
|
+
value: null
|
|
12770
12770
|
});
|
|
12771
12771
|
export class messages_getScheduledMessages_ extends Function_ {
|
|
12772
12772
|
get [id]() {
|
|
@@ -12809,7 +12809,7 @@ Object.defineProperty(messages_getScheduledMessages_, "__F", {
|
|
|
12809
12809
|
enumerable: true,
|
|
12810
12810
|
configurable: true,
|
|
12811
12811
|
writable: true,
|
|
12812
|
-
value:
|
|
12812
|
+
value: null
|
|
12813
12813
|
});
|
|
12814
12814
|
export class messages_sendScheduledMessages_ extends Function_ {
|
|
12815
12815
|
get [id]() {
|
|
@@ -12852,7 +12852,7 @@ Object.defineProperty(messages_sendScheduledMessages_, "__F", {
|
|
|
12852
12852
|
enumerable: true,
|
|
12853
12853
|
configurable: true,
|
|
12854
12854
|
writable: true,
|
|
12855
|
-
value:
|
|
12855
|
+
value: null
|
|
12856
12856
|
});
|
|
12857
12857
|
export class messages_deleteScheduledMessages_ extends Function_ {
|
|
12858
12858
|
get [id]() {
|
|
@@ -12895,7 +12895,7 @@ Object.defineProperty(messages_deleteScheduledMessages_, "__F", {
|
|
|
12895
12895
|
enumerable: true,
|
|
12896
12896
|
configurable: true,
|
|
12897
12897
|
writable: true,
|
|
12898
|
-
value:
|
|
12898
|
+
value: null
|
|
12899
12899
|
});
|
|
12900
12900
|
export class messages_getPollVotes_ extends Function_ {
|
|
12901
12901
|
get [id]() {
|
|
@@ -12967,7 +12967,7 @@ Object.defineProperty(messages_getPollVotes_, "__F", {
|
|
|
12967
12967
|
enumerable: true,
|
|
12968
12968
|
configurable: true,
|
|
12969
12969
|
writable: true,
|
|
12970
|
-
value:
|
|
12970
|
+
value: null
|
|
12971
12971
|
});
|
|
12972
12972
|
export class messages_toggleStickerSets_ extends Function_ {
|
|
12973
12973
|
get [id]() {
|
|
@@ -13030,7 +13030,7 @@ Object.defineProperty(messages_toggleStickerSets_, "__F", {
|
|
|
13030
13030
|
enumerable: true,
|
|
13031
13031
|
configurable: true,
|
|
13032
13032
|
writable: true,
|
|
13033
|
-
value:
|
|
13033
|
+
value: null
|
|
13034
13034
|
});
|
|
13035
13035
|
export class messages_getDialogFilters_ extends Function_ {
|
|
13036
13036
|
get [id]() {
|
|
@@ -13053,7 +13053,7 @@ Object.defineProperty(messages_getDialogFilters_, "__F", {
|
|
|
13053
13053
|
enumerable: true,
|
|
13054
13054
|
configurable: true,
|
|
13055
13055
|
writable: true,
|
|
13056
|
-
value:
|
|
13056
|
+
value: null
|
|
13057
13057
|
});
|
|
13058
13058
|
export class messages_getSuggestedDialogFilters_ extends Function_ {
|
|
13059
13059
|
get [id]() {
|
|
@@ -13076,7 +13076,7 @@ Object.defineProperty(messages_getSuggestedDialogFilters_, "__F", {
|
|
|
13076
13076
|
enumerable: true,
|
|
13077
13077
|
configurable: true,
|
|
13078
13078
|
writable: true,
|
|
13079
|
-
value:
|
|
13079
|
+
value: null
|
|
13080
13080
|
});
|
|
13081
13081
|
export class messages_updateDialogFilter_ extends Function_ {
|
|
13082
13082
|
get [id]() {
|
|
@@ -13121,7 +13121,7 @@ Object.defineProperty(messages_updateDialogFilter_, "__F", {
|
|
|
13121
13121
|
enumerable: true,
|
|
13122
13122
|
configurable: true,
|
|
13123
13123
|
writable: true,
|
|
13124
|
-
value:
|
|
13124
|
+
value: null
|
|
13125
13125
|
});
|
|
13126
13126
|
export class messages_updateDialogFiltersOrder_ extends Function_ {
|
|
13127
13127
|
get [id]() {
|
|
@@ -13155,7 +13155,7 @@ Object.defineProperty(messages_updateDialogFiltersOrder_, "__F", {
|
|
|
13155
13155
|
enumerable: true,
|
|
13156
13156
|
configurable: true,
|
|
13157
13157
|
writable: true,
|
|
13158
|
-
value:
|
|
13158
|
+
value: null
|
|
13159
13159
|
});
|
|
13160
13160
|
export class messages_getOldFeaturedStickers_ extends Function_ {
|
|
13161
13161
|
get [id]() {
|
|
@@ -13207,7 +13207,7 @@ Object.defineProperty(messages_getOldFeaturedStickers_, "__F", {
|
|
|
13207
13207
|
enumerable: true,
|
|
13208
13208
|
configurable: true,
|
|
13209
13209
|
writable: true,
|
|
13210
|
-
value:
|
|
13210
|
+
value: null
|
|
13211
13211
|
});
|
|
13212
13212
|
export class messages_getReplies_ extends Function_ {
|
|
13213
13213
|
get [id]() {
|
|
@@ -13313,7 +13313,7 @@ Object.defineProperty(messages_getReplies_, "__F", {
|
|
|
13313
13313
|
enumerable: true,
|
|
13314
13314
|
configurable: true,
|
|
13315
13315
|
writable: true,
|
|
13316
|
-
value:
|
|
13316
|
+
value: null
|
|
13317
13317
|
});
|
|
13318
13318
|
export class messages_getDiscussionMessage_ extends Function_ {
|
|
13319
13319
|
get [id]() {
|
|
@@ -13356,7 +13356,7 @@ Object.defineProperty(messages_getDiscussionMessage_, "__F", {
|
|
|
13356
13356
|
enumerable: true,
|
|
13357
13357
|
configurable: true,
|
|
13358
13358
|
writable: true,
|
|
13359
|
-
value:
|
|
13359
|
+
value: null
|
|
13360
13360
|
});
|
|
13361
13361
|
export class messages_readDiscussion_ extends Function_ {
|
|
13362
13362
|
get [id]() {
|
|
@@ -13408,7 +13408,7 @@ Object.defineProperty(messages_readDiscussion_, "__F", {
|
|
|
13408
13408
|
enumerable: true,
|
|
13409
13409
|
configurable: true,
|
|
13410
13410
|
writable: true,
|
|
13411
|
-
value:
|
|
13411
|
+
value: null
|
|
13412
13412
|
});
|
|
13413
13413
|
export class messages_unpinAllMessages_ extends Function_ {
|
|
13414
13414
|
get [id]() {
|
|
@@ -13453,7 +13453,7 @@ Object.defineProperty(messages_unpinAllMessages_, "__F", {
|
|
|
13453
13453
|
enumerable: true,
|
|
13454
13454
|
configurable: true,
|
|
13455
13455
|
writable: true,
|
|
13456
|
-
value:
|
|
13456
|
+
value: null
|
|
13457
13457
|
});
|
|
13458
13458
|
export class messages_deleteChat_ extends Function_ {
|
|
13459
13459
|
get [id]() {
|
|
@@ -13487,7 +13487,7 @@ Object.defineProperty(messages_deleteChat_, "__F", {
|
|
|
13487
13487
|
enumerable: true,
|
|
13488
13488
|
configurable: true,
|
|
13489
13489
|
writable: true,
|
|
13490
|
-
value:
|
|
13490
|
+
value: null
|
|
13491
13491
|
});
|
|
13492
13492
|
export class messages_deletePhoneCallHistory_ extends Function_ {
|
|
13493
13493
|
get [id]() {
|
|
@@ -13523,7 +13523,7 @@ Object.defineProperty(messages_deletePhoneCallHistory_, "__F", {
|
|
|
13523
13523
|
enumerable: true,
|
|
13524
13524
|
configurable: true,
|
|
13525
13525
|
writable: true,
|
|
13526
|
-
value:
|
|
13526
|
+
value: null
|
|
13527
13527
|
});
|
|
13528
13528
|
export class messages_checkHistoryImport_ extends Function_ {
|
|
13529
13529
|
get [id]() {
|
|
@@ -13557,7 +13557,7 @@ Object.defineProperty(messages_checkHistoryImport_, "__F", {
|
|
|
13557
13557
|
enumerable: true,
|
|
13558
13558
|
configurable: true,
|
|
13559
13559
|
writable: true,
|
|
13560
|
-
value:
|
|
13560
|
+
value: null
|
|
13561
13561
|
});
|
|
13562
13562
|
export class messages_initHistoryImport_ extends Function_ {
|
|
13563
13563
|
get [id]() {
|
|
@@ -13609,7 +13609,7 @@ Object.defineProperty(messages_initHistoryImport_, "__F", {
|
|
|
13609
13609
|
enumerable: true,
|
|
13610
13610
|
configurable: true,
|
|
13611
13611
|
writable: true,
|
|
13612
|
-
value:
|
|
13612
|
+
value: null
|
|
13613
13613
|
});
|
|
13614
13614
|
export class messages_uploadImportedMedia_ extends Function_ {
|
|
13615
13615
|
get [id]() {
|
|
@@ -13670,7 +13670,7 @@ Object.defineProperty(messages_uploadImportedMedia_, "__F", {
|
|
|
13670
13670
|
enumerable: true,
|
|
13671
13671
|
configurable: true,
|
|
13672
13672
|
writable: true,
|
|
13673
|
-
value:
|
|
13673
|
+
value: null
|
|
13674
13674
|
});
|
|
13675
13675
|
export class messages_startHistoryImport_ extends Function_ {
|
|
13676
13676
|
get [id]() {
|
|
@@ -13713,7 +13713,7 @@ Object.defineProperty(messages_startHistoryImport_, "__F", {
|
|
|
13713
13713
|
enumerable: true,
|
|
13714
13714
|
configurable: true,
|
|
13715
13715
|
writable: true,
|
|
13716
|
-
value:
|
|
13716
|
+
value: null
|
|
13717
13717
|
});
|
|
13718
13718
|
export class messages_getExportedChatInvites_ extends Function_ {
|
|
13719
13719
|
get [id]() {
|
|
@@ -13794,7 +13794,7 @@ Object.defineProperty(messages_getExportedChatInvites_, "__F", {
|
|
|
13794
13794
|
enumerable: true,
|
|
13795
13795
|
configurable: true,
|
|
13796
13796
|
writable: true,
|
|
13797
|
-
value:
|
|
13797
|
+
value: null
|
|
13798
13798
|
});
|
|
13799
13799
|
export class messages_getExportedChatInvite_ extends Function_ {
|
|
13800
13800
|
get [id]() {
|
|
@@ -13837,7 +13837,7 @@ Object.defineProperty(messages_getExportedChatInvite_, "__F", {
|
|
|
13837
13837
|
enumerable: true,
|
|
13838
13838
|
configurable: true,
|
|
13839
13839
|
writable: true,
|
|
13840
|
-
value:
|
|
13840
|
+
value: null
|
|
13841
13841
|
});
|
|
13842
13842
|
export class messages_editExportedChatInvite_ extends Function_ {
|
|
13843
13843
|
get [id]() {
|
|
@@ -13927,7 +13927,7 @@ Object.defineProperty(messages_editExportedChatInvite_, "__F", {
|
|
|
13927
13927
|
enumerable: true,
|
|
13928
13928
|
configurable: true,
|
|
13929
13929
|
writable: true,
|
|
13930
|
-
value:
|
|
13930
|
+
value: null
|
|
13931
13931
|
});
|
|
13932
13932
|
export class messages_deleteRevokedExportedChatInvites_ extends Function_ {
|
|
13933
13933
|
get [id]() {
|
|
@@ -13970,7 +13970,7 @@ Object.defineProperty(messages_deleteRevokedExportedChatInvites_, "__F", {
|
|
|
13970
13970
|
enumerable: true,
|
|
13971
13971
|
configurable: true,
|
|
13972
13972
|
writable: true,
|
|
13973
|
-
value:
|
|
13973
|
+
value: null
|
|
13974
13974
|
});
|
|
13975
13975
|
export class messages_deleteExportedChatInvite_ extends Function_ {
|
|
13976
13976
|
get [id]() {
|
|
@@ -14013,7 +14013,7 @@ Object.defineProperty(messages_deleteExportedChatInvite_, "__F", {
|
|
|
14013
14013
|
enumerable: true,
|
|
14014
14014
|
configurable: true,
|
|
14015
14015
|
writable: true,
|
|
14016
|
-
value:
|
|
14016
|
+
value: null
|
|
14017
14017
|
});
|
|
14018
14018
|
export class messages_getAdminsWithInvites_ extends Function_ {
|
|
14019
14019
|
get [id]() {
|
|
@@ -14047,7 +14047,7 @@ Object.defineProperty(messages_getAdminsWithInvites_, "__F", {
|
|
|
14047
14047
|
enumerable: true,
|
|
14048
14048
|
configurable: true,
|
|
14049
14049
|
writable: true,
|
|
14050
|
-
value:
|
|
14050
|
+
value: null
|
|
14051
14051
|
});
|
|
14052
14052
|
export class messages_getChatInviteImporters_ extends Function_ {
|
|
14053
14053
|
get [id]() {
|
|
@@ -14137,7 +14137,7 @@ Object.defineProperty(messages_getChatInviteImporters_, "__F", {
|
|
|
14137
14137
|
enumerable: true,
|
|
14138
14138
|
configurable: true,
|
|
14139
14139
|
writable: true,
|
|
14140
|
-
value:
|
|
14140
|
+
value: null
|
|
14141
14141
|
});
|
|
14142
14142
|
export class messages_setHistoryTTL_ extends Function_ {
|
|
14143
14143
|
get [id]() {
|
|
@@ -14180,7 +14180,7 @@ Object.defineProperty(messages_setHistoryTTL_, "__F", {
|
|
|
14180
14180
|
enumerable: true,
|
|
14181
14181
|
configurable: true,
|
|
14182
14182
|
writable: true,
|
|
14183
|
-
value:
|
|
14183
|
+
value: null
|
|
14184
14184
|
});
|
|
14185
14185
|
export class messages_checkHistoryImportPeer_ extends Function_ {
|
|
14186
14186
|
get [id]() {
|
|
@@ -14214,7 +14214,7 @@ Object.defineProperty(messages_checkHistoryImportPeer_, "__F", {
|
|
|
14214
14214
|
enumerable: true,
|
|
14215
14215
|
configurable: true,
|
|
14216
14216
|
writable: true,
|
|
14217
|
-
value:
|
|
14217
|
+
value: null
|
|
14218
14218
|
});
|
|
14219
14219
|
export class messages_setChatTheme_ extends Function_ {
|
|
14220
14220
|
get [id]() {
|
|
@@ -14257,7 +14257,7 @@ Object.defineProperty(messages_setChatTheme_, "__F", {
|
|
|
14257
14257
|
enumerable: true,
|
|
14258
14258
|
configurable: true,
|
|
14259
14259
|
writable: true,
|
|
14260
|
-
value:
|
|
14260
|
+
value: null
|
|
14261
14261
|
});
|
|
14262
14262
|
export class messages_getMessageReadParticipants_ extends Function_ {
|
|
14263
14263
|
get [id]() {
|
|
@@ -14300,7 +14300,7 @@ Object.defineProperty(messages_getMessageReadParticipants_, "__F", {
|
|
|
14300
14300
|
enumerable: true,
|
|
14301
14301
|
configurable: true,
|
|
14302
14302
|
writable: true,
|
|
14303
|
-
value:
|
|
14303
|
+
value: null
|
|
14304
14304
|
});
|
|
14305
14305
|
export class messages_getSearchResultsCalendar_ extends Function_ {
|
|
14306
14306
|
get [id]() {
|
|
@@ -14372,7 +14372,7 @@ Object.defineProperty(messages_getSearchResultsCalendar_, "__F", {
|
|
|
14372
14372
|
enumerable: true,
|
|
14373
14373
|
configurable: true,
|
|
14374
14374
|
writable: true,
|
|
14375
|
-
value:
|
|
14375
|
+
value: null
|
|
14376
14376
|
});
|
|
14377
14377
|
export class messages_getSearchResultsPositions_ extends Function_ {
|
|
14378
14378
|
get [id]() {
|
|
@@ -14444,7 +14444,7 @@ Object.defineProperty(messages_getSearchResultsPositions_, "__F", {
|
|
|
14444
14444
|
enumerable: true,
|
|
14445
14445
|
configurable: true,
|
|
14446
14446
|
writable: true,
|
|
14447
|
-
value:
|
|
14447
|
+
value: null
|
|
14448
14448
|
});
|
|
14449
14449
|
export class messages_hideChatJoinRequest_ extends Function_ {
|
|
14450
14450
|
get [id]() {
|
|
@@ -14498,7 +14498,7 @@ Object.defineProperty(messages_hideChatJoinRequest_, "__F", {
|
|
|
14498
14498
|
enumerable: true,
|
|
14499
14499
|
configurable: true,
|
|
14500
14500
|
writable: true,
|
|
14501
|
-
value:
|
|
14501
|
+
value: null
|
|
14502
14502
|
});
|
|
14503
14503
|
export class messages_hideAllChatJoinRequests_ extends Function_ {
|
|
14504
14504
|
get [id]() {
|
|
@@ -14552,7 +14552,7 @@ Object.defineProperty(messages_hideAllChatJoinRequests_, "__F", {
|
|
|
14552
14552
|
enumerable: true,
|
|
14553
14553
|
configurable: true,
|
|
14554
14554
|
writable: true,
|
|
14555
|
-
value:
|
|
14555
|
+
value: null
|
|
14556
14556
|
});
|
|
14557
14557
|
export class messages_toggleNoForwards_ extends Function_ {
|
|
14558
14558
|
get [id]() {
|
|
@@ -14595,7 +14595,7 @@ Object.defineProperty(messages_toggleNoForwards_, "__F", {
|
|
|
14595
14595
|
enumerable: true,
|
|
14596
14596
|
configurable: true,
|
|
14597
14597
|
writable: true,
|
|
14598
|
-
value:
|
|
14598
|
+
value: null
|
|
14599
14599
|
});
|
|
14600
14600
|
export class messages_saveDefaultSendAs_ extends Function_ {
|
|
14601
14601
|
get [id]() {
|
|
@@ -14638,7 +14638,7 @@ Object.defineProperty(messages_saveDefaultSendAs_, "__F", {
|
|
|
14638
14638
|
enumerable: true,
|
|
14639
14639
|
configurable: true,
|
|
14640
14640
|
writable: true,
|
|
14641
|
-
value:
|
|
14641
|
+
value: null
|
|
14642
14642
|
});
|
|
14643
14643
|
export class messages_sendReaction_ extends Function_ {
|
|
14644
14644
|
get [id]() {
|
|
@@ -14710,7 +14710,7 @@ Object.defineProperty(messages_sendReaction_, "__F", {
|
|
|
14710
14710
|
enumerable: true,
|
|
14711
14711
|
configurable: true,
|
|
14712
14712
|
writable: true,
|
|
14713
|
-
value:
|
|
14713
|
+
value: null
|
|
14714
14714
|
});
|
|
14715
14715
|
export class messages_getMessagesReactions_ extends Function_ {
|
|
14716
14716
|
get [id]() {
|
|
@@ -14753,7 +14753,7 @@ Object.defineProperty(messages_getMessagesReactions_, "__F", {
|
|
|
14753
14753
|
enumerable: true,
|
|
14754
14754
|
configurable: true,
|
|
14755
14755
|
writable: true,
|
|
14756
|
-
value:
|
|
14756
|
+
value: null
|
|
14757
14757
|
});
|
|
14758
14758
|
export class messages_getMessageReactionsList_ extends Function_ {
|
|
14759
14759
|
get [id]() {
|
|
@@ -14825,7 +14825,7 @@ Object.defineProperty(messages_getMessageReactionsList_, "__F", {
|
|
|
14825
14825
|
enumerable: true,
|
|
14826
14826
|
configurable: true,
|
|
14827
14827
|
writable: true,
|
|
14828
|
-
value:
|
|
14828
|
+
value: null
|
|
14829
14829
|
});
|
|
14830
14830
|
export class messages_setChatAvailableReactions_ extends Function_ {
|
|
14831
14831
|
get [id]() {
|
|
@@ -14868,7 +14868,7 @@ Object.defineProperty(messages_setChatAvailableReactions_, "__F", {
|
|
|
14868
14868
|
enumerable: true,
|
|
14869
14869
|
configurable: true,
|
|
14870
14870
|
writable: true,
|
|
14871
|
-
value:
|
|
14871
|
+
value: null
|
|
14872
14872
|
});
|
|
14873
14873
|
export class messages_getAvailableReactions_ extends Function_ {
|
|
14874
14874
|
get [id]() {
|
|
@@ -14902,7 +14902,7 @@ Object.defineProperty(messages_getAvailableReactions_, "__F", {
|
|
|
14902
14902
|
enumerable: true,
|
|
14903
14903
|
configurable: true,
|
|
14904
14904
|
writable: true,
|
|
14905
|
-
value:
|
|
14905
|
+
value: null
|
|
14906
14906
|
});
|
|
14907
14907
|
export class messages_setDefaultReaction_ extends Function_ {
|
|
14908
14908
|
get [id]() {
|
|
@@ -14936,7 +14936,7 @@ Object.defineProperty(messages_setDefaultReaction_, "__F", {
|
|
|
14936
14936
|
enumerable: true,
|
|
14937
14937
|
configurable: true,
|
|
14938
14938
|
writable: true,
|
|
14939
|
-
value:
|
|
14939
|
+
value: null
|
|
14940
14940
|
});
|
|
14941
14941
|
export class messages_translateText_ extends Function_ {
|
|
14942
14942
|
get [id]() {
|
|
@@ -14999,7 +14999,7 @@ Object.defineProperty(messages_translateText_, "__F", {
|
|
|
14999
14999
|
enumerable: true,
|
|
15000
15000
|
configurable: true,
|
|
15001
15001
|
writable: true,
|
|
15002
|
-
value:
|
|
15002
|
+
value: null
|
|
15003
15003
|
});
|
|
15004
15004
|
export class messages_getUnreadReactions_ extends Function_ {
|
|
15005
15005
|
get [id]() {
|
|
@@ -15089,7 +15089,7 @@ Object.defineProperty(messages_getUnreadReactions_, "__F", {
|
|
|
15089
15089
|
enumerable: true,
|
|
15090
15090
|
configurable: true,
|
|
15091
15091
|
writable: true,
|
|
15092
|
-
value:
|
|
15092
|
+
value: null
|
|
15093
15093
|
});
|
|
15094
15094
|
export class messages_readReactions_ extends Function_ {
|
|
15095
15095
|
get [id]() {
|
|
@@ -15134,7 +15134,7 @@ Object.defineProperty(messages_readReactions_, "__F", {
|
|
|
15134
15134
|
enumerable: true,
|
|
15135
15135
|
configurable: true,
|
|
15136
15136
|
writable: true,
|
|
15137
|
-
value:
|
|
15137
|
+
value: null
|
|
15138
15138
|
});
|
|
15139
15139
|
export class messages_searchSentMedia_ extends Function_ {
|
|
15140
15140
|
get [id]() {
|
|
@@ -15186,7 +15186,7 @@ Object.defineProperty(messages_searchSentMedia_, "__F", {
|
|
|
15186
15186
|
enumerable: true,
|
|
15187
15187
|
configurable: true,
|
|
15188
15188
|
writable: true,
|
|
15189
|
-
value:
|
|
15189
|
+
value: null
|
|
15190
15190
|
});
|
|
15191
15191
|
export class messages_getAttachMenuBots_ extends Function_ {
|
|
15192
15192
|
get [id]() {
|
|
@@ -15220,7 +15220,7 @@ Object.defineProperty(messages_getAttachMenuBots_, "__F", {
|
|
|
15220
15220
|
enumerable: true,
|
|
15221
15221
|
configurable: true,
|
|
15222
15222
|
writable: true,
|
|
15223
|
-
value:
|
|
15223
|
+
value: null
|
|
15224
15224
|
});
|
|
15225
15225
|
export class messages_getAttachMenuBot_ extends Function_ {
|
|
15226
15226
|
get [id]() {
|
|
@@ -15254,7 +15254,7 @@ Object.defineProperty(messages_getAttachMenuBot_, "__F", {
|
|
|
15254
15254
|
enumerable: true,
|
|
15255
15255
|
configurable: true,
|
|
15256
15256
|
writable: true,
|
|
15257
|
-
value:
|
|
15257
|
+
value: null
|
|
15258
15258
|
});
|
|
15259
15259
|
export class messages_toggleBotInAttachMenu_ extends Function_ {
|
|
15260
15260
|
get [id]() {
|
|
@@ -15308,7 +15308,7 @@ Object.defineProperty(messages_toggleBotInAttachMenu_, "__F", {
|
|
|
15308
15308
|
enumerable: true,
|
|
15309
15309
|
configurable: true,
|
|
15310
15310
|
writable: true,
|
|
15311
|
-
value:
|
|
15311
|
+
value: null
|
|
15312
15312
|
});
|
|
15313
15313
|
export class messages_requestWebView_ extends Function_ {
|
|
15314
15314
|
get [id]() {
|
|
@@ -15425,7 +15425,7 @@ Object.defineProperty(messages_requestWebView_, "__F", {
|
|
|
15425
15425
|
enumerable: true,
|
|
15426
15426
|
configurable: true,
|
|
15427
15427
|
writable: true,
|
|
15428
|
-
value:
|
|
15428
|
+
value: null
|
|
15429
15429
|
});
|
|
15430
15430
|
export class messages_prolongWebView_ extends Function_ {
|
|
15431
15431
|
get [id]() {
|
|
@@ -15506,7 +15506,7 @@ Object.defineProperty(messages_prolongWebView_, "__F", {
|
|
|
15506
15506
|
enumerable: true,
|
|
15507
15507
|
configurable: true,
|
|
15508
15508
|
writable: true,
|
|
15509
|
-
value:
|
|
15509
|
+
value: null
|
|
15510
15510
|
});
|
|
15511
15511
|
export class messages_requestSimpleWebView_ extends Function_ {
|
|
15512
15512
|
get [id]() {
|
|
@@ -15596,7 +15596,7 @@ Object.defineProperty(messages_requestSimpleWebView_, "__F", {
|
|
|
15596
15596
|
enumerable: true,
|
|
15597
15597
|
configurable: true,
|
|
15598
15598
|
writable: true,
|
|
15599
|
-
value:
|
|
15599
|
+
value: null
|
|
15600
15600
|
});
|
|
15601
15601
|
export class messages_sendWebViewResultMessage_ extends Function_ {
|
|
15602
15602
|
get [id]() {
|
|
@@ -15639,7 +15639,7 @@ Object.defineProperty(messages_sendWebViewResultMessage_, "__F", {
|
|
|
15639
15639
|
enumerable: true,
|
|
15640
15640
|
configurable: true,
|
|
15641
15641
|
writable: true,
|
|
15642
|
-
value:
|
|
15642
|
+
value: null
|
|
15643
15643
|
});
|
|
15644
15644
|
export class messages_sendWebViewData_ extends Function_ {
|
|
15645
15645
|
get [id]() {
|
|
@@ -15700,7 +15700,7 @@ Object.defineProperty(messages_sendWebViewData_, "__F", {
|
|
|
15700
15700
|
enumerable: true,
|
|
15701
15701
|
configurable: true,
|
|
15702
15702
|
writable: true,
|
|
15703
|
-
value:
|
|
15703
|
+
value: null
|
|
15704
15704
|
});
|
|
15705
15705
|
export class messages_transcribeAudio_ extends Function_ {
|
|
15706
15706
|
get [id]() {
|
|
@@ -15743,7 +15743,7 @@ Object.defineProperty(messages_transcribeAudio_, "__F", {
|
|
|
15743
15743
|
enumerable: true,
|
|
15744
15744
|
configurable: true,
|
|
15745
15745
|
writable: true,
|
|
15746
|
-
value:
|
|
15746
|
+
value: null
|
|
15747
15747
|
});
|
|
15748
15748
|
export class messages_rateTranscribedAudio_ extends Function_ {
|
|
15749
15749
|
get [id]() {
|
|
@@ -15804,7 +15804,7 @@ Object.defineProperty(messages_rateTranscribedAudio_, "__F", {
|
|
|
15804
15804
|
enumerable: true,
|
|
15805
15805
|
configurable: true,
|
|
15806
15806
|
writable: true,
|
|
15807
|
-
value:
|
|
15807
|
+
value: null
|
|
15808
15808
|
});
|
|
15809
15809
|
export class messages_getCustomEmojiDocuments_ extends Function_ {
|
|
15810
15810
|
get [id]() {
|
|
@@ -15838,7 +15838,7 @@ Object.defineProperty(messages_getCustomEmojiDocuments_, "__F", {
|
|
|
15838
15838
|
enumerable: true,
|
|
15839
15839
|
configurable: true,
|
|
15840
15840
|
writable: true,
|
|
15841
|
-
value:
|
|
15841
|
+
value: null
|
|
15842
15842
|
});
|
|
15843
15843
|
export class messages_getEmojiStickers_ extends Function_ {
|
|
15844
15844
|
get [id]() {
|
|
@@ -15872,7 +15872,7 @@ Object.defineProperty(messages_getEmojiStickers_, "__F", {
|
|
|
15872
15872
|
enumerable: true,
|
|
15873
15873
|
configurable: true,
|
|
15874
15874
|
writable: true,
|
|
15875
|
-
value:
|
|
15875
|
+
value: null
|
|
15876
15876
|
});
|
|
15877
15877
|
export class messages_getFeaturedEmojiStickers_ extends Function_ {
|
|
15878
15878
|
get [id]() {
|
|
@@ -15906,7 +15906,7 @@ Object.defineProperty(messages_getFeaturedEmojiStickers_, "__F", {
|
|
|
15906
15906
|
enumerable: true,
|
|
15907
15907
|
configurable: true,
|
|
15908
15908
|
writable: true,
|
|
15909
|
-
value:
|
|
15909
|
+
value: null
|
|
15910
15910
|
});
|
|
15911
15911
|
export class messages_reportReaction_ extends Function_ {
|
|
15912
15912
|
get [id]() {
|
|
@@ -15958,7 +15958,7 @@ Object.defineProperty(messages_reportReaction_, "__F", {
|
|
|
15958
15958
|
enumerable: true,
|
|
15959
15959
|
configurable: true,
|
|
15960
15960
|
writable: true,
|
|
15961
|
-
value:
|
|
15961
|
+
value: null
|
|
15962
15962
|
});
|
|
15963
15963
|
export class messages_getTopReactions_ extends Function_ {
|
|
15964
15964
|
get [id]() {
|
|
@@ -16001,7 +16001,7 @@ Object.defineProperty(messages_getTopReactions_, "__F", {
|
|
|
16001
16001
|
enumerable: true,
|
|
16002
16002
|
configurable: true,
|
|
16003
16003
|
writable: true,
|
|
16004
|
-
value:
|
|
16004
|
+
value: null
|
|
16005
16005
|
});
|
|
16006
16006
|
export class messages_getRecentReactions_ extends Function_ {
|
|
16007
16007
|
get [id]() {
|
|
@@ -16044,7 +16044,7 @@ Object.defineProperty(messages_getRecentReactions_, "__F", {
|
|
|
16044
16044
|
enumerable: true,
|
|
16045
16045
|
configurable: true,
|
|
16046
16046
|
writable: true,
|
|
16047
|
-
value:
|
|
16047
|
+
value: null
|
|
16048
16048
|
});
|
|
16049
16049
|
export class messages_clearRecentReactions_ extends Function_ {
|
|
16050
16050
|
get [id]() {
|
|
@@ -16067,7 +16067,7 @@ Object.defineProperty(messages_clearRecentReactions_, "__F", {
|
|
|
16067
16067
|
enumerable: true,
|
|
16068
16068
|
configurable: true,
|
|
16069
16069
|
writable: true,
|
|
16070
|
-
value:
|
|
16070
|
+
value: null
|
|
16071
16071
|
});
|
|
16072
16072
|
export class messages_getExtendedMedia_ extends Function_ {
|
|
16073
16073
|
get [id]() {
|
|
@@ -16110,7 +16110,7 @@ Object.defineProperty(messages_getExtendedMedia_, "__F", {
|
|
|
16110
16110
|
enumerable: true,
|
|
16111
16111
|
configurable: true,
|
|
16112
16112
|
writable: true,
|
|
16113
|
-
value:
|
|
16113
|
+
value: null
|
|
16114
16114
|
});
|
|
16115
16115
|
export class messages_setDefaultHistoryTTL_ extends Function_ {
|
|
16116
16116
|
get [id]() {
|
|
@@ -16144,7 +16144,7 @@ Object.defineProperty(messages_setDefaultHistoryTTL_, "__F", {
|
|
|
16144
16144
|
enumerable: true,
|
|
16145
16145
|
configurable: true,
|
|
16146
16146
|
writable: true,
|
|
16147
|
-
value:
|
|
16147
|
+
value: null
|
|
16148
16148
|
});
|
|
16149
16149
|
export class messages_getDefaultHistoryTTL_ extends Function_ {
|
|
16150
16150
|
get [id]() {
|
|
@@ -16167,7 +16167,7 @@ Object.defineProperty(messages_getDefaultHistoryTTL_, "__F", {
|
|
|
16167
16167
|
enumerable: true,
|
|
16168
16168
|
configurable: true,
|
|
16169
16169
|
writable: true,
|
|
16170
|
-
value:
|
|
16170
|
+
value: null
|
|
16171
16171
|
});
|
|
16172
16172
|
export class messages_sendBotRequestedPeer_ extends Function_ {
|
|
16173
16173
|
get [id]() {
|
|
@@ -16228,7 +16228,7 @@ Object.defineProperty(messages_sendBotRequestedPeer_, "__F", {
|
|
|
16228
16228
|
enumerable: true,
|
|
16229
16229
|
configurable: true,
|
|
16230
16230
|
writable: true,
|
|
16231
|
-
value:
|
|
16231
|
+
value: null
|
|
16232
16232
|
});
|
|
16233
16233
|
export class messages_getEmojiGroups_ extends Function_ {
|
|
16234
16234
|
get [id]() {
|
|
@@ -16262,7 +16262,7 @@ Object.defineProperty(messages_getEmojiGroups_, "__F", {
|
|
|
16262
16262
|
enumerable: true,
|
|
16263
16263
|
configurable: true,
|
|
16264
16264
|
writable: true,
|
|
16265
|
-
value:
|
|
16265
|
+
value: null
|
|
16266
16266
|
});
|
|
16267
16267
|
export class messages_getEmojiStatusGroups_ extends Function_ {
|
|
16268
16268
|
get [id]() {
|
|
@@ -16296,7 +16296,7 @@ Object.defineProperty(messages_getEmojiStatusGroups_, "__F", {
|
|
|
16296
16296
|
enumerable: true,
|
|
16297
16297
|
configurable: true,
|
|
16298
16298
|
writable: true,
|
|
16299
|
-
value:
|
|
16299
|
+
value: null
|
|
16300
16300
|
});
|
|
16301
16301
|
export class messages_getEmojiProfilePhotoGroups_ extends Function_ {
|
|
16302
16302
|
get [id]() {
|
|
@@ -16330,7 +16330,7 @@ Object.defineProperty(messages_getEmojiProfilePhotoGroups_, "__F", {
|
|
|
16330
16330
|
enumerable: true,
|
|
16331
16331
|
configurable: true,
|
|
16332
16332
|
writable: true,
|
|
16333
|
-
value:
|
|
16333
|
+
value: null
|
|
16334
16334
|
});
|
|
16335
16335
|
export class messages_searchCustomEmoji_ extends Function_ {
|
|
16336
16336
|
get [id]() {
|
|
@@ -16373,7 +16373,7 @@ Object.defineProperty(messages_searchCustomEmoji_, "__F", {
|
|
|
16373
16373
|
enumerable: true,
|
|
16374
16374
|
configurable: true,
|
|
16375
16375
|
writable: true,
|
|
16376
|
-
value:
|
|
16376
|
+
value: null
|
|
16377
16377
|
});
|
|
16378
16378
|
export class messages_togglePeerTranslations_ extends Function_ {
|
|
16379
16379
|
get [id]() {
|
|
@@ -16418,7 +16418,7 @@ Object.defineProperty(messages_togglePeerTranslations_, "__F", {
|
|
|
16418
16418
|
enumerable: true,
|
|
16419
16419
|
configurable: true,
|
|
16420
16420
|
writable: true,
|
|
16421
|
-
value:
|
|
16421
|
+
value: null
|
|
16422
16422
|
});
|
|
16423
16423
|
export class messages_getBotApp_ extends Function_ {
|
|
16424
16424
|
get [id]() {
|
|
@@ -16461,7 +16461,7 @@ Object.defineProperty(messages_getBotApp_, "__F", {
|
|
|
16461
16461
|
enumerable: true,
|
|
16462
16462
|
configurable: true,
|
|
16463
16463
|
writable: true,
|
|
16464
|
-
value:
|
|
16464
|
+
value: null
|
|
16465
16465
|
});
|
|
16466
16466
|
export class messages_requestAppWebView_ extends Function_ {
|
|
16467
16467
|
get [id]() {
|
|
@@ -16542,7 +16542,7 @@ Object.defineProperty(messages_requestAppWebView_, "__F", {
|
|
|
16542
16542
|
enumerable: true,
|
|
16543
16543
|
configurable: true,
|
|
16544
16544
|
writable: true,
|
|
16545
|
-
value:
|
|
16545
|
+
value: null
|
|
16546
16546
|
});
|
|
16547
16547
|
export class messages_setChatWallPaper_ extends Function_ {
|
|
16548
16548
|
get [id]() {
|
|
@@ -16623,7 +16623,7 @@ Object.defineProperty(messages_setChatWallPaper_, "__F", {
|
|
|
16623
16623
|
enumerable: true,
|
|
16624
16624
|
configurable: true,
|
|
16625
16625
|
writable: true,
|
|
16626
|
-
value:
|
|
16626
|
+
value: null
|
|
16627
16627
|
});
|
|
16628
16628
|
export class messages_searchEmojiStickerSets_ extends Function_ {
|
|
16629
16629
|
get [id]() {
|
|
@@ -16677,7 +16677,7 @@ Object.defineProperty(messages_searchEmojiStickerSets_, "__F", {
|
|
|
16677
16677
|
enumerable: true,
|
|
16678
16678
|
configurable: true,
|
|
16679
16679
|
writable: true,
|
|
16680
|
-
value:
|
|
16680
|
+
value: null
|
|
16681
16681
|
});
|
|
16682
16682
|
export class messages_getSavedDialogs_ extends Function_ {
|
|
16683
16683
|
get [id]() {
|
|
@@ -16758,7 +16758,7 @@ Object.defineProperty(messages_getSavedDialogs_, "__F", {
|
|
|
16758
16758
|
enumerable: true,
|
|
16759
16759
|
configurable: true,
|
|
16760
16760
|
writable: true,
|
|
16761
|
-
value:
|
|
16761
|
+
value: null
|
|
16762
16762
|
});
|
|
16763
16763
|
export class messages_getSavedHistory_ extends Function_ {
|
|
16764
16764
|
get [id]() {
|
|
@@ -16855,7 +16855,7 @@ Object.defineProperty(messages_getSavedHistory_, "__F", {
|
|
|
16855
16855
|
enumerable: true,
|
|
16856
16856
|
configurable: true,
|
|
16857
16857
|
writable: true,
|
|
16858
|
-
value:
|
|
16858
|
+
value: null
|
|
16859
16859
|
});
|
|
16860
16860
|
export class messages_deleteSavedHistory_ extends Function_ {
|
|
16861
16861
|
get [id]() {
|
|
@@ -16918,7 +16918,7 @@ Object.defineProperty(messages_deleteSavedHistory_, "__F", {
|
|
|
16918
16918
|
enumerable: true,
|
|
16919
16919
|
configurable: true,
|
|
16920
16920
|
writable: true,
|
|
16921
|
-
value:
|
|
16921
|
+
value: null
|
|
16922
16922
|
});
|
|
16923
16923
|
export class messages_getPinnedSavedDialogs_ extends Function_ {
|
|
16924
16924
|
get [id]() {
|
|
@@ -16941,7 +16941,7 @@ Object.defineProperty(messages_getPinnedSavedDialogs_, "__F", {
|
|
|
16941
16941
|
enumerable: true,
|
|
16942
16942
|
configurable: true,
|
|
16943
16943
|
writable: true,
|
|
16944
|
-
value:
|
|
16944
|
+
value: null
|
|
16945
16945
|
});
|
|
16946
16946
|
export class messages_toggleSavedDialogPin_ extends Function_ {
|
|
16947
16947
|
get [id]() {
|
|
@@ -16986,7 +16986,7 @@ Object.defineProperty(messages_toggleSavedDialogPin_, "__F", {
|
|
|
16986
16986
|
enumerable: true,
|
|
16987
16987
|
configurable: true,
|
|
16988
16988
|
writable: true,
|
|
16989
|
-
value:
|
|
16989
|
+
value: null
|
|
16990
16990
|
});
|
|
16991
16991
|
export class messages_reorderPinnedSavedDialogs_ extends Function_ {
|
|
16992
16992
|
get [id]() {
|
|
@@ -17031,7 +17031,7 @@ Object.defineProperty(messages_reorderPinnedSavedDialogs_, "__F", {
|
|
|
17031
17031
|
enumerable: true,
|
|
17032
17032
|
configurable: true,
|
|
17033
17033
|
writable: true,
|
|
17034
|
-
value:
|
|
17034
|
+
value: null
|
|
17035
17035
|
});
|
|
17036
17036
|
export class messages_getSavedReactionTags_ extends Function_ {
|
|
17037
17037
|
get [id]() {
|
|
@@ -17076,7 +17076,7 @@ Object.defineProperty(messages_getSavedReactionTags_, "__F", {
|
|
|
17076
17076
|
enumerable: true,
|
|
17077
17077
|
configurable: true,
|
|
17078
17078
|
writable: true,
|
|
17079
|
-
value:
|
|
17079
|
+
value: null
|
|
17080
17080
|
});
|
|
17081
17081
|
export class messages_updateSavedReactionTag_ extends Function_ {
|
|
17082
17082
|
get [id]() {
|
|
@@ -17121,7 +17121,7 @@ Object.defineProperty(messages_updateSavedReactionTag_, "__F", {
|
|
|
17121
17121
|
enumerable: true,
|
|
17122
17122
|
configurable: true,
|
|
17123
17123
|
writable: true,
|
|
17124
|
-
value:
|
|
17124
|
+
value: null
|
|
17125
17125
|
});
|
|
17126
17126
|
export class messages_getDefaultTagReactions_ extends Function_ {
|
|
17127
17127
|
get [id]() {
|
|
@@ -17155,7 +17155,7 @@ Object.defineProperty(messages_getDefaultTagReactions_, "__F", {
|
|
|
17155
17155
|
enumerable: true,
|
|
17156
17156
|
configurable: true,
|
|
17157
17157
|
writable: true,
|
|
17158
|
-
value:
|
|
17158
|
+
value: null
|
|
17159
17159
|
});
|
|
17160
17160
|
export class messages_getOutboxReadDate_ extends Function_ {
|
|
17161
17161
|
get [id]() {
|
|
@@ -17198,7 +17198,7 @@ Object.defineProperty(messages_getOutboxReadDate_, "__F", {
|
|
|
17198
17198
|
enumerable: true,
|
|
17199
17199
|
configurable: true,
|
|
17200
17200
|
writable: true,
|
|
17201
|
-
value:
|
|
17201
|
+
value: null
|
|
17202
17202
|
});
|
|
17203
17203
|
export class updates_getState_ extends Function_ {
|
|
17204
17204
|
get [id]() {
|
|
@@ -17221,7 +17221,7 @@ Object.defineProperty(updates_getState_, "__F", {
|
|
|
17221
17221
|
enumerable: true,
|
|
17222
17222
|
configurable: true,
|
|
17223
17223
|
writable: true,
|
|
17224
|
-
value:
|
|
17224
|
+
value: null
|
|
17225
17225
|
});
|
|
17226
17226
|
export class updates_getDifference_ extends Function_ {
|
|
17227
17227
|
get [id]() {
|
|
@@ -17302,7 +17302,7 @@ Object.defineProperty(updates_getDifference_, "__F", {
|
|
|
17302
17302
|
enumerable: true,
|
|
17303
17303
|
configurable: true,
|
|
17304
17304
|
writable: true,
|
|
17305
|
-
value:
|
|
17305
|
+
value: null
|
|
17306
17306
|
});
|
|
17307
17307
|
export class updates_getChannelDifference_ extends Function_ {
|
|
17308
17308
|
get [id]() {
|
|
@@ -17374,7 +17374,7 @@ Object.defineProperty(updates_getChannelDifference_, "__F", {
|
|
|
17374
17374
|
enumerable: true,
|
|
17375
17375
|
configurable: true,
|
|
17376
17376
|
writable: true,
|
|
17377
|
-
value:
|
|
17377
|
+
value: null
|
|
17378
17378
|
});
|
|
17379
17379
|
export class photos_updateProfilePhoto_ extends Function_ {
|
|
17380
17380
|
get [id]() {
|
|
@@ -17428,7 +17428,7 @@ Object.defineProperty(photos_updateProfilePhoto_, "__F", {
|
|
|
17428
17428
|
enumerable: true,
|
|
17429
17429
|
configurable: true,
|
|
17430
17430
|
writable: true,
|
|
17431
|
-
value:
|
|
17431
|
+
value: null
|
|
17432
17432
|
});
|
|
17433
17433
|
export class photos_uploadProfilePhoto_ extends Function_ {
|
|
17434
17434
|
get [id]() {
|
|
@@ -17509,7 +17509,7 @@ Object.defineProperty(photos_uploadProfilePhoto_, "__F", {
|
|
|
17509
17509
|
enumerable: true,
|
|
17510
17510
|
configurable: true,
|
|
17511
17511
|
writable: true,
|
|
17512
|
-
value:
|
|
17512
|
+
value: null
|
|
17513
17513
|
});
|
|
17514
17514
|
export class photos_deletePhotos_ extends Function_ {
|
|
17515
17515
|
get [id]() {
|
|
@@ -17543,7 +17543,7 @@ Object.defineProperty(photos_deletePhotos_, "__F", {
|
|
|
17543
17543
|
enumerable: true,
|
|
17544
17544
|
configurable: true,
|
|
17545
17545
|
writable: true,
|
|
17546
|
-
value:
|
|
17546
|
+
value: null
|
|
17547
17547
|
});
|
|
17548
17548
|
export class photos_getUserPhotos_ extends Function_ {
|
|
17549
17549
|
get [id]() {
|
|
@@ -17604,7 +17604,7 @@ Object.defineProperty(photos_getUserPhotos_, "__F", {
|
|
|
17604
17604
|
enumerable: true,
|
|
17605
17605
|
configurable: true,
|
|
17606
17606
|
writable: true,
|
|
17607
|
-
value:
|
|
17607
|
+
value: null
|
|
17608
17608
|
});
|
|
17609
17609
|
export class photos_uploadContactProfilePhoto_ extends Function_ {
|
|
17610
17610
|
get [id]() {
|
|
@@ -17694,7 +17694,7 @@ Object.defineProperty(photos_uploadContactProfilePhoto_, "__F", {
|
|
|
17694
17694
|
enumerable: true,
|
|
17695
17695
|
configurable: true,
|
|
17696
17696
|
writable: true,
|
|
17697
|
-
value:
|
|
17697
|
+
value: null
|
|
17698
17698
|
});
|
|
17699
17699
|
export class upload_saveFilePart_ extends Function_ {
|
|
17700
17700
|
get [id]() {
|
|
@@ -17746,7 +17746,7 @@ Object.defineProperty(upload_saveFilePart_, "__F", {
|
|
|
17746
17746
|
enumerable: true,
|
|
17747
17747
|
configurable: true,
|
|
17748
17748
|
writable: true,
|
|
17749
|
-
value:
|
|
17749
|
+
value: null
|
|
17750
17750
|
});
|
|
17751
17751
|
export class upload_getFile_ extends Function_ {
|
|
17752
17752
|
get [id]() {
|
|
@@ -17818,7 +17818,7 @@ Object.defineProperty(upload_getFile_, "__F", {
|
|
|
17818
17818
|
enumerable: true,
|
|
17819
17819
|
configurable: true,
|
|
17820
17820
|
writable: true,
|
|
17821
|
-
value:
|
|
17821
|
+
value: null
|
|
17822
17822
|
});
|
|
17823
17823
|
export class upload_saveBigFilePart_ extends Function_ {
|
|
17824
17824
|
get [id]() {
|
|
@@ -17879,7 +17879,7 @@ Object.defineProperty(upload_saveBigFilePart_, "__F", {
|
|
|
17879
17879
|
enumerable: true,
|
|
17880
17880
|
configurable: true,
|
|
17881
17881
|
writable: true,
|
|
17882
|
-
value:
|
|
17882
|
+
value: null
|
|
17883
17883
|
});
|
|
17884
17884
|
export class upload_getWebFile_ extends Function_ {
|
|
17885
17885
|
get [id]() {
|
|
@@ -17931,7 +17931,7 @@ Object.defineProperty(upload_getWebFile_, "__F", {
|
|
|
17931
17931
|
enumerable: true,
|
|
17932
17932
|
configurable: true,
|
|
17933
17933
|
writable: true,
|
|
17934
|
-
value:
|
|
17934
|
+
value: null
|
|
17935
17935
|
});
|
|
17936
17936
|
export class upload_getCdnFile_ extends Function_ {
|
|
17937
17937
|
get [id]() {
|
|
@@ -17983,7 +17983,7 @@ Object.defineProperty(upload_getCdnFile_, "__F", {
|
|
|
17983
17983
|
enumerable: true,
|
|
17984
17984
|
configurable: true,
|
|
17985
17985
|
writable: true,
|
|
17986
|
-
value:
|
|
17986
|
+
value: null
|
|
17987
17987
|
});
|
|
17988
17988
|
export class upload_reuploadCdnFile_ extends Function_ {
|
|
17989
17989
|
get [id]() {
|
|
@@ -18026,7 +18026,7 @@ Object.defineProperty(upload_reuploadCdnFile_, "__F", {
|
|
|
18026
18026
|
enumerable: true,
|
|
18027
18027
|
configurable: true,
|
|
18028
18028
|
writable: true,
|
|
18029
|
-
value:
|
|
18029
|
+
value: null
|
|
18030
18030
|
});
|
|
18031
18031
|
export class upload_getCdnFileHashes_ extends Function_ {
|
|
18032
18032
|
get [id]() {
|
|
@@ -18069,7 +18069,7 @@ Object.defineProperty(upload_getCdnFileHashes_, "__F", {
|
|
|
18069
18069
|
enumerable: true,
|
|
18070
18070
|
configurable: true,
|
|
18071
18071
|
writable: true,
|
|
18072
|
-
value:
|
|
18072
|
+
value: null
|
|
18073
18073
|
});
|
|
18074
18074
|
export class upload_getFileHashes_ extends Function_ {
|
|
18075
18075
|
get [id]() {
|
|
@@ -18112,7 +18112,7 @@ Object.defineProperty(upload_getFileHashes_, "__F", {
|
|
|
18112
18112
|
enumerable: true,
|
|
18113
18113
|
configurable: true,
|
|
18114
18114
|
writable: true,
|
|
18115
|
-
value:
|
|
18115
|
+
value: null
|
|
18116
18116
|
});
|
|
18117
18117
|
export class help_getConfig_ extends Function_ {
|
|
18118
18118
|
get [id]() {
|
|
@@ -18135,7 +18135,7 @@ Object.defineProperty(help_getConfig_, "__F", {
|
|
|
18135
18135
|
enumerable: true,
|
|
18136
18136
|
configurable: true,
|
|
18137
18137
|
writable: true,
|
|
18138
|
-
value:
|
|
18138
|
+
value: null
|
|
18139
18139
|
});
|
|
18140
18140
|
export class help_getNearestDc_ extends Function_ {
|
|
18141
18141
|
get [id]() {
|
|
@@ -18158,7 +18158,7 @@ Object.defineProperty(help_getNearestDc_, "__F", {
|
|
|
18158
18158
|
enumerable: true,
|
|
18159
18159
|
configurable: true,
|
|
18160
18160
|
writable: true,
|
|
18161
|
-
value:
|
|
18161
|
+
value: null
|
|
18162
18162
|
});
|
|
18163
18163
|
export class help_getAppUpdate_ extends Function_ {
|
|
18164
18164
|
get [id]() {
|
|
@@ -18192,7 +18192,7 @@ Object.defineProperty(help_getAppUpdate_, "__F", {
|
|
|
18192
18192
|
enumerable: true,
|
|
18193
18193
|
configurable: true,
|
|
18194
18194
|
writable: true,
|
|
18195
|
-
value:
|
|
18195
|
+
value: null
|
|
18196
18196
|
});
|
|
18197
18197
|
export class help_getInviteText_ extends Function_ {
|
|
18198
18198
|
get [id]() {
|
|
@@ -18215,7 +18215,7 @@ Object.defineProperty(help_getInviteText_, "__F", {
|
|
|
18215
18215
|
enumerable: true,
|
|
18216
18216
|
configurable: true,
|
|
18217
18217
|
writable: true,
|
|
18218
|
-
value:
|
|
18218
|
+
value: null
|
|
18219
18219
|
});
|
|
18220
18220
|
export class help_getSupport_ extends Function_ {
|
|
18221
18221
|
get [id]() {
|
|
@@ -18238,7 +18238,7 @@ Object.defineProperty(help_getSupport_, "__F", {
|
|
|
18238
18238
|
enumerable: true,
|
|
18239
18239
|
configurable: true,
|
|
18240
18240
|
writable: true,
|
|
18241
|
-
value:
|
|
18241
|
+
value: null
|
|
18242
18242
|
});
|
|
18243
18243
|
export class help_setBotUpdatesStatus_ extends Function_ {
|
|
18244
18244
|
get [id]() {
|
|
@@ -18281,7 +18281,7 @@ Object.defineProperty(help_setBotUpdatesStatus_, "__F", {
|
|
|
18281
18281
|
enumerable: true,
|
|
18282
18282
|
configurable: true,
|
|
18283
18283
|
writable: true,
|
|
18284
|
-
value:
|
|
18284
|
+
value: null
|
|
18285
18285
|
});
|
|
18286
18286
|
export class help_getCdnConfig_ extends Function_ {
|
|
18287
18287
|
get [id]() {
|
|
@@ -18304,7 +18304,7 @@ Object.defineProperty(help_getCdnConfig_, "__F", {
|
|
|
18304
18304
|
enumerable: true,
|
|
18305
18305
|
configurable: true,
|
|
18306
18306
|
writable: true,
|
|
18307
|
-
value:
|
|
18307
|
+
value: null
|
|
18308
18308
|
});
|
|
18309
18309
|
export class help_getRecentMeUrls_ extends Function_ {
|
|
18310
18310
|
get [id]() {
|
|
@@ -18338,7 +18338,7 @@ Object.defineProperty(help_getRecentMeUrls_, "__F", {
|
|
|
18338
18338
|
enumerable: true,
|
|
18339
18339
|
configurable: true,
|
|
18340
18340
|
writable: true,
|
|
18341
|
-
value:
|
|
18341
|
+
value: null
|
|
18342
18342
|
});
|
|
18343
18343
|
export class help_getTermsOfServiceUpdate_ extends Function_ {
|
|
18344
18344
|
get [id]() {
|
|
@@ -18361,7 +18361,7 @@ Object.defineProperty(help_getTermsOfServiceUpdate_, "__F", {
|
|
|
18361
18361
|
enumerable: true,
|
|
18362
18362
|
configurable: true,
|
|
18363
18363
|
writable: true,
|
|
18364
|
-
value:
|
|
18364
|
+
value: null
|
|
18365
18365
|
});
|
|
18366
18366
|
export class help_acceptTermsOfService_ extends Function_ {
|
|
18367
18367
|
get [id]() {
|
|
@@ -18395,7 +18395,7 @@ Object.defineProperty(help_acceptTermsOfService_, "__F", {
|
|
|
18395
18395
|
enumerable: true,
|
|
18396
18396
|
configurable: true,
|
|
18397
18397
|
writable: true,
|
|
18398
|
-
value:
|
|
18398
|
+
value: null
|
|
18399
18399
|
});
|
|
18400
18400
|
export class help_getDeepLinkInfo_ extends Function_ {
|
|
18401
18401
|
get [id]() {
|
|
@@ -18429,7 +18429,7 @@ Object.defineProperty(help_getDeepLinkInfo_, "__F", {
|
|
|
18429
18429
|
enumerable: true,
|
|
18430
18430
|
configurable: true,
|
|
18431
18431
|
writable: true,
|
|
18432
|
-
value:
|
|
18432
|
+
value: null
|
|
18433
18433
|
});
|
|
18434
18434
|
export class help_getAppConfig_ extends Function_ {
|
|
18435
18435
|
get [id]() {
|
|
@@ -18463,7 +18463,7 @@ Object.defineProperty(help_getAppConfig_, "__F", {
|
|
|
18463
18463
|
enumerable: true,
|
|
18464
18464
|
configurable: true,
|
|
18465
18465
|
writable: true,
|
|
18466
|
-
value:
|
|
18466
|
+
value: null
|
|
18467
18467
|
});
|
|
18468
18468
|
export class help_saveAppLog_ extends Function_ {
|
|
18469
18469
|
get [id]() {
|
|
@@ -18497,7 +18497,7 @@ Object.defineProperty(help_saveAppLog_, "__F", {
|
|
|
18497
18497
|
enumerable: true,
|
|
18498
18498
|
configurable: true,
|
|
18499
18499
|
writable: true,
|
|
18500
|
-
value:
|
|
18500
|
+
value: null
|
|
18501
18501
|
});
|
|
18502
18502
|
export class help_getPassportConfig_ extends Function_ {
|
|
18503
18503
|
get [id]() {
|
|
@@ -18531,7 +18531,7 @@ Object.defineProperty(help_getPassportConfig_, "__F", {
|
|
|
18531
18531
|
enumerable: true,
|
|
18532
18532
|
configurable: true,
|
|
18533
18533
|
writable: true,
|
|
18534
|
-
value:
|
|
18534
|
+
value: null
|
|
18535
18535
|
});
|
|
18536
18536
|
export class help_getSupportName_ extends Function_ {
|
|
18537
18537
|
get [id]() {
|
|
@@ -18554,7 +18554,7 @@ Object.defineProperty(help_getSupportName_, "__F", {
|
|
|
18554
18554
|
enumerable: true,
|
|
18555
18555
|
configurable: true,
|
|
18556
18556
|
writable: true,
|
|
18557
|
-
value:
|
|
18557
|
+
value: null
|
|
18558
18558
|
});
|
|
18559
18559
|
export class help_getUserInfo_ extends Function_ {
|
|
18560
18560
|
get [id]() {
|
|
@@ -18588,7 +18588,7 @@ Object.defineProperty(help_getUserInfo_, "__F", {
|
|
|
18588
18588
|
enumerable: true,
|
|
18589
18589
|
configurable: true,
|
|
18590
18590
|
writable: true,
|
|
18591
|
-
value:
|
|
18591
|
+
value: null
|
|
18592
18592
|
});
|
|
18593
18593
|
export class help_editUserInfo_ extends Function_ {
|
|
18594
18594
|
get [id]() {
|
|
@@ -18640,7 +18640,7 @@ Object.defineProperty(help_editUserInfo_, "__F", {
|
|
|
18640
18640
|
enumerable: true,
|
|
18641
18641
|
configurable: true,
|
|
18642
18642
|
writable: true,
|
|
18643
|
-
value:
|
|
18643
|
+
value: null
|
|
18644
18644
|
});
|
|
18645
18645
|
export class help_getPromoData_ extends Function_ {
|
|
18646
18646
|
get [id]() {
|
|
@@ -18663,7 +18663,7 @@ Object.defineProperty(help_getPromoData_, "__F", {
|
|
|
18663
18663
|
enumerable: true,
|
|
18664
18664
|
configurable: true,
|
|
18665
18665
|
writable: true,
|
|
18666
|
-
value:
|
|
18666
|
+
value: null
|
|
18667
18667
|
});
|
|
18668
18668
|
export class help_hidePromoData_ extends Function_ {
|
|
18669
18669
|
get [id]() {
|
|
@@ -18697,7 +18697,7 @@ Object.defineProperty(help_hidePromoData_, "__F", {
|
|
|
18697
18697
|
enumerable: true,
|
|
18698
18698
|
configurable: true,
|
|
18699
18699
|
writable: true,
|
|
18700
|
-
value:
|
|
18700
|
+
value: null
|
|
18701
18701
|
});
|
|
18702
18702
|
export class help_dismissSuggestion_ extends Function_ {
|
|
18703
18703
|
get [id]() {
|
|
@@ -18740,7 +18740,7 @@ Object.defineProperty(help_dismissSuggestion_, "__F", {
|
|
|
18740
18740
|
enumerable: true,
|
|
18741
18741
|
configurable: true,
|
|
18742
18742
|
writable: true,
|
|
18743
|
-
value:
|
|
18743
|
+
value: null
|
|
18744
18744
|
});
|
|
18745
18745
|
export class help_getCountriesList_ extends Function_ {
|
|
18746
18746
|
get [id]() {
|
|
@@ -18783,7 +18783,7 @@ Object.defineProperty(help_getCountriesList_, "__F", {
|
|
|
18783
18783
|
enumerable: true,
|
|
18784
18784
|
configurable: true,
|
|
18785
18785
|
writable: true,
|
|
18786
|
-
value:
|
|
18786
|
+
value: null
|
|
18787
18787
|
});
|
|
18788
18788
|
export class help_getPremiumPromo_ extends Function_ {
|
|
18789
18789
|
get [id]() {
|
|
@@ -18806,7 +18806,7 @@ Object.defineProperty(help_getPremiumPromo_, "__F", {
|
|
|
18806
18806
|
enumerable: true,
|
|
18807
18807
|
configurable: true,
|
|
18808
18808
|
writable: true,
|
|
18809
|
-
value:
|
|
18809
|
+
value: null
|
|
18810
18810
|
});
|
|
18811
18811
|
export class help_getPeerColors_ extends Function_ {
|
|
18812
18812
|
get [id]() {
|
|
@@ -18840,7 +18840,7 @@ Object.defineProperty(help_getPeerColors_, "__F", {
|
|
|
18840
18840
|
enumerable: true,
|
|
18841
18841
|
configurable: true,
|
|
18842
18842
|
writable: true,
|
|
18843
|
-
value:
|
|
18843
|
+
value: null
|
|
18844
18844
|
});
|
|
18845
18845
|
export class help_getPeerProfileColors_ extends Function_ {
|
|
18846
18846
|
get [id]() {
|
|
@@ -18874,7 +18874,7 @@ Object.defineProperty(help_getPeerProfileColors_, "__F", {
|
|
|
18874
18874
|
enumerable: true,
|
|
18875
18875
|
configurable: true,
|
|
18876
18876
|
writable: true,
|
|
18877
|
-
value:
|
|
18877
|
+
value: null
|
|
18878
18878
|
});
|
|
18879
18879
|
export class channels_readHistory_ extends Function_ {
|
|
18880
18880
|
get [id]() {
|
|
@@ -18917,7 +18917,7 @@ Object.defineProperty(channels_readHistory_, "__F", {
|
|
|
18917
18917
|
enumerable: true,
|
|
18918
18918
|
configurable: true,
|
|
18919
18919
|
writable: true,
|
|
18920
|
-
value:
|
|
18920
|
+
value: null
|
|
18921
18921
|
});
|
|
18922
18922
|
export class channels_deleteMessages_ extends Function_ {
|
|
18923
18923
|
get [id]() {
|
|
@@ -18960,7 +18960,7 @@ Object.defineProperty(channels_deleteMessages_, "__F", {
|
|
|
18960
18960
|
enumerable: true,
|
|
18961
18961
|
configurable: true,
|
|
18962
18962
|
writable: true,
|
|
18963
|
-
value:
|
|
18963
|
+
value: null
|
|
18964
18964
|
});
|
|
18965
18965
|
export class channels_reportSpam_ extends Function_ {
|
|
18966
18966
|
get [id]() {
|
|
@@ -19012,7 +19012,7 @@ Object.defineProperty(channels_reportSpam_, "__F", {
|
|
|
19012
19012
|
enumerable: true,
|
|
19013
19013
|
configurable: true,
|
|
19014
19014
|
writable: true,
|
|
19015
|
-
value:
|
|
19015
|
+
value: null
|
|
19016
19016
|
});
|
|
19017
19017
|
export class channels_getMessages_ extends Function_ {
|
|
19018
19018
|
get [id]() {
|
|
@@ -19055,7 +19055,7 @@ Object.defineProperty(channels_getMessages_, "__F", {
|
|
|
19055
19055
|
enumerable: true,
|
|
19056
19056
|
configurable: true,
|
|
19057
19057
|
writable: true,
|
|
19058
|
-
value:
|
|
19058
|
+
value: null
|
|
19059
19059
|
});
|
|
19060
19060
|
export class channels_getParticipants_ extends Function_ {
|
|
19061
19061
|
get [id]() {
|
|
@@ -19125,7 +19125,7 @@ Object.defineProperty(channels_getParticipants_, "__F", {
|
|
|
19125
19125
|
enumerable: true,
|
|
19126
19126
|
configurable: true,
|
|
19127
19127
|
writable: true,
|
|
19128
|
-
value:
|
|
19128
|
+
value: null
|
|
19129
19129
|
});
|
|
19130
19130
|
export class channels_getParticipant_ extends Function_ {
|
|
19131
19131
|
get [id]() {
|
|
@@ -19168,7 +19168,7 @@ Object.defineProperty(channels_getParticipant_, "__F", {
|
|
|
19168
19168
|
enumerable: true,
|
|
19169
19169
|
configurable: true,
|
|
19170
19170
|
writable: true,
|
|
19171
|
-
value:
|
|
19171
|
+
value: null
|
|
19172
19172
|
});
|
|
19173
19173
|
export class channels_getChannels_ extends Function_ {
|
|
19174
19174
|
get [id]() {
|
|
@@ -19202,7 +19202,7 @@ Object.defineProperty(channels_getChannels_, "__F", {
|
|
|
19202
19202
|
enumerable: true,
|
|
19203
19203
|
configurable: true,
|
|
19204
19204
|
writable: true,
|
|
19205
|
-
value:
|
|
19205
|
+
value: null
|
|
19206
19206
|
});
|
|
19207
19207
|
export class channels_getFullChannel_ extends Function_ {
|
|
19208
19208
|
get [id]() {
|
|
@@ -19236,7 +19236,7 @@ Object.defineProperty(channels_getFullChannel_, "__F", {
|
|
|
19236
19236
|
enumerable: true,
|
|
19237
19237
|
configurable: true,
|
|
19238
19238
|
writable: true,
|
|
19239
|
-
value:
|
|
19239
|
+
value: null
|
|
19240
19240
|
});
|
|
19241
19241
|
export class channels_createChannel_ extends Function_ {
|
|
19242
19242
|
get [id]() {
|
|
@@ -19344,7 +19344,7 @@ Object.defineProperty(channels_createChannel_, "__F", {
|
|
|
19344
19344
|
enumerable: true,
|
|
19345
19345
|
configurable: true,
|
|
19346
19346
|
writable: true,
|
|
19347
|
-
value:
|
|
19347
|
+
value: null
|
|
19348
19348
|
});
|
|
19349
19349
|
export class channels_editAdmin_ extends Function_ {
|
|
19350
19350
|
get [id]() {
|
|
@@ -19405,7 +19405,7 @@ Object.defineProperty(channels_editAdmin_, "__F", {
|
|
|
19405
19405
|
enumerable: true,
|
|
19406
19406
|
configurable: true,
|
|
19407
19407
|
writable: true,
|
|
19408
|
-
value:
|
|
19408
|
+
value: null
|
|
19409
19409
|
});
|
|
19410
19410
|
export class channels_editTitle_ extends Function_ {
|
|
19411
19411
|
get [id]() {
|
|
@@ -19448,7 +19448,7 @@ Object.defineProperty(channels_editTitle_, "__F", {
|
|
|
19448
19448
|
enumerable: true,
|
|
19449
19449
|
configurable: true,
|
|
19450
19450
|
writable: true,
|
|
19451
|
-
value:
|
|
19451
|
+
value: null
|
|
19452
19452
|
});
|
|
19453
19453
|
export class channels_editPhoto_ extends Function_ {
|
|
19454
19454
|
get [id]() {
|
|
@@ -19491,7 +19491,7 @@ Object.defineProperty(channels_editPhoto_, "__F", {
|
|
|
19491
19491
|
enumerable: true,
|
|
19492
19492
|
configurable: true,
|
|
19493
19493
|
writable: true,
|
|
19494
|
-
value:
|
|
19494
|
+
value: null
|
|
19495
19495
|
});
|
|
19496
19496
|
export class channels_checkUsername_ extends Function_ {
|
|
19497
19497
|
get [id]() {
|
|
@@ -19534,7 +19534,7 @@ Object.defineProperty(channels_checkUsername_, "__F", {
|
|
|
19534
19534
|
enumerable: true,
|
|
19535
19535
|
configurable: true,
|
|
19536
19536
|
writable: true,
|
|
19537
|
-
value:
|
|
19537
|
+
value: null
|
|
19538
19538
|
});
|
|
19539
19539
|
export class channels_updateUsername_ extends Function_ {
|
|
19540
19540
|
get [id]() {
|
|
@@ -19577,7 +19577,7 @@ Object.defineProperty(channels_updateUsername_, "__F", {
|
|
|
19577
19577
|
enumerable: true,
|
|
19578
19578
|
configurable: true,
|
|
19579
19579
|
writable: true,
|
|
19580
|
-
value:
|
|
19580
|
+
value: null
|
|
19581
19581
|
});
|
|
19582
19582
|
export class channels_joinChannel_ extends Function_ {
|
|
19583
19583
|
get [id]() {
|
|
@@ -19611,7 +19611,7 @@ Object.defineProperty(channels_joinChannel_, "__F", {
|
|
|
19611
19611
|
enumerable: true,
|
|
19612
19612
|
configurable: true,
|
|
19613
19613
|
writable: true,
|
|
19614
|
-
value:
|
|
19614
|
+
value: null
|
|
19615
19615
|
});
|
|
19616
19616
|
export class channels_leaveChannel_ extends Function_ {
|
|
19617
19617
|
get [id]() {
|
|
@@ -19645,7 +19645,7 @@ Object.defineProperty(channels_leaveChannel_, "__F", {
|
|
|
19645
19645
|
enumerable: true,
|
|
19646
19646
|
configurable: true,
|
|
19647
19647
|
writable: true,
|
|
19648
|
-
value:
|
|
19648
|
+
value: null
|
|
19649
19649
|
});
|
|
19650
19650
|
export class channels_inviteToChannel_ extends Function_ {
|
|
19651
19651
|
get [id]() {
|
|
@@ -19688,7 +19688,7 @@ Object.defineProperty(channels_inviteToChannel_, "__F", {
|
|
|
19688
19688
|
enumerable: true,
|
|
19689
19689
|
configurable: true,
|
|
19690
19690
|
writable: true,
|
|
19691
|
-
value:
|
|
19691
|
+
value: null
|
|
19692
19692
|
});
|
|
19693
19693
|
export class channels_deleteChannel_ extends Function_ {
|
|
19694
19694
|
get [id]() {
|
|
@@ -19722,7 +19722,7 @@ Object.defineProperty(channels_deleteChannel_, "__F", {
|
|
|
19722
19722
|
enumerable: true,
|
|
19723
19723
|
configurable: true,
|
|
19724
19724
|
writable: true,
|
|
19725
|
-
value:
|
|
19725
|
+
value: null
|
|
19726
19726
|
});
|
|
19727
19727
|
export class channels_exportMessageLink_ extends Function_ {
|
|
19728
19728
|
get [id]() {
|
|
@@ -19785,7 +19785,7 @@ Object.defineProperty(channels_exportMessageLink_, "__F", {
|
|
|
19785
19785
|
enumerable: true,
|
|
19786
19786
|
configurable: true,
|
|
19787
19787
|
writable: true,
|
|
19788
|
-
value:
|
|
19788
|
+
value: null
|
|
19789
19789
|
});
|
|
19790
19790
|
export class channels_toggleSignatures_ extends Function_ {
|
|
19791
19791
|
get [id]() {
|
|
@@ -19828,7 +19828,7 @@ Object.defineProperty(channels_toggleSignatures_, "__F", {
|
|
|
19828
19828
|
enumerable: true,
|
|
19829
19829
|
configurable: true,
|
|
19830
19830
|
writable: true,
|
|
19831
|
-
value:
|
|
19831
|
+
value: null
|
|
19832
19832
|
});
|
|
19833
19833
|
export class channels_getAdminedPublicChannels_ extends Function_ {
|
|
19834
19834
|
get [id]() {
|
|
@@ -19873,7 +19873,7 @@ Object.defineProperty(channels_getAdminedPublicChannels_, "__F", {
|
|
|
19873
19873
|
enumerable: true,
|
|
19874
19874
|
configurable: true,
|
|
19875
19875
|
writable: true,
|
|
19876
|
-
value:
|
|
19876
|
+
value: null
|
|
19877
19877
|
});
|
|
19878
19878
|
export class channels_editBanned_ extends Function_ {
|
|
19879
19879
|
get [id]() {
|
|
@@ -19925,7 +19925,7 @@ Object.defineProperty(channels_editBanned_, "__F", {
|
|
|
19925
19925
|
enumerable: true,
|
|
19926
19926
|
configurable: true,
|
|
19927
19927
|
writable: true,
|
|
19928
|
-
value:
|
|
19928
|
+
value: null
|
|
19929
19929
|
});
|
|
19930
19930
|
export class channels_getAdminLog_ extends Function_ {
|
|
19931
19931
|
get [id]() {
|
|
@@ -20015,7 +20015,7 @@ Object.defineProperty(channels_getAdminLog_, "__F", {
|
|
|
20015
20015
|
enumerable: true,
|
|
20016
20016
|
configurable: true,
|
|
20017
20017
|
writable: true,
|
|
20018
|
-
value:
|
|
20018
|
+
value: null
|
|
20019
20019
|
});
|
|
20020
20020
|
export class channels_setStickers_ extends Function_ {
|
|
20021
20021
|
get [id]() {
|
|
@@ -20058,7 +20058,7 @@ Object.defineProperty(channels_setStickers_, "__F", {
|
|
|
20058
20058
|
enumerable: true,
|
|
20059
20059
|
configurable: true,
|
|
20060
20060
|
writable: true,
|
|
20061
|
-
value:
|
|
20061
|
+
value: null
|
|
20062
20062
|
});
|
|
20063
20063
|
export class channels_readMessageContents_ extends Function_ {
|
|
20064
20064
|
get [id]() {
|
|
@@ -20101,7 +20101,7 @@ Object.defineProperty(channels_readMessageContents_, "__F", {
|
|
|
20101
20101
|
enumerable: true,
|
|
20102
20102
|
configurable: true,
|
|
20103
20103
|
writable: true,
|
|
20104
|
-
value:
|
|
20104
|
+
value: null
|
|
20105
20105
|
});
|
|
20106
20106
|
export class channels_deleteHistory_ extends Function_ {
|
|
20107
20107
|
get [id]() {
|
|
@@ -20155,7 +20155,7 @@ Object.defineProperty(channels_deleteHistory_, "__F", {
|
|
|
20155
20155
|
enumerable: true,
|
|
20156
20156
|
configurable: true,
|
|
20157
20157
|
writable: true,
|
|
20158
|
-
value:
|
|
20158
|
+
value: null
|
|
20159
20159
|
});
|
|
20160
20160
|
export class channels_togglePreHistoryHidden_ extends Function_ {
|
|
20161
20161
|
get [id]() {
|
|
@@ -20198,7 +20198,7 @@ Object.defineProperty(channels_togglePreHistoryHidden_, "__F", {
|
|
|
20198
20198
|
enumerable: true,
|
|
20199
20199
|
configurable: true,
|
|
20200
20200
|
writable: true,
|
|
20201
|
-
value:
|
|
20201
|
+
value: null
|
|
20202
20202
|
});
|
|
20203
20203
|
export class channels_getLeftChannels_ extends Function_ {
|
|
20204
20204
|
get [id]() {
|
|
@@ -20232,7 +20232,7 @@ Object.defineProperty(channels_getLeftChannels_, "__F", {
|
|
|
20232
20232
|
enumerable: true,
|
|
20233
20233
|
configurable: true,
|
|
20234
20234
|
writable: true,
|
|
20235
|
-
value:
|
|
20235
|
+
value: null
|
|
20236
20236
|
});
|
|
20237
20237
|
export class channels_getGroupsForDiscussion_ extends Function_ {
|
|
20238
20238
|
get [id]() {
|
|
@@ -20255,7 +20255,7 @@ Object.defineProperty(channels_getGroupsForDiscussion_, "__F", {
|
|
|
20255
20255
|
enumerable: true,
|
|
20256
20256
|
configurable: true,
|
|
20257
20257
|
writable: true,
|
|
20258
|
-
value:
|
|
20258
|
+
value: null
|
|
20259
20259
|
});
|
|
20260
20260
|
export class channels_setDiscussionGroup_ extends Function_ {
|
|
20261
20261
|
get [id]() {
|
|
@@ -20298,7 +20298,7 @@ Object.defineProperty(channels_setDiscussionGroup_, "__F", {
|
|
|
20298
20298
|
enumerable: true,
|
|
20299
20299
|
configurable: true,
|
|
20300
20300
|
writable: true,
|
|
20301
|
-
value:
|
|
20301
|
+
value: null
|
|
20302
20302
|
});
|
|
20303
20303
|
export class channels_editCreator_ extends Function_ {
|
|
20304
20304
|
get [id]() {
|
|
@@ -20350,7 +20350,7 @@ Object.defineProperty(channels_editCreator_, "__F", {
|
|
|
20350
20350
|
enumerable: true,
|
|
20351
20351
|
configurable: true,
|
|
20352
20352
|
writable: true,
|
|
20353
|
-
value:
|
|
20353
|
+
value: null
|
|
20354
20354
|
});
|
|
20355
20355
|
export class channels_editLocation_ extends Function_ {
|
|
20356
20356
|
get [id]() {
|
|
@@ -20402,7 +20402,7 @@ Object.defineProperty(channels_editLocation_, "__F", {
|
|
|
20402
20402
|
enumerable: true,
|
|
20403
20403
|
configurable: true,
|
|
20404
20404
|
writable: true,
|
|
20405
|
-
value:
|
|
20405
|
+
value: null
|
|
20406
20406
|
});
|
|
20407
20407
|
export class channels_toggleSlowMode_ extends Function_ {
|
|
20408
20408
|
get [id]() {
|
|
@@ -20445,7 +20445,7 @@ Object.defineProperty(channels_toggleSlowMode_, "__F", {
|
|
|
20445
20445
|
enumerable: true,
|
|
20446
20446
|
configurable: true,
|
|
20447
20447
|
writable: true,
|
|
20448
|
-
value:
|
|
20448
|
+
value: null
|
|
20449
20449
|
});
|
|
20450
20450
|
export class channels_getInactiveChannels_ extends Function_ {
|
|
20451
20451
|
get [id]() {
|
|
@@ -20468,7 +20468,7 @@ Object.defineProperty(channels_getInactiveChannels_, "__F", {
|
|
|
20468
20468
|
enumerable: true,
|
|
20469
20469
|
configurable: true,
|
|
20470
20470
|
writable: true,
|
|
20471
|
-
value:
|
|
20471
|
+
value: null
|
|
20472
20472
|
});
|
|
20473
20473
|
export class channels_convertToGigagroup_ extends Function_ {
|
|
20474
20474
|
get [id]() {
|
|
@@ -20502,7 +20502,7 @@ Object.defineProperty(channels_convertToGigagroup_, "__F", {
|
|
|
20502
20502
|
enumerable: true,
|
|
20503
20503
|
configurable: true,
|
|
20504
20504
|
writable: true,
|
|
20505
|
-
value:
|
|
20505
|
+
value: null
|
|
20506
20506
|
});
|
|
20507
20507
|
export class channels_viewSponsoredMessage_ extends Function_ {
|
|
20508
20508
|
get [id]() {
|
|
@@ -20545,7 +20545,7 @@ Object.defineProperty(channels_viewSponsoredMessage_, "__F", {
|
|
|
20545
20545
|
enumerable: true,
|
|
20546
20546
|
configurable: true,
|
|
20547
20547
|
writable: true,
|
|
20548
|
-
value:
|
|
20548
|
+
value: null
|
|
20549
20549
|
});
|
|
20550
20550
|
export class channels_getSponsoredMessages_ extends Function_ {
|
|
20551
20551
|
get [id]() {
|
|
@@ -20579,7 +20579,7 @@ Object.defineProperty(channels_getSponsoredMessages_, "__F", {
|
|
|
20579
20579
|
enumerable: true,
|
|
20580
20580
|
configurable: true,
|
|
20581
20581
|
writable: true,
|
|
20582
|
-
value:
|
|
20582
|
+
value: null
|
|
20583
20583
|
});
|
|
20584
20584
|
export class channels_getSendAs_ extends Function_ {
|
|
20585
20585
|
get [id]() {
|
|
@@ -20613,7 +20613,7 @@ Object.defineProperty(channels_getSendAs_, "__F", {
|
|
|
20613
20613
|
enumerable: true,
|
|
20614
20614
|
configurable: true,
|
|
20615
20615
|
writable: true,
|
|
20616
|
-
value:
|
|
20616
|
+
value: null
|
|
20617
20617
|
});
|
|
20618
20618
|
export class channels_deleteParticipantHistory_ extends Function_ {
|
|
20619
20619
|
get [id]() {
|
|
@@ -20656,7 +20656,7 @@ Object.defineProperty(channels_deleteParticipantHistory_, "__F", {
|
|
|
20656
20656
|
enumerable: true,
|
|
20657
20657
|
configurable: true,
|
|
20658
20658
|
writable: true,
|
|
20659
|
-
value:
|
|
20659
|
+
value: null
|
|
20660
20660
|
});
|
|
20661
20661
|
export class channels_toggleJoinToSend_ extends Function_ {
|
|
20662
20662
|
get [id]() {
|
|
@@ -20699,7 +20699,7 @@ Object.defineProperty(channels_toggleJoinToSend_, "__F", {
|
|
|
20699
20699
|
enumerable: true,
|
|
20700
20700
|
configurable: true,
|
|
20701
20701
|
writable: true,
|
|
20702
|
-
value:
|
|
20702
|
+
value: null
|
|
20703
20703
|
});
|
|
20704
20704
|
export class channels_toggleJoinRequest_ extends Function_ {
|
|
20705
20705
|
get [id]() {
|
|
@@ -20742,7 +20742,7 @@ Object.defineProperty(channels_toggleJoinRequest_, "__F", {
|
|
|
20742
20742
|
enumerable: true,
|
|
20743
20743
|
configurable: true,
|
|
20744
20744
|
writable: true,
|
|
20745
|
-
value:
|
|
20745
|
+
value: null
|
|
20746
20746
|
});
|
|
20747
20747
|
export class channels_reorderUsernames_ extends Function_ {
|
|
20748
20748
|
get [id]() {
|
|
@@ -20785,7 +20785,7 @@ Object.defineProperty(channels_reorderUsernames_, "__F", {
|
|
|
20785
20785
|
enumerable: true,
|
|
20786
20786
|
configurable: true,
|
|
20787
20787
|
writable: true,
|
|
20788
|
-
value:
|
|
20788
|
+
value: null
|
|
20789
20789
|
});
|
|
20790
20790
|
export class channels_toggleUsername_ extends Function_ {
|
|
20791
20791
|
get [id]() {
|
|
@@ -20837,7 +20837,7 @@ Object.defineProperty(channels_toggleUsername_, "__F", {
|
|
|
20837
20837
|
enumerable: true,
|
|
20838
20838
|
configurable: true,
|
|
20839
20839
|
writable: true,
|
|
20840
|
-
value:
|
|
20840
|
+
value: null
|
|
20841
20841
|
});
|
|
20842
20842
|
export class channels_deactivateAllUsernames_ extends Function_ {
|
|
20843
20843
|
get [id]() {
|
|
@@ -20871,7 +20871,7 @@ Object.defineProperty(channels_deactivateAllUsernames_, "__F", {
|
|
|
20871
20871
|
enumerable: true,
|
|
20872
20872
|
configurable: true,
|
|
20873
20873
|
writable: true,
|
|
20874
|
-
value:
|
|
20874
|
+
value: null
|
|
20875
20875
|
});
|
|
20876
20876
|
export class channels_toggleForum_ extends Function_ {
|
|
20877
20877
|
get [id]() {
|
|
@@ -20914,7 +20914,7 @@ Object.defineProperty(channels_toggleForum_, "__F", {
|
|
|
20914
20914
|
enumerable: true,
|
|
20915
20915
|
configurable: true,
|
|
20916
20916
|
writable: true,
|
|
20917
|
-
value:
|
|
20917
|
+
value: null
|
|
20918
20918
|
});
|
|
20919
20919
|
export class channels_createForumTopic_ extends Function_ {
|
|
20920
20920
|
get [id]() {
|
|
@@ -20995,7 +20995,7 @@ Object.defineProperty(channels_createForumTopic_, "__F", {
|
|
|
20995
20995
|
enumerable: true,
|
|
20996
20996
|
configurable: true,
|
|
20997
20997
|
writable: true,
|
|
20998
|
-
value:
|
|
20998
|
+
value: null
|
|
20999
20999
|
});
|
|
21000
21000
|
export class channels_getForumTopics_ extends Function_ {
|
|
21001
21001
|
get [id]() {
|
|
@@ -21076,7 +21076,7 @@ Object.defineProperty(channels_getForumTopics_, "__F", {
|
|
|
21076
21076
|
enumerable: true,
|
|
21077
21077
|
configurable: true,
|
|
21078
21078
|
writable: true,
|
|
21079
|
-
value:
|
|
21079
|
+
value: null
|
|
21080
21080
|
});
|
|
21081
21081
|
export class channels_getForumTopicsByID_ extends Function_ {
|
|
21082
21082
|
get [id]() {
|
|
@@ -21119,7 +21119,7 @@ Object.defineProperty(channels_getForumTopicsByID_, "__F", {
|
|
|
21119
21119
|
enumerable: true,
|
|
21120
21120
|
configurable: true,
|
|
21121
21121
|
writable: true,
|
|
21122
|
-
value:
|
|
21122
|
+
value: null
|
|
21123
21123
|
});
|
|
21124
21124
|
export class channels_editForumTopic_ extends Function_ {
|
|
21125
21125
|
get [id]() {
|
|
@@ -21200,7 +21200,7 @@ Object.defineProperty(channels_editForumTopic_, "__F", {
|
|
|
21200
21200
|
enumerable: true,
|
|
21201
21201
|
configurable: true,
|
|
21202
21202
|
writable: true,
|
|
21203
|
-
value:
|
|
21203
|
+
value: null
|
|
21204
21204
|
});
|
|
21205
21205
|
export class channels_updatePinnedForumTopic_ extends Function_ {
|
|
21206
21206
|
get [id]() {
|
|
@@ -21252,7 +21252,7 @@ Object.defineProperty(channels_updatePinnedForumTopic_, "__F", {
|
|
|
21252
21252
|
enumerable: true,
|
|
21253
21253
|
configurable: true,
|
|
21254
21254
|
writable: true,
|
|
21255
|
-
value:
|
|
21255
|
+
value: null
|
|
21256
21256
|
});
|
|
21257
21257
|
export class channels_deleteTopicHistory_ extends Function_ {
|
|
21258
21258
|
get [id]() {
|
|
@@ -21295,7 +21295,7 @@ Object.defineProperty(channels_deleteTopicHistory_, "__F", {
|
|
|
21295
21295
|
enumerable: true,
|
|
21296
21296
|
configurable: true,
|
|
21297
21297
|
writable: true,
|
|
21298
|
-
value:
|
|
21298
|
+
value: null
|
|
21299
21299
|
});
|
|
21300
21300
|
export class channels_reorderPinnedForumTopics_ extends Function_ {
|
|
21301
21301
|
get [id]() {
|
|
@@ -21349,7 +21349,7 @@ Object.defineProperty(channels_reorderPinnedForumTopics_, "__F", {
|
|
|
21349
21349
|
enumerable: true,
|
|
21350
21350
|
configurable: true,
|
|
21351
21351
|
writable: true,
|
|
21352
|
-
value:
|
|
21352
|
+
value: null
|
|
21353
21353
|
});
|
|
21354
21354
|
export class channels_toggleAntiSpam_ extends Function_ {
|
|
21355
21355
|
get [id]() {
|
|
@@ -21392,7 +21392,7 @@ Object.defineProperty(channels_toggleAntiSpam_, "__F", {
|
|
|
21392
21392
|
enumerable: true,
|
|
21393
21393
|
configurable: true,
|
|
21394
21394
|
writable: true,
|
|
21395
|
-
value:
|
|
21395
|
+
value: null
|
|
21396
21396
|
});
|
|
21397
21397
|
export class channels_reportAntiSpamFalsePositive_ extends Function_ {
|
|
21398
21398
|
get [id]() {
|
|
@@ -21435,7 +21435,7 @@ Object.defineProperty(channels_reportAntiSpamFalsePositive_, "__F", {
|
|
|
21435
21435
|
enumerable: true,
|
|
21436
21436
|
configurable: true,
|
|
21437
21437
|
writable: true,
|
|
21438
|
-
value:
|
|
21438
|
+
value: null
|
|
21439
21439
|
});
|
|
21440
21440
|
export class channels_toggleParticipantsHidden_ extends Function_ {
|
|
21441
21441
|
get [id]() {
|
|
@@ -21478,7 +21478,7 @@ Object.defineProperty(channels_toggleParticipantsHidden_, "__F", {
|
|
|
21478
21478
|
enumerable: true,
|
|
21479
21479
|
configurable: true,
|
|
21480
21480
|
writable: true,
|
|
21481
|
-
value:
|
|
21481
|
+
value: null
|
|
21482
21482
|
});
|
|
21483
21483
|
export class channels_clickSponsoredMessage_ extends Function_ {
|
|
21484
21484
|
get [id]() {
|
|
@@ -21521,7 +21521,7 @@ Object.defineProperty(channels_clickSponsoredMessage_, "__F", {
|
|
|
21521
21521
|
enumerable: true,
|
|
21522
21522
|
configurable: true,
|
|
21523
21523
|
writable: true,
|
|
21524
|
-
value:
|
|
21524
|
+
value: null
|
|
21525
21525
|
});
|
|
21526
21526
|
export class channels_updateColor_ extends Function_ {
|
|
21527
21527
|
get [id]() {
|
|
@@ -21584,7 +21584,7 @@ Object.defineProperty(channels_updateColor_, "__F", {
|
|
|
21584
21584
|
enumerable: true,
|
|
21585
21585
|
configurable: true,
|
|
21586
21586
|
writable: true,
|
|
21587
|
-
value:
|
|
21587
|
+
value: null
|
|
21588
21588
|
});
|
|
21589
21589
|
export class channels_toggleViewForumAsMessages_ extends Function_ {
|
|
21590
21590
|
get [id]() {
|
|
@@ -21627,7 +21627,7 @@ Object.defineProperty(channels_toggleViewForumAsMessages_, "__F", {
|
|
|
21627
21627
|
enumerable: true,
|
|
21628
21628
|
configurable: true,
|
|
21629
21629
|
writable: true,
|
|
21630
|
-
value:
|
|
21630
|
+
value: null
|
|
21631
21631
|
});
|
|
21632
21632
|
export class channels_getChannelRecommendations_ extends Function_ {
|
|
21633
21633
|
get [id]() {
|
|
@@ -21661,7 +21661,7 @@ Object.defineProperty(channels_getChannelRecommendations_, "__F", {
|
|
|
21661
21661
|
enumerable: true,
|
|
21662
21662
|
configurable: true,
|
|
21663
21663
|
writable: true,
|
|
21664
|
-
value:
|
|
21664
|
+
value: null
|
|
21665
21665
|
});
|
|
21666
21666
|
export class channels_updateEmojiStatus_ extends Function_ {
|
|
21667
21667
|
get [id]() {
|
|
@@ -21704,7 +21704,93 @@ Object.defineProperty(channels_updateEmojiStatus_, "__F", {
|
|
|
21704
21704
|
enumerable: true,
|
|
21705
21705
|
configurable: true,
|
|
21706
21706
|
writable: true,
|
|
21707
|
-
value:
|
|
21707
|
+
value: null
|
|
21708
|
+
});
|
|
21709
|
+
export class channels_setBoostsToUnblockRestrictions_ extends Function_ {
|
|
21710
|
+
get [id]() {
|
|
21711
|
+
return 0xAD399CEE;
|
|
21712
|
+
}
|
|
21713
|
+
static get [name]() {
|
|
21714
|
+
return "channels.setBoostsToUnblockRestrictions";
|
|
21715
|
+
}
|
|
21716
|
+
static get [paramDesc]() {
|
|
21717
|
+
return [
|
|
21718
|
+
["channel", types._InputChannel, "InputChannel"],
|
|
21719
|
+
["boosts", "number", "int"],
|
|
21720
|
+
];
|
|
21721
|
+
}
|
|
21722
|
+
get [params]() {
|
|
21723
|
+
return [
|
|
21724
|
+
[this.channel, types._InputChannel, "InputChannel"],
|
|
21725
|
+
[this.boosts, "number", "int"],
|
|
21726
|
+
];
|
|
21727
|
+
}
|
|
21728
|
+
constructor(params) {
|
|
21729
|
+
super();
|
|
21730
|
+
Object.defineProperty(this, "channel", {
|
|
21731
|
+
enumerable: true,
|
|
21732
|
+
configurable: true,
|
|
21733
|
+
writable: true,
|
|
21734
|
+
value: void 0
|
|
21735
|
+
});
|
|
21736
|
+
Object.defineProperty(this, "boosts", {
|
|
21737
|
+
enumerable: true,
|
|
21738
|
+
configurable: true,
|
|
21739
|
+
writable: true,
|
|
21740
|
+
value: void 0
|
|
21741
|
+
});
|
|
21742
|
+
this.channel = params.channel;
|
|
21743
|
+
this.boosts = params.boosts;
|
|
21744
|
+
}
|
|
21745
|
+
}
|
|
21746
|
+
Object.defineProperty(channels_setBoostsToUnblockRestrictions_, "__F", {
|
|
21747
|
+
enumerable: true,
|
|
21748
|
+
configurable: true,
|
|
21749
|
+
writable: true,
|
|
21750
|
+
value: null
|
|
21751
|
+
});
|
|
21752
|
+
export class channels_setEmojiStickers_ extends Function_ {
|
|
21753
|
+
get [id]() {
|
|
21754
|
+
return 0x3CD930B7;
|
|
21755
|
+
}
|
|
21756
|
+
static get [name]() {
|
|
21757
|
+
return "channels.setEmojiStickers";
|
|
21758
|
+
}
|
|
21759
|
+
static get [paramDesc]() {
|
|
21760
|
+
return [
|
|
21761
|
+
["channel", types._InputChannel, "InputChannel"],
|
|
21762
|
+
["stickerset", types._InputStickerSet, "InputStickerSet"],
|
|
21763
|
+
];
|
|
21764
|
+
}
|
|
21765
|
+
get [params]() {
|
|
21766
|
+
return [
|
|
21767
|
+
[this.channel, types._InputChannel, "InputChannel"],
|
|
21768
|
+
[this.stickerset, types._InputStickerSet, "InputStickerSet"],
|
|
21769
|
+
];
|
|
21770
|
+
}
|
|
21771
|
+
constructor(params) {
|
|
21772
|
+
super();
|
|
21773
|
+
Object.defineProperty(this, "channel", {
|
|
21774
|
+
enumerable: true,
|
|
21775
|
+
configurable: true,
|
|
21776
|
+
writable: true,
|
|
21777
|
+
value: void 0
|
|
21778
|
+
});
|
|
21779
|
+
Object.defineProperty(this, "stickerset", {
|
|
21780
|
+
enumerable: true,
|
|
21781
|
+
configurable: true,
|
|
21782
|
+
writable: true,
|
|
21783
|
+
value: void 0
|
|
21784
|
+
});
|
|
21785
|
+
this.channel = params.channel;
|
|
21786
|
+
this.stickerset = params.stickerset;
|
|
21787
|
+
}
|
|
21788
|
+
}
|
|
21789
|
+
Object.defineProperty(channels_setEmojiStickers_, "__F", {
|
|
21790
|
+
enumerable: true,
|
|
21791
|
+
configurable: true,
|
|
21792
|
+
writable: true,
|
|
21793
|
+
value: null
|
|
21708
21794
|
});
|
|
21709
21795
|
export class bots_sendCustomRequest_ extends Function_ {
|
|
21710
21796
|
get [id]() {
|
|
@@ -21747,7 +21833,7 @@ Object.defineProperty(bots_sendCustomRequest_, "__F", {
|
|
|
21747
21833
|
enumerable: true,
|
|
21748
21834
|
configurable: true,
|
|
21749
21835
|
writable: true,
|
|
21750
|
-
value:
|
|
21836
|
+
value: null
|
|
21751
21837
|
});
|
|
21752
21838
|
export class bots_answerWebhookJSONQuery_ extends Function_ {
|
|
21753
21839
|
get [id]() {
|
|
@@ -21790,7 +21876,7 @@ Object.defineProperty(bots_answerWebhookJSONQuery_, "__F", {
|
|
|
21790
21876
|
enumerable: true,
|
|
21791
21877
|
configurable: true,
|
|
21792
21878
|
writable: true,
|
|
21793
|
-
value:
|
|
21879
|
+
value: null
|
|
21794
21880
|
});
|
|
21795
21881
|
export class bots_setBotCommands_ extends Function_ {
|
|
21796
21882
|
get [id]() {
|
|
@@ -21842,7 +21928,7 @@ Object.defineProperty(bots_setBotCommands_, "__F", {
|
|
|
21842
21928
|
enumerable: true,
|
|
21843
21929
|
configurable: true,
|
|
21844
21930
|
writable: true,
|
|
21845
|
-
value:
|
|
21931
|
+
value: null
|
|
21846
21932
|
});
|
|
21847
21933
|
export class bots_resetBotCommands_ extends Function_ {
|
|
21848
21934
|
get [id]() {
|
|
@@ -21885,7 +21971,7 @@ Object.defineProperty(bots_resetBotCommands_, "__F", {
|
|
|
21885
21971
|
enumerable: true,
|
|
21886
21972
|
configurable: true,
|
|
21887
21973
|
writable: true,
|
|
21888
|
-
value:
|
|
21974
|
+
value: null
|
|
21889
21975
|
});
|
|
21890
21976
|
export class bots_getBotCommands_ extends Function_ {
|
|
21891
21977
|
get [id]() {
|
|
@@ -21928,7 +22014,7 @@ Object.defineProperty(bots_getBotCommands_, "__F", {
|
|
|
21928
22014
|
enumerable: true,
|
|
21929
22015
|
configurable: true,
|
|
21930
22016
|
writable: true,
|
|
21931
|
-
value:
|
|
22017
|
+
value: null
|
|
21932
22018
|
});
|
|
21933
22019
|
export class bots_setBotMenuButton_ extends Function_ {
|
|
21934
22020
|
get [id]() {
|
|
@@ -21971,7 +22057,7 @@ Object.defineProperty(bots_setBotMenuButton_, "__F", {
|
|
|
21971
22057
|
enumerable: true,
|
|
21972
22058
|
configurable: true,
|
|
21973
22059
|
writable: true,
|
|
21974
|
-
value:
|
|
22060
|
+
value: null
|
|
21975
22061
|
});
|
|
21976
22062
|
export class bots_getBotMenuButton_ extends Function_ {
|
|
21977
22063
|
get [id]() {
|
|
@@ -22005,7 +22091,7 @@ Object.defineProperty(bots_getBotMenuButton_, "__F", {
|
|
|
22005
22091
|
enumerable: true,
|
|
22006
22092
|
configurable: true,
|
|
22007
22093
|
writable: true,
|
|
22008
|
-
value:
|
|
22094
|
+
value: null
|
|
22009
22095
|
});
|
|
22010
22096
|
export class bots_setBotBroadcastDefaultAdminRights_ extends Function_ {
|
|
22011
22097
|
get [id]() {
|
|
@@ -22039,7 +22125,7 @@ Object.defineProperty(bots_setBotBroadcastDefaultAdminRights_, "__F", {
|
|
|
22039
22125
|
enumerable: true,
|
|
22040
22126
|
configurable: true,
|
|
22041
22127
|
writable: true,
|
|
22042
|
-
value:
|
|
22128
|
+
value: null
|
|
22043
22129
|
});
|
|
22044
22130
|
export class bots_setBotGroupDefaultAdminRights_ extends Function_ {
|
|
22045
22131
|
get [id]() {
|
|
@@ -22073,7 +22159,7 @@ Object.defineProperty(bots_setBotGroupDefaultAdminRights_, "__F", {
|
|
|
22073
22159
|
enumerable: true,
|
|
22074
22160
|
configurable: true,
|
|
22075
22161
|
writable: true,
|
|
22076
|
-
value:
|
|
22162
|
+
value: null
|
|
22077
22163
|
});
|
|
22078
22164
|
export class bots_setBotInfo_ extends Function_ {
|
|
22079
22165
|
get [id]() {
|
|
@@ -22145,7 +22231,7 @@ Object.defineProperty(bots_setBotInfo_, "__F", {
|
|
|
22145
22231
|
enumerable: true,
|
|
22146
22232
|
configurable: true,
|
|
22147
22233
|
writable: true,
|
|
22148
|
-
value:
|
|
22234
|
+
value: null
|
|
22149
22235
|
});
|
|
22150
22236
|
export class bots_getBotInfo_ extends Function_ {
|
|
22151
22237
|
get [id]() {
|
|
@@ -22190,7 +22276,7 @@ Object.defineProperty(bots_getBotInfo_, "__F", {
|
|
|
22190
22276
|
enumerable: true,
|
|
22191
22277
|
configurable: true,
|
|
22192
22278
|
writable: true,
|
|
22193
|
-
value:
|
|
22279
|
+
value: null
|
|
22194
22280
|
});
|
|
22195
22281
|
export class bots_reorderUsernames_ extends Function_ {
|
|
22196
22282
|
get [id]() {
|
|
@@ -22233,7 +22319,7 @@ Object.defineProperty(bots_reorderUsernames_, "__F", {
|
|
|
22233
22319
|
enumerable: true,
|
|
22234
22320
|
configurable: true,
|
|
22235
22321
|
writable: true,
|
|
22236
|
-
value:
|
|
22322
|
+
value: null
|
|
22237
22323
|
});
|
|
22238
22324
|
export class bots_toggleUsername_ extends Function_ {
|
|
22239
22325
|
get [id]() {
|
|
@@ -22285,7 +22371,7 @@ Object.defineProperty(bots_toggleUsername_, "__F", {
|
|
|
22285
22371
|
enumerable: true,
|
|
22286
22372
|
configurable: true,
|
|
22287
22373
|
writable: true,
|
|
22288
|
-
value:
|
|
22374
|
+
value: null
|
|
22289
22375
|
});
|
|
22290
22376
|
export class bots_canSendMessage_ extends Function_ {
|
|
22291
22377
|
get [id]() {
|
|
@@ -22319,7 +22405,7 @@ Object.defineProperty(bots_canSendMessage_, "__F", {
|
|
|
22319
22405
|
enumerable: true,
|
|
22320
22406
|
configurable: true,
|
|
22321
22407
|
writable: true,
|
|
22322
|
-
value:
|
|
22408
|
+
value: null
|
|
22323
22409
|
});
|
|
22324
22410
|
export class bots_allowSendMessage_ extends Function_ {
|
|
22325
22411
|
get [id]() {
|
|
@@ -22353,7 +22439,7 @@ Object.defineProperty(bots_allowSendMessage_, "__F", {
|
|
|
22353
22439
|
enumerable: true,
|
|
22354
22440
|
configurable: true,
|
|
22355
22441
|
writable: true,
|
|
22356
|
-
value:
|
|
22442
|
+
value: null
|
|
22357
22443
|
});
|
|
22358
22444
|
export class bots_invokeWebViewCustomMethod_ extends Function_ {
|
|
22359
22445
|
get [id]() {
|
|
@@ -22405,7 +22491,7 @@ Object.defineProperty(bots_invokeWebViewCustomMethod_, "__F", {
|
|
|
22405
22491
|
enumerable: true,
|
|
22406
22492
|
configurable: true,
|
|
22407
22493
|
writable: true,
|
|
22408
|
-
value:
|
|
22494
|
+
value: null
|
|
22409
22495
|
});
|
|
22410
22496
|
export class payments_getPaymentForm_ extends Function_ {
|
|
22411
22497
|
get [id]() {
|
|
@@ -22450,7 +22536,7 @@ Object.defineProperty(payments_getPaymentForm_, "__F", {
|
|
|
22450
22536
|
enumerable: true,
|
|
22451
22537
|
configurable: true,
|
|
22452
22538
|
writable: true,
|
|
22453
|
-
value:
|
|
22539
|
+
value: null
|
|
22454
22540
|
});
|
|
22455
22541
|
export class payments_getPaymentReceipt_ extends Function_ {
|
|
22456
22542
|
get [id]() {
|
|
@@ -22493,7 +22579,7 @@ Object.defineProperty(payments_getPaymentReceipt_, "__F", {
|
|
|
22493
22579
|
enumerable: true,
|
|
22494
22580
|
configurable: true,
|
|
22495
22581
|
writable: true,
|
|
22496
|
-
value:
|
|
22582
|
+
value: null
|
|
22497
22583
|
});
|
|
22498
22584
|
export class payments_validateRequestedInfo_ extends Function_ {
|
|
22499
22585
|
get [id]() {
|
|
@@ -22547,7 +22633,7 @@ Object.defineProperty(payments_validateRequestedInfo_, "__F", {
|
|
|
22547
22633
|
enumerable: true,
|
|
22548
22634
|
configurable: true,
|
|
22549
22635
|
writable: true,
|
|
22550
|
-
value:
|
|
22636
|
+
value: null
|
|
22551
22637
|
});
|
|
22552
22638
|
export class payments_sendPaymentForm_ extends Function_ {
|
|
22553
22639
|
get [id]() {
|
|
@@ -22628,7 +22714,7 @@ Object.defineProperty(payments_sendPaymentForm_, "__F", {
|
|
|
22628
22714
|
enumerable: true,
|
|
22629
22715
|
configurable: true,
|
|
22630
22716
|
writable: true,
|
|
22631
|
-
value:
|
|
22717
|
+
value: null
|
|
22632
22718
|
});
|
|
22633
22719
|
export class payments_getSavedInfo_ extends Function_ {
|
|
22634
22720
|
get [id]() {
|
|
@@ -22651,7 +22737,7 @@ Object.defineProperty(payments_getSavedInfo_, "__F", {
|
|
|
22651
22737
|
enumerable: true,
|
|
22652
22738
|
configurable: true,
|
|
22653
22739
|
writable: true,
|
|
22654
|
-
value:
|
|
22740
|
+
value: null
|
|
22655
22741
|
});
|
|
22656
22742
|
export class payments_clearSavedInfo_ extends Function_ {
|
|
22657
22743
|
get [id]() {
|
|
@@ -22696,7 +22782,7 @@ Object.defineProperty(payments_clearSavedInfo_, "__F", {
|
|
|
22696
22782
|
enumerable: true,
|
|
22697
22783
|
configurable: true,
|
|
22698
22784
|
writable: true,
|
|
22699
|
-
value:
|
|
22785
|
+
value: null
|
|
22700
22786
|
});
|
|
22701
22787
|
export class payments_getBankCardData_ extends Function_ {
|
|
22702
22788
|
get [id]() {
|
|
@@ -22730,7 +22816,7 @@ Object.defineProperty(payments_getBankCardData_, "__F", {
|
|
|
22730
22816
|
enumerable: true,
|
|
22731
22817
|
configurable: true,
|
|
22732
22818
|
writable: true,
|
|
22733
|
-
value:
|
|
22819
|
+
value: null
|
|
22734
22820
|
});
|
|
22735
22821
|
export class payments_exportInvoice_ extends Function_ {
|
|
22736
22822
|
get [id]() {
|
|
@@ -22764,7 +22850,7 @@ Object.defineProperty(payments_exportInvoice_, "__F", {
|
|
|
22764
22850
|
enumerable: true,
|
|
22765
22851
|
configurable: true,
|
|
22766
22852
|
writable: true,
|
|
22767
|
-
value:
|
|
22853
|
+
value: null
|
|
22768
22854
|
});
|
|
22769
22855
|
export class payments_assignAppStoreTransaction_ extends Function_ {
|
|
22770
22856
|
get [id]() {
|
|
@@ -22807,7 +22893,7 @@ Object.defineProperty(payments_assignAppStoreTransaction_, "__F", {
|
|
|
22807
22893
|
enumerable: true,
|
|
22808
22894
|
configurable: true,
|
|
22809
22895
|
writable: true,
|
|
22810
|
-
value:
|
|
22896
|
+
value: null
|
|
22811
22897
|
});
|
|
22812
22898
|
export class payments_assignPlayMarketTransaction_ extends Function_ {
|
|
22813
22899
|
get [id]() {
|
|
@@ -22850,7 +22936,7 @@ Object.defineProperty(payments_assignPlayMarketTransaction_, "__F", {
|
|
|
22850
22936
|
enumerable: true,
|
|
22851
22937
|
configurable: true,
|
|
22852
22938
|
writable: true,
|
|
22853
|
-
value:
|
|
22939
|
+
value: null
|
|
22854
22940
|
});
|
|
22855
22941
|
export class payments_canPurchasePremium_ extends Function_ {
|
|
22856
22942
|
get [id]() {
|
|
@@ -22884,7 +22970,7 @@ Object.defineProperty(payments_canPurchasePremium_, "__F", {
|
|
|
22884
22970
|
enumerable: true,
|
|
22885
22971
|
configurable: true,
|
|
22886
22972
|
writable: true,
|
|
22887
|
-
value:
|
|
22973
|
+
value: null
|
|
22888
22974
|
});
|
|
22889
22975
|
export class payments_getPremiumGiftCodeOptions_ extends Function_ {
|
|
22890
22976
|
get [id]() {
|
|
@@ -22920,7 +23006,7 @@ Object.defineProperty(payments_getPremiumGiftCodeOptions_, "__F", {
|
|
|
22920
23006
|
enumerable: true,
|
|
22921
23007
|
configurable: true,
|
|
22922
23008
|
writable: true,
|
|
22923
|
-
value:
|
|
23009
|
+
value: null
|
|
22924
23010
|
});
|
|
22925
23011
|
export class payments_checkGiftCode_ extends Function_ {
|
|
22926
23012
|
get [id]() {
|
|
@@ -22954,7 +23040,7 @@ Object.defineProperty(payments_checkGiftCode_, "__F", {
|
|
|
22954
23040
|
enumerable: true,
|
|
22955
23041
|
configurable: true,
|
|
22956
23042
|
writable: true,
|
|
22957
|
-
value:
|
|
23043
|
+
value: null
|
|
22958
23044
|
});
|
|
22959
23045
|
export class payments_applyGiftCode_ extends Function_ {
|
|
22960
23046
|
get [id]() {
|
|
@@ -22988,7 +23074,7 @@ Object.defineProperty(payments_applyGiftCode_, "__F", {
|
|
|
22988
23074
|
enumerable: true,
|
|
22989
23075
|
configurable: true,
|
|
22990
23076
|
writable: true,
|
|
22991
|
-
value:
|
|
23077
|
+
value: null
|
|
22992
23078
|
});
|
|
22993
23079
|
export class payments_getGiveawayInfo_ extends Function_ {
|
|
22994
23080
|
get [id]() {
|
|
@@ -23031,7 +23117,7 @@ Object.defineProperty(payments_getGiveawayInfo_, "__F", {
|
|
|
23031
23117
|
enumerable: true,
|
|
23032
23118
|
configurable: true,
|
|
23033
23119
|
writable: true,
|
|
23034
|
-
value:
|
|
23120
|
+
value: null
|
|
23035
23121
|
});
|
|
23036
23122
|
export class payments_launchPrepaidGiveaway_ extends Function_ {
|
|
23037
23123
|
get [id]() {
|
|
@@ -23083,7 +23169,7 @@ Object.defineProperty(payments_launchPrepaidGiveaway_, "__F", {
|
|
|
23083
23169
|
enumerable: true,
|
|
23084
23170
|
configurable: true,
|
|
23085
23171
|
writable: true,
|
|
23086
|
-
value:
|
|
23172
|
+
value: null
|
|
23087
23173
|
});
|
|
23088
23174
|
export class stickers_createStickerSet_ extends Function_ {
|
|
23089
23175
|
get [id]() {
|
|
@@ -23209,7 +23295,7 @@ Object.defineProperty(stickers_createStickerSet_, "__F", {
|
|
|
23209
23295
|
enumerable: true,
|
|
23210
23296
|
configurable: true,
|
|
23211
23297
|
writable: true,
|
|
23212
|
-
value:
|
|
23298
|
+
value: null
|
|
23213
23299
|
});
|
|
23214
23300
|
export class stickers_removeStickerFromSet_ extends Function_ {
|
|
23215
23301
|
get [id]() {
|
|
@@ -23243,7 +23329,7 @@ Object.defineProperty(stickers_removeStickerFromSet_, "__F", {
|
|
|
23243
23329
|
enumerable: true,
|
|
23244
23330
|
configurable: true,
|
|
23245
23331
|
writable: true,
|
|
23246
|
-
value:
|
|
23332
|
+
value: null
|
|
23247
23333
|
});
|
|
23248
23334
|
export class stickers_changeStickerPosition_ extends Function_ {
|
|
23249
23335
|
get [id]() {
|
|
@@ -23286,7 +23372,7 @@ Object.defineProperty(stickers_changeStickerPosition_, "__F", {
|
|
|
23286
23372
|
enumerable: true,
|
|
23287
23373
|
configurable: true,
|
|
23288
23374
|
writable: true,
|
|
23289
|
-
value:
|
|
23375
|
+
value: null
|
|
23290
23376
|
});
|
|
23291
23377
|
export class stickers_addStickerToSet_ extends Function_ {
|
|
23292
23378
|
get [id]() {
|
|
@@ -23329,7 +23415,7 @@ Object.defineProperty(stickers_addStickerToSet_, "__F", {
|
|
|
23329
23415
|
enumerable: true,
|
|
23330
23416
|
configurable: true,
|
|
23331
23417
|
writable: true,
|
|
23332
|
-
value:
|
|
23418
|
+
value: null
|
|
23333
23419
|
});
|
|
23334
23420
|
export class stickers_setStickerSetThumb_ extends Function_ {
|
|
23335
23421
|
get [id]() {
|
|
@@ -23383,7 +23469,7 @@ Object.defineProperty(stickers_setStickerSetThumb_, "__F", {
|
|
|
23383
23469
|
enumerable: true,
|
|
23384
23470
|
configurable: true,
|
|
23385
23471
|
writable: true,
|
|
23386
|
-
value:
|
|
23472
|
+
value: null
|
|
23387
23473
|
});
|
|
23388
23474
|
export class stickers_checkShortName_ extends Function_ {
|
|
23389
23475
|
get [id]() {
|
|
@@ -23417,7 +23503,7 @@ Object.defineProperty(stickers_checkShortName_, "__F", {
|
|
|
23417
23503
|
enumerable: true,
|
|
23418
23504
|
configurable: true,
|
|
23419
23505
|
writable: true,
|
|
23420
|
-
value:
|
|
23506
|
+
value: null
|
|
23421
23507
|
});
|
|
23422
23508
|
export class stickers_suggestShortName_ extends Function_ {
|
|
23423
23509
|
get [id]() {
|
|
@@ -23451,7 +23537,7 @@ Object.defineProperty(stickers_suggestShortName_, "__F", {
|
|
|
23451
23537
|
enumerable: true,
|
|
23452
23538
|
configurable: true,
|
|
23453
23539
|
writable: true,
|
|
23454
|
-
value:
|
|
23540
|
+
value: null
|
|
23455
23541
|
});
|
|
23456
23542
|
export class stickers_changeSticker_ extends Function_ {
|
|
23457
23543
|
get [id]() {
|
|
@@ -23514,7 +23600,7 @@ Object.defineProperty(stickers_changeSticker_, "__F", {
|
|
|
23514
23600
|
enumerable: true,
|
|
23515
23601
|
configurable: true,
|
|
23516
23602
|
writable: true,
|
|
23517
|
-
value:
|
|
23603
|
+
value: null
|
|
23518
23604
|
});
|
|
23519
23605
|
export class stickers_renameStickerSet_ extends Function_ {
|
|
23520
23606
|
get [id]() {
|
|
@@ -23557,7 +23643,7 @@ Object.defineProperty(stickers_renameStickerSet_, "__F", {
|
|
|
23557
23643
|
enumerable: true,
|
|
23558
23644
|
configurable: true,
|
|
23559
23645
|
writable: true,
|
|
23560
|
-
value:
|
|
23646
|
+
value: null
|
|
23561
23647
|
});
|
|
23562
23648
|
export class stickers_deleteStickerSet_ extends Function_ {
|
|
23563
23649
|
get [id]() {
|
|
@@ -23591,7 +23677,7 @@ Object.defineProperty(stickers_deleteStickerSet_, "__F", {
|
|
|
23591
23677
|
enumerable: true,
|
|
23592
23678
|
configurable: true,
|
|
23593
23679
|
writable: true,
|
|
23594
|
-
value:
|
|
23680
|
+
value: null
|
|
23595
23681
|
});
|
|
23596
23682
|
export class phone_getCallConfig_ extends Function_ {
|
|
23597
23683
|
get [id]() {
|
|
@@ -23614,7 +23700,7 @@ Object.defineProperty(phone_getCallConfig_, "__F", {
|
|
|
23614
23700
|
enumerable: true,
|
|
23615
23701
|
configurable: true,
|
|
23616
23702
|
writable: true,
|
|
23617
|
-
value:
|
|
23703
|
+
value: null
|
|
23618
23704
|
});
|
|
23619
23705
|
export class phone_requestCall_ extends Function_ {
|
|
23620
23706
|
get [id]() {
|
|
@@ -23686,7 +23772,7 @@ Object.defineProperty(phone_requestCall_, "__F", {
|
|
|
23686
23772
|
enumerable: true,
|
|
23687
23773
|
configurable: true,
|
|
23688
23774
|
writable: true,
|
|
23689
|
-
value:
|
|
23775
|
+
value: null
|
|
23690
23776
|
});
|
|
23691
23777
|
export class phone_acceptCall_ extends Function_ {
|
|
23692
23778
|
get [id]() {
|
|
@@ -23738,7 +23824,7 @@ Object.defineProperty(phone_acceptCall_, "__F", {
|
|
|
23738
23824
|
enumerable: true,
|
|
23739
23825
|
configurable: true,
|
|
23740
23826
|
writable: true,
|
|
23741
|
-
value:
|
|
23827
|
+
value: null
|
|
23742
23828
|
});
|
|
23743
23829
|
export class phone_confirmCall_ extends Function_ {
|
|
23744
23830
|
get [id]() {
|
|
@@ -23799,7 +23885,7 @@ Object.defineProperty(phone_confirmCall_, "__F", {
|
|
|
23799
23885
|
enumerable: true,
|
|
23800
23886
|
configurable: true,
|
|
23801
23887
|
writable: true,
|
|
23802
|
-
value:
|
|
23888
|
+
value: null
|
|
23803
23889
|
});
|
|
23804
23890
|
export class phone_receivedCall_ extends Function_ {
|
|
23805
23891
|
get [id]() {
|
|
@@ -23833,7 +23919,7 @@ Object.defineProperty(phone_receivedCall_, "__F", {
|
|
|
23833
23919
|
enumerable: true,
|
|
23834
23920
|
configurable: true,
|
|
23835
23921
|
writable: true,
|
|
23836
|
-
value:
|
|
23922
|
+
value: null
|
|
23837
23923
|
});
|
|
23838
23924
|
export class phone_discardCall_ extends Function_ {
|
|
23839
23925
|
get [id]() {
|
|
@@ -23905,7 +23991,7 @@ Object.defineProperty(phone_discardCall_, "__F", {
|
|
|
23905
23991
|
enumerable: true,
|
|
23906
23992
|
configurable: true,
|
|
23907
23993
|
writable: true,
|
|
23908
|
-
value:
|
|
23994
|
+
value: null
|
|
23909
23995
|
});
|
|
23910
23996
|
export class phone_setCallRating_ extends Function_ {
|
|
23911
23997
|
get [id]() {
|
|
@@ -23968,7 +24054,7 @@ Object.defineProperty(phone_setCallRating_, "__F", {
|
|
|
23968
24054
|
enumerable: true,
|
|
23969
24055
|
configurable: true,
|
|
23970
24056
|
writable: true,
|
|
23971
|
-
value:
|
|
24057
|
+
value: null
|
|
23972
24058
|
});
|
|
23973
24059
|
export class phone_saveCallDebug_ extends Function_ {
|
|
23974
24060
|
get [id]() {
|
|
@@ -24011,7 +24097,7 @@ Object.defineProperty(phone_saveCallDebug_, "__F", {
|
|
|
24011
24097
|
enumerable: true,
|
|
24012
24098
|
configurable: true,
|
|
24013
24099
|
writable: true,
|
|
24014
|
-
value:
|
|
24100
|
+
value: null
|
|
24015
24101
|
});
|
|
24016
24102
|
export class phone_sendSignalingData_ extends Function_ {
|
|
24017
24103
|
get [id]() {
|
|
@@ -24054,7 +24140,7 @@ Object.defineProperty(phone_sendSignalingData_, "__F", {
|
|
|
24054
24140
|
enumerable: true,
|
|
24055
24141
|
configurable: true,
|
|
24056
24142
|
writable: true,
|
|
24057
|
-
value:
|
|
24143
|
+
value: null
|
|
24058
24144
|
});
|
|
24059
24145
|
export class phone_createGroupCall_ extends Function_ {
|
|
24060
24146
|
get [id]() {
|
|
@@ -24126,7 +24212,7 @@ Object.defineProperty(phone_createGroupCall_, "__F", {
|
|
|
24126
24212
|
enumerable: true,
|
|
24127
24213
|
configurable: true,
|
|
24128
24214
|
writable: true,
|
|
24129
|
-
value:
|
|
24215
|
+
value: null
|
|
24130
24216
|
});
|
|
24131
24217
|
export class phone_joinGroupCall_ extends Function_ {
|
|
24132
24218
|
get [id]() {
|
|
@@ -24207,7 +24293,7 @@ Object.defineProperty(phone_joinGroupCall_, "__F", {
|
|
|
24207
24293
|
enumerable: true,
|
|
24208
24294
|
configurable: true,
|
|
24209
24295
|
writable: true,
|
|
24210
|
-
value:
|
|
24296
|
+
value: null
|
|
24211
24297
|
});
|
|
24212
24298
|
export class phone_leaveGroupCall_ extends Function_ {
|
|
24213
24299
|
get [id]() {
|
|
@@ -24250,7 +24336,7 @@ Object.defineProperty(phone_leaveGroupCall_, "__F", {
|
|
|
24250
24336
|
enumerable: true,
|
|
24251
24337
|
configurable: true,
|
|
24252
24338
|
writable: true,
|
|
24253
|
-
value:
|
|
24339
|
+
value: null
|
|
24254
24340
|
});
|
|
24255
24341
|
export class phone_inviteToGroupCall_ extends Function_ {
|
|
24256
24342
|
get [id]() {
|
|
@@ -24293,7 +24379,7 @@ Object.defineProperty(phone_inviteToGroupCall_, "__F", {
|
|
|
24293
24379
|
enumerable: true,
|
|
24294
24380
|
configurable: true,
|
|
24295
24381
|
writable: true,
|
|
24296
|
-
value:
|
|
24382
|
+
value: null
|
|
24297
24383
|
});
|
|
24298
24384
|
export class phone_discardGroupCall_ extends Function_ {
|
|
24299
24385
|
get [id]() {
|
|
@@ -24327,7 +24413,7 @@ Object.defineProperty(phone_discardGroupCall_, "__F", {
|
|
|
24327
24413
|
enumerable: true,
|
|
24328
24414
|
configurable: true,
|
|
24329
24415
|
writable: true,
|
|
24330
|
-
value:
|
|
24416
|
+
value: null
|
|
24331
24417
|
});
|
|
24332
24418
|
export class phone_toggleGroupCallSettings_ extends Function_ {
|
|
24333
24419
|
get [id]() {
|
|
@@ -24381,7 +24467,7 @@ Object.defineProperty(phone_toggleGroupCallSettings_, "__F", {
|
|
|
24381
24467
|
enumerable: true,
|
|
24382
24468
|
configurable: true,
|
|
24383
24469
|
writable: true,
|
|
24384
|
-
value:
|
|
24470
|
+
value: null
|
|
24385
24471
|
});
|
|
24386
24472
|
export class phone_getGroupCall_ extends Function_ {
|
|
24387
24473
|
get [id]() {
|
|
@@ -24424,7 +24510,7 @@ Object.defineProperty(phone_getGroupCall_, "__F", {
|
|
|
24424
24510
|
enumerable: true,
|
|
24425
24511
|
configurable: true,
|
|
24426
24512
|
writable: true,
|
|
24427
|
-
value:
|
|
24513
|
+
value: null
|
|
24428
24514
|
});
|
|
24429
24515
|
export class phone_getGroupParticipants_ extends Function_ {
|
|
24430
24516
|
get [id]() {
|
|
@@ -24494,7 +24580,7 @@ Object.defineProperty(phone_getGroupParticipants_, "__F", {
|
|
|
24494
24580
|
enumerable: true,
|
|
24495
24581
|
configurable: true,
|
|
24496
24582
|
writable: true,
|
|
24497
|
-
value:
|
|
24583
|
+
value: null
|
|
24498
24584
|
});
|
|
24499
24585
|
export class phone_checkGroupCall_ extends Function_ {
|
|
24500
24586
|
get [id]() {
|
|
@@ -24537,7 +24623,7 @@ Object.defineProperty(phone_checkGroupCall_, "__F", {
|
|
|
24537
24623
|
enumerable: true,
|
|
24538
24624
|
configurable: true,
|
|
24539
24625
|
writable: true,
|
|
24540
|
-
value:
|
|
24626
|
+
value: null
|
|
24541
24627
|
});
|
|
24542
24628
|
export class phone_toggleGroupCallRecord_ extends Function_ {
|
|
24543
24629
|
get [id]() {
|
|
@@ -24609,7 +24695,7 @@ Object.defineProperty(phone_toggleGroupCallRecord_, "__F", {
|
|
|
24609
24695
|
enumerable: true,
|
|
24610
24696
|
configurable: true,
|
|
24611
24697
|
writable: true,
|
|
24612
|
-
value:
|
|
24698
|
+
value: null
|
|
24613
24699
|
});
|
|
24614
24700
|
export class phone_editGroupCallParticipant_ extends Function_ {
|
|
24615
24701
|
get [id]() {
|
|
@@ -24708,7 +24794,7 @@ Object.defineProperty(phone_editGroupCallParticipant_, "__F", {
|
|
|
24708
24794
|
enumerable: true,
|
|
24709
24795
|
configurable: true,
|
|
24710
24796
|
writable: true,
|
|
24711
|
-
value:
|
|
24797
|
+
value: null
|
|
24712
24798
|
});
|
|
24713
24799
|
export class phone_editGroupCallTitle_ extends Function_ {
|
|
24714
24800
|
get [id]() {
|
|
@@ -24751,7 +24837,7 @@ Object.defineProperty(phone_editGroupCallTitle_, "__F", {
|
|
|
24751
24837
|
enumerable: true,
|
|
24752
24838
|
configurable: true,
|
|
24753
24839
|
writable: true,
|
|
24754
|
-
value:
|
|
24840
|
+
value: null
|
|
24755
24841
|
});
|
|
24756
24842
|
export class phone_getGroupCallJoinAs_ extends Function_ {
|
|
24757
24843
|
get [id]() {
|
|
@@ -24785,7 +24871,7 @@ Object.defineProperty(phone_getGroupCallJoinAs_, "__F", {
|
|
|
24785
24871
|
enumerable: true,
|
|
24786
24872
|
configurable: true,
|
|
24787
24873
|
writable: true,
|
|
24788
|
-
value:
|
|
24874
|
+
value: null
|
|
24789
24875
|
});
|
|
24790
24876
|
export class phone_exportGroupCallInvite_ extends Function_ {
|
|
24791
24877
|
get [id]() {
|
|
@@ -24830,7 +24916,7 @@ Object.defineProperty(phone_exportGroupCallInvite_, "__F", {
|
|
|
24830
24916
|
enumerable: true,
|
|
24831
24917
|
configurable: true,
|
|
24832
24918
|
writable: true,
|
|
24833
|
-
value:
|
|
24919
|
+
value: null
|
|
24834
24920
|
});
|
|
24835
24921
|
export class phone_toggleGroupCallStartSubscription_ extends Function_ {
|
|
24836
24922
|
get [id]() {
|
|
@@ -24873,7 +24959,7 @@ Object.defineProperty(phone_toggleGroupCallStartSubscription_, "__F", {
|
|
|
24873
24959
|
enumerable: true,
|
|
24874
24960
|
configurable: true,
|
|
24875
24961
|
writable: true,
|
|
24876
|
-
value:
|
|
24962
|
+
value: null
|
|
24877
24963
|
});
|
|
24878
24964
|
export class phone_startScheduledGroupCall_ extends Function_ {
|
|
24879
24965
|
get [id]() {
|
|
@@ -24907,7 +24993,7 @@ Object.defineProperty(phone_startScheduledGroupCall_, "__F", {
|
|
|
24907
24993
|
enumerable: true,
|
|
24908
24994
|
configurable: true,
|
|
24909
24995
|
writable: true,
|
|
24910
|
-
value:
|
|
24996
|
+
value: null
|
|
24911
24997
|
});
|
|
24912
24998
|
export class phone_saveDefaultGroupCallJoinAs_ extends Function_ {
|
|
24913
24999
|
get [id]() {
|
|
@@ -24950,7 +25036,7 @@ Object.defineProperty(phone_saveDefaultGroupCallJoinAs_, "__F", {
|
|
|
24950
25036
|
enumerable: true,
|
|
24951
25037
|
configurable: true,
|
|
24952
25038
|
writable: true,
|
|
24953
|
-
value:
|
|
25039
|
+
value: null
|
|
24954
25040
|
});
|
|
24955
25041
|
export class phone_joinGroupCallPresentation_ extends Function_ {
|
|
24956
25042
|
get [id]() {
|
|
@@ -24993,7 +25079,7 @@ Object.defineProperty(phone_joinGroupCallPresentation_, "__F", {
|
|
|
24993
25079
|
enumerable: true,
|
|
24994
25080
|
configurable: true,
|
|
24995
25081
|
writable: true,
|
|
24996
|
-
value:
|
|
25082
|
+
value: null
|
|
24997
25083
|
});
|
|
24998
25084
|
export class phone_leaveGroupCallPresentation_ extends Function_ {
|
|
24999
25085
|
get [id]() {
|
|
@@ -25027,7 +25113,7 @@ Object.defineProperty(phone_leaveGroupCallPresentation_, "__F", {
|
|
|
25027
25113
|
enumerable: true,
|
|
25028
25114
|
configurable: true,
|
|
25029
25115
|
writable: true,
|
|
25030
|
-
value:
|
|
25116
|
+
value: null
|
|
25031
25117
|
});
|
|
25032
25118
|
export class phone_getGroupCallStreamChannels_ extends Function_ {
|
|
25033
25119
|
get [id]() {
|
|
@@ -25061,7 +25147,7 @@ Object.defineProperty(phone_getGroupCallStreamChannels_, "__F", {
|
|
|
25061
25147
|
enumerable: true,
|
|
25062
25148
|
configurable: true,
|
|
25063
25149
|
writable: true,
|
|
25064
|
-
value:
|
|
25150
|
+
value: null
|
|
25065
25151
|
});
|
|
25066
25152
|
export class phone_getGroupCallStreamRtmpUrl_ extends Function_ {
|
|
25067
25153
|
get [id]() {
|
|
@@ -25104,7 +25190,7 @@ Object.defineProperty(phone_getGroupCallStreamRtmpUrl_, "__F", {
|
|
|
25104
25190
|
enumerable: true,
|
|
25105
25191
|
configurable: true,
|
|
25106
25192
|
writable: true,
|
|
25107
|
-
value:
|
|
25193
|
+
value: null
|
|
25108
25194
|
});
|
|
25109
25195
|
export class phone_saveCallLog_ extends Function_ {
|
|
25110
25196
|
get [id]() {
|
|
@@ -25147,7 +25233,7 @@ Object.defineProperty(phone_saveCallLog_, "__F", {
|
|
|
25147
25233
|
enumerable: true,
|
|
25148
25234
|
configurable: true,
|
|
25149
25235
|
writable: true,
|
|
25150
|
-
value:
|
|
25236
|
+
value: null
|
|
25151
25237
|
});
|
|
25152
25238
|
export class langpack_getLangPack_ extends Function_ {
|
|
25153
25239
|
get [id]() {
|
|
@@ -25190,7 +25276,7 @@ Object.defineProperty(langpack_getLangPack_, "__F", {
|
|
|
25190
25276
|
enumerable: true,
|
|
25191
25277
|
configurable: true,
|
|
25192
25278
|
writable: true,
|
|
25193
|
-
value:
|
|
25279
|
+
value: null
|
|
25194
25280
|
});
|
|
25195
25281
|
export class langpack_getStrings_ extends Function_ {
|
|
25196
25282
|
get [id]() {
|
|
@@ -25242,7 +25328,7 @@ Object.defineProperty(langpack_getStrings_, "__F", {
|
|
|
25242
25328
|
enumerable: true,
|
|
25243
25329
|
configurable: true,
|
|
25244
25330
|
writable: true,
|
|
25245
|
-
value:
|
|
25331
|
+
value: null
|
|
25246
25332
|
});
|
|
25247
25333
|
export class langpack_getDifference_ extends Function_ {
|
|
25248
25334
|
get [id]() {
|
|
@@ -25294,7 +25380,7 @@ Object.defineProperty(langpack_getDifference_, "__F", {
|
|
|
25294
25380
|
enumerable: true,
|
|
25295
25381
|
configurable: true,
|
|
25296
25382
|
writable: true,
|
|
25297
|
-
value:
|
|
25383
|
+
value: null
|
|
25298
25384
|
});
|
|
25299
25385
|
export class langpack_getLanguages_ extends Function_ {
|
|
25300
25386
|
get [id]() {
|
|
@@ -25328,7 +25414,7 @@ Object.defineProperty(langpack_getLanguages_, "__F", {
|
|
|
25328
25414
|
enumerable: true,
|
|
25329
25415
|
configurable: true,
|
|
25330
25416
|
writable: true,
|
|
25331
|
-
value:
|
|
25417
|
+
value: null
|
|
25332
25418
|
});
|
|
25333
25419
|
export class langpack_getLanguage_ extends Function_ {
|
|
25334
25420
|
get [id]() {
|
|
@@ -25371,7 +25457,7 @@ Object.defineProperty(langpack_getLanguage_, "__F", {
|
|
|
25371
25457
|
enumerable: true,
|
|
25372
25458
|
configurable: true,
|
|
25373
25459
|
writable: true,
|
|
25374
|
-
value:
|
|
25460
|
+
value: null
|
|
25375
25461
|
});
|
|
25376
25462
|
export class folders_editPeerFolders_ extends Function_ {
|
|
25377
25463
|
get [id]() {
|
|
@@ -25405,7 +25491,7 @@ Object.defineProperty(folders_editPeerFolders_, "__F", {
|
|
|
25405
25491
|
enumerable: true,
|
|
25406
25492
|
configurable: true,
|
|
25407
25493
|
writable: true,
|
|
25408
|
-
value:
|
|
25494
|
+
value: null
|
|
25409
25495
|
});
|
|
25410
25496
|
export class stats_getBroadcastStats_ extends Function_ {
|
|
25411
25497
|
get [id]() {
|
|
@@ -25450,7 +25536,7 @@ Object.defineProperty(stats_getBroadcastStats_, "__F", {
|
|
|
25450
25536
|
enumerable: true,
|
|
25451
25537
|
configurable: true,
|
|
25452
25538
|
writable: true,
|
|
25453
|
-
value:
|
|
25539
|
+
value: null
|
|
25454
25540
|
});
|
|
25455
25541
|
export class stats_loadAsyncGraph_ extends Function_ {
|
|
25456
25542
|
get [id]() {
|
|
@@ -25495,7 +25581,7 @@ Object.defineProperty(stats_loadAsyncGraph_, "__F", {
|
|
|
25495
25581
|
enumerable: true,
|
|
25496
25582
|
configurable: true,
|
|
25497
25583
|
writable: true,
|
|
25498
|
-
value:
|
|
25584
|
+
value: null
|
|
25499
25585
|
});
|
|
25500
25586
|
export class stats_getMegagroupStats_ extends Function_ {
|
|
25501
25587
|
get [id]() {
|
|
@@ -25540,7 +25626,7 @@ Object.defineProperty(stats_getMegagroupStats_, "__F", {
|
|
|
25540
25626
|
enumerable: true,
|
|
25541
25627
|
configurable: true,
|
|
25542
25628
|
writable: true,
|
|
25543
|
-
value:
|
|
25629
|
+
value: null
|
|
25544
25630
|
});
|
|
25545
25631
|
export class stats_getMessagePublicForwards_ extends Function_ {
|
|
25546
25632
|
get [id]() {
|
|
@@ -25601,7 +25687,7 @@ Object.defineProperty(stats_getMessagePublicForwards_, "__F", {
|
|
|
25601
25687
|
enumerable: true,
|
|
25602
25688
|
configurable: true,
|
|
25603
25689
|
writable: true,
|
|
25604
|
-
value:
|
|
25690
|
+
value: null
|
|
25605
25691
|
});
|
|
25606
25692
|
export class stats_getMessageStats_ extends Function_ {
|
|
25607
25693
|
get [id]() {
|
|
@@ -25655,7 +25741,7 @@ Object.defineProperty(stats_getMessageStats_, "__F", {
|
|
|
25655
25741
|
enumerable: true,
|
|
25656
25742
|
configurable: true,
|
|
25657
25743
|
writable: true,
|
|
25658
|
-
value:
|
|
25744
|
+
value: null
|
|
25659
25745
|
});
|
|
25660
25746
|
export class stats_getStoryStats_ extends Function_ {
|
|
25661
25747
|
get [id]() {
|
|
@@ -25709,7 +25795,7 @@ Object.defineProperty(stats_getStoryStats_, "__F", {
|
|
|
25709
25795
|
enumerable: true,
|
|
25710
25796
|
configurable: true,
|
|
25711
25797
|
writable: true,
|
|
25712
|
-
value:
|
|
25798
|
+
value: null
|
|
25713
25799
|
});
|
|
25714
25800
|
export class stats_getStoryPublicForwards_ extends Function_ {
|
|
25715
25801
|
get [id]() {
|
|
@@ -25770,7 +25856,7 @@ Object.defineProperty(stats_getStoryPublicForwards_, "__F", {
|
|
|
25770
25856
|
enumerable: true,
|
|
25771
25857
|
configurable: true,
|
|
25772
25858
|
writable: true,
|
|
25773
|
-
value:
|
|
25859
|
+
value: null
|
|
25774
25860
|
});
|
|
25775
25861
|
export class chatlists_exportChatlistInvite_ extends Function_ {
|
|
25776
25862
|
get [id]() {
|
|
@@ -25822,7 +25908,7 @@ Object.defineProperty(chatlists_exportChatlistInvite_, "__F", {
|
|
|
25822
25908
|
enumerable: true,
|
|
25823
25909
|
configurable: true,
|
|
25824
25910
|
writable: true,
|
|
25825
|
-
value:
|
|
25911
|
+
value: null
|
|
25826
25912
|
});
|
|
25827
25913
|
export class chatlists_deleteExportedInvite_ extends Function_ {
|
|
25828
25914
|
get [id]() {
|
|
@@ -25865,7 +25951,7 @@ Object.defineProperty(chatlists_deleteExportedInvite_, "__F", {
|
|
|
25865
25951
|
enumerable: true,
|
|
25866
25952
|
configurable: true,
|
|
25867
25953
|
writable: true,
|
|
25868
|
-
value:
|
|
25954
|
+
value: null
|
|
25869
25955
|
});
|
|
25870
25956
|
export class chatlists_editExportedInvite_ extends Function_ {
|
|
25871
25957
|
get [id]() {
|
|
@@ -25928,7 +26014,7 @@ Object.defineProperty(chatlists_editExportedInvite_, "__F", {
|
|
|
25928
26014
|
enumerable: true,
|
|
25929
26015
|
configurable: true,
|
|
25930
26016
|
writable: true,
|
|
25931
|
-
value:
|
|
26017
|
+
value: null
|
|
25932
26018
|
});
|
|
25933
26019
|
export class chatlists_getExportedInvites_ extends Function_ {
|
|
25934
26020
|
get [id]() {
|
|
@@ -25962,7 +26048,7 @@ Object.defineProperty(chatlists_getExportedInvites_, "__F", {
|
|
|
25962
26048
|
enumerable: true,
|
|
25963
26049
|
configurable: true,
|
|
25964
26050
|
writable: true,
|
|
25965
|
-
value:
|
|
26051
|
+
value: null
|
|
25966
26052
|
});
|
|
25967
26053
|
export class chatlists_checkChatlistInvite_ extends Function_ {
|
|
25968
26054
|
get [id]() {
|
|
@@ -25996,7 +26082,7 @@ Object.defineProperty(chatlists_checkChatlistInvite_, "__F", {
|
|
|
25996
26082
|
enumerable: true,
|
|
25997
26083
|
configurable: true,
|
|
25998
26084
|
writable: true,
|
|
25999
|
-
value:
|
|
26085
|
+
value: null
|
|
26000
26086
|
});
|
|
26001
26087
|
export class chatlists_joinChatlistInvite_ extends Function_ {
|
|
26002
26088
|
get [id]() {
|
|
@@ -26039,7 +26125,7 @@ Object.defineProperty(chatlists_joinChatlistInvite_, "__F", {
|
|
|
26039
26125
|
enumerable: true,
|
|
26040
26126
|
configurable: true,
|
|
26041
26127
|
writable: true,
|
|
26042
|
-
value:
|
|
26128
|
+
value: null
|
|
26043
26129
|
});
|
|
26044
26130
|
export class chatlists_getChatlistUpdates_ extends Function_ {
|
|
26045
26131
|
get [id]() {
|
|
@@ -26073,7 +26159,7 @@ Object.defineProperty(chatlists_getChatlistUpdates_, "__F", {
|
|
|
26073
26159
|
enumerable: true,
|
|
26074
26160
|
configurable: true,
|
|
26075
26161
|
writable: true,
|
|
26076
|
-
value:
|
|
26162
|
+
value: null
|
|
26077
26163
|
});
|
|
26078
26164
|
export class chatlists_joinChatlistUpdates_ extends Function_ {
|
|
26079
26165
|
get [id]() {
|
|
@@ -26116,7 +26202,7 @@ Object.defineProperty(chatlists_joinChatlistUpdates_, "__F", {
|
|
|
26116
26202
|
enumerable: true,
|
|
26117
26203
|
configurable: true,
|
|
26118
26204
|
writable: true,
|
|
26119
|
-
value:
|
|
26205
|
+
value: null
|
|
26120
26206
|
});
|
|
26121
26207
|
export class chatlists_hideChatlistUpdates_ extends Function_ {
|
|
26122
26208
|
get [id]() {
|
|
@@ -26150,7 +26236,7 @@ Object.defineProperty(chatlists_hideChatlistUpdates_, "__F", {
|
|
|
26150
26236
|
enumerable: true,
|
|
26151
26237
|
configurable: true,
|
|
26152
26238
|
writable: true,
|
|
26153
|
-
value:
|
|
26239
|
+
value: null
|
|
26154
26240
|
});
|
|
26155
26241
|
export class chatlists_getLeaveChatlistSuggestions_ extends Function_ {
|
|
26156
26242
|
get [id]() {
|
|
@@ -26184,7 +26270,7 @@ Object.defineProperty(chatlists_getLeaveChatlistSuggestions_, "__F", {
|
|
|
26184
26270
|
enumerable: true,
|
|
26185
26271
|
configurable: true,
|
|
26186
26272
|
writable: true,
|
|
26187
|
-
value:
|
|
26273
|
+
value: null
|
|
26188
26274
|
});
|
|
26189
26275
|
export class chatlists_leaveChatlist_ extends Function_ {
|
|
26190
26276
|
get [id]() {
|
|
@@ -26227,7 +26313,7 @@ Object.defineProperty(chatlists_leaveChatlist_, "__F", {
|
|
|
26227
26313
|
enumerable: true,
|
|
26228
26314
|
configurable: true,
|
|
26229
26315
|
writable: true,
|
|
26230
|
-
value:
|
|
26316
|
+
value: null
|
|
26231
26317
|
});
|
|
26232
26318
|
export class stories_canSendStory_ extends Function_ {
|
|
26233
26319
|
get [id]() {
|
|
@@ -26261,7 +26347,7 @@ Object.defineProperty(stories_canSendStory_, "__F", {
|
|
|
26261
26347
|
enumerable: true,
|
|
26262
26348
|
configurable: true,
|
|
26263
26349
|
writable: true,
|
|
26264
|
-
value:
|
|
26350
|
+
value: null
|
|
26265
26351
|
});
|
|
26266
26352
|
export class stories_sendStory_ extends Function_ {
|
|
26267
26353
|
get [id]() {
|
|
@@ -26405,7 +26491,7 @@ Object.defineProperty(stories_sendStory_, "__F", {
|
|
|
26405
26491
|
enumerable: true,
|
|
26406
26492
|
configurable: true,
|
|
26407
26493
|
writable: true,
|
|
26408
|
-
value:
|
|
26494
|
+
value: null
|
|
26409
26495
|
});
|
|
26410
26496
|
export class stories_editStory_ extends Function_ {
|
|
26411
26497
|
get [id]() {
|
|
@@ -26495,7 +26581,7 @@ Object.defineProperty(stories_editStory_, "__F", {
|
|
|
26495
26581
|
enumerable: true,
|
|
26496
26582
|
configurable: true,
|
|
26497
26583
|
writable: true,
|
|
26498
|
-
value:
|
|
26584
|
+
value: null
|
|
26499
26585
|
});
|
|
26500
26586
|
export class stories_deleteStories_ extends Function_ {
|
|
26501
26587
|
get [id]() {
|
|
@@ -26538,7 +26624,7 @@ Object.defineProperty(stories_deleteStories_, "__F", {
|
|
|
26538
26624
|
enumerable: true,
|
|
26539
26625
|
configurable: true,
|
|
26540
26626
|
writable: true,
|
|
26541
|
-
value:
|
|
26627
|
+
value: null
|
|
26542
26628
|
});
|
|
26543
26629
|
export class stories_togglePinned_ extends Function_ {
|
|
26544
26630
|
get [id]() {
|
|
@@ -26590,7 +26676,7 @@ Object.defineProperty(stories_togglePinned_, "__F", {
|
|
|
26590
26676
|
enumerable: true,
|
|
26591
26677
|
configurable: true,
|
|
26592
26678
|
writable: true,
|
|
26593
|
-
value:
|
|
26679
|
+
value: null
|
|
26594
26680
|
});
|
|
26595
26681
|
export class stories_getAllStories_ extends Function_ {
|
|
26596
26682
|
get [id]() {
|
|
@@ -26644,7 +26730,7 @@ Object.defineProperty(stories_getAllStories_, "__F", {
|
|
|
26644
26730
|
enumerable: true,
|
|
26645
26731
|
configurable: true,
|
|
26646
26732
|
writable: true,
|
|
26647
|
-
value:
|
|
26733
|
+
value: null
|
|
26648
26734
|
});
|
|
26649
26735
|
export class stories_getPinnedStories_ extends Function_ {
|
|
26650
26736
|
get [id]() {
|
|
@@ -26696,7 +26782,7 @@ Object.defineProperty(stories_getPinnedStories_, "__F", {
|
|
|
26696
26782
|
enumerable: true,
|
|
26697
26783
|
configurable: true,
|
|
26698
26784
|
writable: true,
|
|
26699
|
-
value:
|
|
26785
|
+
value: null
|
|
26700
26786
|
});
|
|
26701
26787
|
export class stories_getStoriesArchive_ extends Function_ {
|
|
26702
26788
|
get [id]() {
|
|
@@ -26748,7 +26834,7 @@ Object.defineProperty(stories_getStoriesArchive_, "__F", {
|
|
|
26748
26834
|
enumerable: true,
|
|
26749
26835
|
configurable: true,
|
|
26750
26836
|
writable: true,
|
|
26751
|
-
value:
|
|
26837
|
+
value: null
|
|
26752
26838
|
});
|
|
26753
26839
|
export class stories_getStoriesByID_ extends Function_ {
|
|
26754
26840
|
get [id]() {
|
|
@@ -26791,7 +26877,7 @@ Object.defineProperty(stories_getStoriesByID_, "__F", {
|
|
|
26791
26877
|
enumerable: true,
|
|
26792
26878
|
configurable: true,
|
|
26793
26879
|
writable: true,
|
|
26794
|
-
value:
|
|
26880
|
+
value: null
|
|
26795
26881
|
});
|
|
26796
26882
|
export class stories_toggleAllStoriesHidden_ extends Function_ {
|
|
26797
26883
|
get [id]() {
|
|
@@ -26825,7 +26911,7 @@ Object.defineProperty(stories_toggleAllStoriesHidden_, "__F", {
|
|
|
26825
26911
|
enumerable: true,
|
|
26826
26912
|
configurable: true,
|
|
26827
26913
|
writable: true,
|
|
26828
|
-
value:
|
|
26914
|
+
value: null
|
|
26829
26915
|
});
|
|
26830
26916
|
export class stories_readStories_ extends Function_ {
|
|
26831
26917
|
get [id]() {
|
|
@@ -26868,7 +26954,7 @@ Object.defineProperty(stories_readStories_, "__F", {
|
|
|
26868
26954
|
enumerable: true,
|
|
26869
26955
|
configurable: true,
|
|
26870
26956
|
writable: true,
|
|
26871
|
-
value:
|
|
26957
|
+
value: null
|
|
26872
26958
|
});
|
|
26873
26959
|
export class stories_incrementStoryViews_ extends Function_ {
|
|
26874
26960
|
get [id]() {
|
|
@@ -26911,7 +26997,7 @@ Object.defineProperty(stories_incrementStoryViews_, "__F", {
|
|
|
26911
26997
|
enumerable: true,
|
|
26912
26998
|
configurable: true,
|
|
26913
26999
|
writable: true,
|
|
26914
|
-
value:
|
|
27000
|
+
value: null
|
|
26915
27001
|
});
|
|
26916
27002
|
export class stories_getStoryViewsList_ extends Function_ {
|
|
26917
27003
|
get [id]() {
|
|
@@ -27010,7 +27096,7 @@ Object.defineProperty(stories_getStoryViewsList_, "__F", {
|
|
|
27010
27096
|
enumerable: true,
|
|
27011
27097
|
configurable: true,
|
|
27012
27098
|
writable: true,
|
|
27013
|
-
value:
|
|
27099
|
+
value: null
|
|
27014
27100
|
});
|
|
27015
27101
|
export class stories_getStoriesViews_ extends Function_ {
|
|
27016
27102
|
get [id]() {
|
|
@@ -27053,7 +27139,7 @@ Object.defineProperty(stories_getStoriesViews_, "__F", {
|
|
|
27053
27139
|
enumerable: true,
|
|
27054
27140
|
configurable: true,
|
|
27055
27141
|
writable: true,
|
|
27056
|
-
value:
|
|
27142
|
+
value: null
|
|
27057
27143
|
});
|
|
27058
27144
|
export class stories_exportStoryLink_ extends Function_ {
|
|
27059
27145
|
get [id]() {
|
|
@@ -27096,7 +27182,7 @@ Object.defineProperty(stories_exportStoryLink_, "__F", {
|
|
|
27096
27182
|
enumerable: true,
|
|
27097
27183
|
configurable: true,
|
|
27098
27184
|
writable: true,
|
|
27099
|
-
value:
|
|
27185
|
+
value: null
|
|
27100
27186
|
});
|
|
27101
27187
|
export class stories_report_ extends Function_ {
|
|
27102
27188
|
get [id]() {
|
|
@@ -27157,7 +27243,7 @@ Object.defineProperty(stories_report_, "__F", {
|
|
|
27157
27243
|
enumerable: true,
|
|
27158
27244
|
configurable: true,
|
|
27159
27245
|
writable: true,
|
|
27160
|
-
value:
|
|
27246
|
+
value: null
|
|
27161
27247
|
});
|
|
27162
27248
|
export class stories_activateStealthMode_ extends Function_ {
|
|
27163
27249
|
get [id]() {
|
|
@@ -27202,7 +27288,7 @@ Object.defineProperty(stories_activateStealthMode_, "__F", {
|
|
|
27202
27288
|
enumerable: true,
|
|
27203
27289
|
configurable: true,
|
|
27204
27290
|
writable: true,
|
|
27205
|
-
value:
|
|
27291
|
+
value: null
|
|
27206
27292
|
});
|
|
27207
27293
|
export class stories_sendReaction_ extends Function_ {
|
|
27208
27294
|
get [id]() {
|
|
@@ -27265,7 +27351,7 @@ Object.defineProperty(stories_sendReaction_, "__F", {
|
|
|
27265
27351
|
enumerable: true,
|
|
27266
27352
|
configurable: true,
|
|
27267
27353
|
writable: true,
|
|
27268
|
-
value:
|
|
27354
|
+
value: null
|
|
27269
27355
|
});
|
|
27270
27356
|
export class stories_getPeerStories_ extends Function_ {
|
|
27271
27357
|
get [id]() {
|
|
@@ -27299,7 +27385,7 @@ Object.defineProperty(stories_getPeerStories_, "__F", {
|
|
|
27299
27385
|
enumerable: true,
|
|
27300
27386
|
configurable: true,
|
|
27301
27387
|
writable: true,
|
|
27302
|
-
value:
|
|
27388
|
+
value: null
|
|
27303
27389
|
});
|
|
27304
27390
|
export class stories_getAllReadPeerStories_ extends Function_ {
|
|
27305
27391
|
get [id]() {
|
|
@@ -27322,7 +27408,7 @@ Object.defineProperty(stories_getAllReadPeerStories_, "__F", {
|
|
|
27322
27408
|
enumerable: true,
|
|
27323
27409
|
configurable: true,
|
|
27324
27410
|
writable: true,
|
|
27325
|
-
value:
|
|
27411
|
+
value: null
|
|
27326
27412
|
});
|
|
27327
27413
|
export class stories_getPeerMaxIDs_ extends Function_ {
|
|
27328
27414
|
get [id]() {
|
|
@@ -27356,7 +27442,7 @@ Object.defineProperty(stories_getPeerMaxIDs_, "__F", {
|
|
|
27356
27442
|
enumerable: true,
|
|
27357
27443
|
configurable: true,
|
|
27358
27444
|
writable: true,
|
|
27359
|
-
value:
|
|
27445
|
+
value: null
|
|
27360
27446
|
});
|
|
27361
27447
|
export class stories_getChatsToSend_ extends Function_ {
|
|
27362
27448
|
get [id]() {
|
|
@@ -27379,7 +27465,7 @@ Object.defineProperty(stories_getChatsToSend_, "__F", {
|
|
|
27379
27465
|
enumerable: true,
|
|
27380
27466
|
configurable: true,
|
|
27381
27467
|
writable: true,
|
|
27382
|
-
value:
|
|
27468
|
+
value: null
|
|
27383
27469
|
});
|
|
27384
27470
|
export class stories_togglePeerStoriesHidden_ extends Function_ {
|
|
27385
27471
|
get [id]() {
|
|
@@ -27422,7 +27508,7 @@ Object.defineProperty(stories_togglePeerStoriesHidden_, "__F", {
|
|
|
27422
27508
|
enumerable: true,
|
|
27423
27509
|
configurable: true,
|
|
27424
27510
|
writable: true,
|
|
27425
|
-
value:
|
|
27511
|
+
value: null
|
|
27426
27512
|
});
|
|
27427
27513
|
export class stories_getStoryReactionsList_ extends Function_ {
|
|
27428
27514
|
get [id]() {
|
|
@@ -27503,7 +27589,7 @@ Object.defineProperty(stories_getStoryReactionsList_, "__F", {
|
|
|
27503
27589
|
enumerable: true,
|
|
27504
27590
|
configurable: true,
|
|
27505
27591
|
writable: true,
|
|
27506
|
-
value:
|
|
27592
|
+
value: null
|
|
27507
27593
|
});
|
|
27508
27594
|
export class premium_getBoostsList_ extends Function_ {
|
|
27509
27595
|
get [id]() {
|
|
@@ -27566,7 +27652,7 @@ Object.defineProperty(premium_getBoostsList_, "__F", {
|
|
|
27566
27652
|
enumerable: true,
|
|
27567
27653
|
configurable: true,
|
|
27568
27654
|
writable: true,
|
|
27569
|
-
value:
|
|
27655
|
+
value: null
|
|
27570
27656
|
});
|
|
27571
27657
|
export class premium_getMyBoosts_ extends Function_ {
|
|
27572
27658
|
get [id]() {
|
|
@@ -27589,7 +27675,7 @@ Object.defineProperty(premium_getMyBoosts_, "__F", {
|
|
|
27589
27675
|
enumerable: true,
|
|
27590
27676
|
configurable: true,
|
|
27591
27677
|
writable: true,
|
|
27592
|
-
value:
|
|
27678
|
+
value: null
|
|
27593
27679
|
});
|
|
27594
27680
|
export class premium_applyBoost_ extends Function_ {
|
|
27595
27681
|
get [id]() {
|
|
@@ -27634,7 +27720,7 @@ Object.defineProperty(premium_applyBoost_, "__F", {
|
|
|
27634
27720
|
enumerable: true,
|
|
27635
27721
|
configurable: true,
|
|
27636
27722
|
writable: true,
|
|
27637
|
-
value:
|
|
27723
|
+
value: null
|
|
27638
27724
|
});
|
|
27639
27725
|
export class premium_getBoostsStatus_ extends Function_ {
|
|
27640
27726
|
get [id]() {
|
|
@@ -27668,7 +27754,7 @@ Object.defineProperty(premium_getBoostsStatus_, "__F", {
|
|
|
27668
27754
|
enumerable: true,
|
|
27669
27755
|
configurable: true,
|
|
27670
27756
|
writable: true,
|
|
27671
|
-
value:
|
|
27757
|
+
value: null
|
|
27672
27758
|
});
|
|
27673
27759
|
export class premium_getUserBoosts_ extends Function_ {
|
|
27674
27760
|
get [id]() {
|
|
@@ -27711,7 +27797,7 @@ Object.defineProperty(premium_getUserBoosts_, "__F", {
|
|
|
27711
27797
|
enumerable: true,
|
|
27712
27798
|
configurable: true,
|
|
27713
27799
|
writable: true,
|
|
27714
|
-
value:
|
|
27800
|
+
value: null
|
|
27715
27801
|
});
|
|
27716
27802
|
export const functions = {
|
|
27717
27803
|
Function: Function_,
|
|
@@ -28191,6 +28277,8 @@ export const functions = {
|
|
|
28191
28277
|
toggleViewForumAsMessages: channels_toggleViewForumAsMessages_,
|
|
28192
28278
|
getChannelRecommendations: channels_getChannelRecommendations_,
|
|
28193
28279
|
updateEmojiStatus: channels_updateEmojiStatus_,
|
|
28280
|
+
setBoostsToUnblockRestrictions: channels_setBoostsToUnblockRestrictions_,
|
|
28281
|
+
setEmojiStickers: channels_setEmojiStickers_,
|
|
28194
28282
|
},
|
|
28195
28283
|
bots: {
|
|
28196
28284
|
sendCustomRequest: bots_sendCustomRequest_,
|