@mtkruto/node 0.69.0 → 0.70.1
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 +3 -1
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +3 -1
- package/esm/3_types.d.ts +35 -35
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +35 -35
- package/esm/_dnt.polyfills.d.ts +20 -13
- package/esm/_dnt.polyfills.d.ts.map +1 -1
- package/esm/_dnt.polyfills.js +120 -11
- package/esm/client/0_abortable_loop.d.ts +27 -0
- package/esm/client/0_abortable_loop.d.ts.map +1 -0
- package/esm/client/0_abortable_loop.js +49 -0
- package/esm/client/0_client_abstract.d.ts +1 -0
- package/esm/client/0_client_abstract.d.ts.map +1 -1
- package/esm/client/0_client_abstract.js +3 -0
- package/esm/client/0_filters.d.ts +9 -3
- package/esm/client/0_filters.d.ts.map +1 -1
- package/esm/client/0_filters.js +4 -1
- package/esm/client/0_params.d.ts +1 -1
- package/esm/client/0_password.d.ts +2 -2
- package/esm/client/0_password.d.ts.map +1 -1
- package/esm/client/0_storage_operations.d.ts +53 -71
- package/esm/client/0_storage_operations.d.ts.map +1 -1
- package/esm/client/0_storage_operations.js +241 -238
- package/esm/client/0_update_processor.d.ts +2 -2
- package/esm/client/0_update_processor.d.ts.map +1 -1
- package/esm/client/0_utilities.d.ts +2 -2
- package/esm/client/0_utilities.d.ts.map +1 -1
- package/esm/client/1_types.d.ts +2 -2
- package/esm/client/1_types.d.ts.map +1 -1
- package/esm/client/2_account_manager.js +5 -5
- package/esm/client/2_business_connection_manager.d.ts +1 -1
- package/esm/client/2_business_connection_manager.d.ts.map +1 -1
- package/esm/client/2_business_connection_manager.js +3 -3
- package/esm/client/2_client_encrypted.d.ts +1 -1
- package/esm/client/2_client_encrypted.d.ts.map +1 -1
- package/esm/client/2_client_encrypted.js +26 -23
- package/esm/client/2_file_manager.js +2 -2
- package/esm/client/2_network_statistics_manager.d.ts +2 -2
- package/esm/client/2_network_statistics_manager.d.ts.map +1 -1
- package/esm/client/2_network_statistics_manager.js +30 -4
- package/esm/client/2_payment_manager.d.ts +1 -1
- package/esm/client/2_payment_manager.d.ts.map +1 -1
- package/esm/client/2_payment_manager.js +2 -2
- package/esm/client/2_reaction_manager.d.ts +1 -1
- package/esm/client/2_reaction_manager.d.ts.map +1 -1
- package/esm/client/2_reaction_manager.js +2 -2
- package/esm/client/2_translations_manager.d.ts +1 -1
- package/esm/client/2_translations_manager.d.ts.map +1 -1
- package/esm/client/2_translations_manager.js +15 -11
- package/esm/client/2_update_manager.d.ts +4 -2
- package/esm/client/2_update_manager.d.ts.map +1 -1
- package/esm/client/2_update_manager.js +62 -80
- package/esm/client/3_message_manager.d.ts +2 -2
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +5 -5
- package/esm/client/3_video_chat_manager.d.ts +1 -1
- package/esm/client/3_video_chat_manager.d.ts.map +1 -1
- package/esm/client/4_callback_query_manager.d.ts +1 -1
- package/esm/client/4_callback_query_manager.d.ts.map +1 -1
- package/esm/client/4_callback_query_manager.js +1 -1
- package/esm/client/4_chat_list_manager.d.ts +2 -3
- package/esm/client/4_chat_list_manager.d.ts.map +1 -1
- package/esm/client/4_chat_list_manager.js +10 -265
- package/esm/client/4_chat_manager.d.ts +2 -2
- package/esm/client/4_chat_manager.d.ts.map +1 -1
- package/esm/client/4_chat_manager.js +7 -7
- package/esm/client/4_gift_manager.js +3 -3
- package/esm/client/4_inline_query_manager.d.ts +1 -1
- package/esm/client/4_inline_query_manager.d.ts.map +1 -1
- package/esm/client/4_inline_query_manager.js +3 -3
- package/esm/client/4_link_preview_manager.d.ts +1 -1
- package/esm/client/4_link_preview_manager.d.ts.map +1 -1
- package/esm/client/4_link_preview_manager.js +3 -3
- package/esm/client/4_poll_manager.d.ts +1 -1
- package/esm/client/4_poll_manager.d.ts.map +1 -1
- package/esm/client/4_poll_manager.js +1 -1
- package/esm/client/4_story_manager.d.ts +1 -1
- package/esm/client/4_story_manager.d.ts.map +1 -1
- package/esm/client/4_story_manager.js +7 -7
- package/esm/client/5_client.d.ts +15 -9
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +420 -382
- package/esm/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.d.ts +12 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.js +69 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/lru_cache.d.ts +112 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/lru_cache.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/lru_cache.js +140 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/memoize.d.ts +111 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/memoize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/cache/0.2.0/memoize.js +82 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts +39 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.js +109 -0
- package/esm/session/1_session.d.ts +1 -0
- package/esm/session/1_session.d.ts.map +1 -1
- package/esm/session/1_session.js +3 -0
- package/esm/session/2_session_encrypted.d.ts +2 -2
- package/esm/session/2_session_encrypted.d.ts.map +1 -1
- package/esm/session/2_session_encrypted.js +198 -135
- package/esm/storage/0_storage.d.ts +1 -0
- package/esm/storage/0_storage.d.ts.map +1 -1
- package/esm/storage/2_storage_indexed_db.d.ts +1 -0
- package/esm/storage/2_storage_indexed_db.d.ts.map +1 -1
- package/esm/storage/2_storage_indexed_db.js +3 -0
- package/esm/storage/2_storage_local_storage.node.d.ts +1 -0
- package/esm/storage/2_storage_local_storage.node.d.ts.map +1 -1
- package/esm/storage/2_storage_local_storage.node.js +3 -0
- package/esm/storage/2_storage_memory.d.ts +1 -0
- package/esm/storage/2_storage_memory.d.ts.map +1 -1
- package/esm/storage/2_storage_memory.js +3 -0
- package/esm/storage/2_storage_session_storage.d.ts +1 -0
- package/esm/storage/2_storage_session_storage.d.ts.map +1 -1
- package/esm/storage/2_storage_session_storage.js +3 -0
- package/esm/tl/0_utilities.d.ts +1 -0
- package/esm/tl/0_utilities.d.ts.map +1 -1
- package/esm/tl/0_utilities.js +20 -1
- package/esm/tl/1_telegram_api.d.ts +810 -254
- package/esm/tl/1_telegram_api.d.ts.map +1 -1
- package/esm/tl/1_telegram_api.js +912 -213
- package/esm/tl/1_tl_reader.d.ts +2 -2
- package/esm/tl/1_tl_reader.d.ts.map +1 -1
- package/esm/tl/1_tl_writer.d.ts +2 -2
- package/esm/tl/1_tl_writer.d.ts.map +1 -1
- package/esm/tl/2_mtproto.d.ts +1 -1
- package/esm/tl/2_mtproto.d.ts.map +1 -1
- package/esm/tl/2_telegram.d.ts +1 -1
- package/esm/tl/2_telegram.d.ts.map +1 -1
- package/esm/types/0_file_source.d.ts +1 -1
- package/esm/types/0_file_source.d.ts.map +1 -1
- package/esm/types/1_chat_p.d.ts +10 -0
- package/esm/types/1_chat_p.d.ts.map +1 -1
- package/esm/types/1_chat_p.js +4 -0
- package/esm/types/2_chat.d.ts +2 -5
- package/esm/types/2_chat.d.ts.map +1 -1
- package/esm/types/2_chat.js +10 -15
- package/esm/types/{0_message_entity.d.ts → 2_message_entity.d.ts} +3 -3
- package/esm/types/{0_message_entity.d.ts.map → 2_message_entity.d.ts.map} +1 -1
- package/esm/types/{0_message_entity.js → 2_message_entity.js} +7 -7
- package/esm/types/2_message_reaction_count.d.ts +2 -3
- package/esm/types/2_message_reaction_count.d.ts.map +1 -1
- package/esm/types/2_message_reaction_count.js +4 -6
- package/esm/types/2_poll_answer.d.ts +2 -3
- package/esm/types/2_poll_answer.d.ts.map +1 -1
- package/esm/types/2_poll_answer.js +4 -5
- package/esm/types/2_story_interactive_area.d.ts +2 -2
- package/esm/types/2_story_interactive_area.d.ts.map +1 -1
- package/esm/types/2_story_interactive_area.js +2 -2
- package/esm/types/{1_story_privacy.d.ts → 2_story_privacy.d.ts} +3 -3
- package/esm/types/{1_story_privacy.d.ts.map → 2_story_privacy.d.ts.map} +1 -1
- package/esm/types/{1_story_privacy.js → 2_story_privacy.js} +10 -10
- package/{script/types/1_user.d.ts → esm/types/2_user.d.ts} +5 -1
- package/esm/types/2_user.d.ts.map +1 -0
- package/esm/types/{1_user.js → 2_user.js} +24 -0
- package/esm/types/{2_business_connection.d.ts → 3_business_connection.d.ts} +4 -4
- package/esm/types/3_business_connection.d.ts.map +1 -0
- package/esm/types/{2_business_connection.js → 3_business_connection.js} +10 -3
- package/{script/types/2_chat_member.d.ts → esm/types/3_chat_member.d.ts} +6 -4
- package/esm/types/{2_chat_member.d.ts.map → 3_chat_member.d.ts.map} +1 -1
- package/esm/types/{2_chat_member.js → 3_chat_member.js} +5 -5
- package/esm/types/{2_chat_settings.d.ts → 3_chat_settings.d.ts} +2 -2
- package/{script/types/2_chat_settings.d.ts.map → esm/types/3_chat_settings.d.ts.map} +1 -1
- package/esm/types/{2_chat_settings.js → 3_chat_settings.js} +1 -1
- package/esm/types/{2_chosen_inline_result.d.ts → 3_chosen_inline_result.d.ts} +4 -4
- package/esm/types/3_chosen_inline_result.d.ts.map +1 -0
- package/esm/types/{2_chosen_inline_result.js → 3_chosen_inline_result.js} +3 -3
- package/esm/types/{2_forward_header.d.ts → 3_forward_header.d.ts} +4 -5
- package/esm/types/3_forward_header.d.ts.map +1 -0
- package/esm/types/{2_forward_header.js → 3_forward_header.js} +11 -12
- package/{script/types/2_game.d.ts → esm/types/3_game.d.ts} +2 -2
- package/esm/types/3_game.d.ts.map +1 -0
- package/esm/types/{2_gift_upgraded_component.d.ts → 3_gift_upgraded_component.d.ts} +2 -2
- package/esm/types/{2_gift_upgraded_component.d.ts.map → 3_gift_upgraded_component.d.ts.map} +1 -1
- package/esm/types/{2_gift_upgraded_component.js → 3_gift_upgraded_component.js} +1 -1
- package/esm/types/{2_inline_query.d.ts → 3_inline_query.d.ts} +4 -4
- package/esm/types/3_inline_query.d.ts.map +1 -0
- package/esm/types/{2_inline_query.js → 3_inline_query.js} +5 -5
- package/{script/types/1_input_media.d.ts → esm/types/3_input_media.d.ts} +2 -2
- package/esm/types/{1_input_media.d.ts.map → 3_input_media.d.ts.map} +1 -1
- package/{script/types/2_invite_link.d.ts → esm/types/3_invite_link.d.ts} +4 -4
- package/{script/types/2_invite_link.d.ts.map → esm/types/3_invite_link.d.ts.map} +1 -1
- package/esm/types/{2_invite_link.js → 3_invite_link.js} +5 -5
- package/{script/types/2_message_reactions.d.ts → esm/types/3_message_reactions.d.ts} +5 -6
- package/esm/types/3_message_reactions.d.ts.map +1 -0
- package/esm/types/{2_message_reactions.js → 3_message_reactions.js} +10 -12
- package/esm/types/{1_poll_option.d.ts → 3_poll_option.d.ts} +2 -2
- package/esm/types/{1_poll_option.d.ts.map → 3_poll_option.d.ts.map} +1 -1
- package/esm/types/{1_poll_option.js → 3_poll_option.js} +1 -1
- package/esm/types/{2_pre_checkout_query.d.ts → 3_pre_checkout_query.d.ts} +4 -4
- package/esm/types/3_pre_checkout_query.d.ts.map +1 -0
- package/esm/types/{2_pre_checkout_query.js → 3_pre_checkout_query.js} +5 -5
- package/{script/types/1_reply_quote.d.ts → esm/types/3_reply_quote.d.ts} +2 -2
- package/esm/types/{1_reply_quote.d.ts.map → 3_reply_quote.d.ts.map} +1 -1
- package/esm/types/{1_reply_quote.js → 3_reply_quote.js} +1 -1
- package/esm/types/3_story.d.ts +4 -5
- package/esm/types/3_story.d.ts.map +1 -1
- package/esm/types/3_story.js +6 -7
- package/esm/types/{3_chat_member_updated.d.ts → 4_chat_member_updated.d.ts} +6 -7
- package/esm/types/4_chat_member_updated.d.ts.map +1 -0
- package/esm/types/{3_chat_member_updated.js → 4_chat_member_updated.js} +13 -14
- package/esm/types/{3_gift.d.ts → 4_gift.d.ts} +6 -6
- package/esm/types/{3_gift.d.ts.map → 4_gift.d.ts.map} +1 -1
- package/esm/types/{3_gift.js → 4_gift.js} +7 -7
- package/esm/types/{3_join_request.d.ts → 4_join_request.d.ts} +6 -7
- package/esm/types/4_join_request.d.ts.map +1 -0
- package/esm/types/{3_join_request.js → 4_join_request.js} +17 -18
- package/esm/types/{2_poll.d.ts → 4_poll.d.ts} +3 -3
- package/esm/types/{2_poll.d.ts.map → 4_poll.d.ts.map} +1 -1
- package/esm/types/{2_poll.js → 4_poll.js} +2 -2
- package/{script/types/2_reply_to.d.ts → esm/types/4_reply_to.d.ts} +2 -2
- package/esm/types/{2_reply_to.d.ts.map → 4_reply_to.d.ts.map} +1 -1
- package/esm/types/{4_claimed_gift.d.ts → 5_claimed_gift.d.ts} +5 -6
- package/esm/types/5_claimed_gift.d.ts.map +1 -0
- package/esm/types/{4_claimed_gift.js → 5_claimed_gift.js} +4 -4
- package/esm/types/{4_link_preview.d.ts → 5_link_preview.d.ts} +4 -4
- package/{script/types/4_link_preview.d.ts.map → esm/types/5_link_preview.d.ts.map} +1 -1
- package/esm/types/{4_link_preview.js → 5_link_preview.js} +3 -3
- package/esm/types/{5_claimed_gifts.d.ts → 6_claimed_gifts.d.ts} +4 -4
- package/esm/types/6_claimed_gifts.d.ts.map +1 -0
- package/esm/types/{5_claimed_gifts.js → 6_claimed_gifts.js} +4 -4
- package/esm/types/{5_message.d.ts → 6_message.d.ts} +10 -11
- package/esm/types/6_message.d.ts.map +1 -0
- package/esm/types/{5_message.js → 6_message.js} +41 -66
- package/{script/types/5_message_content.d.ts → esm/types/6_message_content.d.ts} +3 -3
- package/esm/types/{5_message_content.d.ts.map → 6_message_content.d.ts.map} +1 -1
- package/{script/types/6_callback_query.d.ts → esm/types/7_callback_query.d.ts} +5 -5
- package/esm/types/{6_callback_query.d.ts.map → 7_callback_query.d.ts.map} +1 -1
- package/esm/types/{6_callback_query.js → 7_callback_query.js} +5 -5
- package/{script/types/6_chat_list_item.d.ts → esm/types/7_chat_list_item.d.ts} +6 -7
- package/esm/types/7_chat_list_item.d.ts.map +1 -0
- package/esm/types/{6_chat_list_item.js → 7_chat_list_item.js} +11 -11
- package/{script/types/6_inline_query_result.d.ts → esm/types/7_inline_query_result.d.ts} +3 -3
- package/esm/types/{6_inline_query_result.d.ts.map → 7_inline_query_result.d.ts.map} +1 -1
- package/esm/types/{6_inline_query_result.js → 7_inline_query_result.js} +1 -1
- package/esm/types/{6_saved_chat.d.ts → 7_saved_chat.d.ts} +4 -5
- package/esm/types/7_saved_chat.d.ts.map +1 -0
- package/esm/types/{6_saved_chat.js → 7_saved_chat.js} +4 -4
- package/esm/types/{6_topic.d.ts → 7_topic.d.ts} +2 -2
- package/esm/types/{6_topic.d.ts.map → 7_topic.d.ts.map} +1 -1
- package/esm/types/{7_inline_query_answer.d.ts → 8_inline_query_answer.d.ts} +2 -2
- package/esm/types/{7_inline_query_answer.d.ts.map → 8_inline_query_answer.d.ts.map} +1 -1
- package/esm/types/{7_inline_query_answer.js → 8_inline_query_answer.js} +1 -1
- package/{script/types/7_saved_chats.d.ts → esm/types/8_saved_chats.d.ts} +5 -5
- package/esm/types/8_saved_chats.d.ts.map +1 -0
- package/esm/types/{7_saved_chats.js → 8_saved_chats.js} +3 -3
- package/esm/types/{7_update.d.ts → 8_update.d.ts} +35 -16
- package/esm/types/8_update.d.ts.map +1 -0
- package/esm/types/_file_id.d.ts +1 -1
- package/esm/types/_file_id.d.ts.map +1 -1
- package/esm/types/_getters.d.ts +0 -7
- package/esm/types/_getters.d.ts.map +1 -1
- package/esm/utilities/0_hash.d.ts +2 -2
- package/esm/utilities/0_hash.d.ts.map +1 -1
- package/esm/utilities/0_misc.d.ts +1 -0
- package/esm/utilities/0_misc.d.ts.map +1 -1
- package/esm/utilities/0_misc.js +14 -1
- package/esm/utilities/0_part_stream.d.ts +1 -1
- package/esm/utilities/0_part_stream.d.ts.map +1 -1
- package/package.json +1 -1
- package/script/0_deps.d.ts +3 -1
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +6 -1
- package/script/3_types.d.ts +35 -35
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +35 -35
- package/script/_dnt.polyfills.d.ts +20 -13
- package/script/_dnt.polyfills.d.ts.map +1 -1
- package/script/_dnt.polyfills.js +120 -11
- package/script/client/0_abortable_loop.d.ts +27 -0
- package/script/client/0_abortable_loop.d.ts.map +1 -0
- package/script/client/0_abortable_loop.js +53 -0
- package/script/client/0_client_abstract.d.ts +1 -0
- package/script/client/0_client_abstract.d.ts.map +1 -1
- package/script/client/0_client_abstract.js +3 -0
- package/script/client/0_filters.d.ts +9 -3
- package/script/client/0_filters.d.ts.map +1 -1
- package/script/client/0_filters.js +4 -1
- package/script/client/0_params.d.ts +1 -1
- package/script/client/0_password.d.ts +2 -2
- package/script/client/0_password.d.ts.map +1 -1
- package/script/client/0_storage_operations.d.ts +53 -71
- package/script/client/0_storage_operations.d.ts.map +1 -1
- package/script/client/0_storage_operations.js +239 -236
- package/script/client/0_update_processor.d.ts +2 -2
- package/script/client/0_update_processor.d.ts.map +1 -1
- package/script/client/0_utilities.d.ts +2 -2
- package/script/client/0_utilities.d.ts.map +1 -1
- package/script/client/1_types.d.ts +2 -2
- package/script/client/1_types.d.ts.map +1 -1
- package/script/client/2_account_manager.js +5 -5
- package/script/client/2_business_connection_manager.d.ts +1 -1
- package/script/client/2_business_connection_manager.d.ts.map +1 -1
- package/script/client/2_business_connection_manager.js +3 -3
- package/script/client/2_client_encrypted.d.ts +1 -1
- package/script/client/2_client_encrypted.d.ts.map +1 -1
- package/script/client/2_client_encrypted.js +26 -23
- package/script/client/2_file_manager.js +2 -2
- package/script/client/2_network_statistics_manager.d.ts +2 -2
- package/script/client/2_network_statistics_manager.d.ts.map +1 -1
- package/script/client/2_network_statistics_manager.js +30 -4
- package/script/client/2_payment_manager.d.ts +1 -1
- package/script/client/2_payment_manager.d.ts.map +1 -1
- package/script/client/2_payment_manager.js +2 -2
- package/script/client/2_reaction_manager.d.ts +1 -1
- package/script/client/2_reaction_manager.d.ts.map +1 -1
- package/script/client/2_reaction_manager.js +2 -2
- package/script/client/2_translations_manager.d.ts +1 -1
- package/script/client/2_translations_manager.d.ts.map +1 -1
- package/script/client/2_translations_manager.js +15 -11
- package/script/client/2_update_manager.d.ts +4 -2
- package/script/client/2_update_manager.d.ts.map +1 -1
- package/script/client/2_update_manager.js +62 -80
- package/script/client/3_message_manager.d.ts +2 -2
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +5 -5
- package/script/client/3_video_chat_manager.d.ts +1 -1
- package/script/client/3_video_chat_manager.d.ts.map +1 -1
- package/script/client/4_callback_query_manager.d.ts +1 -1
- package/script/client/4_callback_query_manager.d.ts.map +1 -1
- package/script/client/4_callback_query_manager.js +1 -1
- package/script/client/4_chat_list_manager.d.ts +2 -3
- package/script/client/4_chat_list_manager.d.ts.map +1 -1
- package/script/client/4_chat_list_manager.js +9 -264
- package/script/client/4_chat_manager.d.ts +2 -2
- package/script/client/4_chat_manager.d.ts.map +1 -1
- package/script/client/4_chat_manager.js +7 -7
- package/script/client/4_gift_manager.js +3 -3
- package/script/client/4_inline_query_manager.d.ts +1 -1
- package/script/client/4_inline_query_manager.d.ts.map +1 -1
- package/script/client/4_inline_query_manager.js +3 -3
- package/script/client/4_link_preview_manager.d.ts +1 -1
- package/script/client/4_link_preview_manager.d.ts.map +1 -1
- package/script/client/4_link_preview_manager.js +3 -3
- package/script/client/4_poll_manager.d.ts +1 -1
- package/script/client/4_poll_manager.d.ts.map +1 -1
- package/script/client/4_poll_manager.js +1 -1
- package/script/client/4_story_manager.d.ts +1 -1
- package/script/client/4_story_manager.d.ts.map +1 -1
- package/script/client/4_story_manager.js +7 -7
- package/script/client/5_client.d.ts +15 -9
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +418 -380
- package/script/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.d.ts +12 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/_serialize_arg_list.js +72 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/lru_cache.d.ts +112 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/lru_cache.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/lru_cache.js +144 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/memoize.d.ts +111 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/memoize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/cache/0.2.0/memoize.js +85 -0
- package/script/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts +39 -0
- package/script/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.7/hex.js +113 -0
- package/script/session/1_session.d.ts +1 -0
- package/script/session/1_session.d.ts.map +1 -1
- package/script/session/1_session.js +3 -0
- package/script/session/2_session_encrypted.d.ts +2 -2
- package/script/session/2_session_encrypted.d.ts.map +1 -1
- package/script/session/2_session_encrypted.js +197 -134
- package/script/storage/0_storage.d.ts +1 -0
- package/script/storage/0_storage.d.ts.map +1 -1
- package/script/storage/2_storage_indexed_db.d.ts +1 -0
- package/script/storage/2_storage_indexed_db.d.ts.map +1 -1
- package/script/storage/2_storage_indexed_db.js +3 -0
- package/script/storage/2_storage_local_storage.node.d.ts +1 -0
- package/script/storage/2_storage_local_storage.node.d.ts.map +1 -1
- package/script/storage/2_storage_local_storage.node.js +3 -0
- package/script/storage/2_storage_memory.d.ts +1 -0
- package/script/storage/2_storage_memory.d.ts.map +1 -1
- package/script/storage/2_storage_memory.js +3 -0
- package/script/storage/2_storage_session_storage.d.ts +1 -0
- package/script/storage/2_storage_session_storage.d.ts.map +1 -1
- package/script/storage/2_storage_session_storage.js +3 -0
- package/script/tl/0_utilities.d.ts +1 -0
- package/script/tl/0_utilities.d.ts.map +1 -1
- package/script/tl/0_utilities.js +20 -0
- package/script/tl/1_telegram_api.d.ts +810 -254
- package/script/tl/1_telegram_api.d.ts.map +1 -1
- package/script/tl/1_telegram_api.js +912 -213
- package/script/tl/1_tl_reader.d.ts +2 -2
- package/script/tl/1_tl_reader.d.ts.map +1 -1
- package/script/tl/1_tl_writer.d.ts +2 -2
- package/script/tl/1_tl_writer.d.ts.map +1 -1
- package/script/tl/2_mtproto.d.ts +1 -1
- package/script/tl/2_mtproto.d.ts.map +1 -1
- package/script/tl/2_telegram.d.ts +1 -1
- package/script/tl/2_telegram.d.ts.map +1 -1
- package/script/types/0_file_source.d.ts +1 -1
- package/script/types/0_file_source.d.ts.map +1 -1
- package/script/types/1_chat_p.d.ts +10 -0
- package/script/types/1_chat_p.d.ts.map +1 -1
- package/script/types/1_chat_p.js +5 -0
- package/script/types/2_chat.d.ts +2 -5
- package/script/types/2_chat.d.ts.map +1 -1
- package/script/types/2_chat.js +10 -15
- package/script/types/{0_message_entity.d.ts → 2_message_entity.d.ts} +3 -3
- package/script/types/{0_message_entity.d.ts.map → 2_message_entity.d.ts.map} +1 -1
- package/script/types/{0_message_entity.js → 2_message_entity.js} +7 -7
- package/script/types/2_message_reaction_count.d.ts +2 -3
- package/script/types/2_message_reaction_count.d.ts.map +1 -1
- package/script/types/2_message_reaction_count.js +4 -6
- package/script/types/2_poll_answer.d.ts +2 -3
- package/script/types/2_poll_answer.d.ts.map +1 -1
- package/script/types/2_poll_answer.js +4 -5
- package/script/types/2_story_interactive_area.d.ts +2 -2
- package/script/types/2_story_interactive_area.d.ts.map +1 -1
- package/script/types/2_story_interactive_area.js +2 -2
- package/script/types/{1_story_privacy.d.ts → 2_story_privacy.d.ts} +3 -3
- package/script/types/{1_story_privacy.d.ts.map → 2_story_privacy.d.ts.map} +1 -1
- package/script/types/{1_story_privacy.js → 2_story_privacy.js} +10 -10
- package/{esm/types/1_user.d.ts → script/types/2_user.d.ts} +5 -1
- package/script/types/2_user.d.ts.map +1 -0
- package/script/types/{1_user.js → 2_user.js} +25 -0
- package/script/types/{2_business_connection.d.ts → 3_business_connection.d.ts} +4 -4
- package/script/types/3_business_connection.d.ts.map +1 -0
- package/script/types/{2_business_connection.js → 3_business_connection.js} +10 -3
- package/{esm/types/2_chat_member.d.ts → script/types/3_chat_member.d.ts} +6 -4
- package/script/types/{2_chat_member.d.ts.map → 3_chat_member.d.ts.map} +1 -1
- package/script/types/{2_chat_member.js → 3_chat_member.js} +5 -5
- package/script/types/{2_chat_settings.d.ts → 3_chat_settings.d.ts} +2 -2
- package/{esm/types/2_chat_settings.d.ts.map → script/types/3_chat_settings.d.ts.map} +1 -1
- package/script/types/{2_chat_settings.js → 3_chat_settings.js} +2 -2
- package/script/types/{2_chosen_inline_result.d.ts → 3_chosen_inline_result.d.ts} +4 -4
- package/script/types/3_chosen_inline_result.d.ts.map +1 -0
- package/script/types/{2_chosen_inline_result.js → 3_chosen_inline_result.js} +4 -4
- package/script/types/{2_forward_header.d.ts → 3_forward_header.d.ts} +4 -5
- package/script/types/3_forward_header.d.ts.map +1 -0
- package/script/types/{2_forward_header.js → 3_forward_header.js} +11 -12
- package/{esm/types/2_game.d.ts → script/types/3_game.d.ts} +2 -2
- package/script/types/3_game.d.ts.map +1 -0
- package/script/types/{2_gift_upgraded_component.d.ts → 3_gift_upgraded_component.d.ts} +2 -2
- package/script/types/{2_gift_upgraded_component.d.ts.map → 3_gift_upgraded_component.d.ts.map} +1 -1
- package/script/types/{2_gift_upgraded_component.js → 3_gift_upgraded_component.js} +2 -2
- package/script/types/{2_inline_query.d.ts → 3_inline_query.d.ts} +4 -4
- package/script/types/3_inline_query.d.ts.map +1 -0
- package/script/types/{2_inline_query.js → 3_inline_query.js} +5 -5
- package/{esm/types/1_input_media.d.ts → script/types/3_input_media.d.ts} +2 -2
- package/script/types/{1_input_media.d.ts.map → 3_input_media.d.ts.map} +1 -1
- package/{esm/types/2_invite_link.d.ts → script/types/3_invite_link.d.ts} +4 -4
- package/{esm/types/2_invite_link.d.ts.map → script/types/3_invite_link.d.ts.map} +1 -1
- package/script/types/{2_invite_link.js → 3_invite_link.js} +5 -5
- package/{esm/types/2_message_reactions.d.ts → script/types/3_message_reactions.d.ts} +5 -6
- package/script/types/3_message_reactions.d.ts.map +1 -0
- package/script/types/{2_message_reactions.js → 3_message_reactions.js} +10 -12
- package/script/types/{1_poll_option.d.ts → 3_poll_option.d.ts} +2 -2
- package/script/types/{1_poll_option.d.ts.map → 3_poll_option.d.ts.map} +1 -1
- package/script/types/{1_poll_option.js → 3_poll_option.js} +2 -2
- package/script/types/{2_pre_checkout_query.d.ts → 3_pre_checkout_query.d.ts} +4 -4
- package/script/types/3_pre_checkout_query.d.ts.map +1 -0
- package/script/types/{2_pre_checkout_query.js → 3_pre_checkout_query.js} +5 -5
- package/{esm/types/1_reply_quote.d.ts → script/types/3_reply_quote.d.ts} +2 -2
- package/script/types/{1_reply_quote.d.ts.map → 3_reply_quote.d.ts.map} +1 -1
- package/script/types/{1_reply_quote.js → 3_reply_quote.js} +2 -2
- package/script/types/3_story.d.ts +4 -5
- package/script/types/3_story.d.ts.map +1 -1
- package/script/types/3_story.js +8 -9
- package/script/types/{3_chat_member_updated.d.ts → 4_chat_member_updated.d.ts} +6 -7
- package/script/types/4_chat_member_updated.d.ts.map +1 -0
- package/script/types/{3_chat_member_updated.js → 4_chat_member_updated.js} +13 -14
- package/script/types/{3_gift.d.ts → 4_gift.d.ts} +6 -6
- package/script/types/{3_gift.d.ts.map → 4_gift.d.ts.map} +1 -1
- package/script/types/{3_gift.js → 4_gift.js} +9 -9
- package/script/types/{3_join_request.d.ts → 4_join_request.d.ts} +6 -7
- package/script/types/4_join_request.d.ts.map +1 -0
- package/script/types/{3_join_request.js → 4_join_request.js} +17 -18
- package/script/types/{2_poll.d.ts → 4_poll.d.ts} +3 -3
- package/script/types/{2_poll.d.ts.map → 4_poll.d.ts.map} +1 -1
- package/script/types/{2_poll.js → 4_poll.js} +5 -5
- package/{esm/types/2_reply_to.d.ts → script/types/4_reply_to.d.ts} +2 -2
- package/script/types/{2_reply_to.d.ts.map → 4_reply_to.d.ts.map} +1 -1
- package/script/types/{4_claimed_gift.d.ts → 5_claimed_gift.d.ts} +5 -6
- package/script/types/5_claimed_gift.d.ts.map +1 -0
- package/script/types/{4_claimed_gift.js → 5_claimed_gift.js} +5 -5
- package/script/types/{4_link_preview.d.ts → 5_link_preview.d.ts} +4 -4
- package/{esm/types/4_link_preview.d.ts.map → script/types/5_link_preview.d.ts.map} +1 -1
- package/script/types/{4_link_preview.js → 5_link_preview.js} +3 -3
- package/script/types/{5_claimed_gifts.d.ts → 6_claimed_gifts.d.ts} +4 -4
- package/script/types/6_claimed_gifts.d.ts.map +1 -0
- package/script/types/{5_claimed_gifts.js → 6_claimed_gifts.js} +4 -4
- package/script/types/{5_message.d.ts → 6_message.d.ts} +10 -11
- package/script/types/6_message.d.ts.map +1 -0
- package/script/types/{5_message.js → 6_message.js} +45 -70
- package/{esm/types/5_message_content.d.ts → script/types/6_message_content.d.ts} +3 -3
- package/script/types/{5_message_content.d.ts.map → 6_message_content.d.ts.map} +1 -1
- package/{esm/types/6_callback_query.d.ts → script/types/7_callback_query.d.ts} +5 -5
- package/script/types/{6_callback_query.d.ts.map → 7_callback_query.d.ts.map} +1 -1
- package/script/types/{6_callback_query.js → 7_callback_query.js} +5 -5
- package/{esm/types/6_chat_list_item.d.ts → script/types/7_chat_list_item.d.ts} +6 -7
- package/script/types/7_chat_list_item.d.ts.map +1 -0
- package/script/types/{6_chat_list_item.js → 7_chat_list_item.js} +11 -11
- package/{esm/types/6_inline_query_result.d.ts → script/types/7_inline_query_result.d.ts} +3 -3
- package/script/types/{6_inline_query_result.d.ts.map → 7_inline_query_result.d.ts.map} +1 -1
- package/script/types/{6_inline_query_result.js → 7_inline_query_result.js} +3 -3
- package/script/types/{6_saved_chat.d.ts → 7_saved_chat.d.ts} +4 -5
- package/script/types/7_saved_chat.d.ts.map +1 -0
- package/script/types/{6_saved_chat.js → 7_saved_chat.js} +4 -4
- package/script/types/{6_topic.d.ts → 7_topic.d.ts} +2 -2
- package/script/types/{6_topic.d.ts.map → 7_topic.d.ts.map} +1 -1
- package/script/types/{7_inline_query_answer.d.ts → 8_inline_query_answer.d.ts} +2 -2
- package/script/types/{7_inline_query_answer.d.ts.map → 8_inline_query_answer.d.ts.map} +1 -1
- package/script/types/{7_inline_query_answer.js → 8_inline_query_answer.js} +2 -2
- package/{esm/types/7_saved_chats.d.ts → script/types/8_saved_chats.d.ts} +5 -5
- package/script/types/8_saved_chats.d.ts.map +1 -0
- package/script/types/{7_saved_chats.js → 8_saved_chats.js} +3 -3
- package/script/types/{7_update.d.ts → 8_update.d.ts} +35 -16
- package/script/types/8_update.d.ts.map +1 -0
- package/script/types/_file_id.d.ts +1 -1
- package/script/types/_file_id.d.ts.map +1 -1
- package/script/types/_getters.d.ts +0 -7
- package/script/types/_getters.d.ts.map +1 -1
- package/script/utilities/0_hash.d.ts +2 -2
- package/script/utilities/0_hash.d.ts.map +1 -1
- package/script/utilities/0_misc.d.ts +1 -0
- package/script/utilities/0_misc.d.ts.map +1 -1
- package/script/utilities/0_misc.js +14 -0
- package/script/utilities/0_part_stream.d.ts +1 -1
- package/script/utilities/0_part_stream.d.ts.map +1 -1
- package/esm/types/1_user.d.ts.map +0 -1
- package/esm/types/2_business_connection.d.ts.map +0 -1
- package/esm/types/2_chosen_inline_result.d.ts.map +0 -1
- package/esm/types/2_forward_header.d.ts.map +0 -1
- package/esm/types/2_game.d.ts.map +0 -1
- package/esm/types/2_inline_query.d.ts.map +0 -1
- package/esm/types/2_message_reactions.d.ts.map +0 -1
- package/esm/types/2_pre_checkout_query.d.ts.map +0 -1
- package/esm/types/3_chat_member_updated.d.ts.map +0 -1
- package/esm/types/3_join_request.d.ts.map +0 -1
- package/esm/types/4_claimed_gift.d.ts.map +0 -1
- package/esm/types/5_claimed_gifts.d.ts.map +0 -1
- package/esm/types/5_message.d.ts.map +0 -1
- package/esm/types/6_chat_list_item.d.ts.map +0 -1
- package/esm/types/6_saved_chat.d.ts.map +0 -1
- package/esm/types/7_saved_chats.d.ts.map +0 -1
- package/esm/types/7_update.d.ts.map +0 -1
- package/script/types/1_user.d.ts.map +0 -1
- package/script/types/2_business_connection.d.ts.map +0 -1
- package/script/types/2_chosen_inline_result.d.ts.map +0 -1
- package/script/types/2_forward_header.d.ts.map +0 -1
- package/script/types/2_game.d.ts.map +0 -1
- package/script/types/2_inline_query.d.ts.map +0 -1
- package/script/types/2_message_reactions.d.ts.map +0 -1
- package/script/types/2_pre_checkout_query.d.ts.map +0 -1
- package/script/types/3_chat_member_updated.d.ts.map +0 -1
- package/script/types/3_join_request.d.ts.map +0 -1
- package/script/types/4_claimed_gift.d.ts.map +0 -1
- package/script/types/5_claimed_gifts.d.ts.map +0 -1
- package/script/types/5_message.d.ts.map +0 -1
- package/script/types/6_chat_list_item.d.ts.map +0 -1
- package/script/types/6_saved_chat.d.ts.map +0 -1
- package/script/types/7_saved_chats.d.ts.map +0 -1
- package/script/types/7_update.d.ts.map +0 -1
- /package/esm/types/{2_game.js → 3_game.js} +0 -0
- /package/esm/types/{1_input_media.js → 3_input_media.js} +0 -0
- /package/esm/types/{2_reply_to.js → 4_reply_to.js} +0 -0
- /package/esm/types/{5_message_content.js → 6_message_content.js} +0 -0
- /package/esm/types/{6_topic.js → 7_topic.js} +0 -0
- /package/esm/types/{7_update.js → 8_update.js} +0 -0
- /package/script/types/{2_game.js → 3_game.js} +0 -0
- /package/script/types/{1_input_media.js → 3_input_media.js} +0 -0
- /package/script/types/{2_reply_to.js → 4_reply_to.js} +0 -0
- /package/script/types/{5_message_content.js → 6_message_content.js} +0 -0
- /package/script/types/{6_topic.js → 7_topic.js} +0 -0
- /package/script/types/{7_update.js → 8_update.js} +0 -0
package/esm/tl/1_telegram_api.js
CHANGED
|
@@ -341,6 +341,13 @@ export const schema = Object.freeze({
|
|
|
341
341
|
],
|
|
342
342
|
"InputMedia",
|
|
343
343
|
],
|
|
344
|
+
inputMediaTodo: [
|
|
345
|
+
0x9FC55FDE,
|
|
346
|
+
[
|
|
347
|
+
["todo", "TodoList"],
|
|
348
|
+
],
|
|
349
|
+
"InputMedia",
|
|
350
|
+
],
|
|
344
351
|
inputChatPhotoEmpty: [
|
|
345
352
|
0x1CA48F57,
|
|
346
353
|
[],
|
|
@@ -715,7 +722,7 @@ export const schema = Object.freeze({
|
|
|
715
722
|
"Chat",
|
|
716
723
|
],
|
|
717
724
|
channel: [
|
|
718
|
-
|
|
725
|
+
0xFE685355,
|
|
719
726
|
[
|
|
720
727
|
["flags", "#"],
|
|
721
728
|
["creator", "flags.0?true"],
|
|
@@ -744,6 +751,9 @@ export const schema = Object.freeze({
|
|
|
744
751
|
["stories_unavailable", "flags2.3?true"],
|
|
745
752
|
["signature_profiles", "flags2.12?true"],
|
|
746
753
|
["autotranslation", "flags2.15?true"],
|
|
754
|
+
["broadcast_messages_allowed", "flags2.16?true"],
|
|
755
|
+
["monoforum", "flags2.17?true"],
|
|
756
|
+
["forum_tabs", "flags2.19?true"],
|
|
747
757
|
["id", "long"],
|
|
748
758
|
["access_hash", "flags.13?long"],
|
|
749
759
|
["title", "string"],
|
|
@@ -764,6 +774,7 @@ export const schema = Object.freeze({
|
|
|
764
774
|
["subscription_until_date", "flags2.11?int"],
|
|
765
775
|
["bot_verification_icon", "flags2.13?long"],
|
|
766
776
|
["send_paid_messages_stars", "flags2.14?long"],
|
|
777
|
+
["linked_monoforum_id", "flags2.18?long"],
|
|
767
778
|
],
|
|
768
779
|
"Chat",
|
|
769
780
|
],
|
|
@@ -808,7 +819,7 @@ export const schema = Object.freeze({
|
|
|
808
819
|
"ChatFull",
|
|
809
820
|
],
|
|
810
821
|
channelFull: [
|
|
811
|
-
|
|
822
|
+
0xE4E0B29D,
|
|
812
823
|
[
|
|
813
824
|
["flags", "#"],
|
|
814
825
|
["can_view_participants", "flags.3?true"],
|
|
@@ -876,6 +887,8 @@ export const schema = Object.freeze({
|
|
|
876
887
|
["emojiset", "flags2.10?StickerSet"],
|
|
877
888
|
["bot_verification", "flags2.17?BotVerification"],
|
|
878
889
|
["stargifts_count", "flags2.18?int"],
|
|
890
|
+
["send_paid_messages_stars", "flags2.21?long"],
|
|
891
|
+
["main_tab", "flags2.22?ProfileTab"],
|
|
879
892
|
],
|
|
880
893
|
"ChatFull",
|
|
881
894
|
],
|
|
@@ -948,7 +961,7 @@ export const schema = Object.freeze({
|
|
|
948
961
|
"Message",
|
|
949
962
|
],
|
|
950
963
|
message: [
|
|
951
|
-
|
|
964
|
+
0x9815CEC8,
|
|
952
965
|
[
|
|
953
966
|
["flags", "#"],
|
|
954
967
|
["out", "flags.1?true"],
|
|
@@ -965,6 +978,8 @@ export const schema = Object.freeze({
|
|
|
965
978
|
["flags2", "#"],
|
|
966
979
|
["offline", "flags2.1?true"],
|
|
967
980
|
["video_processing_pending", "flags2.4?true"],
|
|
981
|
+
["paid_suggested_post_stars", "flags2.8?true"],
|
|
982
|
+
["paid_suggested_post_ton", "flags2.9?true"],
|
|
968
983
|
["id", "int"],
|
|
969
984
|
["from_id", "flags.8?Peer"],
|
|
970
985
|
["from_boosts_applied", "flags.29?int"],
|
|
@@ -993,11 +1008,12 @@ export const schema = Object.freeze({
|
|
|
993
1008
|
["factcheck", "flags2.3?FactCheck"],
|
|
994
1009
|
["report_delivery_until_date", "flags2.5?int"],
|
|
995
1010
|
["paid_message_stars", "flags2.6?long"],
|
|
1011
|
+
["suggested_post", "flags2.7?SuggestedPost"],
|
|
996
1012
|
],
|
|
997
1013
|
"Message",
|
|
998
1014
|
],
|
|
999
1015
|
messageService: [
|
|
1000
|
-
|
|
1016
|
+
0x7A800E0A,
|
|
1001
1017
|
[
|
|
1002
1018
|
["flags", "#"],
|
|
1003
1019
|
["out", "flags.1?true"],
|
|
@@ -1010,6 +1026,7 @@ export const schema = Object.freeze({
|
|
|
1010
1026
|
["id", "int"],
|
|
1011
1027
|
["from_id", "flags.8?Peer"],
|
|
1012
1028
|
["peer_id", "Peer"],
|
|
1029
|
+
["saved_peer_id", "flags.28?Peer"],
|
|
1013
1030
|
["reply_to", "flags.3?MessageReplyHeader"],
|
|
1014
1031
|
["date", "int"],
|
|
1015
1032
|
["action", "MessageAction"],
|
|
@@ -1202,6 +1219,15 @@ export const schema = Object.freeze({
|
|
|
1202
1219
|
],
|
|
1203
1220
|
"MessageMedia",
|
|
1204
1221
|
],
|
|
1222
|
+
messageMediaToDo: [
|
|
1223
|
+
0x8A53B014,
|
|
1224
|
+
[
|
|
1225
|
+
["flags", "#"],
|
|
1226
|
+
["todo", "TodoList"],
|
|
1227
|
+
["completions", "flags.0?Vector<TodoCompletion>"],
|
|
1228
|
+
],
|
|
1229
|
+
"MessageMedia",
|
|
1230
|
+
],
|
|
1205
1231
|
messageActionEmpty: [
|
|
1206
1232
|
0xB6AEF7B0,
|
|
1207
1233
|
[],
|
|
@@ -1422,9 +1448,9 @@ export const schema = Object.freeze({
|
|
|
1422
1448
|
"MessageAction",
|
|
1423
1449
|
],
|
|
1424
1450
|
messageActionSetChatTheme: [
|
|
1425
|
-
|
|
1451
|
+
0xB91BBD3A,
|
|
1426
1452
|
[
|
|
1427
|
-
["
|
|
1453
|
+
["theme", "ChatTheme"],
|
|
1428
1454
|
],
|
|
1429
1455
|
"MessageAction",
|
|
1430
1456
|
],
|
|
@@ -1595,7 +1621,7 @@ export const schema = Object.freeze({
|
|
|
1595
1621
|
"MessageAction",
|
|
1596
1622
|
],
|
|
1597
1623
|
messageActionStarGift: [
|
|
1598
|
-
|
|
1624
|
+
0xF24DE7FA,
|
|
1599
1625
|
[
|
|
1600
1626
|
["flags", "#"],
|
|
1601
1627
|
["name_hidden", "flags.0?true"],
|
|
@@ -1604,6 +1630,8 @@ export const schema = Object.freeze({
|
|
|
1604
1630
|
["upgraded", "flags.5?true"],
|
|
1605
1631
|
["refunded", "flags.9?true"],
|
|
1606
1632
|
["can_upgrade", "flags.10?true"],
|
|
1633
|
+
["prepaid_upgrade", "flags.13?true"],
|
|
1634
|
+
["upgrade_separate", "flags.16?true"],
|
|
1607
1635
|
["gift", "StarGift"],
|
|
1608
1636
|
["message", "flags.1?TextWithEntities"],
|
|
1609
1637
|
["convert_stars", "flags.4?long"],
|
|
@@ -1612,24 +1640,27 @@ export const schema = Object.freeze({
|
|
|
1612
1640
|
["from_id", "flags.11?Peer"],
|
|
1613
1641
|
["peer", "flags.12?Peer"],
|
|
1614
1642
|
["saved_id", "flags.12?long"],
|
|
1643
|
+
["prepaid_upgrade_hash", "flags.14?string"],
|
|
1644
|
+
["gift_msg_id", "flags.15?int"],
|
|
1615
1645
|
],
|
|
1616
1646
|
"MessageAction",
|
|
1617
1647
|
],
|
|
1618
1648
|
messageActionStarGiftUnique: [
|
|
1619
|
-
|
|
1649
|
+
0x34F762F3,
|
|
1620
1650
|
[
|
|
1621
1651
|
["flags", "#"],
|
|
1622
1652
|
["upgrade", "flags.0?true"],
|
|
1623
1653
|
["transferred", "flags.1?true"],
|
|
1624
1654
|
["saved", "flags.2?true"],
|
|
1625
1655
|
["refunded", "flags.5?true"],
|
|
1656
|
+
["prepaid_upgrade", "flags.11?true"],
|
|
1626
1657
|
["gift", "StarGift"],
|
|
1627
1658
|
["can_export_at", "flags.3?int"],
|
|
1628
1659
|
["transfer_stars", "flags.4?long"],
|
|
1629
1660
|
["from_id", "flags.6?Peer"],
|
|
1630
1661
|
["peer", "flags.7?Peer"],
|
|
1631
1662
|
["saved_id", "flags.7?long"],
|
|
1632
|
-
["
|
|
1663
|
+
["resale_amount", "flags.8?StarsAmount"],
|
|
1633
1664
|
["can_transfer_at", "flags.9?int"],
|
|
1634
1665
|
["can_resell_at", "flags.10?int"],
|
|
1635
1666
|
],
|
|
@@ -1644,8 +1675,10 @@ export const schema = Object.freeze({
|
|
|
1644
1675
|
"MessageAction",
|
|
1645
1676
|
],
|
|
1646
1677
|
messageActionPaidMessagesPrice: [
|
|
1647
|
-
|
|
1678
|
+
0x84B88578,
|
|
1648
1679
|
[
|
|
1680
|
+
["flags", "#"],
|
|
1681
|
+
["broadcast_messages_allowed", "flags.0?true"],
|
|
1649
1682
|
["stars", "long"],
|
|
1650
1683
|
],
|
|
1651
1684
|
"MessageAction",
|
|
@@ -1663,6 +1696,60 @@ export const schema = Object.freeze({
|
|
|
1663
1696
|
],
|
|
1664
1697
|
"MessageAction",
|
|
1665
1698
|
],
|
|
1699
|
+
messageActionTodoCompletions: [
|
|
1700
|
+
0xCC7C5C89,
|
|
1701
|
+
[
|
|
1702
|
+
["completed", "Vector<int>"],
|
|
1703
|
+
["incompleted", "Vector<int>"],
|
|
1704
|
+
],
|
|
1705
|
+
"MessageAction",
|
|
1706
|
+
],
|
|
1707
|
+
messageActionTodoAppendTasks: [
|
|
1708
|
+
0xC7EDBC83,
|
|
1709
|
+
[
|
|
1710
|
+
["list", "Vector<TodoItem>"],
|
|
1711
|
+
],
|
|
1712
|
+
"MessageAction",
|
|
1713
|
+
],
|
|
1714
|
+
messageActionSuggestedPostApproval: [
|
|
1715
|
+
0xEE7A1596,
|
|
1716
|
+
[
|
|
1717
|
+
["flags", "#"],
|
|
1718
|
+
["rejected", "flags.0?true"],
|
|
1719
|
+
["balance_too_low", "flags.1?true"],
|
|
1720
|
+
["reject_comment", "flags.2?string"],
|
|
1721
|
+
["schedule_date", "flags.3?int"],
|
|
1722
|
+
["price", "flags.4?StarsAmount"],
|
|
1723
|
+
],
|
|
1724
|
+
"MessageAction",
|
|
1725
|
+
],
|
|
1726
|
+
messageActionSuggestedPostSuccess: [
|
|
1727
|
+
0x95DDCF69,
|
|
1728
|
+
[
|
|
1729
|
+
["price", "StarsAmount"],
|
|
1730
|
+
],
|
|
1731
|
+
"MessageAction",
|
|
1732
|
+
],
|
|
1733
|
+
messageActionSuggestedPostRefund: [
|
|
1734
|
+
0x69F916F8,
|
|
1735
|
+
[
|
|
1736
|
+
["flags", "#"],
|
|
1737
|
+
["payer_initiated", "flags.0?true"],
|
|
1738
|
+
],
|
|
1739
|
+
"MessageAction",
|
|
1740
|
+
],
|
|
1741
|
+
messageActionGiftTon: [
|
|
1742
|
+
0xA8A3C699,
|
|
1743
|
+
[
|
|
1744
|
+
["flags", "#"],
|
|
1745
|
+
["currency", "string"],
|
|
1746
|
+
["amount", "long"],
|
|
1747
|
+
["crypto_currency", "string"],
|
|
1748
|
+
["crypto_amount", "long"],
|
|
1749
|
+
["transaction_id", "flags.0?string"],
|
|
1750
|
+
],
|
|
1751
|
+
"MessageAction",
|
|
1752
|
+
],
|
|
1666
1753
|
dialog: [
|
|
1667
1754
|
0xD58A08C6,
|
|
1668
1755
|
[
|
|
@@ -1810,10 +1897,12 @@ export const schema = Object.freeze({
|
|
|
1810
1897
|
"auth.SentCode",
|
|
1811
1898
|
],
|
|
1812
1899
|
"auth.sentCodePaymentRequired": [
|
|
1813
|
-
|
|
1900
|
+
0xD7A2FCF9,
|
|
1814
1901
|
[
|
|
1815
1902
|
["store_product", "string"],
|
|
1816
1903
|
["phone_code_hash", "string"],
|
|
1904
|
+
["support_email_address", "string"],
|
|
1905
|
+
["support_email_subject", "string"],
|
|
1817
1906
|
],
|
|
1818
1907
|
"auth.SentCode",
|
|
1819
1908
|
],
|
|
@@ -2013,7 +2102,7 @@ export const schema = Object.freeze({
|
|
|
2013
2102
|
"ReportReason",
|
|
2014
2103
|
],
|
|
2015
2104
|
userFull: [
|
|
2016
|
-
|
|
2105
|
+
0xC577B5AD,
|
|
2017
2106
|
[
|
|
2018
2107
|
["flags", "#"],
|
|
2019
2108
|
["blocked", "flags.0?true"],
|
|
@@ -2046,7 +2135,7 @@ export const schema = Object.freeze({
|
|
|
2046
2135
|
["common_chats_count", "int"],
|
|
2047
2136
|
["folder_id", "flags.11?int"],
|
|
2048
2137
|
["ttl_period", "flags.14?int"],
|
|
2049
|
-
["
|
|
2138
|
+
["theme", "flags.15?ChatTheme"],
|
|
2050
2139
|
["private_forward_name", "flags.16?string"],
|
|
2051
2140
|
["bot_group_admin_rights", "flags.17?ChatAdminRights"],
|
|
2052
2141
|
["bot_broadcast_admin_rights", "flags.18?ChatAdminRights"],
|
|
@@ -2065,6 +2154,11 @@ export const schema = Object.freeze({
|
|
|
2065
2154
|
["bot_verification", "flags2.12?BotVerification"],
|
|
2066
2155
|
["send_paid_messages_stars", "flags2.14?long"],
|
|
2067
2156
|
["disallowed_gifts", "flags2.15?DisallowedGiftsSettings"],
|
|
2157
|
+
["stars_rating", "flags2.17?StarsRating"],
|
|
2158
|
+
["stars_my_pending_rating", "flags2.18?StarsRating"],
|
|
2159
|
+
["stars_my_pending_rating_date", "flags2.18?int"],
|
|
2160
|
+
["main_tab", "flags2.20?ProfileTab"],
|
|
2161
|
+
["saved_music", "flags2.21?Document"],
|
|
2068
2162
|
],
|
|
2069
2163
|
"UserFull",
|
|
2070
2164
|
],
|
|
@@ -2173,13 +2267,14 @@ export const schema = Object.freeze({
|
|
|
2173
2267
|
"messages.Messages",
|
|
2174
2268
|
],
|
|
2175
2269
|
"messages.messagesSlice": [
|
|
2176
|
-
|
|
2270
|
+
0x762B263D,
|
|
2177
2271
|
[
|
|
2178
2272
|
["flags", "#"],
|
|
2179
2273
|
["inexact", "flags.1?true"],
|
|
2180
2274
|
["count", "int"],
|
|
2181
2275
|
["next_rate", "flags.0?int"],
|
|
2182
2276
|
["offset_id_offset", "flags.2?int"],
|
|
2277
|
+
["search_flood", "flags.3?SearchPostsFlood"],
|
|
2183
2278
|
["messages", "Vector<Message>"],
|
|
2184
2279
|
["chats", "Vector<Chat>"],
|
|
2185
2280
|
["users", "Vector<User>"],
|
|
@@ -2725,11 +2820,12 @@ export const schema = Object.freeze({
|
|
|
2725
2820
|
"Update",
|
|
2726
2821
|
],
|
|
2727
2822
|
updateDraftMessage: [
|
|
2728
|
-
|
|
2823
|
+
0xEDFC111E,
|
|
2729
2824
|
[
|
|
2730
2825
|
["flags", "#"],
|
|
2731
2826
|
["peer", "Peer"],
|
|
2732
2827
|
["top_msg_id", "flags.0?int"],
|
|
2828
|
+
["saved_peer_id", "flags.1?Peer"],
|
|
2733
2829
|
["draft", "DraftMessage"],
|
|
2734
2830
|
],
|
|
2735
2831
|
"Update",
|
|
@@ -2850,11 +2946,12 @@ export const schema = Object.freeze({
|
|
|
2850
2946
|
"Update",
|
|
2851
2947
|
],
|
|
2852
2948
|
updateChannelReadMessagesContents: [
|
|
2853
|
-
|
|
2949
|
+
0x25F324F7,
|
|
2854
2950
|
[
|
|
2855
2951
|
["flags", "#"],
|
|
2856
2952
|
["channel_id", "long"],
|
|
2857
2953
|
["top_msg_id", "flags.0?int"],
|
|
2954
|
+
["saved_peer_id", "flags.1?Peer"],
|
|
2858
2955
|
["messages", "Vector<int>"],
|
|
2859
2956
|
],
|
|
2860
2957
|
"Update",
|
|
@@ -2873,11 +2970,12 @@ export const schema = Object.freeze({
|
|
|
2873
2970
|
"Update",
|
|
2874
2971
|
],
|
|
2875
2972
|
updateDialogUnreadMark: [
|
|
2876
|
-
|
|
2973
|
+
0xB658F23E,
|
|
2877
2974
|
[
|
|
2878
2975
|
["flags", "#"],
|
|
2879
2976
|
["unread", "flags.0?true"],
|
|
2880
2977
|
["peer", "DialogPeer"],
|
|
2978
|
+
["saved_peer_id", "flags.1?Peer"],
|
|
2881
2979
|
],
|
|
2882
2980
|
"Update",
|
|
2883
2981
|
],
|
|
@@ -3190,12 +3288,13 @@ export const schema = Object.freeze({
|
|
|
3190
3288
|
"Update",
|
|
3191
3289
|
],
|
|
3192
3290
|
updateMessageReactions: [
|
|
3193
|
-
|
|
3291
|
+
0x1E297BFA,
|
|
3194
3292
|
[
|
|
3195
3293
|
["flags", "#"],
|
|
3196
3294
|
["peer", "Peer"],
|
|
3197
3295
|
["msg_id", "int"],
|
|
3198
3296
|
["top_msg_id", "flags.0?int"],
|
|
3297
|
+
["saved_peer_id", "flags.1?Peer"],
|
|
3199
3298
|
["reactions", "MessageReactions"],
|
|
3200
3299
|
],
|
|
3201
3300
|
"Update",
|
|
@@ -3515,14 +3614,6 @@ export const schema = Object.freeze({
|
|
|
3515
3614
|
],
|
|
3516
3615
|
"Update",
|
|
3517
3616
|
],
|
|
3518
|
-
updateBroadcastRevenueTransactions: [
|
|
3519
|
-
0xDFD961F5,
|
|
3520
|
-
[
|
|
3521
|
-
["peer", "Peer"],
|
|
3522
|
-
["balances", "BroadcastRevenueBalances"],
|
|
3523
|
-
],
|
|
3524
|
-
"Update",
|
|
3525
|
-
],
|
|
3526
3617
|
updateStarsBalance: [
|
|
3527
3618
|
0x4E80A379,
|
|
3528
3619
|
[
|
|
@@ -3585,6 +3676,34 @@ export const schema = Object.freeze({
|
|
|
3585
3676
|
],
|
|
3586
3677
|
"Update",
|
|
3587
3678
|
],
|
|
3679
|
+
updateReadMonoForumInbox: [
|
|
3680
|
+
0x77B0E372,
|
|
3681
|
+
[
|
|
3682
|
+
["channel_id", "long"],
|
|
3683
|
+
["saved_peer_id", "Peer"],
|
|
3684
|
+
["read_max_id", "int"],
|
|
3685
|
+
],
|
|
3686
|
+
"Update",
|
|
3687
|
+
],
|
|
3688
|
+
updateReadMonoForumOutbox: [
|
|
3689
|
+
0xA4A79376,
|
|
3690
|
+
[
|
|
3691
|
+
["channel_id", "long"],
|
|
3692
|
+
["saved_peer_id", "Peer"],
|
|
3693
|
+
["read_max_id", "int"],
|
|
3694
|
+
],
|
|
3695
|
+
"Update",
|
|
3696
|
+
],
|
|
3697
|
+
updateMonoForumNoPaidException: [
|
|
3698
|
+
0x9F812B08,
|
|
3699
|
+
[
|
|
3700
|
+
["flags", "#"],
|
|
3701
|
+
["exception", "flags.0?true"],
|
|
3702
|
+
["channel_id", "long"],
|
|
3703
|
+
["saved_peer_id", "Peer"],
|
|
3704
|
+
],
|
|
3705
|
+
"Update",
|
|
3706
|
+
],
|
|
3588
3707
|
"updates.state": [
|
|
3589
3708
|
0xA56C2A3E,
|
|
3590
3709
|
[
|
|
@@ -4910,6 +5029,11 @@ export const schema = Object.freeze({
|
|
|
4910
5029
|
[],
|
|
4911
5030
|
"InputStickerSet",
|
|
4912
5031
|
],
|
|
5032
|
+
inputStickerSetTonGifts: [
|
|
5033
|
+
0x1CF671A0,
|
|
5034
|
+
[],
|
|
5035
|
+
"InputStickerSet",
|
|
5036
|
+
],
|
|
4913
5037
|
stickerSet: [
|
|
4914
5038
|
0x2DD14EDC,
|
|
4915
5039
|
[
|
|
@@ -6191,7 +6315,7 @@ export const schema = Object.freeze({
|
|
|
6191
6315
|
"DraftMessage",
|
|
6192
6316
|
],
|
|
6193
6317
|
draftMessage: [
|
|
6194
|
-
|
|
6318
|
+
0x96EAA5EB,
|
|
6195
6319
|
[
|
|
6196
6320
|
["flags", "#"],
|
|
6197
6321
|
["no_webpage", "flags.1?true"],
|
|
@@ -6202,6 +6326,7 @@ export const schema = Object.freeze({
|
|
|
6202
6326
|
["media", "flags.5?InputMedia"],
|
|
6203
6327
|
["date", "int"],
|
|
6204
6328
|
["effect", "flags.7?long"],
|
|
6329
|
+
["suggested_post", "flags.8?SuggestedPost"],
|
|
6205
6330
|
],
|
|
6206
6331
|
"DraftMessage",
|
|
6207
6332
|
],
|
|
@@ -8573,6 +8698,7 @@ export const schema = Object.freeze({
|
|
|
8573
8698
|
["post_stories", "flags.14?true"],
|
|
8574
8699
|
["edit_stories", "flags.15?true"],
|
|
8575
8700
|
["delete_stories", "flags.16?true"],
|
|
8701
|
+
["manage_direct_messages", "flags.17?true"],
|
|
8576
8702
|
],
|
|
8577
8703
|
"ChatAdminRights",
|
|
8578
8704
|
],
|
|
@@ -9012,6 +9138,13 @@ export const schema = Object.freeze({
|
|
|
9012
9138
|
],
|
|
9013
9139
|
"WebPageAttribute",
|
|
9014
9140
|
],
|
|
9141
|
+
webPageAttributeStarGiftCollection: [
|
|
9142
|
+
0x31CAD303,
|
|
9143
|
+
[
|
|
9144
|
+
["icons", "Vector<Document>"],
|
|
9145
|
+
],
|
|
9146
|
+
"WebPageAttribute",
|
|
9147
|
+
],
|
|
9015
9148
|
"messages.votesList": [
|
|
9016
9149
|
0x4899484E,
|
|
9017
9150
|
[
|
|
@@ -9353,7 +9486,7 @@ export const schema = Object.freeze({
|
|
|
9353
9486
|
"messages.DiscussionMessage",
|
|
9354
9487
|
],
|
|
9355
9488
|
messageReplyHeader: [
|
|
9356
|
-
|
|
9489
|
+
0x6917560B,
|
|
9357
9490
|
[
|
|
9358
9491
|
["flags", "#"],
|
|
9359
9492
|
["reply_to_scheduled", "flags.2?true"],
|
|
@@ -9367,6 +9500,7 @@ export const schema = Object.freeze({
|
|
|
9367
9500
|
["quote_text", "flags.6?string"],
|
|
9368
9501
|
["quote_entities", "flags.7?Vector<MessageEntity>"],
|
|
9369
9502
|
["quote_offset", "flags.10?int"],
|
|
9503
|
+
["todo_item_id", "flags.11?int"],
|
|
9370
9504
|
],
|
|
9371
9505
|
"MessageReplyHeader",
|
|
9372
9506
|
],
|
|
@@ -9748,8 +9882,40 @@ export const schema = Object.freeze({
|
|
|
9748
9882
|
[],
|
|
9749
9883
|
"account.ResetPasswordResult",
|
|
9750
9884
|
],
|
|
9885
|
+
chatTheme: [
|
|
9886
|
+
0xC3DFFC04,
|
|
9887
|
+
[
|
|
9888
|
+
["emoticon", "string"],
|
|
9889
|
+
],
|
|
9890
|
+
"ChatTheme",
|
|
9891
|
+
],
|
|
9892
|
+
chatThemeUniqueGift: [
|
|
9893
|
+
0x3458F9C8,
|
|
9894
|
+
[
|
|
9895
|
+
["gift", "StarGift"],
|
|
9896
|
+
["theme_settings", "Vector<ThemeSettings>"],
|
|
9897
|
+
],
|
|
9898
|
+
"ChatTheme",
|
|
9899
|
+
],
|
|
9900
|
+
"account.chatThemesNotModified": [
|
|
9901
|
+
0xE011E1C4,
|
|
9902
|
+
[],
|
|
9903
|
+
"account.ChatThemes",
|
|
9904
|
+
],
|
|
9905
|
+
"account.chatThemes": [
|
|
9906
|
+
0x16484857,
|
|
9907
|
+
[
|
|
9908
|
+
["flags", "#"],
|
|
9909
|
+
["hash", "long"],
|
|
9910
|
+
["themes", "Vector<ChatTheme>"],
|
|
9911
|
+
["chats", "Vector<Chat>"],
|
|
9912
|
+
["users", "Vector<User>"],
|
|
9913
|
+
["next_offset", "flags.0?int"],
|
|
9914
|
+
],
|
|
9915
|
+
"account.ChatThemes",
|
|
9916
|
+
],
|
|
9751
9917
|
sponsoredMessage: [
|
|
9752
|
-
|
|
9918
|
+
0x7DBF8673,
|
|
9753
9919
|
[
|
|
9754
9920
|
["flags", "#"],
|
|
9755
9921
|
["recommended", "flags.5?true"],
|
|
@@ -9765,14 +9931,18 @@ export const schema = Object.freeze({
|
|
|
9765
9931
|
["button_text", "string"],
|
|
9766
9932
|
["sponsor_info", "flags.7?string"],
|
|
9767
9933
|
["additional_info", "flags.8?string"],
|
|
9934
|
+
["min_display_duration", "flags.15?int"],
|
|
9935
|
+
["max_display_duration", "flags.15?int"],
|
|
9768
9936
|
],
|
|
9769
9937
|
"SponsoredMessage",
|
|
9770
9938
|
],
|
|
9771
9939
|
"messages.sponsoredMessages": [
|
|
9772
|
-
|
|
9940
|
+
0xFFDA656D,
|
|
9773
9941
|
[
|
|
9774
9942
|
["flags", "#"],
|
|
9775
9943
|
["posts_between", "flags.0?int"],
|
|
9944
|
+
["start_delay", "flags.1?int"],
|
|
9945
|
+
["between_delay", "flags.2?int"],
|
|
9776
9946
|
["messages", "Vector<SponsoredMessage>"],
|
|
9777
9947
|
["chats", "Vector<Chat>"],
|
|
9778
9948
|
["users", "Vector<User>"],
|
|
@@ -10219,13 +10389,23 @@ export const schema = Object.freeze({
|
|
|
10219
10389
|
"InputInvoice",
|
|
10220
10390
|
],
|
|
10221
10391
|
inputInvoiceStarGiftResale: [
|
|
10222
|
-
|
|
10392
|
+
0xC39F5324,
|
|
10223
10393
|
[
|
|
10394
|
+
["flags", "#"],
|
|
10395
|
+
["ton", "flags.0?true"],
|
|
10224
10396
|
["slug", "string"],
|
|
10225
10397
|
["to_id", "InputPeer"],
|
|
10226
10398
|
],
|
|
10227
10399
|
"InputInvoice",
|
|
10228
10400
|
],
|
|
10401
|
+
inputInvoiceStarGiftPrepaidUpgrade: [
|
|
10402
|
+
0x9A0B48B8,
|
|
10403
|
+
[
|
|
10404
|
+
["peer", "InputPeer"],
|
|
10405
|
+
["hash", "string"],
|
|
10406
|
+
],
|
|
10407
|
+
"InputInvoice",
|
|
10408
|
+
],
|
|
10229
10409
|
"payments.exportedInvoice": [
|
|
10230
10410
|
0xAED0CBD9,
|
|
10231
10411
|
[
|
|
@@ -10305,11 +10485,13 @@ export const schema = Object.freeze({
|
|
|
10305
10485
|
"InputStorePaymentPurpose",
|
|
10306
10486
|
],
|
|
10307
10487
|
inputStorePaymentStarsTopup: [
|
|
10308
|
-
|
|
10488
|
+
0xF9A2A6CB,
|
|
10309
10489
|
[
|
|
10490
|
+
["flags", "#"],
|
|
10310
10491
|
["stars", "long"],
|
|
10311
10492
|
["currency", "string"],
|
|
10312
10493
|
["amount", "long"],
|
|
10494
|
+
["spend_purpose_peer", "flags.0?InputPeer"],
|
|
10313
10495
|
],
|
|
10314
10496
|
"InputStorePaymentPurpose",
|
|
10315
10497
|
],
|
|
@@ -10988,7 +11170,7 @@ export const schema = Object.freeze({
|
|
|
10988
11170
|
"StoryItem",
|
|
10989
11171
|
],
|
|
10990
11172
|
storyItem: [
|
|
10991
|
-
|
|
11173
|
+
0xEDF164F1,
|
|
10992
11174
|
[
|
|
10993
11175
|
["flags", "#"],
|
|
10994
11176
|
["pinned", "flags.5?true"],
|
|
@@ -11012,6 +11194,7 @@ export const schema = Object.freeze({
|
|
|
11012
11194
|
["privacy", "flags.2?Vector<PrivacyRule>"],
|
|
11013
11195
|
["views", "flags.3?StoryViews"],
|
|
11014
11196
|
["sent_reaction", "flags.15?Reaction"],
|
|
11197
|
+
["albums", "flags.19?Vector<int>"],
|
|
11015
11198
|
],
|
|
11016
11199
|
"StoryItem",
|
|
11017
11200
|
],
|
|
@@ -11107,7 +11290,7 @@ export const schema = Object.freeze({
|
|
|
11107
11290
|
"stories.StoryViews",
|
|
11108
11291
|
],
|
|
11109
11292
|
inputReplyToMessage: [
|
|
11110
|
-
|
|
11293
|
+
0x869FBE10,
|
|
11111
11294
|
[
|
|
11112
11295
|
["flags", "#"],
|
|
11113
11296
|
["reply_to_msg_id", "int"],
|
|
@@ -11116,6 +11299,8 @@ export const schema = Object.freeze({
|
|
|
11116
11299
|
["quote_text", "flags.2?string"],
|
|
11117
11300
|
["quote_entities", "flags.3?Vector<MessageEntity>"],
|
|
11118
11301
|
["quote_offset", "flags.4?int"],
|
|
11302
|
+
["monoforum_peer_id", "flags.5?InputPeer"],
|
|
11303
|
+
["todo_item_id", "flags.6?int"],
|
|
11119
11304
|
],
|
|
11120
11305
|
"InputReplyTo",
|
|
11121
11306
|
],
|
|
@@ -11127,6 +11312,13 @@ export const schema = Object.freeze({
|
|
|
11127
11312
|
],
|
|
11128
11313
|
"InputReplyTo",
|
|
11129
11314
|
],
|
|
11315
|
+
inputReplyToMonoForum: [
|
|
11316
|
+
0x69D66C45,
|
|
11317
|
+
[
|
|
11318
|
+
["monoforum_peer_id", "InputPeer"],
|
|
11319
|
+
],
|
|
11320
|
+
"InputReplyTo",
|
|
11321
|
+
],
|
|
11130
11322
|
exportedStoryLink: [
|
|
11131
11323
|
0x3FC9053B,
|
|
11132
11324
|
[
|
|
@@ -11579,6 +11771,22 @@ export const schema = Object.freeze({
|
|
|
11579
11771
|
],
|
|
11580
11772
|
"SavedDialog",
|
|
11581
11773
|
],
|
|
11774
|
+
monoForumDialog: [
|
|
11775
|
+
0x64407EA7,
|
|
11776
|
+
[
|
|
11777
|
+
["flags", "#"],
|
|
11778
|
+
["unread_mark", "flags.3?true"],
|
|
11779
|
+
["nopaid_messages_exception", "flags.4?true"],
|
|
11780
|
+
["peer", "Peer"],
|
|
11781
|
+
["top_message", "int"],
|
|
11782
|
+
["read_inbox_max_id", "int"],
|
|
11783
|
+
["read_outbox_max_id", "int"],
|
|
11784
|
+
["unread_count", "int"],
|
|
11785
|
+
["unread_reactions_count", "int"],
|
|
11786
|
+
["draft", "flags.1?DraftMessage"],
|
|
11787
|
+
],
|
|
11788
|
+
"SavedDialog",
|
|
11789
|
+
],
|
|
11582
11790
|
"messages.savedDialogs": [
|
|
11583
11791
|
0xF83AE221,
|
|
11584
11792
|
[
|
|
@@ -12109,63 +12317,6 @@ export const schema = Object.freeze({
|
|
|
12109
12317
|
[],
|
|
12110
12318
|
"channels.SponsoredMessageReportResult",
|
|
12111
12319
|
],
|
|
12112
|
-
"stats.broadcastRevenueStats": [
|
|
12113
|
-
0x5407E297,
|
|
12114
|
-
[
|
|
12115
|
-
["top_hours_graph", "StatsGraph"],
|
|
12116
|
-
["revenue_graph", "StatsGraph"],
|
|
12117
|
-
["balances", "BroadcastRevenueBalances"],
|
|
12118
|
-
["usd_rate", "double"],
|
|
12119
|
-
],
|
|
12120
|
-
"stats.BroadcastRevenueStats",
|
|
12121
|
-
],
|
|
12122
|
-
"stats.broadcastRevenueWithdrawalUrl": [
|
|
12123
|
-
0xEC659737,
|
|
12124
|
-
[
|
|
12125
|
-
["url", "string"],
|
|
12126
|
-
],
|
|
12127
|
-
"stats.BroadcastRevenueWithdrawalUrl",
|
|
12128
|
-
],
|
|
12129
|
-
broadcastRevenueTransactionProceeds: [
|
|
12130
|
-
0x557E2CC4,
|
|
12131
|
-
[
|
|
12132
|
-
["amount", "long"],
|
|
12133
|
-
["from_date", "int"],
|
|
12134
|
-
["to_date", "int"],
|
|
12135
|
-
],
|
|
12136
|
-
"BroadcastRevenueTransaction",
|
|
12137
|
-
],
|
|
12138
|
-
broadcastRevenueTransactionWithdrawal: [
|
|
12139
|
-
0x5A590978,
|
|
12140
|
-
[
|
|
12141
|
-
["flags", "#"],
|
|
12142
|
-
["pending", "flags.0?true"],
|
|
12143
|
-
["failed", "flags.2?true"],
|
|
12144
|
-
["amount", "long"],
|
|
12145
|
-
["date", "int"],
|
|
12146
|
-
["provider", "string"],
|
|
12147
|
-
["transaction_date", "flags.1?int"],
|
|
12148
|
-
["transaction_url", "flags.1?string"],
|
|
12149
|
-
],
|
|
12150
|
-
"BroadcastRevenueTransaction",
|
|
12151
|
-
],
|
|
12152
|
-
broadcastRevenueTransactionRefund: [
|
|
12153
|
-
0x42D30D2E,
|
|
12154
|
-
[
|
|
12155
|
-
["amount", "long"],
|
|
12156
|
-
["date", "int"],
|
|
12157
|
-
["provider", "string"],
|
|
12158
|
-
],
|
|
12159
|
-
"BroadcastRevenueTransaction",
|
|
12160
|
-
],
|
|
12161
|
-
"stats.broadcastRevenueTransactions": [
|
|
12162
|
-
0x87158466,
|
|
12163
|
-
[
|
|
12164
|
-
["count", "int"],
|
|
12165
|
-
["transactions", "Vector<BroadcastRevenueTransaction>"],
|
|
12166
|
-
],
|
|
12167
|
-
"stats.BroadcastRevenueTransactions",
|
|
12168
|
-
],
|
|
12169
12320
|
reactionNotificationsFromContacts: [
|
|
12170
12321
|
0xBAC3A61A,
|
|
12171
12322
|
[],
|
|
@@ -12187,17 +12338,6 @@ export const schema = Object.freeze({
|
|
|
12187
12338
|
],
|
|
12188
12339
|
"ReactionsNotifySettings",
|
|
12189
12340
|
],
|
|
12190
|
-
broadcastRevenueBalances: [
|
|
12191
|
-
0xC3FF71E7,
|
|
12192
|
-
[
|
|
12193
|
-
["flags", "#"],
|
|
12194
|
-
["withdrawal_enabled", "flags.0?true"],
|
|
12195
|
-
["current_balance", "long"],
|
|
12196
|
-
["available_balance", "long"],
|
|
12197
|
-
["overall_revenue", "long"],
|
|
12198
|
-
],
|
|
12199
|
-
"BroadcastRevenueBalances",
|
|
12200
|
-
],
|
|
12201
12341
|
availableEffect: [
|
|
12202
12342
|
0x93C3E27E,
|
|
12203
12343
|
[
|
|
@@ -12291,7 +12431,7 @@ export const schema = Object.freeze({
|
|
|
12291
12431
|
"StarsTopupOption",
|
|
12292
12432
|
],
|
|
12293
12433
|
starsTransaction: [
|
|
12294
|
-
|
|
12434
|
+
0x13659EB0,
|
|
12295
12435
|
[
|
|
12296
12436
|
["flags", "#"],
|
|
12297
12437
|
["refund", "flags.3?true"],
|
|
@@ -12302,8 +12442,10 @@ export const schema = Object.freeze({
|
|
|
12302
12442
|
["stargift_upgrade", "flags.18?true"],
|
|
12303
12443
|
["business_transfer", "flags.21?true"],
|
|
12304
12444
|
["stargift_resale", "flags.22?true"],
|
|
12445
|
+
["posts_search", "flags.24?true"],
|
|
12446
|
+
["stargift_prepaid_upgrade", "flags.25?true"],
|
|
12305
12447
|
["id", "string"],
|
|
12306
|
-
["
|
|
12448
|
+
["amount", "StarsAmount"],
|
|
12307
12449
|
["date", "int"],
|
|
12308
12450
|
["peer", "StarsTransactionPeer"],
|
|
12309
12451
|
["title", "flags.0?string"],
|
|
@@ -12323,6 +12465,8 @@ export const schema = Object.freeze({
|
|
|
12323
12465
|
["starref_amount", "flags.17?StarsAmount"],
|
|
12324
12466
|
["paid_messages", "flags.19?int"],
|
|
12325
12467
|
["premium_gift_months", "flags.20?int"],
|
|
12468
|
+
["ads_proceeds_from_date", "flags.23?int"],
|
|
12469
|
+
["ads_proceeds_to_date", "flags.23?int"],
|
|
12326
12470
|
],
|
|
12327
12471
|
"StarsTransaction",
|
|
12328
12472
|
],
|
|
@@ -12385,8 +12529,10 @@ export const schema = Object.freeze({
|
|
|
12385
12529
|
"StarsRevenueStatus",
|
|
12386
12530
|
],
|
|
12387
12531
|
"payments.starsRevenueStats": [
|
|
12388
|
-
|
|
12532
|
+
0x6C207376,
|
|
12389
12533
|
[
|
|
12534
|
+
["flags", "#"],
|
|
12535
|
+
["top_hours_graph", "flags.0?StatsGraph"],
|
|
12390
12536
|
["revenue_graph", "StatsGraph"],
|
|
12391
12537
|
["status", "StarsRevenueStatus"],
|
|
12392
12538
|
["usd_rate", "double"],
|
|
@@ -12518,12 +12664,14 @@ export const schema = Object.freeze({
|
|
|
12518
12664
|
"StarsGiveawayWinnersOption",
|
|
12519
12665
|
],
|
|
12520
12666
|
starGift: [
|
|
12521
|
-
|
|
12667
|
+
0x80AC53C3,
|
|
12522
12668
|
[
|
|
12523
12669
|
["flags", "#"],
|
|
12524
12670
|
["limited", "flags.0?true"],
|
|
12525
12671
|
["sold_out", "flags.1?true"],
|
|
12526
12672
|
["birthday", "flags.2?true"],
|
|
12673
|
+
["require_premium", "flags.7?true"],
|
|
12674
|
+
["limited_per_user", "flags.8?true"],
|
|
12527
12675
|
["id", "long"],
|
|
12528
12676
|
["sticker", "Document"],
|
|
12529
12677
|
["stars", "long"],
|
|
@@ -12536,14 +12684,22 @@ export const schema = Object.freeze({
|
|
|
12536
12684
|
["upgrade_stars", "flags.3?long"],
|
|
12537
12685
|
["resell_min_stars", "flags.4?long"],
|
|
12538
12686
|
["title", "flags.5?string"],
|
|
12687
|
+
["released_by", "flags.6?Peer"],
|
|
12688
|
+
["per_user_total", "flags.8?int"],
|
|
12689
|
+
["per_user_remains", "flags.8?int"],
|
|
12690
|
+
["locked_until_date", "flags.9?int"],
|
|
12539
12691
|
],
|
|
12540
12692
|
"StarGift",
|
|
12541
12693
|
],
|
|
12542
12694
|
starGiftUnique: [
|
|
12543
|
-
|
|
12695
|
+
0x1BEFE865,
|
|
12544
12696
|
[
|
|
12545
12697
|
["flags", "#"],
|
|
12698
|
+
["require_premium", "flags.6?true"],
|
|
12699
|
+
["resale_ton_only", "flags.7?true"],
|
|
12700
|
+
["theme_available", "flags.9?true"],
|
|
12546
12701
|
["id", "long"],
|
|
12702
|
+
["gift_id", "long"],
|
|
12547
12703
|
["title", "string"],
|
|
12548
12704
|
["slug", "string"],
|
|
12549
12705
|
["num", "int"],
|
|
@@ -12554,7 +12710,11 @@ export const schema = Object.freeze({
|
|
|
12554
12710
|
["availability_issued", "int"],
|
|
12555
12711
|
["availability_total", "int"],
|
|
12556
12712
|
["gift_address", "flags.3?string"],
|
|
12557
|
-
["
|
|
12713
|
+
["resell_amount", "flags.4?Vector<StarsAmount>"],
|
|
12714
|
+
["released_by", "flags.5?Peer"],
|
|
12715
|
+
["value_amount", "flags.8?long"],
|
|
12716
|
+
["value_currency", "flags.8?string"],
|
|
12717
|
+
["theme_peer", "flags.10?Peer"],
|
|
12558
12718
|
],
|
|
12559
12719
|
"StarGift",
|
|
12560
12720
|
],
|
|
@@ -12564,10 +12724,12 @@ export const schema = Object.freeze({
|
|
|
12564
12724
|
"payments.StarGifts",
|
|
12565
12725
|
],
|
|
12566
12726
|
"payments.starGifts": [
|
|
12567
|
-
|
|
12727
|
+
0x2ED82995,
|
|
12568
12728
|
[
|
|
12569
12729
|
["hash", "int"],
|
|
12570
12730
|
["gifts", "Vector<StarGift>"],
|
|
12731
|
+
["chats", "Vector<Chat>"],
|
|
12732
|
+
["users", "Vector<User>"],
|
|
12571
12733
|
],
|
|
12572
12734
|
"payments.StarGifts",
|
|
12573
12735
|
],
|
|
@@ -12687,6 +12849,13 @@ export const schema = Object.freeze({
|
|
|
12687
12849
|
],
|
|
12688
12850
|
"StarsAmount",
|
|
12689
12851
|
],
|
|
12852
|
+
starsTonAmount: [
|
|
12853
|
+
0x74AEE3E0,
|
|
12854
|
+
[
|
|
12855
|
+
["amount", "long"],
|
|
12856
|
+
],
|
|
12857
|
+
"StarsAmount",
|
|
12858
|
+
],
|
|
12690
12859
|
"messages.foundStickersNotModified": [
|
|
12691
12860
|
0x6010C534,
|
|
12692
12861
|
[
|
|
@@ -12790,23 +12959,25 @@ export const schema = Object.freeze({
|
|
|
12790
12959
|
"users.Users",
|
|
12791
12960
|
],
|
|
12792
12961
|
"payments.uniqueStarGift": [
|
|
12793
|
-
|
|
12962
|
+
0x416C56E8,
|
|
12794
12963
|
[
|
|
12795
12964
|
["gift", "StarGift"],
|
|
12965
|
+
["chats", "Vector<Chat>"],
|
|
12796
12966
|
["users", "Vector<User>"],
|
|
12797
12967
|
],
|
|
12798
12968
|
"payments.UniqueStarGift",
|
|
12799
12969
|
],
|
|
12800
12970
|
"messages.webPagePreview": [
|
|
12801
|
-
|
|
12971
|
+
0x8C9A88AC,
|
|
12802
12972
|
[
|
|
12803
12973
|
["media", "MessageMedia"],
|
|
12974
|
+
["chats", "Vector<Chat>"],
|
|
12804
12975
|
["users", "Vector<User>"],
|
|
12805
12976
|
],
|
|
12806
12977
|
"messages.WebPagePreview",
|
|
12807
12978
|
],
|
|
12808
12979
|
savedStarGift: [
|
|
12809
|
-
|
|
12980
|
+
0x19A9B572,
|
|
12810
12981
|
[
|
|
12811
12982
|
["flags", "#"],
|
|
12812
12983
|
["name_hidden", "flags.0?true"],
|
|
@@ -12814,6 +12985,7 @@ export const schema = Object.freeze({
|
|
|
12814
12985
|
["refunded", "flags.9?true"],
|
|
12815
12986
|
["can_upgrade", "flags.10?true"],
|
|
12816
12987
|
["pinned_to_top", "flags.12?true"],
|
|
12988
|
+
["upgrade_separate", "flags.17?true"],
|
|
12817
12989
|
["from_id", "flags.1?Peer"],
|
|
12818
12990
|
["date", "int"],
|
|
12819
12991
|
["gift", "StarGift"],
|
|
@@ -12826,6 +12998,8 @@ export const schema = Object.freeze({
|
|
|
12826
12998
|
["transfer_stars", "flags.8?long"],
|
|
12827
12999
|
["can_transfer_at", "flags.13?int"],
|
|
12828
13000
|
["can_resell_at", "flags.14?int"],
|
|
13001
|
+
["collection_id", "flags.15?Vector<int>"],
|
|
13002
|
+
["prepaid_upgrade_hash", "flags.16?string"],
|
|
12829
13003
|
],
|
|
12830
13004
|
"SavedStarGift",
|
|
12831
13005
|
],
|
|
@@ -13030,6 +13204,235 @@ export const schema = Object.freeze({
|
|
|
13030
13204
|
],
|
|
13031
13205
|
"PendingSuggestion",
|
|
13032
13206
|
],
|
|
13207
|
+
todoItem: [
|
|
13208
|
+
0xCBA9A52F,
|
|
13209
|
+
[
|
|
13210
|
+
["id", "int"],
|
|
13211
|
+
["title", "TextWithEntities"],
|
|
13212
|
+
],
|
|
13213
|
+
"TodoItem",
|
|
13214
|
+
],
|
|
13215
|
+
todoList: [
|
|
13216
|
+
0x49B92A26,
|
|
13217
|
+
[
|
|
13218
|
+
["flags", "#"],
|
|
13219
|
+
["others_can_append", "flags.0?true"],
|
|
13220
|
+
["others_can_complete", "flags.1?true"],
|
|
13221
|
+
["title", "TextWithEntities"],
|
|
13222
|
+
["list", "Vector<TodoItem>"],
|
|
13223
|
+
],
|
|
13224
|
+
"TodoList",
|
|
13225
|
+
],
|
|
13226
|
+
todoCompletion: [
|
|
13227
|
+
0x4CC120B7,
|
|
13228
|
+
[
|
|
13229
|
+
["id", "int"],
|
|
13230
|
+
["completed_by", "long"],
|
|
13231
|
+
["date", "int"],
|
|
13232
|
+
],
|
|
13233
|
+
"TodoCompletion",
|
|
13234
|
+
],
|
|
13235
|
+
suggestedPost: [
|
|
13236
|
+
0x0E8E37E5,
|
|
13237
|
+
[
|
|
13238
|
+
["flags", "#"],
|
|
13239
|
+
["accepted", "flags.1?true"],
|
|
13240
|
+
["rejected", "flags.2?true"],
|
|
13241
|
+
["price", "flags.3?StarsAmount"],
|
|
13242
|
+
["schedule_date", "flags.0?int"],
|
|
13243
|
+
],
|
|
13244
|
+
"SuggestedPost",
|
|
13245
|
+
],
|
|
13246
|
+
starsRating: [
|
|
13247
|
+
0x1B0E4F07,
|
|
13248
|
+
[
|
|
13249
|
+
["flags", "#"],
|
|
13250
|
+
["level", "int"],
|
|
13251
|
+
["current_level_stars", "long"],
|
|
13252
|
+
["stars", "long"],
|
|
13253
|
+
["next_level_stars", "flags.0?long"],
|
|
13254
|
+
],
|
|
13255
|
+
"StarsRating",
|
|
13256
|
+
],
|
|
13257
|
+
starGiftCollection: [
|
|
13258
|
+
0x9D6B13B0,
|
|
13259
|
+
[
|
|
13260
|
+
["flags", "#"],
|
|
13261
|
+
["collection_id", "int"],
|
|
13262
|
+
["title", "string"],
|
|
13263
|
+
["icon", "flags.0?Document"],
|
|
13264
|
+
["gifts_count", "int"],
|
|
13265
|
+
["hash", "long"],
|
|
13266
|
+
],
|
|
13267
|
+
"StarGiftCollection",
|
|
13268
|
+
],
|
|
13269
|
+
"payments.starGiftCollectionsNotModified": [
|
|
13270
|
+
0xA0BA4F17,
|
|
13271
|
+
[],
|
|
13272
|
+
"payments.StarGiftCollections",
|
|
13273
|
+
],
|
|
13274
|
+
"payments.starGiftCollections": [
|
|
13275
|
+
0x8A2932F3,
|
|
13276
|
+
[
|
|
13277
|
+
["collections", "Vector<StarGiftCollection>"],
|
|
13278
|
+
],
|
|
13279
|
+
"payments.StarGiftCollections",
|
|
13280
|
+
],
|
|
13281
|
+
storyAlbum: [
|
|
13282
|
+
0x9325705A,
|
|
13283
|
+
[
|
|
13284
|
+
["flags", "#"],
|
|
13285
|
+
["album_id", "int"],
|
|
13286
|
+
["title", "string"],
|
|
13287
|
+
["icon_photo", "flags.0?Photo"],
|
|
13288
|
+
["icon_video", "flags.1?Document"],
|
|
13289
|
+
],
|
|
13290
|
+
"StoryAlbum",
|
|
13291
|
+
],
|
|
13292
|
+
"stories.albumsNotModified": [
|
|
13293
|
+
0x564EDAEB,
|
|
13294
|
+
[],
|
|
13295
|
+
"stories.Albums",
|
|
13296
|
+
],
|
|
13297
|
+
"stories.albums": [
|
|
13298
|
+
0xC3987A3A,
|
|
13299
|
+
[
|
|
13300
|
+
["hash", "long"],
|
|
13301
|
+
["albums", "Vector<StoryAlbum>"],
|
|
13302
|
+
],
|
|
13303
|
+
"stories.Albums",
|
|
13304
|
+
],
|
|
13305
|
+
searchPostsFlood: [
|
|
13306
|
+
0x3E0B5B6A,
|
|
13307
|
+
[
|
|
13308
|
+
["flags", "#"],
|
|
13309
|
+
["query_is_free", "flags.0?true"],
|
|
13310
|
+
["total_daily", "int"],
|
|
13311
|
+
["remains", "int"],
|
|
13312
|
+
["wait_till", "flags.1?int"],
|
|
13313
|
+
["stars_amount", "long"],
|
|
13314
|
+
],
|
|
13315
|
+
"SearchPostsFlood",
|
|
13316
|
+
],
|
|
13317
|
+
"payments.uniqueStarGiftValueInfo": [
|
|
13318
|
+
0x512FE446,
|
|
13319
|
+
[
|
|
13320
|
+
["flags", "#"],
|
|
13321
|
+
["last_sale_on_fragment", "flags.1?true"],
|
|
13322
|
+
["value_is_average", "flags.6?true"],
|
|
13323
|
+
["currency", "string"],
|
|
13324
|
+
["value", "long"],
|
|
13325
|
+
["initial_sale_date", "int"],
|
|
13326
|
+
["initial_sale_stars", "long"],
|
|
13327
|
+
["initial_sale_price", "long"],
|
|
13328
|
+
["last_sale_date", "flags.0?int"],
|
|
13329
|
+
["last_sale_price", "flags.0?long"],
|
|
13330
|
+
["floor_price", "flags.2?long"],
|
|
13331
|
+
["average_price", "flags.3?long"],
|
|
13332
|
+
["listed_count", "flags.4?int"],
|
|
13333
|
+
["fragment_listed_count", "flags.5?int"],
|
|
13334
|
+
["fragment_listed_url", "flags.5?string"],
|
|
13335
|
+
],
|
|
13336
|
+
"payments.UniqueStarGiftValueInfo",
|
|
13337
|
+
],
|
|
13338
|
+
profileTabPosts: [
|
|
13339
|
+
0xB98CD696,
|
|
13340
|
+
[],
|
|
13341
|
+
"ProfileTab",
|
|
13342
|
+
],
|
|
13343
|
+
profileTabGifts: [
|
|
13344
|
+
0x4D4BD46A,
|
|
13345
|
+
[],
|
|
13346
|
+
"ProfileTab",
|
|
13347
|
+
],
|
|
13348
|
+
profileTabMedia: [
|
|
13349
|
+
0x72C64955,
|
|
13350
|
+
[],
|
|
13351
|
+
"ProfileTab",
|
|
13352
|
+
],
|
|
13353
|
+
profileTabFiles: [
|
|
13354
|
+
0xAB339C00,
|
|
13355
|
+
[],
|
|
13356
|
+
"ProfileTab",
|
|
13357
|
+
],
|
|
13358
|
+
profileTabMusic: [
|
|
13359
|
+
0x9F27D26E,
|
|
13360
|
+
[],
|
|
13361
|
+
"ProfileTab",
|
|
13362
|
+
],
|
|
13363
|
+
profileTabVoice: [
|
|
13364
|
+
0xE477092E,
|
|
13365
|
+
[],
|
|
13366
|
+
"ProfileTab",
|
|
13367
|
+
],
|
|
13368
|
+
profileTabLinks: [
|
|
13369
|
+
0xD3656499,
|
|
13370
|
+
[],
|
|
13371
|
+
"ProfileTab",
|
|
13372
|
+
],
|
|
13373
|
+
profileTabGifs: [
|
|
13374
|
+
0xA2C0F695,
|
|
13375
|
+
[],
|
|
13376
|
+
"ProfileTab",
|
|
13377
|
+
],
|
|
13378
|
+
"users.savedMusicNotModified": [
|
|
13379
|
+
0xE3878AA4,
|
|
13380
|
+
[
|
|
13381
|
+
["count", "int"],
|
|
13382
|
+
],
|
|
13383
|
+
"users.SavedMusic",
|
|
13384
|
+
],
|
|
13385
|
+
"users.savedMusic": [
|
|
13386
|
+
0x34A2F297,
|
|
13387
|
+
[
|
|
13388
|
+
["count", "int"],
|
|
13389
|
+
["documents", "Vector<Document>"],
|
|
13390
|
+
],
|
|
13391
|
+
"users.SavedMusic",
|
|
13392
|
+
],
|
|
13393
|
+
"account.savedMusicIdsNotModified": [
|
|
13394
|
+
0x4FC81D6E,
|
|
13395
|
+
[],
|
|
13396
|
+
"account.SavedMusicIds",
|
|
13397
|
+
],
|
|
13398
|
+
"account.savedMusicIds": [
|
|
13399
|
+
0x998D6636,
|
|
13400
|
+
[
|
|
13401
|
+
["ids", "Vector<long>"],
|
|
13402
|
+
],
|
|
13403
|
+
"account.SavedMusicIds",
|
|
13404
|
+
],
|
|
13405
|
+
"payments.checkCanSendGiftResultOk": [
|
|
13406
|
+
0x374FA7AD,
|
|
13407
|
+
[],
|
|
13408
|
+
"payments.CheckCanSendGiftResult",
|
|
13409
|
+
],
|
|
13410
|
+
"payments.checkCanSendGiftResultFail": [
|
|
13411
|
+
0xD5E58274,
|
|
13412
|
+
[
|
|
13413
|
+
["reason", "TextWithEntities"],
|
|
13414
|
+
],
|
|
13415
|
+
"payments.CheckCanSendGiftResult",
|
|
13416
|
+
],
|
|
13417
|
+
inputChatThemeEmpty: [
|
|
13418
|
+
0x83268483,
|
|
13419
|
+
[],
|
|
13420
|
+
"InputChatTheme",
|
|
13421
|
+
],
|
|
13422
|
+
inputChatTheme: [
|
|
13423
|
+
0xC93DE95C,
|
|
13424
|
+
[
|
|
13425
|
+
["emoticon", "string"],
|
|
13426
|
+
],
|
|
13427
|
+
"InputChatTheme",
|
|
13428
|
+
],
|
|
13429
|
+
inputChatThemeUniqueGift: [
|
|
13430
|
+
0x87E5DFE4,
|
|
13431
|
+
[
|
|
13432
|
+
["slug", "string"],
|
|
13433
|
+
],
|
|
13434
|
+
"InputChatTheme",
|
|
13435
|
+
],
|
|
13033
13436
|
invokeAfterMsg: [
|
|
13034
13437
|
0xCB9F372D,
|
|
13035
13438
|
[
|
|
@@ -14178,21 +14581,58 @@ export const schema = Object.freeze({
|
|
|
14178
14581
|
],
|
|
14179
14582
|
"account.EmojiStatuses",
|
|
14180
14583
|
],
|
|
14181
|
-
"account.
|
|
14182
|
-
|
|
14584
|
+
"account.getPaidMessagesRevenue": [
|
|
14585
|
+
0x19BA4A67,
|
|
14586
|
+
[
|
|
14587
|
+
["flags", "#"],
|
|
14588
|
+
["parent_peer", "flags.0?InputPeer"],
|
|
14589
|
+
["user_id", "InputUser"],
|
|
14590
|
+
],
|
|
14591
|
+
"account.PaidMessagesRevenue",
|
|
14592
|
+
],
|
|
14593
|
+
"account.toggleNoPaidMessagesException": [
|
|
14594
|
+
0xFE2EDA76,
|
|
14183
14595
|
[
|
|
14184
14596
|
["flags", "#"],
|
|
14185
14597
|
["refund_charged", "flags.0?true"],
|
|
14598
|
+
["require_payment", "flags.2?true"],
|
|
14599
|
+
["parent_peer", "flags.1?InputPeer"],
|
|
14186
14600
|
["user_id", "InputUser"],
|
|
14187
14601
|
],
|
|
14188
14602
|
"Bool",
|
|
14189
14603
|
],
|
|
14190
|
-
"account.
|
|
14191
|
-
|
|
14604
|
+
"account.setMainProfileTab": [
|
|
14605
|
+
0x5DEE78B0,
|
|
14192
14606
|
[
|
|
14193
|
-
["
|
|
14607
|
+
["tab", "ProfileTab"],
|
|
14194
14608
|
],
|
|
14195
|
-
"
|
|
14609
|
+
"Bool",
|
|
14610
|
+
],
|
|
14611
|
+
"account.saveMusic": [
|
|
14612
|
+
0xB26732A9,
|
|
14613
|
+
[
|
|
14614
|
+
["flags", "#"],
|
|
14615
|
+
["unsave", "flags.0?true"],
|
|
14616
|
+
["id", "InputDocument"],
|
|
14617
|
+
["after_id", "flags.1?InputDocument"],
|
|
14618
|
+
],
|
|
14619
|
+
"Bool",
|
|
14620
|
+
],
|
|
14621
|
+
"account.getSavedMusicIds": [
|
|
14622
|
+
0xE09D5FAF,
|
|
14623
|
+
[
|
|
14624
|
+
["hash", "long"],
|
|
14625
|
+
],
|
|
14626
|
+
"account.SavedMusicIds",
|
|
14627
|
+
],
|
|
14628
|
+
"account.getUniqueGiftChatThemes": [
|
|
14629
|
+
0xFE74EF9F,
|
|
14630
|
+
[
|
|
14631
|
+
["offset", "int"],
|
|
14632
|
+
["limit", "int"],
|
|
14633
|
+
["hash", "long"],
|
|
14634
|
+
],
|
|
14635
|
+
"account.ChatThemes",
|
|
14196
14636
|
],
|
|
14197
14637
|
"users.getUsers": [
|
|
14198
14638
|
0x0D91A548,
|
|
@@ -14223,6 +14663,24 @@ export const schema = Object.freeze({
|
|
|
14223
14663
|
],
|
|
14224
14664
|
"Vector<RequirementToContact>",
|
|
14225
14665
|
],
|
|
14666
|
+
"users.getSavedMusic": [
|
|
14667
|
+
0x788D7FE3,
|
|
14668
|
+
[
|
|
14669
|
+
["id", "InputUser"],
|
|
14670
|
+
["offset", "int"],
|
|
14671
|
+
["limit", "int"],
|
|
14672
|
+
["hash", "long"],
|
|
14673
|
+
],
|
|
14674
|
+
"users.SavedMusic",
|
|
14675
|
+
],
|
|
14676
|
+
"users.getSavedMusicByID": [
|
|
14677
|
+
0x7573A4E9,
|
|
14678
|
+
[
|
|
14679
|
+
["id", "InputUser"],
|
|
14680
|
+
["documents", "Vector<InputDocument>"],
|
|
14681
|
+
],
|
|
14682
|
+
"users.SavedMusic",
|
|
14683
|
+
],
|
|
14226
14684
|
"contacts.getContactIDs": [
|
|
14227
14685
|
0x7ADC669D,
|
|
14228
14686
|
[
|
|
@@ -14545,7 +15003,7 @@ export const schema = Object.freeze({
|
|
|
14545
15003
|
"Bool",
|
|
14546
15004
|
],
|
|
14547
15005
|
"messages.sendMessage": [
|
|
14548
|
-
|
|
15006
|
+
0xFE05DC9A,
|
|
14549
15007
|
[
|
|
14550
15008
|
["flags", "#"],
|
|
14551
15009
|
["no_webpage", "flags.1?true"],
|
|
@@ -14567,11 +15025,12 @@ export const schema = Object.freeze({
|
|
|
14567
15025
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
14568
15026
|
["effect", "flags.18?long"],
|
|
14569
15027
|
["allow_paid_stars", "flags.21?long"],
|
|
15028
|
+
["suggested_post", "flags.22?SuggestedPost"],
|
|
14570
15029
|
],
|
|
14571
15030
|
"Updates",
|
|
14572
15031
|
],
|
|
14573
15032
|
"messages.sendMedia": [
|
|
14574
|
-
|
|
15033
|
+
0xAC55D9C1,
|
|
14575
15034
|
[
|
|
14576
15035
|
["flags", "#"],
|
|
14577
15036
|
["silent", "flags.5?true"],
|
|
@@ -14593,11 +15052,12 @@ export const schema = Object.freeze({
|
|
|
14593
15052
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
14594
15053
|
["effect", "flags.18?long"],
|
|
14595
15054
|
["allow_paid_stars", "flags.21?long"],
|
|
15055
|
+
["suggested_post", "flags.22?SuggestedPost"],
|
|
14596
15056
|
],
|
|
14597
15057
|
"Updates",
|
|
14598
15058
|
],
|
|
14599
15059
|
"messages.forwardMessages": [
|
|
14600
|
-
|
|
15060
|
+
0x978928CA,
|
|
14601
15061
|
[
|
|
14602
15062
|
["flags", "#"],
|
|
14603
15063
|
["silent", "flags.5?true"],
|
|
@@ -14612,11 +15072,13 @@ export const schema = Object.freeze({
|
|
|
14612
15072
|
["random_id", "Vector<long>"],
|
|
14613
15073
|
["to_peer", "InputPeer"],
|
|
14614
15074
|
["top_msg_id", "flags.9?int"],
|
|
15075
|
+
["reply_to", "flags.22?InputReplyTo"],
|
|
14615
15076
|
["schedule_date", "flags.10?int"],
|
|
14616
15077
|
["send_as", "flags.13?InputPeer"],
|
|
14617
15078
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
14618
15079
|
["video_timestamp", "flags.20?int"],
|
|
14619
15080
|
["allow_paid_stars", "flags.21?long"],
|
|
15081
|
+
["suggested_post", "flags.23?SuggestedPost"],
|
|
14620
15082
|
],
|
|
14621
15083
|
"Updates",
|
|
14622
15084
|
],
|
|
@@ -15088,7 +15550,7 @@ export const schema = Object.freeze({
|
|
|
15088
15550
|
"messages.PeerDialogs",
|
|
15089
15551
|
],
|
|
15090
15552
|
"messages.saveDraft": [
|
|
15091
|
-
|
|
15553
|
+
0x54AE308E,
|
|
15092
15554
|
[
|
|
15093
15555
|
["flags", "#"],
|
|
15094
15556
|
["no_webpage", "flags.1?true"],
|
|
@@ -15099,6 +15561,7 @@ export const schema = Object.freeze({
|
|
|
15099
15561
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15100
15562
|
["media", "flags.5?InputMedia"],
|
|
15101
15563
|
["effect", "flags.7?long"],
|
|
15564
|
+
["suggested_post", "flags.8?SuggestedPost"],
|
|
15102
15565
|
],
|
|
15103
15566
|
"Bool",
|
|
15104
15567
|
],
|
|
@@ -15390,17 +15853,21 @@ export const schema = Object.freeze({
|
|
|
15390
15853
|
"Vector<MessageRange>",
|
|
15391
15854
|
],
|
|
15392
15855
|
"messages.markDialogUnread": [
|
|
15393
|
-
|
|
15856
|
+
0x8C5006F8,
|
|
15394
15857
|
[
|
|
15395
15858
|
["flags", "#"],
|
|
15396
15859
|
["unread", "flags.0?true"],
|
|
15860
|
+
["parent_peer", "flags.1?InputPeer"],
|
|
15397
15861
|
["peer", "InputDialogPeer"],
|
|
15398
15862
|
],
|
|
15399
15863
|
"Bool",
|
|
15400
15864
|
],
|
|
15401
15865
|
"messages.getDialogUnreadMarks": [
|
|
15402
|
-
|
|
15403
|
-
[
|
|
15866
|
+
0x21202222,
|
|
15867
|
+
[
|
|
15868
|
+
["flags", "#"],
|
|
15869
|
+
["parent_peer", "flags.0?InputPeer"],
|
|
15870
|
+
],
|
|
15404
15871
|
"Vector<DialogPeer>",
|
|
15405
15872
|
],
|
|
15406
15873
|
"messages.clearAllDrafts": [
|
|
@@ -15653,11 +16120,12 @@ export const schema = Object.freeze({
|
|
|
15653
16120
|
"Bool",
|
|
15654
16121
|
],
|
|
15655
16122
|
"messages.unpinAllMessages": [
|
|
15656
|
-
|
|
16123
|
+
0x062DD747,
|
|
15657
16124
|
[
|
|
15658
16125
|
["flags", "#"],
|
|
15659
16126
|
["peer", "InputPeer"],
|
|
15660
16127
|
["top_msg_id", "flags.0?int"],
|
|
16128
|
+
["saved_peer_id", "flags.1?InputPeer"],
|
|
15661
16129
|
],
|
|
15662
16130
|
"messages.AffectedHistory",
|
|
15663
16131
|
],
|
|
@@ -15799,10 +16267,10 @@ export const schema = Object.freeze({
|
|
|
15799
16267
|
"messages.CheckedHistoryImportPeer",
|
|
15800
16268
|
],
|
|
15801
16269
|
"messages.setChatTheme": [
|
|
15802
|
-
|
|
16270
|
+
0x081202C9,
|
|
15803
16271
|
[
|
|
15804
16272
|
["peer", "InputPeer"],
|
|
15805
|
-
["
|
|
16273
|
+
["theme", "InputChatTheme"],
|
|
15806
16274
|
],
|
|
15807
16275
|
"Updates",
|
|
15808
16276
|
],
|
|
@@ -15943,11 +16411,12 @@ export const schema = Object.freeze({
|
|
|
15943
16411
|
"messages.TranslatedText",
|
|
15944
16412
|
],
|
|
15945
16413
|
"messages.getUnreadReactions": [
|
|
15946
|
-
|
|
16414
|
+
0xBD7F90AC,
|
|
15947
16415
|
[
|
|
15948
16416
|
["flags", "#"],
|
|
15949
16417
|
["peer", "InputPeer"],
|
|
15950
16418
|
["top_msg_id", "flags.0?int"],
|
|
16419
|
+
["saved_peer_id", "flags.1?InputPeer"],
|
|
15951
16420
|
["offset_id", "int"],
|
|
15952
16421
|
["add_offset", "int"],
|
|
15953
16422
|
["limit", "int"],
|
|
@@ -15957,11 +16426,12 @@ export const schema = Object.freeze({
|
|
|
15957
16426
|
"messages.Messages",
|
|
15958
16427
|
],
|
|
15959
16428
|
"messages.readReactions": [
|
|
15960
|
-
|
|
16429
|
+
0x9EC44F93,
|
|
15961
16430
|
[
|
|
15962
16431
|
["flags", "#"],
|
|
15963
16432
|
["peer", "InputPeer"],
|
|
15964
16433
|
["top_msg_id", "flags.0?int"],
|
|
16434
|
+
["saved_peer_id", "flags.1?InputPeer"],
|
|
15965
16435
|
],
|
|
15966
16436
|
"messages.AffectedHistory",
|
|
15967
16437
|
],
|
|
@@ -16248,10 +16718,11 @@ export const schema = Object.freeze({
|
|
|
16248
16718
|
"messages.FoundStickerSets",
|
|
16249
16719
|
],
|
|
16250
16720
|
"messages.getSavedDialogs": [
|
|
16251
|
-
|
|
16721
|
+
0x1E91FC99,
|
|
16252
16722
|
[
|
|
16253
16723
|
["flags", "#"],
|
|
16254
16724
|
["exclude_pinned", "flags.0?true"],
|
|
16725
|
+
["parent_peer", "flags.1?InputPeer"],
|
|
16255
16726
|
["offset_date", "int"],
|
|
16256
16727
|
["offset_id", "int"],
|
|
16257
16728
|
["offset_peer", "InputPeer"],
|
|
@@ -16261,8 +16732,10 @@ export const schema = Object.freeze({
|
|
|
16261
16732
|
"messages.SavedDialogs",
|
|
16262
16733
|
],
|
|
16263
16734
|
"messages.getSavedHistory": [
|
|
16264
|
-
|
|
16735
|
+
0x998AB009,
|
|
16265
16736
|
[
|
|
16737
|
+
["flags", "#"],
|
|
16738
|
+
["parent_peer", "flags.0?InputPeer"],
|
|
16266
16739
|
["peer", "InputPeer"],
|
|
16267
16740
|
["offset_id", "int"],
|
|
16268
16741
|
["offset_date", "int"],
|
|
@@ -16275,9 +16748,10 @@ export const schema = Object.freeze({
|
|
|
16275
16748
|
"messages.Messages",
|
|
16276
16749
|
],
|
|
16277
16750
|
"messages.deleteSavedHistory": [
|
|
16278
|
-
|
|
16751
|
+
0x4DC5085F,
|
|
16279
16752
|
[
|
|
16280
16753
|
["flags", "#"],
|
|
16754
|
+
["parent_peer", "flags.0?InputPeer"],
|
|
16281
16755
|
["peer", "InputPeer"],
|
|
16282
16756
|
["max_id", "int"],
|
|
16283
16757
|
["min_date", "flags.2?int"],
|
|
@@ -16525,9 +16999,11 @@ export const schema = Object.freeze({
|
|
|
16525
16999
|
"channels.SponsoredMessageReportResult",
|
|
16526
17000
|
],
|
|
16527
17001
|
"messages.getSponsoredMessages": [
|
|
16528
|
-
|
|
17002
|
+
0x3D6CE850,
|
|
16529
17003
|
[
|
|
17004
|
+
["flags", "#"],
|
|
16530
17005
|
["peer", "InputPeer"],
|
|
17006
|
+
["msg_id", "flags.0?int"],
|
|
16531
17007
|
],
|
|
16532
17008
|
"messages.SponsoredMessages",
|
|
16533
17009
|
],
|
|
@@ -16573,6 +17049,55 @@ export const schema = Object.freeze({
|
|
|
16573
17049
|
],
|
|
16574
17050
|
"Bool",
|
|
16575
17051
|
],
|
|
17052
|
+
"messages.getSavedDialogsByID": [
|
|
17053
|
+
0x6F6F9C96,
|
|
17054
|
+
[
|
|
17055
|
+
["flags", "#"],
|
|
17056
|
+
["parent_peer", "flags.1?InputPeer"],
|
|
17057
|
+
["ids", "Vector<InputPeer>"],
|
|
17058
|
+
],
|
|
17059
|
+
"messages.SavedDialogs",
|
|
17060
|
+
],
|
|
17061
|
+
"messages.readSavedHistory": [
|
|
17062
|
+
0xBA4A3B5B,
|
|
17063
|
+
[
|
|
17064
|
+
["parent_peer", "InputPeer"],
|
|
17065
|
+
["peer", "InputPeer"],
|
|
17066
|
+
["max_id", "int"],
|
|
17067
|
+
],
|
|
17068
|
+
"Bool",
|
|
17069
|
+
],
|
|
17070
|
+
"messages.toggleTodoCompleted": [
|
|
17071
|
+
0xD3E03124,
|
|
17072
|
+
[
|
|
17073
|
+
["peer", "InputPeer"],
|
|
17074
|
+
["msg_id", "int"],
|
|
17075
|
+
["completed", "Vector<int>"],
|
|
17076
|
+
["incompleted", "Vector<int>"],
|
|
17077
|
+
],
|
|
17078
|
+
"Updates",
|
|
17079
|
+
],
|
|
17080
|
+
"messages.appendTodoList": [
|
|
17081
|
+
0x21A61057,
|
|
17082
|
+
[
|
|
17083
|
+
["peer", "InputPeer"],
|
|
17084
|
+
["msg_id", "int"],
|
|
17085
|
+
["list", "Vector<TodoItem>"],
|
|
17086
|
+
],
|
|
17087
|
+
"Updates",
|
|
17088
|
+
],
|
|
17089
|
+
"messages.toggleSuggestedPostApproval": [
|
|
17090
|
+
0x8107455C,
|
|
17091
|
+
[
|
|
17092
|
+
["flags", "#"],
|
|
17093
|
+
["reject", "flags.1?true"],
|
|
17094
|
+
["peer", "InputPeer"],
|
|
17095
|
+
["msg_id", "int"],
|
|
17096
|
+
["schedule_date", "flags.0?int"],
|
|
17097
|
+
["reject_comment", "flags.2?string"],
|
|
17098
|
+
],
|
|
17099
|
+
"Updates",
|
|
17100
|
+
],
|
|
16576
17101
|
"updates.getState": [
|
|
16577
17102
|
0xEDD4882A,
|
|
16578
17103
|
[],
|
|
@@ -17249,10 +17774,11 @@ export const schema = Object.freeze({
|
|
|
17249
17774
|
"Bool",
|
|
17250
17775
|
],
|
|
17251
17776
|
"channels.toggleForum": [
|
|
17252
|
-
|
|
17777
|
+
0x3FF75734,
|
|
17253
17778
|
[
|
|
17254
17779
|
["channel", "InputChannel"],
|
|
17255
17780
|
["enabled", "Bool"],
|
|
17781
|
+
["tabs", "Bool"],
|
|
17256
17782
|
],
|
|
17257
17783
|
"Updates",
|
|
17258
17784
|
],
|
|
@@ -17414,19 +17940,24 @@ export const schema = Object.freeze({
|
|
|
17414
17940
|
"Updates",
|
|
17415
17941
|
],
|
|
17416
17942
|
"channels.searchPosts": [
|
|
17417
|
-
|
|
17943
|
+
0xF2C4F24D,
|
|
17418
17944
|
[
|
|
17419
|
-
["
|
|
17945
|
+
["flags", "#"],
|
|
17946
|
+
["hashtag", "flags.0?string"],
|
|
17947
|
+
["query", "flags.1?string"],
|
|
17420
17948
|
["offset_rate", "int"],
|
|
17421
17949
|
["offset_peer", "InputPeer"],
|
|
17422
17950
|
["offset_id", "int"],
|
|
17423
17951
|
["limit", "int"],
|
|
17952
|
+
["allow_paid_stars", "flags.2?long"],
|
|
17424
17953
|
],
|
|
17425
17954
|
"messages.Messages",
|
|
17426
17955
|
],
|
|
17427
17956
|
"channels.updatePaidMessagesPrice": [
|
|
17428
|
-
|
|
17957
|
+
0x4B12327B,
|
|
17429
17958
|
[
|
|
17959
|
+
["flags", "#"],
|
|
17960
|
+
["broadcast_messages_allowed", "flags.0?true"],
|
|
17430
17961
|
["channel", "InputChannel"],
|
|
17431
17962
|
["send_paid_messages_stars", "long"],
|
|
17432
17963
|
],
|
|
@@ -17440,6 +17971,30 @@ export const schema = Object.freeze({
|
|
|
17440
17971
|
],
|
|
17441
17972
|
"Updates",
|
|
17442
17973
|
],
|
|
17974
|
+
"channels.getMessageAuthor": [
|
|
17975
|
+
0xECE2A0E6,
|
|
17976
|
+
[
|
|
17977
|
+
["channel", "InputChannel"],
|
|
17978
|
+
["id", "int"],
|
|
17979
|
+
],
|
|
17980
|
+
"User",
|
|
17981
|
+
],
|
|
17982
|
+
"channels.checkSearchPostsFlood": [
|
|
17983
|
+
0x22567115,
|
|
17984
|
+
[
|
|
17985
|
+
["flags", "#"],
|
|
17986
|
+
["query", "flags.0?string"],
|
|
17987
|
+
],
|
|
17988
|
+
"SearchPostsFlood",
|
|
17989
|
+
],
|
|
17990
|
+
"channels.setMainProfileTab": [
|
|
17991
|
+
0x3583FCB1,
|
|
17992
|
+
[
|
|
17993
|
+
["channel", "InputChannel"],
|
|
17994
|
+
["tab", "ProfileTab"],
|
|
17995
|
+
],
|
|
17996
|
+
"Bool",
|
|
17997
|
+
],
|
|
17443
17998
|
"bots.sendCustomRequest": [
|
|
17444
17999
|
0xAA2769ED,
|
|
17445
18000
|
[
|
|
@@ -17818,8 +18373,10 @@ export const schema = Object.freeze({
|
|
|
17818
18373
|
"Vector<StarsTopupOption>",
|
|
17819
18374
|
],
|
|
17820
18375
|
"payments.getStarsStatus": [
|
|
17821
|
-
|
|
18376
|
+
0x4EA9B3BF,
|
|
17822
18377
|
[
|
|
18378
|
+
["flags", "#"],
|
|
18379
|
+
["ton", "flags.0?true"],
|
|
17823
18380
|
["peer", "InputPeer"],
|
|
17824
18381
|
],
|
|
17825
18382
|
"payments.StarsStatus",
|
|
@@ -17831,6 +18388,7 @@ export const schema = Object.freeze({
|
|
|
17831
18388
|
["inbound", "flags.0?true"],
|
|
17832
18389
|
["outbound", "flags.1?true"],
|
|
17833
18390
|
["ascending", "flags.2?true"],
|
|
18391
|
+
["ton", "flags.4?true"],
|
|
17834
18392
|
["subscription_id", "flags.3?string"],
|
|
17835
18393
|
["peer", "InputPeer"],
|
|
17836
18394
|
["offset", "string"],
|
|
@@ -17859,15 +18417,18 @@ export const schema = Object.freeze({
|
|
|
17859
18417
|
[
|
|
17860
18418
|
["flags", "#"],
|
|
17861
18419
|
["dark", "flags.0?true"],
|
|
18420
|
+
["ton", "flags.1?true"],
|
|
17862
18421
|
["peer", "InputPeer"],
|
|
17863
18422
|
],
|
|
17864
18423
|
"payments.StarsRevenueStats",
|
|
17865
18424
|
],
|
|
17866
18425
|
"payments.getStarsRevenueWithdrawalUrl": [
|
|
17867
|
-
|
|
18426
|
+
0x2433DC92,
|
|
17868
18427
|
[
|
|
18428
|
+
["flags", "#"],
|
|
18429
|
+
["ton", "flags.0?true"],
|
|
17869
18430
|
["peer", "InputPeer"],
|
|
17870
|
-
["
|
|
18431
|
+
["amount", "flags.1?long"],
|
|
17871
18432
|
["password", "InputCheckPasswordSRP"],
|
|
17872
18433
|
],
|
|
17873
18434
|
"payments.StarsRevenueWithdrawalUrl",
|
|
@@ -17880,8 +18441,10 @@ export const schema = Object.freeze({
|
|
|
17880
18441
|
"payments.StarsRevenueAdsAccountUrl",
|
|
17881
18442
|
],
|
|
17882
18443
|
"payments.getStarsTransactionsByID": [
|
|
17883
|
-
|
|
18444
|
+
0x2DCA16B8,
|
|
17884
18445
|
[
|
|
18446
|
+
["flags", "#"],
|
|
18447
|
+
["ton", "flags.0?true"],
|
|
17885
18448
|
["peer", "InputPeer"],
|
|
17886
18449
|
["id", "Vector<InputStarsTransaction>"],
|
|
17887
18450
|
],
|
|
@@ -18042,16 +18605,18 @@ export const schema = Object.freeze({
|
|
|
18042
18605
|
"payments.UniqueStarGift",
|
|
18043
18606
|
],
|
|
18044
18607
|
"payments.getSavedStarGifts": [
|
|
18045
|
-
|
|
18608
|
+
0xA319E569,
|
|
18046
18609
|
[
|
|
18047
18610
|
["flags", "#"],
|
|
18048
18611
|
["exclude_unsaved", "flags.0?true"],
|
|
18049
18612
|
["exclude_saved", "flags.1?true"],
|
|
18050
18613
|
["exclude_unlimited", "flags.2?true"],
|
|
18051
|
-
["exclude_limited", "flags.3?true"],
|
|
18052
18614
|
["exclude_unique", "flags.4?true"],
|
|
18053
18615
|
["sort_by_value", "flags.5?true"],
|
|
18616
|
+
["exclude_upgradable", "flags.7?true"],
|
|
18617
|
+
["exclude_unupgradable", "flags.8?true"],
|
|
18054
18618
|
["peer", "InputPeer"],
|
|
18619
|
+
["collection_id", "flags.6?int"],
|
|
18055
18620
|
["offset", "string"],
|
|
18056
18621
|
["limit", "int"],
|
|
18057
18622
|
],
|
|
@@ -18111,13 +18676,73 @@ export const schema = Object.freeze({
|
|
|
18111
18676
|
"payments.ResaleStarGifts",
|
|
18112
18677
|
],
|
|
18113
18678
|
"payments.updateStarGiftPrice": [
|
|
18114
|
-
|
|
18679
|
+
0xEDBE6CCB,
|
|
18115
18680
|
[
|
|
18116
18681
|
["stargift", "InputSavedStarGift"],
|
|
18117
|
-
["
|
|
18682
|
+
["resell_amount", "StarsAmount"],
|
|
18118
18683
|
],
|
|
18119
18684
|
"Updates",
|
|
18120
18685
|
],
|
|
18686
|
+
"payments.createStarGiftCollection": [
|
|
18687
|
+
0x1F4A0E87,
|
|
18688
|
+
[
|
|
18689
|
+
["peer", "InputPeer"],
|
|
18690
|
+
["title", "string"],
|
|
18691
|
+
["stargift", "Vector<InputSavedStarGift>"],
|
|
18692
|
+
],
|
|
18693
|
+
"StarGiftCollection",
|
|
18694
|
+
],
|
|
18695
|
+
"payments.updateStarGiftCollection": [
|
|
18696
|
+
0x4FDDBEE7,
|
|
18697
|
+
[
|
|
18698
|
+
["flags", "#"],
|
|
18699
|
+
["peer", "InputPeer"],
|
|
18700
|
+
["collection_id", "int"],
|
|
18701
|
+
["title", "flags.0?string"],
|
|
18702
|
+
["delete_stargift", "flags.1?Vector<InputSavedStarGift>"],
|
|
18703
|
+
["add_stargift", "flags.2?Vector<InputSavedStarGift>"],
|
|
18704
|
+
["order", "flags.3?Vector<InputSavedStarGift>"],
|
|
18705
|
+
],
|
|
18706
|
+
"StarGiftCollection",
|
|
18707
|
+
],
|
|
18708
|
+
"payments.reorderStarGiftCollections": [
|
|
18709
|
+
0xC32AF4CC,
|
|
18710
|
+
[
|
|
18711
|
+
["peer", "InputPeer"],
|
|
18712
|
+
["order", "Vector<int>"],
|
|
18713
|
+
],
|
|
18714
|
+
"Bool",
|
|
18715
|
+
],
|
|
18716
|
+
"payments.deleteStarGiftCollection": [
|
|
18717
|
+
0xAD5648E8,
|
|
18718
|
+
[
|
|
18719
|
+
["peer", "InputPeer"],
|
|
18720
|
+
["collection_id", "int"],
|
|
18721
|
+
],
|
|
18722
|
+
"Bool",
|
|
18723
|
+
],
|
|
18724
|
+
"payments.getStarGiftCollections": [
|
|
18725
|
+
0x981B91DD,
|
|
18726
|
+
[
|
|
18727
|
+
["peer", "InputPeer"],
|
|
18728
|
+
["hash", "long"],
|
|
18729
|
+
],
|
|
18730
|
+
"payments.StarGiftCollections",
|
|
18731
|
+
],
|
|
18732
|
+
"payments.getUniqueStarGiftValueInfo": [
|
|
18733
|
+
0x4365AF6B,
|
|
18734
|
+
[
|
|
18735
|
+
["slug", "string"],
|
|
18736
|
+
],
|
|
18737
|
+
"payments.UniqueStarGiftValueInfo",
|
|
18738
|
+
],
|
|
18739
|
+
"payments.checkCanSendGift": [
|
|
18740
|
+
0xC0C4EDC9,
|
|
18741
|
+
[
|
|
18742
|
+
["gift_id", "long"],
|
|
18743
|
+
],
|
|
18744
|
+
"payments.CheckCanSendGiftResult",
|
|
18745
|
+
],
|
|
18121
18746
|
"stickers.createStickerSet": [
|
|
18122
18747
|
0x9021AB67,
|
|
18123
18748
|
[
|
|
@@ -18672,32 +19297,6 @@ export const schema = Object.freeze({
|
|
|
18672
19297
|
],
|
|
18673
19298
|
"stats.PublicForwards",
|
|
18674
19299
|
],
|
|
18675
|
-
"stats.getBroadcastRevenueStats": [
|
|
18676
|
-
0xF788EE19,
|
|
18677
|
-
[
|
|
18678
|
-
["flags", "#"],
|
|
18679
|
-
["dark", "flags.0?true"],
|
|
18680
|
-
["peer", "InputPeer"],
|
|
18681
|
-
],
|
|
18682
|
-
"stats.BroadcastRevenueStats",
|
|
18683
|
-
],
|
|
18684
|
-
"stats.getBroadcastRevenueWithdrawalUrl": [
|
|
18685
|
-
0x9DF4FAAD,
|
|
18686
|
-
[
|
|
18687
|
-
["peer", "InputPeer"],
|
|
18688
|
-
["password", "InputCheckPasswordSRP"],
|
|
18689
|
-
],
|
|
18690
|
-
"stats.BroadcastRevenueWithdrawalUrl",
|
|
18691
|
-
],
|
|
18692
|
-
"stats.getBroadcastRevenueTransactions": [
|
|
18693
|
-
0x70990B6D,
|
|
18694
|
-
[
|
|
18695
|
-
["peer", "InputPeer"],
|
|
18696
|
-
["offset", "int"],
|
|
18697
|
-
["limit", "int"],
|
|
18698
|
-
],
|
|
18699
|
-
"stats.BroadcastRevenueTransactions",
|
|
18700
|
-
],
|
|
18701
19300
|
"chatlists.exportChatlistInvite": [
|
|
18702
19301
|
0x8472478E,
|
|
18703
19302
|
[
|
|
@@ -18793,7 +19392,7 @@ export const schema = Object.freeze({
|
|
|
18793
19392
|
"stories.CanSendStoryCount",
|
|
18794
19393
|
],
|
|
18795
19394
|
"stories.sendStory": [
|
|
18796
|
-
|
|
19395
|
+
0x737FC2EC,
|
|
18797
19396
|
[
|
|
18798
19397
|
["flags", "#"],
|
|
18799
19398
|
["pinned", "flags.2?true"],
|
|
@@ -18809,6 +19408,7 @@ export const schema = Object.freeze({
|
|
|
18809
19408
|
["period", "flags.3?int"],
|
|
18810
19409
|
["fwd_from_id", "flags.6?InputPeer"],
|
|
18811
19410
|
["fwd_from_story", "flags.6?int"],
|
|
19411
|
+
["albums", "flags.8?Vector<int>"],
|
|
18812
19412
|
],
|
|
18813
19413
|
"Updates",
|
|
18814
19414
|
],
|
|
@@ -19028,6 +19628,62 @@ export const schema = Object.freeze({
|
|
|
19028
19628
|
],
|
|
19029
19629
|
"stories.FoundStories",
|
|
19030
19630
|
],
|
|
19631
|
+
"stories.createAlbum": [
|
|
19632
|
+
0xA36396E5,
|
|
19633
|
+
[
|
|
19634
|
+
["peer", "InputPeer"],
|
|
19635
|
+
["title", "string"],
|
|
19636
|
+
["stories", "Vector<int>"],
|
|
19637
|
+
],
|
|
19638
|
+
"StoryAlbum",
|
|
19639
|
+
],
|
|
19640
|
+
"stories.updateAlbum": [
|
|
19641
|
+
0x5E5259B6,
|
|
19642
|
+
[
|
|
19643
|
+
["flags", "#"],
|
|
19644
|
+
["peer", "InputPeer"],
|
|
19645
|
+
["album_id", "int"],
|
|
19646
|
+
["title", "flags.0?string"],
|
|
19647
|
+
["delete_stories", "flags.1?Vector<int>"],
|
|
19648
|
+
["add_stories", "flags.2?Vector<int>"],
|
|
19649
|
+
["order", "flags.3?Vector<int>"],
|
|
19650
|
+
],
|
|
19651
|
+
"StoryAlbum",
|
|
19652
|
+
],
|
|
19653
|
+
"stories.reorderAlbums": [
|
|
19654
|
+
0x8535FBD9,
|
|
19655
|
+
[
|
|
19656
|
+
["peer", "InputPeer"],
|
|
19657
|
+
["order", "Vector<int>"],
|
|
19658
|
+
],
|
|
19659
|
+
"Bool",
|
|
19660
|
+
],
|
|
19661
|
+
"stories.deleteAlbum": [
|
|
19662
|
+
0x8D3456D0,
|
|
19663
|
+
[
|
|
19664
|
+
["peer", "InputPeer"],
|
|
19665
|
+
["album_id", "int"],
|
|
19666
|
+
],
|
|
19667
|
+
"Bool",
|
|
19668
|
+
],
|
|
19669
|
+
"stories.getAlbums": [
|
|
19670
|
+
0x25B3EAC7,
|
|
19671
|
+
[
|
|
19672
|
+
["peer", "InputPeer"],
|
|
19673
|
+
["hash", "long"],
|
|
19674
|
+
],
|
|
19675
|
+
"stories.Albums",
|
|
19676
|
+
],
|
|
19677
|
+
"stories.getAlbumStories": [
|
|
19678
|
+
0xAC806D61,
|
|
19679
|
+
[
|
|
19680
|
+
["peer", "InputPeer"],
|
|
19681
|
+
["album_id", "int"],
|
|
19682
|
+
["offset", "int"],
|
|
19683
|
+
["limit", "int"],
|
|
19684
|
+
],
|
|
19685
|
+
"stories.Stories",
|
|
19686
|
+
],
|
|
19031
19687
|
"premium.getBoostsList": [
|
|
19032
19688
|
0x60F67660,
|
|
19033
19689
|
[
|
|
@@ -19157,6 +19813,7 @@ export const schema = Object.freeze({
|
|
|
19157
19813
|
[0x89FDD778]: "inputMediaStory",
|
|
19158
19814
|
[0xC21B8849]: "inputMediaWebPage",
|
|
19159
19815
|
[0xC4103386]: "inputMediaPaidMedia",
|
|
19816
|
+
[0x9FC55FDE]: "inputMediaTodo",
|
|
19160
19817
|
[0x1CA48F57]: "inputChatPhotoEmpty",
|
|
19161
19818
|
[0xBDCDAEC0]: "inputChatUploadedPhoto",
|
|
19162
19819
|
[0x8953AD37]: "inputChatPhoto",
|
|
@@ -19200,10 +19857,10 @@ export const schema = Object.freeze({
|
|
|
19200
19857
|
[0x29562865]: "chatEmpty",
|
|
19201
19858
|
[0x41CBF256]: "chat",
|
|
19202
19859
|
[0x6592A1A7]: "chatForbidden",
|
|
19203
|
-
[
|
|
19860
|
+
[0xFE685355]: "channel",
|
|
19204
19861
|
[0x17D493D5]: "channelForbidden",
|
|
19205
19862
|
[0x2633421B]: "chatFull",
|
|
19206
|
-
[
|
|
19863
|
+
[0xE4E0B29D]: "channelFull",
|
|
19207
19864
|
[0xC02D4007]: "chatParticipant",
|
|
19208
19865
|
[0xE46BCEE4]: "chatParticipantCreator",
|
|
19209
19866
|
[0xA0933F5B]: "chatParticipantAdmin",
|
|
@@ -19212,8 +19869,8 @@ export const schema = Object.freeze({
|
|
|
19212
19869
|
[0x37C1011C]: "chatPhotoEmpty",
|
|
19213
19870
|
[0x1C6E1C11]: "chatPhoto",
|
|
19214
19871
|
[0x90A6CA84]: "messageEmpty",
|
|
19215
|
-
[
|
|
19216
|
-
[
|
|
19872
|
+
[0x9815CEC8]: "message",
|
|
19873
|
+
[0x7A800E0A]: "messageService",
|
|
19217
19874
|
[0x3DED6320]: "messageMediaEmpty",
|
|
19218
19875
|
[0x695150D7]: "messageMediaPhoto",
|
|
19219
19876
|
[0x56E0D474]: "messageMediaGeo",
|
|
@@ -19231,6 +19888,7 @@ export const schema = Object.freeze({
|
|
|
19231
19888
|
[0xAA073BEB]: "messageMediaGiveaway",
|
|
19232
19889
|
[0xCEAA3EA1]: "messageMediaGiveawayResults",
|
|
19233
19890
|
[0xA8852491]: "messageMediaPaidMedia",
|
|
19891
|
+
[0x8A53B014]: "messageMediaToDo",
|
|
19234
19892
|
[0xB6AEF7B0]: "messageActionEmpty",
|
|
19235
19893
|
[0xBD47CBAD]: "messageActionChatCreate",
|
|
19236
19894
|
[0xB5A1CE5A]: "messageActionChatEditTitle",
|
|
@@ -19259,7 +19917,7 @@ export const schema = Object.freeze({
|
|
|
19259
19917
|
[0x502F92F7]: "messageActionInviteToGroupCall",
|
|
19260
19918
|
[0x3C134D7B]: "messageActionSetMessagesTTL",
|
|
19261
19919
|
[0xB3A07661]: "messageActionGroupCallScheduled",
|
|
19262
|
-
[
|
|
19920
|
+
[0xB91BBD3A]: "messageActionSetChatTheme",
|
|
19263
19921
|
[0xEBBCA3CB]: "messageActionChatJoinedByRequest",
|
|
19264
19922
|
[0x47DD8079]: "messageActionWebViewDataSentMe",
|
|
19265
19923
|
[0xB4C38CB5]: "messageActionWebViewDataSent",
|
|
@@ -19277,11 +19935,17 @@ export const schema = Object.freeze({
|
|
|
19277
19935
|
[0x41B3E202]: "messageActionPaymentRefunded",
|
|
19278
19936
|
[0x45D5B021]: "messageActionGiftStars",
|
|
19279
19937
|
[0xB00C47A2]: "messageActionPrizeStars",
|
|
19280
|
-
[
|
|
19281
|
-
[
|
|
19938
|
+
[0xF24DE7FA]: "messageActionStarGift",
|
|
19939
|
+
[0x34F762F3]: "messageActionStarGiftUnique",
|
|
19282
19940
|
[0xAC1F1FCD]: "messageActionPaidMessagesRefunded",
|
|
19283
|
-
[
|
|
19941
|
+
[0x84B88578]: "messageActionPaidMessagesPrice",
|
|
19284
19942
|
[0x2FFE2F7A]: "messageActionConferenceCall",
|
|
19943
|
+
[0xCC7C5C89]: "messageActionTodoCompletions",
|
|
19944
|
+
[0xC7EDBC83]: "messageActionTodoAppendTasks",
|
|
19945
|
+
[0xEE7A1596]: "messageActionSuggestedPostApproval",
|
|
19946
|
+
[0x95DDCF69]: "messageActionSuggestedPostSuccess",
|
|
19947
|
+
[0x69F916F8]: "messageActionSuggestedPostRefund",
|
|
19948
|
+
[0xA8A3C699]: "messageActionGiftTon",
|
|
19285
19949
|
[0xD58A08C6]: "dialog",
|
|
19286
19950
|
[0x71BD134C]: "dialogFolder",
|
|
19287
19951
|
[0x2331B22D]: "photoEmpty",
|
|
@@ -19296,7 +19960,7 @@ export const schema = Object.freeze({
|
|
|
19296
19960
|
[0xB2A2F663]: "geoPoint",
|
|
19297
19961
|
[0x5E002502]: "auth.sentCode",
|
|
19298
19962
|
[0x2390FE44]: "auth.sentCodeSuccess",
|
|
19299
|
-
[
|
|
19963
|
+
[0xD7A2FCF9]: "auth.sentCodePaymentRequired",
|
|
19300
19964
|
[0x2EA2C0D4]: "auth.authorization",
|
|
19301
19965
|
[0x44747E9A]: "auth.authorizationSignUpRequired",
|
|
19302
19966
|
[0xB434E2B8]: "auth.exportedAuthorization",
|
|
@@ -19320,7 +19984,7 @@ export const schema = Object.freeze({
|
|
|
19320
19984
|
[0xF5DDD6E7]: "inputReportReasonFake",
|
|
19321
19985
|
[0x0A8EB2BE]: "inputReportReasonIllegalDrugs",
|
|
19322
19986
|
[0x9EC7863D]: "inputReportReasonPersonalDetails",
|
|
19323
|
-
[
|
|
19987
|
+
[0xC577B5AD]: "userFull",
|
|
19324
19988
|
[0x145ADE0B]: "contact",
|
|
19325
19989
|
[0xC13E3C50]: "importedContact",
|
|
19326
19990
|
[0x16D9703B]: "contactStatus",
|
|
@@ -19333,7 +19997,7 @@ export const schema = Object.freeze({
|
|
|
19333
19997
|
[0x71E094F3]: "messages.dialogsSlice",
|
|
19334
19998
|
[0xF0E3E596]: "messages.dialogsNotModified",
|
|
19335
19999
|
[0x8C718E87]: "messages.messages",
|
|
19336
|
-
[
|
|
20000
|
+
[0x762B263D]: "messages.messagesSlice",
|
|
19337
20001
|
[0xC776BA4E]: "messages.channelMessages",
|
|
19338
20002
|
[0x74535F21]: "messages.messagesNotModified",
|
|
19339
20003
|
[0x64FF9FD5]: "messages.chats",
|
|
@@ -19399,7 +20063,7 @@ export const schema = Object.freeze({
|
|
|
19399
20063
|
[0xE40370A3]: "updateEditMessage",
|
|
19400
20064
|
[0x691E9052]: "updateInlineBotCallbackQuery",
|
|
19401
20065
|
[0xB75F99A9]: "updateReadChannelOutbox",
|
|
19402
|
-
[
|
|
20066
|
+
[0xEDFC111E]: "updateDraftMessage",
|
|
19403
20067
|
[0x571D2742]: "updateReadFeaturedStickers",
|
|
19404
20068
|
[0x9A422C20]: "updateRecentStickers",
|
|
19405
20069
|
[0xA229DD06]: "updateConfig",
|
|
@@ -19415,10 +20079,10 @@ export const schema = Object.freeze({
|
|
|
19415
20079
|
[0x46560264]: "updateLangPackTooLong",
|
|
19416
20080
|
[0x56022F4D]: "updateLangPack",
|
|
19417
20081
|
[0xE511996D]: "updateFavedStickers",
|
|
19418
|
-
[
|
|
20082
|
+
[0x25F324F7]: "updateChannelReadMessagesContents",
|
|
19419
20083
|
[0x7084A7BE]: "updateContactsReset",
|
|
19420
20084
|
[0xB23FC698]: "updateChannelAvailableMessages",
|
|
19421
|
-
[
|
|
20085
|
+
[0xB658F23E]: "updateDialogUnreadMark",
|
|
19422
20086
|
[0xACA1657B]: "updateMessagePoll",
|
|
19423
20087
|
[0x54C01850]: "updateChatDefaultBannedRights",
|
|
19424
20088
|
[0x19360DC0]: "updateFolderPeers",
|
|
@@ -19452,7 +20116,7 @@ export const schema = Object.freeze({
|
|
|
19452
20116
|
[0x4D712F2E]: "updateBotCommands",
|
|
19453
20117
|
[0x7063C3DB]: "updatePendingJoinRequests",
|
|
19454
20118
|
[0x11DFA986]: "updateBotChatInviteRequester",
|
|
19455
|
-
[
|
|
20119
|
+
[0x1E297BFA]: "updateMessageReactions",
|
|
19456
20120
|
[0x17B7A20B]: "updateAttachMenuBots",
|
|
19457
20121
|
[0x1592B79D]: "updateWebViewResultSent",
|
|
19458
20122
|
[0x14B85813]: "updateBotMenuButton",
|
|
@@ -19492,7 +20156,6 @@ export const schema = Object.freeze({
|
|
|
19492
20156
|
[0x07DF587C]: "updateBotEditBusinessMessage",
|
|
19493
20157
|
[0xA02A982E]: "updateBotDeleteBusinessMessage",
|
|
19494
20158
|
[0x1824E40B]: "updateNewStoryReaction",
|
|
19495
|
-
[0xDFD961F5]: "updateBroadcastRevenueTransactions",
|
|
19496
20159
|
[0x4E80A379]: "updateStarsBalance",
|
|
19497
20160
|
[0x1EA2FDA7]: "updateBusinessBotCallbackQuery",
|
|
19498
20161
|
[0xA584B019]: "updateStarsRevenueStatus",
|
|
@@ -19500,6 +20163,9 @@ export const schema = Object.freeze({
|
|
|
19500
20163
|
[0x8B725FCE]: "updatePaidReactionPrivacy",
|
|
19501
20164
|
[0x504AA18F]: "updateSentPhoneCode",
|
|
19502
20165
|
[0xA477288F]: "updateGroupCallChainBlocks",
|
|
20166
|
+
[0x77B0E372]: "updateReadMonoForumInbox",
|
|
20167
|
+
[0xA4A79376]: "updateReadMonoForumOutbox",
|
|
20168
|
+
[0x9F812B08]: "updateMonoForumNoPaidException",
|
|
19503
20169
|
[0xA56C2A3E]: "updates.state",
|
|
19504
20170
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
19505
20171
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -19663,6 +20329,7 @@ export const schema = Object.freeze({
|
|
|
19663
20329
|
[0x29D0F5EE]: "inputStickerSetEmojiDefaultStatuses",
|
|
19664
20330
|
[0x44C1F8E9]: "inputStickerSetEmojiDefaultTopicIcons",
|
|
19665
20331
|
[0x49748553]: "inputStickerSetEmojiChannelDefaultStatuses",
|
|
20332
|
+
[0x1CF671A0]: "inputStickerSetTonGifts",
|
|
19666
20333
|
[0x2DD14EDC]: "stickerSet",
|
|
19667
20334
|
[0x6E153F16]: "messages.stickerSet",
|
|
19668
20335
|
[0xD3F924EB]: "messages.stickerSetNotModified",
|
|
@@ -19803,7 +20470,7 @@ export const schema = Object.freeze({
|
|
|
19803
20470
|
[0x70B772A8]: "contacts.topPeers",
|
|
19804
20471
|
[0xB52C939D]: "contacts.topPeersDisabled",
|
|
19805
20472
|
[0x1B0C841A]: "draftMessageEmpty",
|
|
19806
|
-
[
|
|
20473
|
+
[0x96EAA5EB]: "draftMessage",
|
|
19807
20474
|
[0xC6DC0C66]: "messages.featuredStickersNotModified",
|
|
19808
20475
|
[0xBE382906]: "messages.featuredStickers",
|
|
19809
20476
|
[0x0B17F890]: "messages.recentStickersNotModified",
|
|
@@ -20129,6 +20796,7 @@ export const schema = Object.freeze({
|
|
|
20129
20796
|
[0x2E94C3E7]: "webPageAttributeStory",
|
|
20130
20797
|
[0x50CC03D3]: "webPageAttributeStickerSet",
|
|
20131
20798
|
[0xCF6F6DB8]: "webPageAttributeUniqueStarGift",
|
|
20799
|
+
[0x31CAD303]: "webPageAttributeStarGiftCollection",
|
|
20132
20800
|
[0x4899484E]: "messages.votesList",
|
|
20133
20801
|
[0xF568028A]: "bankCardOpenUrl",
|
|
20134
20802
|
[0x3E24E573]: "payments.bankCardData",
|
|
@@ -20160,7 +20828,7 @@ export const schema = Object.freeze({
|
|
|
20160
20828
|
[0x455B853D]: "messageViews",
|
|
20161
20829
|
[0xB6C4F543]: "messages.messageViews",
|
|
20162
20830
|
[0xA6341782]: "messages.discussionMessage",
|
|
20163
|
-
[
|
|
20831
|
+
[0x6917560B]: "messageReplyHeader",
|
|
20164
20832
|
[0x0E5AF939]: "messageReplyStoryHeader",
|
|
20165
20833
|
[0x83D60FC2]: "messageReplies",
|
|
20166
20834
|
[0xE8FD8014]: "peerBlocked",
|
|
@@ -20205,8 +20873,12 @@ export const schema = Object.freeze({
|
|
|
20205
20873
|
[0xE3779861]: "account.resetPasswordFailedWait",
|
|
20206
20874
|
[0xE9EFFC7D]: "account.resetPasswordRequestedWait",
|
|
20207
20875
|
[0xE926D63E]: "account.resetPasswordOk",
|
|
20208
|
-
[
|
|
20209
|
-
[
|
|
20876
|
+
[0xC3DFFC04]: "chatTheme",
|
|
20877
|
+
[0x3458F9C8]: "chatThemeUniqueGift",
|
|
20878
|
+
[0xE011E1C4]: "account.chatThemesNotModified",
|
|
20879
|
+
[0x16484857]: "account.chatThemes",
|
|
20880
|
+
[0x7DBF8673]: "sponsoredMessage",
|
|
20881
|
+
[0xFFDA656D]: "messages.sponsoredMessages",
|
|
20210
20882
|
[0x1839490F]: "messages.sponsoredMessagesEmpty",
|
|
20211
20883
|
[0xC9B0539F]: "searchResultsCalendarPeriod",
|
|
20212
20884
|
[0x147EE23C]: "messages.searchResultsCalendar",
|
|
@@ -20260,7 +20932,8 @@ export const schema = Object.freeze({
|
|
|
20260
20932
|
[0x4A5F5BD9]: "inputInvoiceStarGiftTransfer",
|
|
20261
20933
|
[0xDABAB2EF]: "inputInvoicePremiumGiftStars",
|
|
20262
20934
|
[0xF4997E42]: "inputInvoiceBusinessBotTransferStars",
|
|
20263
|
-
[
|
|
20935
|
+
[0xC39F5324]: "inputInvoiceStarGiftResale",
|
|
20936
|
+
[0x9A0B48B8]: "inputInvoiceStarGiftPrepaidUpgrade",
|
|
20264
20937
|
[0xAED0CBD9]: "payments.exportedInvoice",
|
|
20265
20938
|
[0xCFB9D957]: "messages.transcribedAudio",
|
|
20266
20939
|
[0x5334759C]: "help.premiumPromo",
|
|
@@ -20268,7 +20941,7 @@ export const schema = Object.freeze({
|
|
|
20268
20941
|
[0x616F7FE8]: "inputStorePaymentGiftPremium",
|
|
20269
20942
|
[0xFB790393]: "inputStorePaymentPremiumGiftCode",
|
|
20270
20943
|
[0x160544CA]: "inputStorePaymentPremiumGiveaway",
|
|
20271
|
-
[
|
|
20944
|
+
[0xF9A2A6CB]: "inputStorePaymentStarsTopup",
|
|
20272
20945
|
[0x1D741EF7]: "inputStorePaymentStarsGift",
|
|
20273
20946
|
[0x751F08FA]: "inputStorePaymentStarsGiveaway",
|
|
20274
20947
|
[0x9BB2636D]: "inputStorePaymentAuthCode",
|
|
@@ -20345,7 +21018,7 @@ export const schema = Object.freeze({
|
|
|
20345
21018
|
[0x8D595CD6]: "storyViews",
|
|
20346
21019
|
[0x51E6EE4F]: "storyItemDeleted",
|
|
20347
21020
|
[0xFFADC913]: "storyItemSkipped",
|
|
20348
|
-
[
|
|
21021
|
+
[0xEDF164F1]: "storyItem",
|
|
20349
21022
|
[0x1158FE3E]: "stories.allStoriesNotModified",
|
|
20350
21023
|
[0x6EFC5E81]: "stories.allStories",
|
|
20351
21024
|
[0x63C3DD0A]: "stories.stories",
|
|
@@ -20354,8 +21027,9 @@ export const schema = Object.freeze({
|
|
|
20354
21027
|
[0xBD74CF49]: "storyViewPublicRepost",
|
|
20355
21028
|
[0x59D78FC5]: "stories.storyViewsList",
|
|
20356
21029
|
[0xDE9EED1D]: "stories.storyViews",
|
|
20357
|
-
[
|
|
21030
|
+
[0x869FBE10]: "inputReplyToMessage",
|
|
20358
21031
|
[0x5881323A]: "inputReplyToStory",
|
|
21032
|
+
[0x69D66C45]: "inputReplyToMonoForum",
|
|
20359
21033
|
[0x3FC9053B]: "exportedStoryLink",
|
|
20360
21034
|
[0x712E27FD]: "storiesStealthMode",
|
|
20361
21035
|
[0xCFC9E002]: "mediaAreaCoordinates",
|
|
@@ -20400,6 +21074,7 @@ export const schema = Object.freeze({
|
|
|
20400
21074
|
[0xCFCD0F13]: "storyReactionPublicRepost",
|
|
20401
21075
|
[0xAA5F789C]: "stories.storyReactionsList",
|
|
20402
21076
|
[0xBD87CB6C]: "savedDialog",
|
|
21077
|
+
[0x64407EA7]: "monoForumDialog",
|
|
20403
21078
|
[0xF83AE221]: "messages.savedDialogs",
|
|
20404
21079
|
[0x44BA9DD9]: "messages.savedDialogsSlice",
|
|
20405
21080
|
[0xC01F6FE8]: "messages.savedDialogsNotModified",
|
|
@@ -20458,16 +21133,9 @@ export const schema = Object.freeze({
|
|
|
20458
21133
|
[0x846F9E42]: "channels.sponsoredMessageReportResultChooseOption",
|
|
20459
21134
|
[0x3E3BCF2F]: "channels.sponsoredMessageReportResultAdsHidden",
|
|
20460
21135
|
[0xAD798849]: "channels.sponsoredMessageReportResultReported",
|
|
20461
|
-
[0x5407E297]: "stats.broadcastRevenueStats",
|
|
20462
|
-
[0xEC659737]: "stats.broadcastRevenueWithdrawalUrl",
|
|
20463
|
-
[0x557E2CC4]: "broadcastRevenueTransactionProceeds",
|
|
20464
|
-
[0x5A590978]: "broadcastRevenueTransactionWithdrawal",
|
|
20465
|
-
[0x42D30D2E]: "broadcastRevenueTransactionRefund",
|
|
20466
|
-
[0x87158466]: "stats.broadcastRevenueTransactions",
|
|
20467
21136
|
[0xBAC3A61A]: "reactionNotificationsFromContacts",
|
|
20468
21137
|
[0x4B9E22A0]: "reactionNotificationsFromAll",
|
|
20469
21138
|
[0x56E34970]: "reactionsNotifySettings",
|
|
20470
|
-
[0xC3FF71E7]: "broadcastRevenueBalances",
|
|
20471
21139
|
[0x93C3E27E]: "availableEffect",
|
|
20472
21140
|
[0xD1ED9A5B]: "messages.availableEffectsNotModified",
|
|
20473
21141
|
[0xBDDB616E]: "messages.availableEffects",
|
|
@@ -20481,13 +21149,13 @@ export const schema = Object.freeze({
|
|
|
20481
21149
|
[0x60682812]: "starsTransactionPeerAds",
|
|
20482
21150
|
[0xF9677AAD]: "starsTransactionPeerAPI",
|
|
20483
21151
|
[0x0BD915C0]: "starsTopupOption",
|
|
20484
|
-
[
|
|
21152
|
+
[0x13659EB0]: "starsTransaction",
|
|
20485
21153
|
[0x6C9CE8ED]: "payments.starsStatus",
|
|
20486
21154
|
[0xE87ACBC0]: "foundStory",
|
|
20487
21155
|
[0xE2DE7737]: "stories.foundStories",
|
|
20488
21156
|
[0xDE4C5D93]: "geoPointAddress",
|
|
20489
21157
|
[0xFEBE5491]: "starsRevenueStatus",
|
|
20490
|
-
[
|
|
21158
|
+
[0x6C207376]: "payments.starsRevenueStats",
|
|
20491
21159
|
[0x1DAB80B7]: "payments.starsRevenueWithdrawalUrl",
|
|
20492
21160
|
[0x394E7F21]: "payments.starsRevenueAdsAccountUrl",
|
|
20493
21161
|
[0x206AE6D1]: "inputStarsTransaction",
|
|
@@ -20500,10 +21168,10 @@ export const schema = Object.freeze({
|
|
|
20500
21168
|
[0x4BA3A95A]: "messageReactor",
|
|
20501
21169
|
[0x94CE852A]: "starsGiveawayOption",
|
|
20502
21170
|
[0x54236209]: "starsGiveawayWinnersOption",
|
|
20503
|
-
[
|
|
20504
|
-
[
|
|
21171
|
+
[0x80AC53C3]: "starGift",
|
|
21172
|
+
[0x1BEFE865]: "starGiftUnique",
|
|
20505
21173
|
[0xA388A368]: "payments.starGiftsNotModified",
|
|
20506
|
-
[
|
|
21174
|
+
[0x2ED82995]: "payments.starGifts",
|
|
20507
21175
|
[0x7903E3D9]: "messageReportOption",
|
|
20508
21176
|
[0xF0E4E0B6]: "reportResultChooseOption",
|
|
20509
21177
|
[0x6F09AC31]: "reportResultAddComment",
|
|
@@ -20516,6 +21184,7 @@ export const schema = Object.freeze({
|
|
|
20516
21184
|
[0x98D5EA1D]: "payments.connectedStarRefBots",
|
|
20517
21185
|
[0xB4D5D859]: "payments.suggestedStarRefBots",
|
|
20518
21186
|
[0xBBB6B4A3]: "starsAmount",
|
|
21187
|
+
[0x74AEE3E0]: "starsTonAmount",
|
|
20519
21188
|
[0x6010C534]: "messages.foundStickersNotModified",
|
|
20520
21189
|
[0x82C9E290]: "messages.foundStickers",
|
|
20521
21190
|
[0xB0CD6617]: "botVerifierSettings",
|
|
@@ -20527,9 +21196,9 @@ export const schema = Object.freeze({
|
|
|
20527
21196
|
[0x167BD90B]: "payments.starGiftUpgradePreview",
|
|
20528
21197
|
[0x62D706B8]: "users.users",
|
|
20529
21198
|
[0x315A4974]: "users.usersSlice",
|
|
20530
|
-
[
|
|
20531
|
-
[
|
|
20532
|
-
[
|
|
21199
|
+
[0x416C56E8]: "payments.uniqueStarGift",
|
|
21200
|
+
[0x8C9A88AC]: "messages.webPagePreview",
|
|
21201
|
+
[0x19A9B572]: "savedStarGift",
|
|
20533
21202
|
[0x95F389B1]: "payments.savedStarGifts",
|
|
20534
21203
|
[0x69279795]: "inputSavedStarGiftUser",
|
|
20535
21204
|
[0xF101AA7F]: "inputSavedStarGiftChat",
|
|
@@ -20554,6 +21223,36 @@ export const schema = Object.freeze({
|
|
|
20554
21223
|
[0x947A12DF]: "payments.resaleStarGifts",
|
|
20555
21224
|
[0xC387C04E]: "stories.canSendStoryCount",
|
|
20556
21225
|
[0xE7E82E12]: "pendingSuggestion",
|
|
21226
|
+
[0xCBA9A52F]: "todoItem",
|
|
21227
|
+
[0x49B92A26]: "todoList",
|
|
21228
|
+
[0x4CC120B7]: "todoCompletion",
|
|
21229
|
+
[0x0E8E37E5]: "suggestedPost",
|
|
21230
|
+
[0x1B0E4F07]: "starsRating",
|
|
21231
|
+
[0x9D6B13B0]: "starGiftCollection",
|
|
21232
|
+
[0xA0BA4F17]: "payments.starGiftCollectionsNotModified",
|
|
21233
|
+
[0x8A2932F3]: "payments.starGiftCollections",
|
|
21234
|
+
[0x9325705A]: "storyAlbum",
|
|
21235
|
+
[0x564EDAEB]: "stories.albumsNotModified",
|
|
21236
|
+
[0xC3987A3A]: "stories.albums",
|
|
21237
|
+
[0x3E0B5B6A]: "searchPostsFlood",
|
|
21238
|
+
[0x512FE446]: "payments.uniqueStarGiftValueInfo",
|
|
21239
|
+
[0xB98CD696]: "profileTabPosts",
|
|
21240
|
+
[0x4D4BD46A]: "profileTabGifts",
|
|
21241
|
+
[0x72C64955]: "profileTabMedia",
|
|
21242
|
+
[0xAB339C00]: "profileTabFiles",
|
|
21243
|
+
[0x9F27D26E]: "profileTabMusic",
|
|
21244
|
+
[0xE477092E]: "profileTabVoice",
|
|
21245
|
+
[0xD3656499]: "profileTabLinks",
|
|
21246
|
+
[0xA2C0F695]: "profileTabGifs",
|
|
21247
|
+
[0xE3878AA4]: "users.savedMusicNotModified",
|
|
21248
|
+
[0x34A2F297]: "users.savedMusic",
|
|
21249
|
+
[0x4FC81D6E]: "account.savedMusicIdsNotModified",
|
|
21250
|
+
[0x998D6636]: "account.savedMusicIds",
|
|
21251
|
+
[0x374FA7AD]: "payments.checkCanSendGiftResultOk",
|
|
21252
|
+
[0xD5E58274]: "payments.checkCanSendGiftResultFail",
|
|
21253
|
+
[0x83268483]: "inputChatThemeEmpty",
|
|
21254
|
+
[0xC93DE95C]: "inputChatTheme",
|
|
21255
|
+
[0x87E5DFE4]: "inputChatThemeUniqueGift",
|
|
20557
21256
|
},
|
|
20558
21257
|
});
|
|
20559
|
-
export const LAYER =
|
|
21258
|
+
export const LAYER = 214;
|