@mtkruto/node 0.77.1 → 0.78.0
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 +1 -1
- package/esm/0_deps.js +1 -1
- package/esm/0_errors.d.ts +1 -1
- package/esm/0_errors.js +1 -1
- package/esm/1_utilities.d.ts +1 -1
- package/esm/1_utilities.js +1 -1
- package/esm/2_connection.d.ts +1 -1
- package/esm/2_connection.js +1 -1
- package/esm/2_storage.d.ts +1 -1
- package/esm/2_storage.js +1 -1
- package/esm/2_tl.d.ts +1 -1
- package/esm/2_tl.js +1 -1
- package/esm/3_errors.d.ts +7 -1
- package/esm/3_errors.d.ts.map +1 -1
- package/esm/3_errors.js +7 -1
- package/esm/3_transport.d.ts +1 -1
- package/esm/3_transport.js +1 -1
- package/esm/3_types.d.ts +1 -1
- package/esm/3_types.js +1 -1
- package/esm/4_constants.js +1 -1
- package/esm/4_errors.d.ts +1 -1
- package/esm/4_errors.js +1 -1
- package/esm/4_session.d.ts +1 -1
- package/esm/4_session.js +1 -1
- package/esm/5_client.d.ts +1 -1
- package/esm/5_client.js +1 -1
- package/esm/client/0_abortable_loop.d.ts +1 -1
- package/esm/client/0_abortable_loop.js +1 -1
- package/esm/client/0_client_abstract.d.ts +1 -1
- package/esm/client/0_client_abstract.js +1 -1
- package/esm/client/0_filters.d.ts +1 -1
- package/esm/client/0_filters.js +1 -1
- package/esm/client/0_html.d.ts +1 -1
- package/esm/client/0_html.js +1 -1
- package/esm/client/0_markdown.d.ts +1 -1
- package/esm/client/0_markdown.js +1 -1
- package/esm/client/0_params.d.ts +8 -2
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/0_params.js +1 -1
- package/esm/client/0_password.js +1 -1
- package/esm/client/0_storage_operations.d.ts +1 -1
- package/esm/client/0_storage_operations.js +1 -1
- package/esm/client/0_update_processor.d.ts +1 -1
- package/esm/client/0_update_processor.js +1 -1
- package/esm/client/0_utilities.d.ts +2 -2
- package/esm/client/0_utilities.d.ts.map +1 -1
- package/esm/client/0_utilities.js +1 -1
- package/esm/client/1_client_plain.d.ts +1 -1
- package/esm/client/1_client_plain.js +1 -1
- package/esm/client/1_composer.d.ts +1 -1
- package/esm/client/1_composer.js +1 -1
- package/esm/client/1_types.d.ts +1 -1
- package/esm/client/1_types.js +1 -1
- package/esm/client/2_account_manager.d.ts +1 -1
- package/esm/client/2_account_manager.js +1 -1
- package/esm/client/2_bot_info_manager.d.ts +1 -1
- package/esm/client/2_bot_info_manager.js +1 -1
- package/esm/client/2_business_connection_manager.d.ts +1 -1
- package/esm/client/2_business_connection_manager.js +1 -1
- package/esm/client/2_client_encrypted.d.ts +1 -1
- package/esm/client/2_client_encrypted.js +1 -1
- package/esm/client/2_file_manager.d.ts.map +1 -1
- package/esm/client/2_file_manager.js +11 -3
- package/esm/client/2_network_statistics_manager.d.ts +1 -1
- package/esm/client/2_network_statistics_manager.js +1 -1
- package/esm/client/2_payment_manager.d.ts +1 -1
- package/esm/client/2_payment_manager.js +1 -1
- package/esm/client/2_reaction_manager.d.ts +1 -1
- package/esm/client/2_reaction_manager.js +1 -1
- package/esm/client/2_translations_manager.d.ts +1 -1
- package/esm/client/2_translations_manager.js +1 -1
- package/esm/client/2_update_manager.d.ts +1 -1
- package/esm/client/2_update_manager.js +1 -1
- package/esm/client/3_client_encrypted_pool.d.ts +1 -1
- package/esm/client/3_client_encrypted_pool.js +1 -1
- package/esm/client/3_message_manager.d.ts +1 -1
- package/esm/client/3_message_manager.js +1 -1
- package/esm/client/3_video_chat_manager.d.ts +3 -3
- package/esm/client/3_video_chat_manager.d.ts.map +1 -1
- package/esm/client/3_video_chat_manager.js +14 -9
- package/esm/client/4_callback_query_manager.d.ts +1 -1
- package/esm/client/4_callback_query_manager.js +1 -1
- package/esm/client/4_chat_list_manager.d.ts +1 -1
- package/esm/client/4_chat_list_manager.js +1 -1
- package/esm/client/4_chat_manager.d.ts +1 -1
- package/esm/client/4_chat_manager.js +1 -1
- package/esm/client/4_forum_manager.d.ts +1 -1
- package/esm/client/4_forum_manager.js +1 -1
- package/esm/client/4_gift_manager.d.ts +1 -1
- package/esm/client/4_gift_manager.js +1 -1
- package/esm/client/4_inline_query_manager.d.ts +1 -1
- package/esm/client/4_inline_query_manager.js +1 -1
- package/esm/client/4_link_preview_manager.d.ts +1 -1
- package/esm/client/4_link_preview_manager.js +1 -1
- package/esm/client/4_poll_manager.d.ts +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.js +1 -1
- package/esm/client/5_client.d.ts +19 -4
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +26 -4
- package/esm/connection/0_connection.d.ts +1 -1
- package/esm/connection/0_connection.js +1 -1
- package/esm/connection/1_connection_tcp.node.d.ts +1 -1
- package/esm/connection/1_connection_tcp.node.js +1 -1
- package/esm/connection/1_connection_web_socket.js +1 -1
- package/esm/mod.d.ts +1 -1
- package/esm/mod.js +1 -1
- package/esm/session/0_session_error.d.ts +1 -1
- package/esm/session/0_session_error.js +1 -1
- package/esm/session/0_session_state.d.ts +1 -1
- package/esm/session/0_session_state.js +1 -1
- package/esm/session/1_session.js +1 -1
- package/esm/session/2_session_encrypted.d.ts +1 -1
- package/esm/session/2_session_encrypted.js +1 -1
- package/esm/session/2_session_plain.d.ts +1 -1
- package/esm/session/2_session_plain.js +1 -1
- package/esm/storage/0_storage.d.ts +1 -1
- package/esm/storage/0_storage.js +1 -1
- package/esm/storage/1_utilities.d.ts +1 -1
- package/esm/storage/1_utilities.js +1 -1
- package/esm/storage/2_storage_indexed_db.d.ts +1 -1
- package/esm/storage/2_storage_indexed_db.js +1 -1
- package/esm/storage/2_storage_local_storage.node.d.ts +1 -1
- package/esm/storage/2_storage_local_storage.node.js +1 -1
- package/esm/storage/2_storage_memory.d.ts +1 -1
- package/esm/storage/2_storage_memory.js +1 -1
- package/esm/storage/2_storage_session_storage.d.ts +1 -1
- package/esm/storage/2_storage_session_storage.js +1 -1
- package/esm/tl/0_types.d.ts +1 -1
- package/esm/tl/0_types.js +1 -1
- package/esm/tl/0_utilities.d.ts +1 -1
- package/esm/tl/0_utilities.js +1 -1
- package/esm/tl/1_mtproto_api.d.ts +1 -1
- package/esm/tl/1_mtproto_api.js +1 -1
- package/esm/tl/1_telegram_api.d.ts +624 -29
- package/esm/tl/1_telegram_api.d.ts.map +1 -1
- package/esm/tl/1_telegram_api.js +791 -61
- package/esm/tl/1_tl_reader.d.ts +1 -1
- package/esm/tl/1_tl_reader.js +1 -1
- package/esm/tl/1_tl_writer.d.ts +1 -1
- package/esm/tl/1_tl_writer.js +1 -1
- package/esm/tl/1_utilities.d.ts +1 -1
- package/esm/tl/1_utilities.js +1 -1
- package/esm/tl/2_message.d.ts +1 -1
- package/esm/tl/2_message.js +1 -1
- package/esm/tl/2_mtproto.d.ts +1 -1
- package/esm/tl/2_mtproto.js +1 -1
- package/esm/tl/2_telegram.d.ts +1 -1
- package/esm/tl/2_telegram.js +1 -1
- package/esm/transport/0_obfuscation.js +1 -1
- package/esm/transport/0_transport.d.ts +1 -1
- package/esm/transport/0_transport.js +1 -1
- package/esm/transport/1_transport_abridged.d.ts +1 -1
- package/esm/transport/1_transport_abridged.js +1 -1
- package/esm/transport/1_transport_intermediate.d.ts +1 -1
- package/esm/transport/1_transport_intermediate.js +1 -1
- package/esm/transport/1_transport_provider.d.ts +1 -1
- package/esm/transport/1_transport_provider.js +1 -1
- package/esm/transport/2_transport_provider_tcp.d.ts +1 -1
- package/esm/transport/2_transport_provider_tcp.js +1 -1
- package/esm/transport/2_transport_provider_web_socket.d.ts +1 -1
- package/esm/transport/2_transport_provider_web_socket.js +1 -1
- package/esm/types/0_authorization_state.d.ts +1 -1
- package/esm/types/0_authorization_state.js +1 -1
- package/esm/types/0_birthday.d.ts +1 -1
- package/esm/types/0_birthday.js +1 -1
- package/esm/types/0_bot_command.d.ts +1 -1
- package/esm/types/0_bot_command.js +1 -1
- package/esm/types/0_callback_query_answer.d.ts +1 -1
- package/esm/types/0_callback_query_answer.js +1 -1
- package/esm/types/0_callback_query_question.d.ts +1 -1
- package/esm/types/0_callback_query_question.js +1 -1
- package/esm/types/0_chat_action.d.ts +1 -1
- package/esm/types/0_chat_action.js +1 -1
- package/esm/types/0_chat_administrator_rights.d.ts +1 -1
- package/esm/types/0_chat_administrator_rights.js +1 -1
- package/esm/types/0_chat_member_rights.d.ts +1 -1
- package/esm/types/0_chat_member_rights.js +1 -1
- package/esm/types/0_chat_photo.d.ts +1 -1
- package/esm/types/0_chat_photo.js +1 -1
- package/esm/types/0_connection_state.d.ts +1 -1
- package/esm/types/0_connection_state.js +1 -1
- package/esm/types/0_contact.d.ts +1 -1
- package/esm/types/0_contact.js +1 -1
- package/esm/types/0_dice.d.ts +1 -1
- package/esm/types/0_dice.js +1 -1
- package/esm/types/0_failed_invitation.d.ts +1 -1
- package/esm/types/0_failed_invitation.js +1 -1
- package/esm/types/0_file_source.d.ts +1 -1
- package/esm/types/0_file_source.js +1 -1
- package/esm/types/0_gift_value.d.ts +1 -1
- package/esm/types/0_gift_value.js +1 -1
- package/esm/types/0_giveaway_parameters.d.ts +1 -1
- package/esm/types/0_giveaway_parameters.js +1 -1
- package/esm/types/0_id.d.ts +1 -1
- package/esm/types/0_id.js +1 -1
- package/esm/types/0_invoice.d.ts +1 -1
- package/esm/types/0_invoice.js +1 -1
- package/esm/types/0_keyboard_button_poll_type.d.ts +1 -1
- package/esm/types/0_keyboard_button_poll_type.js +1 -1
- package/esm/types/0_link_preview_media_size.d.ts +1 -1
- package/esm/types/0_link_preview_media_size.js +1 -1
- package/esm/types/0_live_stream_channel.d.ts +1 -1
- package/esm/types/0_live_stream_channel.js +1 -1
- package/esm/types/0_location.d.ts +1 -1
- package/esm/types/0_location.js +1 -1
- package/esm/types/0_login_url.d.ts +1 -1
- package/esm/types/0_login_url.js +1 -1
- package/esm/types/0_mask_position.d.ts +1 -1
- package/esm/types/0_mask_position.js +1 -1
- package/esm/types/0_message_reference.d.ts +1 -1
- package/esm/types/0_message_reference.js +1 -1
- package/esm/types/0_message_search_filter.d.ts +1 -1
- package/esm/types/0_message_search_filter.js +1 -1
- package/esm/types/0_mini_app_button_info.d.ts +1 -1
- package/esm/types/0_mini_app_button_info.js +1 -1
- package/esm/types/0_mini_app_mode.d.ts +1 -1
- package/esm/types/0_mini_app_mode.js +1 -1
- package/esm/types/0_network_statistics_entry.d.ts +1 -1
- package/esm/types/0_network_statistics_entry.js +1 -1
- package/esm/types/0_opening_hours.d.ts +1 -1
- package/esm/types/0_opening_hours.js +1 -1
- package/esm/types/0_parse_mode.d.ts +1 -1
- package/esm/types/0_parse_mode.js +1 -1
- package/esm/types/0_price_tag.d.ts +1 -1
- package/esm/types/0_price_tag.js +1 -1
- package/esm/types/0_reaction.d.ts +1 -1
- package/esm/types/0_reaction.js +1 -1
- package/esm/types/0_refunded_payment.d.ts +1 -1
- package/esm/types/0_refunded_payment.js +1 -1
- package/esm/types/0_restriction_reason.d.ts +1 -1
- package/esm/types/0_restriction_reason.js +1 -1
- package/esm/types/0_self_destruct_option.d.ts +1 -1
- package/esm/types/0_self_destruct_option.js +1 -1
- package/esm/types/0_shipping_address.d.ts +1 -1
- package/esm/types/0_shipping_address.js +1 -1
- package/esm/types/0_slow_mode_duration.d.ts +1 -1
- package/esm/types/0_slow_mode_duration.js +1 -1
- package/esm/types/0_story_reference.d.ts +1 -1
- package/esm/types/0_story_reference.js +1 -1
- package/esm/types/0_switch_inline_query_chosen_chats.d.ts +1 -1
- package/esm/types/0_switch_inline_query_chosen_chats.js +1 -1
- package/esm/types/0_thumbnail.d.ts +1 -1
- package/esm/types/0_thumbnail.js +1 -1
- package/esm/types/0_translation.d.ts +1 -1
- package/esm/types/0_translation.js +1 -1
- package/esm/types/0_upload_progress.d.ts +1 -1
- package/esm/types/0_upload_progress.js +1 -1
- package/esm/types/0_video_chat.d.ts +1 -1
- package/esm/types/0_video_chat.js +1 -1
- package/esm/types/0_voice.d.ts +1 -1
- package/esm/types/0_voice.js +1 -1
- package/esm/types/0_voice_transcription.d.ts +1 -1
- package/esm/types/0_voice_transcription.js +1 -1
- package/esm/types/1_animation.d.ts +1 -1
- package/esm/types/1_animation.js +1 -1
- package/esm/types/1_audio.d.ts +1 -1
- package/esm/types/1_audio.js +1 -1
- package/esm/types/1_bot_command_scope.d.ts +1 -1
- package/esm/types/1_bot_command_scope.js +1 -1
- package/esm/types/1_chat_p.d.ts +3 -3
- package/esm/types/1_chat_p.d.ts.map +1 -1
- package/esm/types/1_chat_p.js +10 -3
- package/esm/types/1_document.d.ts +1 -1
- package/esm/types/1_document.js +1 -1
- package/esm/types/1_giveaway.d.ts +1 -1
- package/esm/types/1_giveaway.js +1 -1
- package/esm/types/1_inline_keyboard_button.d.ts +1 -1
- package/esm/types/1_inline_keyboard_button.js +1 -1
- package/esm/types/1_inline_query_result_button.d.ts +1 -1
- package/esm/types/1_inline_query_result_button.js +1 -1
- package/esm/types/1_input_story_content.d.ts +1 -1
- package/esm/types/1_input_story_content.js +1 -1
- package/esm/types/1_keyboard_button.d.ts +1 -1
- package/esm/types/1_keyboard_button.js +1 -1
- package/esm/types/1_message_reaction.d.ts +1 -1
- package/esm/types/1_message_reaction.js +1 -1
- package/esm/types/1_mini_app_info.d.ts +1 -1
- package/esm/types/1_mini_app_info.js +1 -1
- package/esm/types/1_network_statistics.d.ts +1 -1
- package/esm/types/1_network_statistics.js +1 -1
- package/esm/types/1_order_info.d.ts +1 -1
- package/esm/types/1_order_info.js +1 -1
- package/esm/types/1_photo.d.ts +1 -1
- package/esm/types/1_photo.js +1 -1
- package/esm/types/1_reaction_count.d.ts +1 -1
- package/esm/types/1_reaction_count.js +1 -1
- package/esm/types/1_sticker.d.ts +1 -1
- package/esm/types/1_sticker.js +1 -1
- package/esm/types/1_story_reaction.d.ts +1 -1
- package/esm/types/1_story_reaction.js +1 -1
- package/esm/types/1_venue.d.ts +1 -1
- package/esm/types/1_venue.js +1 -1
- package/esm/types/1_video.d.ts +1 -1
- package/esm/types/1_video.js +1 -1
- package/esm/types/1_video_note.d.ts +1 -1
- package/esm/types/1_video_note.js +1 -1
- package/esm/types/2_chat.d.ts +4 -4
- package/esm/types/2_chat.d.ts.map +1 -1
- package/esm/types/2_chat.js +1 -1
- package/esm/types/2_chat_member.d.ts +1 -1
- package/esm/types/2_chat_member.js +1 -1
- package/esm/types/2_inactive_chat.d.ts +1 -1
- package/esm/types/2_inactive_chat.js +1 -1
- package/esm/types/2_message_entity.d.ts +1 -1
- package/esm/types/2_message_entity.js +1 -1
- package/esm/types/2_message_interactions.d.ts +1 -1
- package/esm/types/2_message_interactions.js +1 -1
- package/esm/types/2_message_reaction_count.d.ts +1 -1
- package/esm/types/2_message_reaction_count.js +1 -1
- package/esm/types/2_message_reaction_list_item.d.ts +1 -1
- package/esm/types/2_message_reaction_list_item.js +1 -1
- package/esm/types/2_poll_answer.d.ts +1 -1
- package/esm/types/2_poll_answer.js +1 -1
- package/esm/types/2_reply_markup.d.ts +1 -1
- package/esm/types/2_reply_markup.js +1 -1
- package/esm/types/2_sticker_set.d.ts +1 -1
- package/esm/types/2_sticker_set.js +1 -1
- package/esm/types/2_story_content.d.ts +1 -1
- package/esm/types/2_story_content.js +1 -1
- package/esm/types/2_story_interactions.d.ts +1 -1
- package/esm/types/2_story_interactions.js +1 -1
- package/esm/types/2_story_interactive_area.d.ts +1 -1
- package/esm/types/2_story_interactive_area.js +1 -1
- package/esm/types/2_story_privacy.d.ts +1 -1
- package/esm/types/2_story_privacy.js +1 -1
- package/esm/types/2_successful_payment.d.ts +1 -1
- package/esm/types/2_successful_payment.js +1 -1
- package/esm/types/2_user.d.ts +1 -1
- package/esm/types/2_user.js +1 -1
- package/esm/types/3_business_connection.d.ts +1 -1
- package/esm/types/3_business_connection.js +1 -1
- package/esm/types/3_chat_settings.d.ts +1 -1
- package/esm/types/3_chat_settings.js +1 -1
- package/esm/types/3_chosen_inline_result.d.ts +1 -1
- package/esm/types/3_chosen_inline_result.js +1 -1
- package/esm/types/3_forward_header.d.ts +1 -1
- package/esm/types/3_forward_header.js +1 -1
- package/esm/types/3_game.d.ts +1 -1
- package/esm/types/3_game.js +1 -1
- package/esm/types/3_gift_upgraded_component.d.ts +1 -1
- package/esm/types/3_gift_upgraded_component.js +1 -1
- package/esm/types/3_inline_query.d.ts +1 -1
- package/esm/types/3_inline_query.js +1 -1
- package/esm/types/3_input_media.d.ts +1 -1
- package/esm/types/3_input_media.js +1 -1
- package/esm/types/3_invite_link.d.ts +1 -1
- package/esm/types/3_invite_link.js +1 -1
- package/esm/types/3_message_reaction_list.d.ts +1 -1
- package/esm/types/3_message_reaction_list.js +1 -1
- package/esm/types/3_message_reactions.d.ts +1 -1
- package/esm/types/3_message_reactions.js +1 -1
- package/esm/types/3_poll_option.d.ts +1 -1
- package/esm/types/3_poll_option.js +1 -1
- package/esm/types/3_pre_checkout_query.d.ts +1 -1
- package/esm/types/3_pre_checkout_query.js +1 -1
- package/esm/types/3_reply_quote.d.ts +1 -1
- package/esm/types/3_reply_quote.js +1 -1
- package/esm/types/3_story.d.ts +1 -1
- package/esm/types/3_story.js +1 -1
- package/esm/types/4_chat_member_updated.d.ts +1 -1
- package/esm/types/4_chat_member_updated.js +1 -1
- package/esm/types/4_gift.d.ts +1 -1
- package/esm/types/4_gift.js +1 -1
- package/esm/types/4_join_request.d.ts +1 -1
- package/esm/types/4_join_request.js +1 -1
- package/esm/types/4_poll.d.ts +1 -1
- package/esm/types/4_poll.js +1 -1
- package/esm/types/4_reply_to.d.ts +1 -1
- package/esm/types/4_reply_to.js +1 -1
- package/esm/types/5_claimed_gift.d.ts +1 -1
- package/esm/types/5_claimed_gift.js +1 -1
- package/esm/types/5_link_preview.d.ts +1 -1
- package/esm/types/5_link_preview.js +1 -1
- package/esm/types/6_claimed_gifts.d.ts +1 -1
- package/esm/types/6_claimed_gifts.js +1 -1
- package/esm/types/6_message.d.ts +1 -1
- package/esm/types/6_message.js +1 -1
- package/esm/types/6_message_content.d.ts +1 -1
- package/esm/types/6_message_content.js +1 -1
- package/esm/types/7_callback_query.d.ts +1 -1
- package/esm/types/7_callback_query.js +1 -1
- package/esm/types/7_chat_list_item.d.ts +1 -1
- package/esm/types/7_chat_list_item.js +1 -1
- package/esm/types/7_inline_query_result.d.ts +1 -1
- package/esm/types/7_inline_query_result.js +1 -1
- package/esm/types/7_saved_chat.d.ts +1 -1
- package/esm/types/7_saved_chat.js +1 -1
- package/esm/types/7_topic.d.ts +1 -1
- package/esm/types/7_topic.js +1 -1
- package/esm/types/8_inline_query_answer.d.ts +1 -1
- package/esm/types/8_inline_query_answer.js +1 -1
- package/esm/types/8_saved_chats.d.ts +1 -1
- package/esm/types/8_saved_chats.js +1 -1
- package/esm/types/8_update.d.ts +1 -1
- package/esm/types/8_update.js +1 -1
- package/esm/types/_file_id.d.ts +1 -1
- package/esm/types/_file_id.js +1 -1
- package/esm/types/_getters.d.ts +1 -1
- package/esm/types/_getters.js +1 -1
- package/esm/utilities/0_color.d.ts +1 -1
- package/esm/utilities/0_color.js +1 -1
- package/esm/utilities/0_env.js +1 -1
- package/esm/utilities/0_gzip.d.ts +1 -1
- package/esm/utilities/0_gzip.js +1 -1
- package/esm/utilities/0_hash.js +1 -1
- package/esm/utilities/0_int.js +1 -1
- package/esm/utilities/0_misc.js +1 -1
- package/esm/utilities/0_mutex.d.ts +1 -1
- package/esm/utilities/0_mutex.js +1 -1
- package/esm/utilities/0_object.d.ts +1 -1
- package/esm/utilities/0_object.js +1 -1
- package/esm/utilities/0_part_stream.d.ts +1 -1
- package/esm/utilities/0_part_stream.js +1 -1
- package/esm/utilities/0_rle.d.ts +1 -1
- package/esm/utilities/0_rle.js +1 -1
- package/esm/utilities/0_text.d.ts +1 -1
- package/esm/utilities/0_text.js +1 -1
- package/esm/utilities/0_types.d.ts +1 -1
- package/esm/utilities/0_types.js +1 -1
- package/esm/utilities/0_units.d.ts +1 -1
- package/esm/utilities/0_units.js +1 -1
- package/esm/utilities/1_auth.js +1 -1
- package/esm/utilities/1_base64.d.ts +1 -1
- package/esm/utilities/1_base64.js +1 -1
- package/esm/utilities/1_crypto.d.ts +1 -1
- package/esm/utilities/1_crypto.js +1 -1
- package/esm/utilities/1_logger.d.ts +1 -1
- package/esm/utilities/1_logger.js +1 -1
- package/esm/utilities/1_math.d.ts +1 -1
- package/esm/utilities/1_math.js +1 -1
- package/esm/utilities/2_queue.d.ts +1 -1
- package/esm/utilities/2_queue.js +1 -1
- package/package.json +1 -1
- package/script/0_deps.d.ts +1 -1
- package/script/0_deps.js +1 -1
- package/script/0_errors.d.ts +1 -1
- package/script/0_errors.js +1 -1
- package/script/1_utilities.d.ts +1 -1
- package/script/1_utilities.js +1 -1
- package/script/2_connection.d.ts +1 -1
- package/script/2_connection.js +1 -1
- package/script/2_storage.d.ts +1 -1
- package/script/2_storage.js +1 -1
- package/script/2_tl.d.ts +1 -1
- package/script/2_tl.js +1 -1
- package/script/3_errors.d.ts +7 -1
- package/script/3_errors.d.ts.map +1 -1
- package/script/3_errors.js +12 -4
- package/script/3_transport.d.ts +1 -1
- package/script/3_transport.js +1 -1
- package/script/3_types.d.ts +1 -1
- package/script/3_types.js +1 -1
- package/script/4_constants.js +1 -1
- package/script/4_errors.d.ts +1 -1
- package/script/4_errors.js +1 -1
- package/script/4_session.d.ts +1 -1
- package/script/4_session.js +1 -1
- package/script/5_client.d.ts +1 -1
- package/script/5_client.js +1 -1
- package/script/client/0_abortable_loop.d.ts +1 -1
- package/script/client/0_abortable_loop.js +1 -1
- package/script/client/0_client_abstract.d.ts +1 -1
- package/script/client/0_client_abstract.js +1 -1
- package/script/client/0_filters.d.ts +1 -1
- package/script/client/0_filters.js +1 -1
- package/script/client/0_html.d.ts +1 -1
- package/script/client/0_html.js +1 -1
- package/script/client/0_markdown.d.ts +1 -1
- package/script/client/0_markdown.js +1 -1
- package/script/client/0_params.d.ts +8 -2
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/0_params.js +1 -1
- package/script/client/0_password.js +1 -1
- package/script/client/0_storage_operations.d.ts +1 -1
- package/script/client/0_storage_operations.js +1 -1
- package/script/client/0_update_processor.d.ts +1 -1
- package/script/client/0_update_processor.js +1 -1
- package/script/client/0_utilities.d.ts +2 -2
- package/script/client/0_utilities.d.ts.map +1 -1
- package/script/client/0_utilities.js +1 -1
- package/script/client/1_client_plain.d.ts +1 -1
- package/script/client/1_client_plain.js +1 -1
- package/script/client/1_composer.d.ts +1 -1
- package/script/client/1_composer.js +1 -1
- package/script/client/1_types.d.ts +1 -1
- package/script/client/1_types.js +1 -1
- package/script/client/2_account_manager.d.ts +1 -1
- package/script/client/2_account_manager.js +1 -1
- package/script/client/2_bot_info_manager.d.ts +1 -1
- package/script/client/2_bot_info_manager.js +1 -1
- package/script/client/2_business_connection_manager.d.ts +1 -1
- package/script/client/2_business_connection_manager.js +1 -1
- package/script/client/2_client_encrypted.d.ts +1 -1
- package/script/client/2_client_encrypted.js +1 -1
- package/script/client/2_file_manager.d.ts.map +1 -1
- package/script/client/2_file_manager.js +10 -2
- package/script/client/2_network_statistics_manager.d.ts +1 -1
- package/script/client/2_network_statistics_manager.js +1 -1
- package/script/client/2_payment_manager.d.ts +1 -1
- package/script/client/2_payment_manager.js +1 -1
- package/script/client/2_reaction_manager.d.ts +1 -1
- package/script/client/2_reaction_manager.js +1 -1
- package/script/client/2_translations_manager.d.ts +1 -1
- package/script/client/2_translations_manager.js +1 -1
- package/script/client/2_update_manager.d.ts +1 -1
- package/script/client/2_update_manager.js +1 -1
- package/script/client/3_client_encrypted_pool.d.ts +1 -1
- package/script/client/3_client_encrypted_pool.js +1 -1
- package/script/client/3_message_manager.d.ts +1 -1
- package/script/client/3_message_manager.js +1 -1
- package/script/client/3_video_chat_manager.d.ts +3 -3
- package/script/client/3_video_chat_manager.d.ts.map +1 -1
- package/script/client/3_video_chat_manager.js +12 -7
- package/script/client/4_callback_query_manager.d.ts +1 -1
- package/script/client/4_callback_query_manager.js +1 -1
- package/script/client/4_chat_list_manager.d.ts +1 -1
- package/script/client/4_chat_list_manager.js +1 -1
- package/script/client/4_chat_manager.d.ts +1 -1
- package/script/client/4_chat_manager.js +1 -1
- package/script/client/4_forum_manager.d.ts +1 -1
- package/script/client/4_forum_manager.js +1 -1
- package/script/client/4_gift_manager.d.ts +1 -1
- package/script/client/4_gift_manager.js +1 -1
- package/script/client/4_inline_query_manager.d.ts +1 -1
- package/script/client/4_inline_query_manager.js +1 -1
- package/script/client/4_link_preview_manager.d.ts +1 -1
- package/script/client/4_link_preview_manager.js +1 -1
- package/script/client/4_poll_manager.d.ts +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.js +1 -1
- package/script/client/5_client.d.ts +19 -4
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +26 -4
- package/script/connection/0_connection.d.ts +1 -1
- package/script/connection/0_connection.js +1 -1
- package/script/connection/1_connection_tcp.node.d.ts +1 -1
- package/script/connection/1_connection_tcp.node.js +1 -1
- package/script/connection/1_connection_web_socket.js +1 -1
- package/script/mod.d.ts +1 -1
- package/script/mod.js +1 -1
- package/script/session/0_session_error.d.ts +1 -1
- package/script/session/0_session_error.js +1 -1
- package/script/session/0_session_state.d.ts +1 -1
- package/script/session/0_session_state.js +1 -1
- package/script/session/1_session.js +1 -1
- package/script/session/2_session_encrypted.d.ts +1 -1
- package/script/session/2_session_encrypted.js +1 -1
- package/script/session/2_session_plain.d.ts +1 -1
- package/script/session/2_session_plain.js +1 -1
- package/script/storage/0_storage.d.ts +1 -1
- package/script/storage/0_storage.js +1 -1
- package/script/storage/1_utilities.d.ts +1 -1
- package/script/storage/1_utilities.js +1 -1
- package/script/storage/2_storage_indexed_db.d.ts +1 -1
- package/script/storage/2_storage_indexed_db.js +1 -1
- package/script/storage/2_storage_local_storage.node.d.ts +1 -1
- package/script/storage/2_storage_local_storage.node.js +1 -1
- package/script/storage/2_storage_memory.d.ts +1 -1
- package/script/storage/2_storage_memory.js +1 -1
- package/script/storage/2_storage_session_storage.d.ts +1 -1
- package/script/storage/2_storage_session_storage.js +1 -1
- package/script/tl/0_types.d.ts +1 -1
- package/script/tl/0_types.js +1 -1
- package/script/tl/0_utilities.d.ts +1 -1
- package/script/tl/0_utilities.js +1 -1
- package/script/tl/1_mtproto_api.d.ts +1 -1
- package/script/tl/1_mtproto_api.js +1 -1
- package/script/tl/1_telegram_api.d.ts +624 -29
- package/script/tl/1_telegram_api.d.ts.map +1 -1
- package/script/tl/1_telegram_api.js +791 -61
- package/script/tl/1_tl_reader.d.ts +1 -1
- package/script/tl/1_tl_reader.js +1 -1
- package/script/tl/1_tl_writer.d.ts +1 -1
- package/script/tl/1_tl_writer.js +1 -1
- package/script/tl/1_utilities.d.ts +1 -1
- package/script/tl/1_utilities.js +1 -1
- package/script/tl/2_message.d.ts +1 -1
- package/script/tl/2_message.js +1 -1
- package/script/tl/2_mtproto.d.ts +1 -1
- package/script/tl/2_mtproto.js +1 -1
- package/script/tl/2_telegram.d.ts +1 -1
- package/script/tl/2_telegram.js +1 -1
- package/script/transport/0_obfuscation.js +1 -1
- package/script/transport/0_transport.d.ts +1 -1
- package/script/transport/0_transport.js +1 -1
- package/script/transport/1_transport_abridged.d.ts +1 -1
- package/script/transport/1_transport_abridged.js +1 -1
- package/script/transport/1_transport_intermediate.d.ts +1 -1
- package/script/transport/1_transport_intermediate.js +1 -1
- package/script/transport/1_transport_provider.d.ts +1 -1
- package/script/transport/1_transport_provider.js +1 -1
- package/script/transport/2_transport_provider_tcp.d.ts +1 -1
- package/script/transport/2_transport_provider_tcp.js +1 -1
- package/script/transport/2_transport_provider_web_socket.d.ts +1 -1
- package/script/transport/2_transport_provider_web_socket.js +1 -1
- package/script/types/0_authorization_state.d.ts +1 -1
- package/script/types/0_authorization_state.js +1 -1
- package/script/types/0_birthday.d.ts +1 -1
- package/script/types/0_birthday.js +1 -1
- package/script/types/0_bot_command.d.ts +1 -1
- package/script/types/0_bot_command.js +1 -1
- package/script/types/0_callback_query_answer.d.ts +1 -1
- package/script/types/0_callback_query_answer.js +1 -1
- package/script/types/0_callback_query_question.d.ts +1 -1
- package/script/types/0_callback_query_question.js +1 -1
- package/script/types/0_chat_action.d.ts +1 -1
- package/script/types/0_chat_action.js +1 -1
- package/script/types/0_chat_administrator_rights.d.ts +1 -1
- package/script/types/0_chat_administrator_rights.js +1 -1
- package/script/types/0_chat_member_rights.d.ts +1 -1
- package/script/types/0_chat_member_rights.js +1 -1
- package/script/types/0_chat_photo.d.ts +1 -1
- package/script/types/0_chat_photo.js +1 -1
- package/script/types/0_connection_state.d.ts +1 -1
- package/script/types/0_connection_state.js +1 -1
- package/script/types/0_contact.d.ts +1 -1
- package/script/types/0_contact.js +1 -1
- package/script/types/0_dice.d.ts +1 -1
- package/script/types/0_dice.js +1 -1
- package/script/types/0_failed_invitation.d.ts +1 -1
- package/script/types/0_failed_invitation.js +1 -1
- package/script/types/0_file_source.d.ts +1 -1
- package/script/types/0_file_source.js +1 -1
- package/script/types/0_gift_value.d.ts +1 -1
- package/script/types/0_gift_value.js +1 -1
- package/script/types/0_giveaway_parameters.d.ts +1 -1
- package/script/types/0_giveaway_parameters.js +1 -1
- package/script/types/0_id.d.ts +1 -1
- package/script/types/0_id.js +1 -1
- package/script/types/0_invoice.d.ts +1 -1
- package/script/types/0_invoice.js +1 -1
- package/script/types/0_keyboard_button_poll_type.d.ts +1 -1
- package/script/types/0_keyboard_button_poll_type.js +1 -1
- package/script/types/0_link_preview_media_size.d.ts +1 -1
- package/script/types/0_link_preview_media_size.js +1 -1
- package/script/types/0_live_stream_channel.d.ts +1 -1
- package/script/types/0_live_stream_channel.js +1 -1
- package/script/types/0_location.d.ts +1 -1
- package/script/types/0_location.js +1 -1
- package/script/types/0_login_url.d.ts +1 -1
- package/script/types/0_login_url.js +1 -1
- package/script/types/0_mask_position.d.ts +1 -1
- package/script/types/0_mask_position.js +1 -1
- package/script/types/0_message_reference.d.ts +1 -1
- package/script/types/0_message_reference.js +1 -1
- package/script/types/0_message_search_filter.d.ts +1 -1
- package/script/types/0_message_search_filter.js +1 -1
- package/script/types/0_mini_app_button_info.d.ts +1 -1
- package/script/types/0_mini_app_button_info.js +1 -1
- package/script/types/0_mini_app_mode.d.ts +1 -1
- package/script/types/0_mini_app_mode.js +1 -1
- package/script/types/0_network_statistics_entry.d.ts +1 -1
- package/script/types/0_network_statistics_entry.js +1 -1
- package/script/types/0_opening_hours.d.ts +1 -1
- package/script/types/0_opening_hours.js +1 -1
- package/script/types/0_parse_mode.d.ts +1 -1
- package/script/types/0_parse_mode.js +1 -1
- package/script/types/0_price_tag.d.ts +1 -1
- package/script/types/0_price_tag.js +1 -1
- package/script/types/0_reaction.d.ts +1 -1
- package/script/types/0_reaction.js +1 -1
- package/script/types/0_refunded_payment.d.ts +1 -1
- package/script/types/0_refunded_payment.js +1 -1
- package/script/types/0_restriction_reason.d.ts +1 -1
- package/script/types/0_restriction_reason.js +1 -1
- package/script/types/0_self_destruct_option.d.ts +1 -1
- package/script/types/0_self_destruct_option.js +1 -1
- package/script/types/0_shipping_address.d.ts +1 -1
- package/script/types/0_shipping_address.js +1 -1
- package/script/types/0_slow_mode_duration.d.ts +1 -1
- package/script/types/0_slow_mode_duration.js +1 -1
- package/script/types/0_story_reference.d.ts +1 -1
- package/script/types/0_story_reference.js +1 -1
- package/script/types/0_switch_inline_query_chosen_chats.d.ts +1 -1
- package/script/types/0_switch_inline_query_chosen_chats.js +1 -1
- package/script/types/0_thumbnail.d.ts +1 -1
- package/script/types/0_thumbnail.js +1 -1
- package/script/types/0_translation.d.ts +1 -1
- package/script/types/0_translation.js +1 -1
- package/script/types/0_upload_progress.d.ts +1 -1
- package/script/types/0_upload_progress.js +1 -1
- package/script/types/0_video_chat.d.ts +1 -1
- package/script/types/0_video_chat.js +1 -1
- package/script/types/0_voice.d.ts +1 -1
- package/script/types/0_voice.js +1 -1
- package/script/types/0_voice_transcription.d.ts +1 -1
- package/script/types/0_voice_transcription.js +1 -1
- package/script/types/1_animation.d.ts +1 -1
- package/script/types/1_animation.js +1 -1
- package/script/types/1_audio.d.ts +1 -1
- package/script/types/1_audio.js +1 -1
- package/script/types/1_bot_command_scope.d.ts +1 -1
- package/script/types/1_bot_command_scope.js +1 -1
- package/script/types/1_chat_p.d.ts +3 -3
- package/script/types/1_chat_p.d.ts.map +1 -1
- package/script/types/1_chat_p.js +10 -3
- package/script/types/1_document.d.ts +1 -1
- package/script/types/1_document.js +1 -1
- package/script/types/1_giveaway.d.ts +1 -1
- package/script/types/1_giveaway.js +1 -1
- package/script/types/1_inline_keyboard_button.d.ts +1 -1
- package/script/types/1_inline_keyboard_button.js +1 -1
- package/script/types/1_inline_query_result_button.d.ts +1 -1
- package/script/types/1_inline_query_result_button.js +1 -1
- package/script/types/1_input_story_content.d.ts +1 -1
- package/script/types/1_input_story_content.js +1 -1
- package/script/types/1_keyboard_button.d.ts +1 -1
- package/script/types/1_keyboard_button.js +1 -1
- package/script/types/1_message_reaction.d.ts +1 -1
- package/script/types/1_message_reaction.js +1 -1
- package/script/types/1_mini_app_info.d.ts +1 -1
- package/script/types/1_mini_app_info.js +1 -1
- package/script/types/1_network_statistics.d.ts +1 -1
- package/script/types/1_network_statistics.js +1 -1
- package/script/types/1_order_info.d.ts +1 -1
- package/script/types/1_order_info.js +1 -1
- package/script/types/1_photo.d.ts +1 -1
- package/script/types/1_photo.js +1 -1
- package/script/types/1_reaction_count.d.ts +1 -1
- package/script/types/1_reaction_count.js +1 -1
- package/script/types/1_sticker.d.ts +1 -1
- package/script/types/1_sticker.js +1 -1
- package/script/types/1_story_reaction.d.ts +1 -1
- package/script/types/1_story_reaction.js +1 -1
- package/script/types/1_venue.d.ts +1 -1
- package/script/types/1_venue.js +1 -1
- package/script/types/1_video.d.ts +1 -1
- package/script/types/1_video.js +1 -1
- package/script/types/1_video_note.d.ts +1 -1
- package/script/types/1_video_note.js +1 -1
- package/script/types/2_chat.d.ts +4 -4
- package/script/types/2_chat.d.ts.map +1 -1
- package/script/types/2_chat.js +1 -1
- package/script/types/2_chat_member.d.ts +1 -1
- package/script/types/2_chat_member.js +1 -1
- package/script/types/2_inactive_chat.d.ts +1 -1
- package/script/types/2_inactive_chat.js +1 -1
- package/script/types/2_message_entity.d.ts +1 -1
- package/script/types/2_message_entity.js +1 -1
- package/script/types/2_message_interactions.d.ts +1 -1
- package/script/types/2_message_interactions.js +1 -1
- package/script/types/2_message_reaction_count.d.ts +1 -1
- package/script/types/2_message_reaction_count.js +1 -1
- package/script/types/2_message_reaction_list_item.d.ts +1 -1
- package/script/types/2_message_reaction_list_item.js +1 -1
- package/script/types/2_poll_answer.d.ts +1 -1
- package/script/types/2_poll_answer.js +1 -1
- package/script/types/2_reply_markup.d.ts +1 -1
- package/script/types/2_reply_markup.js +1 -1
- package/script/types/2_sticker_set.d.ts +1 -1
- package/script/types/2_sticker_set.js +1 -1
- package/script/types/2_story_content.d.ts +1 -1
- package/script/types/2_story_content.js +1 -1
- package/script/types/2_story_interactions.d.ts +1 -1
- package/script/types/2_story_interactions.js +1 -1
- package/script/types/2_story_interactive_area.d.ts +1 -1
- package/script/types/2_story_interactive_area.js +1 -1
- package/script/types/2_story_privacy.d.ts +1 -1
- package/script/types/2_story_privacy.js +1 -1
- package/script/types/2_successful_payment.d.ts +1 -1
- package/script/types/2_successful_payment.js +1 -1
- package/script/types/2_user.d.ts +1 -1
- package/script/types/2_user.js +1 -1
- package/script/types/3_business_connection.d.ts +1 -1
- package/script/types/3_business_connection.js +1 -1
- package/script/types/3_chat_settings.d.ts +1 -1
- package/script/types/3_chat_settings.js +1 -1
- package/script/types/3_chosen_inline_result.d.ts +1 -1
- package/script/types/3_chosen_inline_result.js +1 -1
- package/script/types/3_forward_header.d.ts +1 -1
- package/script/types/3_forward_header.js +1 -1
- package/script/types/3_game.d.ts +1 -1
- package/script/types/3_game.js +1 -1
- package/script/types/3_gift_upgraded_component.d.ts +1 -1
- package/script/types/3_gift_upgraded_component.js +1 -1
- package/script/types/3_inline_query.d.ts +1 -1
- package/script/types/3_inline_query.js +1 -1
- package/script/types/3_input_media.d.ts +1 -1
- package/script/types/3_input_media.js +1 -1
- package/script/types/3_invite_link.d.ts +1 -1
- package/script/types/3_invite_link.js +1 -1
- package/script/types/3_message_reaction_list.d.ts +1 -1
- package/script/types/3_message_reaction_list.js +1 -1
- package/script/types/3_message_reactions.d.ts +1 -1
- package/script/types/3_message_reactions.js +1 -1
- package/script/types/3_poll_option.d.ts +1 -1
- package/script/types/3_poll_option.js +1 -1
- package/script/types/3_pre_checkout_query.d.ts +1 -1
- package/script/types/3_pre_checkout_query.js +1 -1
- package/script/types/3_reply_quote.d.ts +1 -1
- package/script/types/3_reply_quote.js +1 -1
- package/script/types/3_story.d.ts +1 -1
- package/script/types/3_story.js +1 -1
- package/script/types/4_chat_member_updated.d.ts +1 -1
- package/script/types/4_chat_member_updated.js +1 -1
- package/script/types/4_gift.d.ts +1 -1
- package/script/types/4_gift.js +1 -1
- package/script/types/4_join_request.d.ts +1 -1
- package/script/types/4_join_request.js +1 -1
- package/script/types/4_poll.d.ts +1 -1
- package/script/types/4_poll.js +1 -1
- package/script/types/4_reply_to.d.ts +1 -1
- package/script/types/4_reply_to.js +1 -1
- package/script/types/5_claimed_gift.d.ts +1 -1
- package/script/types/5_claimed_gift.js +1 -1
- package/script/types/5_link_preview.d.ts +1 -1
- package/script/types/5_link_preview.js +1 -1
- package/script/types/6_claimed_gifts.d.ts +1 -1
- package/script/types/6_claimed_gifts.js +1 -1
- package/script/types/6_message.d.ts +1 -1
- package/script/types/6_message.js +1 -1
- package/script/types/6_message_content.d.ts +1 -1
- package/script/types/6_message_content.js +1 -1
- package/script/types/7_callback_query.d.ts +1 -1
- package/script/types/7_callback_query.js +1 -1
- package/script/types/7_chat_list_item.d.ts +1 -1
- package/script/types/7_chat_list_item.js +1 -1
- package/script/types/7_inline_query_result.d.ts +1 -1
- package/script/types/7_inline_query_result.js +1 -1
- package/script/types/7_saved_chat.d.ts +1 -1
- package/script/types/7_saved_chat.js +1 -1
- package/script/types/7_topic.d.ts +1 -1
- package/script/types/7_topic.js +1 -1
- package/script/types/8_inline_query_answer.d.ts +1 -1
- package/script/types/8_inline_query_answer.js +1 -1
- package/script/types/8_saved_chats.d.ts +1 -1
- package/script/types/8_saved_chats.js +1 -1
- package/script/types/8_update.d.ts +1 -1
- package/script/types/8_update.js +1 -1
- package/script/types/_file_id.d.ts +1 -1
- package/script/types/_file_id.js +1 -1
- package/script/types/_getters.d.ts +1 -1
- package/script/types/_getters.js +1 -1
- package/script/utilities/0_color.d.ts +1 -1
- package/script/utilities/0_color.js +1 -1
- package/script/utilities/0_env.js +1 -1
- package/script/utilities/0_gzip.d.ts +1 -1
- package/script/utilities/0_gzip.js +1 -1
- package/script/utilities/0_hash.js +1 -1
- package/script/utilities/0_int.js +1 -1
- package/script/utilities/0_misc.js +1 -1
- package/script/utilities/0_mutex.d.ts +1 -1
- package/script/utilities/0_mutex.js +1 -1
- package/script/utilities/0_object.d.ts +1 -1
- package/script/utilities/0_object.js +1 -1
- package/script/utilities/0_part_stream.d.ts +1 -1
- package/script/utilities/0_part_stream.js +1 -1
- package/script/utilities/0_rle.d.ts +1 -1
- package/script/utilities/0_rle.js +1 -1
- package/script/utilities/0_text.d.ts +1 -1
- package/script/utilities/0_text.js +1 -1
- package/script/utilities/0_types.d.ts +1 -1
- package/script/utilities/0_types.js +1 -1
- package/script/utilities/0_units.d.ts +1 -1
- package/script/utilities/0_units.js +1 -1
- package/script/utilities/1_auth.js +1 -1
- package/script/utilities/1_base64.d.ts +1 -1
- package/script/utilities/1_base64.js +1 -1
- package/script/utilities/1_crypto.d.ts +1 -1
- package/script/utilities/1_crypto.js +1 -1
- package/script/utilities/1_logger.d.ts +1 -1
- package/script/utilities/1_logger.js +1 -1
- package/script/utilities/1_math.d.ts +1 -1
- package/script/utilities/1_math.js +1 -1
- package/script/utilities/2_queue.d.ts +1 -1
- package/script/utilities/2_queue.js +1 -1
package/esm/tl/1_telegram_api.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MTKruto - Cross-runtime JavaScript library for building Telegram clients
|
|
3
|
-
* Copyright (C) 2023-
|
|
3
|
+
* Copyright (C) 2023-2026 Roj <https://roj.im/>
|
|
4
4
|
*
|
|
5
5
|
* This file is part of MTKruto.
|
|
6
6
|
*
|
|
@@ -32,10 +32,60 @@ export const schema = Object.freeze({
|
|
|
32
32
|
],
|
|
33
33
|
"Error",
|
|
34
34
|
],
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
[
|
|
38
|
-
|
|
35
|
+
ipPort: [
|
|
36
|
+
0xD433AD73,
|
|
37
|
+
[
|
|
38
|
+
["ipv4", "int"],
|
|
39
|
+
["port", "int"],
|
|
40
|
+
],
|
|
41
|
+
"IpPort",
|
|
42
|
+
],
|
|
43
|
+
ipPortSecret: [
|
|
44
|
+
0x37982646,
|
|
45
|
+
[
|
|
46
|
+
["ipv4", "int"],
|
|
47
|
+
["port", "int"],
|
|
48
|
+
["secret", "bytes"],
|
|
49
|
+
],
|
|
50
|
+
"IpPort",
|
|
51
|
+
],
|
|
52
|
+
accessPointRule: [
|
|
53
|
+
0x4679B65F,
|
|
54
|
+
[
|
|
55
|
+
["phone_prefix_rules", "string"],
|
|
56
|
+
["dc_id", "int"],
|
|
57
|
+
["ips", "vector<IpPort>"],
|
|
58
|
+
],
|
|
59
|
+
"AccessPointRule",
|
|
60
|
+
],
|
|
61
|
+
"help.configSimple": [
|
|
62
|
+
0x5A592A6C,
|
|
63
|
+
[
|
|
64
|
+
["date", "int"],
|
|
65
|
+
["expires", "int"],
|
|
66
|
+
["rules", "vector<AccessPointRule>"],
|
|
67
|
+
],
|
|
68
|
+
"help.ConfigSimple",
|
|
69
|
+
],
|
|
70
|
+
inputPeerPhotoFileLocationLegacy: [
|
|
71
|
+
0x27D69997,
|
|
72
|
+
[
|
|
73
|
+
["flags", "#"],
|
|
74
|
+
["big", "flags.0?true"],
|
|
75
|
+
["peer", "InputPeer"],
|
|
76
|
+
["volume_id", "long"],
|
|
77
|
+
["local_id", "int"],
|
|
78
|
+
],
|
|
79
|
+
"InputFileLocation",
|
|
80
|
+
],
|
|
81
|
+
inputStickerSetThumbLegacy: [
|
|
82
|
+
0x0DBAEAE9,
|
|
83
|
+
[
|
|
84
|
+
["stickerset", "InputStickerSet"],
|
|
85
|
+
["volume_id", "long"],
|
|
86
|
+
["local_id", "int"],
|
|
87
|
+
],
|
|
88
|
+
"InputFileLocation",
|
|
39
89
|
],
|
|
40
90
|
inputPeerEmpty: [
|
|
41
91
|
0x7F3B18EA,
|
|
@@ -116,12 +166,14 @@ export const schema = Object.freeze({
|
|
|
116
166
|
"InputUser",
|
|
117
167
|
],
|
|
118
168
|
inputPhoneContact: [
|
|
119
|
-
|
|
169
|
+
0x6A1DC4BE,
|
|
120
170
|
[
|
|
171
|
+
["flags", "#"],
|
|
121
172
|
["client_id", "long"],
|
|
122
173
|
["phone", "string"],
|
|
123
174
|
["first_name", "string"],
|
|
124
175
|
["last_name", "string"],
|
|
176
|
+
["note", "flags.0?TextWithEntities"],
|
|
125
177
|
],
|
|
126
178
|
"InputContact",
|
|
127
179
|
],
|
|
@@ -348,6 +400,15 @@ export const schema = Object.freeze({
|
|
|
348
400
|
],
|
|
349
401
|
"InputMedia",
|
|
350
402
|
],
|
|
403
|
+
inputMediaStakeDice: [
|
|
404
|
+
0xF3A9244A,
|
|
405
|
+
[
|
|
406
|
+
["game_hash", "string"],
|
|
407
|
+
["ton_amount", "long"],
|
|
408
|
+
["client_seed", "bytes"],
|
|
409
|
+
],
|
|
410
|
+
"InputMedia",
|
|
411
|
+
],
|
|
351
412
|
inputChatPhotoEmpty: [
|
|
352
413
|
0x1CA48F57,
|
|
353
414
|
[],
|
|
@@ -572,7 +633,7 @@ export const schema = Object.freeze({
|
|
|
572
633
|
"User",
|
|
573
634
|
],
|
|
574
635
|
user: [
|
|
575
|
-
|
|
636
|
+
0x31774388,
|
|
576
637
|
[
|
|
577
638
|
["flags", "#"],
|
|
578
639
|
["self", "flags.10?true"],
|
|
@@ -616,7 +677,7 @@ export const schema = Object.freeze({
|
|
|
616
677
|
["lang_code", "flags.22?string"],
|
|
617
678
|
["emoji_status", "flags.30?EmojiStatus"],
|
|
618
679
|
["usernames", "flags2.0?Vector<Username>"],
|
|
619
|
-
["stories_max_id", "flags2.5?
|
|
680
|
+
["stories_max_id", "flags2.5?RecentStory"],
|
|
620
681
|
["color", "flags2.8?PeerColor"],
|
|
621
682
|
["profile_color", "flags2.9?PeerColor"],
|
|
622
683
|
["bot_active_users", "flags2.12?int"],
|
|
@@ -723,7 +784,7 @@ export const schema = Object.freeze({
|
|
|
723
784
|
"Chat",
|
|
724
785
|
],
|
|
725
786
|
channel: [
|
|
726
|
-
|
|
787
|
+
0x1C32B11C,
|
|
727
788
|
[
|
|
728
789
|
["flags", "#"],
|
|
729
790
|
["creator", "flags.0?true"],
|
|
@@ -767,7 +828,7 @@ export const schema = Object.freeze({
|
|
|
767
828
|
["default_banned_rights", "flags.18?ChatBannedRights"],
|
|
768
829
|
["participants_count", "flags.17?int"],
|
|
769
830
|
["usernames", "flags2.0?Vector<Username>"],
|
|
770
|
-
["stories_max_id", "flags2.4?
|
|
831
|
+
["stories_max_id", "flags2.4?RecentStory"],
|
|
771
832
|
["color", "flags2.7?PeerColor"],
|
|
772
833
|
["profile_color", "flags2.8?PeerColor"],
|
|
773
834
|
["emoji_status", "flags2.9?EmojiStatus"],
|
|
@@ -962,7 +1023,7 @@ export const schema = Object.freeze({
|
|
|
962
1023
|
"Message",
|
|
963
1024
|
],
|
|
964
1025
|
message: [
|
|
965
|
-
|
|
1026
|
+
0x9CB490E9,
|
|
966
1027
|
[
|
|
967
1028
|
["flags", "#"],
|
|
968
1029
|
["out", "flags.1?true"],
|
|
@@ -1010,6 +1071,8 @@ export const schema = Object.freeze({
|
|
|
1010
1071
|
["report_delivery_until_date", "flags2.5?int"],
|
|
1011
1072
|
["paid_message_stars", "flags2.6?long"],
|
|
1012
1073
|
["suggested_post", "flags2.7?SuggestedPost"],
|
|
1074
|
+
["schedule_repeat_period", "flags2.10?int"],
|
|
1075
|
+
["summary_from_language", "flags2.11?string"],
|
|
1013
1076
|
],
|
|
1014
1077
|
"Message",
|
|
1015
1078
|
],
|
|
@@ -1159,10 +1222,12 @@ export const schema = Object.freeze({
|
|
|
1159
1222
|
"MessageMedia",
|
|
1160
1223
|
],
|
|
1161
1224
|
messageMediaDice: [
|
|
1162
|
-
|
|
1225
|
+
0x08CBEC07,
|
|
1163
1226
|
[
|
|
1227
|
+
["flags", "#"],
|
|
1164
1228
|
["value", "int"],
|
|
1165
1229
|
["emoticon", "string"],
|
|
1230
|
+
["game_outcome", "flags.0?messages.EmojiGameOutcome"],
|
|
1166
1231
|
],
|
|
1167
1232
|
"MessageMedia",
|
|
1168
1233
|
],
|
|
@@ -1229,6 +1294,15 @@ export const schema = Object.freeze({
|
|
|
1229
1294
|
],
|
|
1230
1295
|
"MessageMedia",
|
|
1231
1296
|
],
|
|
1297
|
+
messageMediaVideoStream: [
|
|
1298
|
+
0xCA5CAB89,
|
|
1299
|
+
[
|
|
1300
|
+
["flags", "#"],
|
|
1301
|
+
["rtmp_stream", "flags.0?true"],
|
|
1302
|
+
["call", "InputGroupCall"],
|
|
1303
|
+
],
|
|
1304
|
+
"MessageMedia",
|
|
1305
|
+
],
|
|
1232
1306
|
messageActionEmpty: [
|
|
1233
1307
|
0xB6AEF7B0,
|
|
1234
1308
|
[],
|
|
@@ -1476,12 +1550,12 @@ export const schema = Object.freeze({
|
|
|
1476
1550
|
"MessageAction",
|
|
1477
1551
|
],
|
|
1478
1552
|
messageActionGiftPremium: [
|
|
1479
|
-
|
|
1553
|
+
0x48E91302,
|
|
1480
1554
|
[
|
|
1481
1555
|
["flags", "#"],
|
|
1482
1556
|
["currency", "string"],
|
|
1483
1557
|
["amount", "long"],
|
|
1484
|
-
["
|
|
1558
|
+
["days", "int"],
|
|
1485
1559
|
["crypto_currency", "flags.0?string"],
|
|
1486
1560
|
["crypto_amount", "flags.0?long"],
|
|
1487
1561
|
["message", "flags.1?TextWithEntities"],
|
|
@@ -1536,13 +1610,13 @@ export const schema = Object.freeze({
|
|
|
1536
1610
|
"MessageAction",
|
|
1537
1611
|
],
|
|
1538
1612
|
messageActionGiftCode: [
|
|
1539
|
-
|
|
1613
|
+
0x31C48347,
|
|
1540
1614
|
[
|
|
1541
1615
|
["flags", "#"],
|
|
1542
1616
|
["via_giveaway", "flags.0?true"],
|
|
1543
1617
|
["unclaimed", "flags.5?true"],
|
|
1544
1618
|
["boost_peer", "flags.1?Peer"],
|
|
1545
|
-
["
|
|
1619
|
+
["days", "int"],
|
|
1546
1620
|
["slug", "string"],
|
|
1547
1621
|
["currency", "flags.2?string"],
|
|
1548
1622
|
["amount", "flags.2?long"],
|
|
@@ -1623,7 +1697,7 @@ export const schema = Object.freeze({
|
|
|
1623
1697
|
"MessageAction",
|
|
1624
1698
|
],
|
|
1625
1699
|
messageActionStarGift: [
|
|
1626
|
-
|
|
1700
|
+
0xEA2C31D3,
|
|
1627
1701
|
[
|
|
1628
1702
|
["flags", "#"],
|
|
1629
1703
|
["name_hidden", "flags.0?true"],
|
|
@@ -1634,6 +1708,7 @@ export const schema = Object.freeze({
|
|
|
1634
1708
|
["can_upgrade", "flags.10?true"],
|
|
1635
1709
|
["prepaid_upgrade", "flags.13?true"],
|
|
1636
1710
|
["upgrade_separate", "flags.16?true"],
|
|
1711
|
+
["auction_acquired", "flags.17?true"],
|
|
1637
1712
|
["gift", "StarGift"],
|
|
1638
1713
|
["message", "flags.1?TextWithEntities"],
|
|
1639
1714
|
["convert_stars", "flags.4?long"],
|
|
@@ -1644,6 +1719,8 @@ export const schema = Object.freeze({
|
|
|
1644
1719
|
["saved_id", "flags.12?long"],
|
|
1645
1720
|
["prepaid_upgrade_hash", "flags.14?string"],
|
|
1646
1721
|
["gift_msg_id", "flags.15?int"],
|
|
1722
|
+
["to_id", "flags.18?Peer"],
|
|
1723
|
+
["gift_num", "flags.19?int"],
|
|
1647
1724
|
],
|
|
1648
1725
|
"MessageAction",
|
|
1649
1726
|
],
|
|
@@ -1657,6 +1734,7 @@ export const schema = Object.freeze({
|
|
|
1657
1734
|
["refunded", "flags.5?true"],
|
|
1658
1735
|
["prepaid_upgrade", "flags.11?true"],
|
|
1659
1736
|
["assigned", "flags.13?true"],
|
|
1737
|
+
["from_offer", "flags.14?true"],
|
|
1660
1738
|
["gift", "StarGift"],
|
|
1661
1739
|
["can_export_at", "flags.3?int"],
|
|
1662
1740
|
["transfer_stars", "flags.4?long"],
|
|
@@ -1761,6 +1839,28 @@ export const schema = Object.freeze({
|
|
|
1761
1839
|
],
|
|
1762
1840
|
"MessageAction",
|
|
1763
1841
|
],
|
|
1842
|
+
messageActionStarGiftPurchaseOffer: [
|
|
1843
|
+
0x774278D4,
|
|
1844
|
+
[
|
|
1845
|
+
["flags", "#"],
|
|
1846
|
+
["accepted", "flags.0?true"],
|
|
1847
|
+
["declined", "flags.1?true"],
|
|
1848
|
+
["gift", "StarGift"],
|
|
1849
|
+
["price", "StarsAmount"],
|
|
1850
|
+
["expires_at", "int"],
|
|
1851
|
+
],
|
|
1852
|
+
"MessageAction",
|
|
1853
|
+
],
|
|
1854
|
+
messageActionStarGiftPurchaseOfferDeclined: [
|
|
1855
|
+
0x73ADA76B,
|
|
1856
|
+
[
|
|
1857
|
+
["flags", "#"],
|
|
1858
|
+
["expired", "flags.0?true"],
|
|
1859
|
+
["gift", "StarGift"],
|
|
1860
|
+
["price", "StarsAmount"],
|
|
1861
|
+
],
|
|
1862
|
+
"MessageAction",
|
|
1863
|
+
],
|
|
1764
1864
|
dialog: [
|
|
1765
1865
|
0xD58A08C6,
|
|
1766
1866
|
[
|
|
@@ -3209,10 +3309,11 @@ export const schema = Object.freeze({
|
|
|
3209
3309
|
"Update",
|
|
3210
3310
|
],
|
|
3211
3311
|
updateGroupCall: [
|
|
3212
|
-
|
|
3312
|
+
0x9D2216E0,
|
|
3213
3313
|
[
|
|
3214
3314
|
["flags", "#"],
|
|
3215
|
-
["
|
|
3315
|
+
["live_story", "flags.2?true"],
|
|
3316
|
+
["peer", "flags.1?Peer"],
|
|
3216
3317
|
["call", "GroupCall"],
|
|
3217
3318
|
],
|
|
3218
3319
|
"Update",
|
|
@@ -3705,12 +3806,10 @@ export const schema = Object.freeze({
|
|
|
3705
3806
|
"Update",
|
|
3706
3807
|
],
|
|
3707
3808
|
updateGroupCallMessage: [
|
|
3708
|
-
|
|
3809
|
+
0xD8326F0D,
|
|
3709
3810
|
[
|
|
3710
3811
|
["call", "InputGroupCall"],
|
|
3711
|
-
["
|
|
3712
|
-
["random_id", "long"],
|
|
3713
|
-
["message", "TextWithEntities"],
|
|
3812
|
+
["message", "GroupCallMessage"],
|
|
3714
3813
|
],
|
|
3715
3814
|
"Update",
|
|
3716
3815
|
],
|
|
@@ -3742,6 +3841,37 @@ export const schema = Object.freeze({
|
|
|
3742
3841
|
],
|
|
3743
3842
|
"Update",
|
|
3744
3843
|
],
|
|
3844
|
+
updateDeleteGroupCallMessages: [
|
|
3845
|
+
0x3E85E92C,
|
|
3846
|
+
[
|
|
3847
|
+
["call", "InputGroupCall"],
|
|
3848
|
+
["messages", "Vector<int>"],
|
|
3849
|
+
],
|
|
3850
|
+
"Update",
|
|
3851
|
+
],
|
|
3852
|
+
updateStarGiftAuctionState: [
|
|
3853
|
+
0x48E246C2,
|
|
3854
|
+
[
|
|
3855
|
+
["gift_id", "long"],
|
|
3856
|
+
["state", "StarGiftAuctionState"],
|
|
3857
|
+
],
|
|
3858
|
+
"Update",
|
|
3859
|
+
],
|
|
3860
|
+
updateStarGiftAuctionUserState: [
|
|
3861
|
+
0xDC58F31E,
|
|
3862
|
+
[
|
|
3863
|
+
["gift_id", "long"],
|
|
3864
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
3865
|
+
],
|
|
3866
|
+
"Update",
|
|
3867
|
+
],
|
|
3868
|
+
updateEmojiGameInfo: [
|
|
3869
|
+
0xFB9C547A,
|
|
3870
|
+
[
|
|
3871
|
+
["info", "messages.EmojiGameInfo"],
|
|
3872
|
+
],
|
|
3873
|
+
"Update",
|
|
3874
|
+
],
|
|
3745
3875
|
"updates.state": [
|
|
3746
3876
|
0xA56C2A3E,
|
|
3747
3877
|
[
|
|
@@ -4470,6 +4600,11 @@ export const schema = Object.freeze({
|
|
|
4470
4600
|
[],
|
|
4471
4601
|
"InputPrivacyKey",
|
|
4472
4602
|
],
|
|
4603
|
+
inputPrivacyKeySavedMusic: [
|
|
4604
|
+
0x4DBE9226,
|
|
4605
|
+
[],
|
|
4606
|
+
"InputPrivacyKey",
|
|
4607
|
+
],
|
|
4473
4608
|
privacyKeyStatusTimestamp: [
|
|
4474
4609
|
0xBC2EAB30,
|
|
4475
4610
|
[],
|
|
@@ -4535,6 +4670,11 @@ export const schema = Object.freeze({
|
|
|
4535
4670
|
[],
|
|
4536
4671
|
"PrivacyKey",
|
|
4537
4672
|
],
|
|
4673
|
+
privacyKeySavedMusic: [
|
|
4674
|
+
0xFF7A571B,
|
|
4675
|
+
[],
|
|
4676
|
+
"PrivacyKey",
|
|
4677
|
+
],
|
|
4538
4678
|
inputPrivacyValueAllowContacts: [
|
|
4539
4679
|
0x0D09E07B,
|
|
4540
4680
|
[],
|
|
@@ -9191,6 +9331,14 @@ export const schema = Object.freeze({
|
|
|
9191
9331
|
],
|
|
9192
9332
|
"WebPageAttribute",
|
|
9193
9333
|
],
|
|
9334
|
+
webPageAttributeStarGiftAuction: [
|
|
9335
|
+
0x01C641C2,
|
|
9336
|
+
[
|
|
9337
|
+
["gift", "StarGift"],
|
|
9338
|
+
["end_date", "int"],
|
|
9339
|
+
],
|
|
9340
|
+
"WebPageAttribute",
|
|
9341
|
+
],
|
|
9194
9342
|
"messages.votesList": [
|
|
9195
9343
|
0x4899484E,
|
|
9196
9344
|
[
|
|
@@ -9598,7 +9746,7 @@ export const schema = Object.freeze({
|
|
|
9598
9746
|
"GroupCall",
|
|
9599
9747
|
],
|
|
9600
9748
|
groupCall: [
|
|
9601
|
-
|
|
9749
|
+
0xEFB2B617,
|
|
9602
9750
|
[
|
|
9603
9751
|
["flags", "#"],
|
|
9604
9752
|
["join_muted", "flags.1?true"],
|
|
@@ -9625,6 +9773,8 @@ export const schema = Object.freeze({
|
|
|
9625
9773
|
["unmuted_video_limit", "int"],
|
|
9626
9774
|
["version", "int"],
|
|
9627
9775
|
["invite_link", "flags.16?string"],
|
|
9776
|
+
["send_paid_messages_stars", "flags.20?long"],
|
|
9777
|
+
["default_send_as", "flags.21?Peer"],
|
|
9628
9778
|
],
|
|
9629
9779
|
"GroupCall",
|
|
9630
9780
|
],
|
|
@@ -9651,7 +9801,7 @@ export const schema = Object.freeze({
|
|
|
9651
9801
|
"InputGroupCall",
|
|
9652
9802
|
],
|
|
9653
9803
|
groupCallParticipant: [
|
|
9654
|
-
|
|
9804
|
+
0x2A3DC7AC,
|
|
9655
9805
|
[
|
|
9656
9806
|
["flags", "#"],
|
|
9657
9807
|
["muted", "flags.0?true"],
|
|
@@ -9673,6 +9823,7 @@ export const schema = Object.freeze({
|
|
|
9673
9823
|
["raise_hand_rating", "flags.13?long"],
|
|
9674
9824
|
["video", "flags.6?GroupCallParticipantVideo"],
|
|
9675
9825
|
["presentation", "flags.14?GroupCallParticipantVideo"],
|
|
9826
|
+
["paid_stars_total", "flags.16?long"],
|
|
9676
9827
|
],
|
|
9677
9828
|
"GroupCallParticipant",
|
|
9678
9829
|
],
|
|
@@ -10469,6 +10620,19 @@ export const schema = Object.freeze({
|
|
|
10469
10620
|
],
|
|
10470
10621
|
"InputInvoice",
|
|
10471
10622
|
],
|
|
10623
|
+
inputInvoiceStarGiftAuctionBid: [
|
|
10624
|
+
0x1ECAFA10,
|
|
10625
|
+
[
|
|
10626
|
+
["flags", "#"],
|
|
10627
|
+
["hide_name", "flags.0?true"],
|
|
10628
|
+
["update_bid", "flags.2?true"],
|
|
10629
|
+
["peer", "flags.3?InputPeer"],
|
|
10630
|
+
["gift_id", "long"],
|
|
10631
|
+
["bid_amount", "long"],
|
|
10632
|
+
["message", "flags.1?TextWithEntities"],
|
|
10633
|
+
],
|
|
10634
|
+
"InputInvoice",
|
|
10635
|
+
],
|
|
10472
10636
|
"payments.exportedInvoice": [
|
|
10473
10637
|
0xAED0CBD9,
|
|
10474
10638
|
[
|
|
@@ -11228,6 +11392,7 @@ export const schema = Object.freeze({
|
|
|
11228
11392
|
[
|
|
11229
11393
|
["flags", "#"],
|
|
11230
11394
|
["close_friends", "flags.8?true"],
|
|
11395
|
+
["live", "flags.9?true"],
|
|
11231
11396
|
["id", "int"],
|
|
11232
11397
|
["date", "int"],
|
|
11233
11398
|
["expire_date", "int"],
|
|
@@ -11542,7 +11707,7 @@ export const schema = Object.freeze({
|
|
|
11542
11707
|
"PremiumGiftCodeOption",
|
|
11543
11708
|
],
|
|
11544
11709
|
"payments.checkedGiftCode": [
|
|
11545
|
-
|
|
11710
|
+
0xEB983F8F,
|
|
11546
11711
|
[
|
|
11547
11712
|
["flags", "#"],
|
|
11548
11713
|
["via_giveaway", "flags.2?true"],
|
|
@@ -11550,7 +11715,7 @@ export const schema = Object.freeze({
|
|
|
11550
11715
|
["giveaway_msg_id", "flags.3?int"],
|
|
11551
11716
|
["to_id", "flags.0?long"],
|
|
11552
11717
|
["date", "int"],
|
|
11553
|
-
["
|
|
11718
|
+
["days", "int"],
|
|
11554
11719
|
["used_date", "flags.1?int"],
|
|
11555
11720
|
["chats", "Vector<Chat>"],
|
|
11556
11721
|
["users", "Vector<User>"],
|
|
@@ -12531,6 +12696,9 @@ export const schema = Object.freeze({
|
|
|
12531
12696
|
["posts_search", "flags.24?true"],
|
|
12532
12697
|
["stargift_prepaid_upgrade", "flags.25?true"],
|
|
12533
12698
|
["stargift_drop_original_details", "flags.26?true"],
|
|
12699
|
+
["phonegroup_message", "flags.27?true"],
|
|
12700
|
+
["stargift_auction_bid", "flags.28?true"],
|
|
12701
|
+
["offer", "flags.29?true"],
|
|
12534
12702
|
["id", "string"],
|
|
12535
12703
|
["amount", "StarsAmount"],
|
|
12536
12704
|
["date", "int"],
|
|
@@ -12751,7 +12919,7 @@ export const schema = Object.freeze({
|
|
|
12751
12919
|
"StarsGiveawayWinnersOption",
|
|
12752
12920
|
],
|
|
12753
12921
|
starGift: [
|
|
12754
|
-
|
|
12922
|
+
0x313A9547,
|
|
12755
12923
|
[
|
|
12756
12924
|
["flags", "#"],
|
|
12757
12925
|
["limited", "flags.0?true"],
|
|
@@ -12760,6 +12928,7 @@ export const schema = Object.freeze({
|
|
|
12760
12928
|
["require_premium", "flags.7?true"],
|
|
12761
12929
|
["limited_per_user", "flags.8?true"],
|
|
12762
12930
|
["peer_color_available", "flags.10?true"],
|
|
12931
|
+
["auction", "flags.11?true"],
|
|
12763
12932
|
["id", "long"],
|
|
12764
12933
|
["sticker", "Document"],
|
|
12765
12934
|
["stars", "long"],
|
|
@@ -12776,11 +12945,16 @@ export const schema = Object.freeze({
|
|
|
12776
12945
|
["per_user_total", "flags.8?int"],
|
|
12777
12946
|
["per_user_remains", "flags.8?int"],
|
|
12778
12947
|
["locked_until_date", "flags.9?int"],
|
|
12948
|
+
["auction_slug", "flags.11?string"],
|
|
12949
|
+
["gifts_per_round", "flags.11?int"],
|
|
12950
|
+
["auction_start_date", "flags.11?int"],
|
|
12951
|
+
["upgrade_variants", "flags.12?int"],
|
|
12952
|
+
["background", "flags.13?StarGiftBackground"],
|
|
12779
12953
|
],
|
|
12780
12954
|
"StarGift",
|
|
12781
12955
|
],
|
|
12782
12956
|
starGiftUnique: [
|
|
12783
|
-
|
|
12957
|
+
0x569D64C9,
|
|
12784
12958
|
[
|
|
12785
12959
|
["flags", "#"],
|
|
12786
12960
|
["require_premium", "flags.6?true"],
|
|
@@ -12802,9 +12976,11 @@ export const schema = Object.freeze({
|
|
|
12802
12976
|
["released_by", "flags.5?Peer"],
|
|
12803
12977
|
["value_amount", "flags.8?long"],
|
|
12804
12978
|
["value_currency", "flags.8?string"],
|
|
12979
|
+
["value_usd_amount", "flags.8?long"],
|
|
12805
12980
|
["theme_peer", "flags.10?Peer"],
|
|
12806
12981
|
["peer_color", "flags.11?PeerColor"],
|
|
12807
12982
|
["host_id", "flags.12?Peer"],
|
|
12983
|
+
["offer_min_stars", "flags.13?int"],
|
|
12808
12984
|
],
|
|
12809
12985
|
"StarGift",
|
|
12810
12986
|
],
|
|
@@ -13069,7 +13245,7 @@ export const schema = Object.freeze({
|
|
|
13069
13245
|
"messages.WebPagePreview",
|
|
13070
13246
|
],
|
|
13071
13247
|
savedStarGift: [
|
|
13072
|
-
|
|
13248
|
+
0xEAD6805E,
|
|
13073
13249
|
[
|
|
13074
13250
|
["flags", "#"],
|
|
13075
13251
|
["name_hidden", "flags.0?true"],
|
|
@@ -13093,6 +13269,7 @@ export const schema = Object.freeze({
|
|
|
13093
13269
|
["collection_id", "flags.15?Vector<int>"],
|
|
13094
13270
|
["prepaid_upgrade_hash", "flags.16?string"],
|
|
13095
13271
|
["drop_original_details_stars", "flags.18?long"],
|
|
13272
|
+
["gift_num", "flags.19?int"],
|
|
13096
13273
|
],
|
|
13097
13274
|
"SavedStarGift",
|
|
13098
13275
|
],
|
|
@@ -13208,6 +13385,7 @@ export const schema = Object.freeze({
|
|
|
13208
13385
|
["disallow_limited_stargifts", "flags.1?true"],
|
|
13209
13386
|
["disallow_unique_stargifts", "flags.2?true"],
|
|
13210
13387
|
["disallow_premium_gifts", "flags.3?true"],
|
|
13388
|
+
["disallow_stargifts_from_channels", "flags.4?true"],
|
|
13211
13389
|
],
|
|
13212
13390
|
"DisallowedGiftsSettings",
|
|
13213
13391
|
],
|
|
@@ -13317,10 +13495,10 @@ export const schema = Object.freeze({
|
|
|
13317
13495
|
"TodoList",
|
|
13318
13496
|
],
|
|
13319
13497
|
todoCompletion: [
|
|
13320
|
-
|
|
13498
|
+
0x221BB5E4,
|
|
13321
13499
|
[
|
|
13322
13500
|
["id", "int"],
|
|
13323
|
-
["completed_by", "
|
|
13501
|
+
["completed_by", "Peer"],
|
|
13324
13502
|
["date", "int"],
|
|
13325
13503
|
],
|
|
13326
13504
|
"TodoCompletion",
|
|
@@ -13534,6 +13712,337 @@ export const schema = Object.freeze({
|
|
|
13534
13712
|
],
|
|
13535
13713
|
"StarGiftUpgradePrice",
|
|
13536
13714
|
],
|
|
13715
|
+
groupCallMessage: [
|
|
13716
|
+
0x1A8AFC7E,
|
|
13717
|
+
[
|
|
13718
|
+
["flags", "#"],
|
|
13719
|
+
["from_admin", "flags.1?true"],
|
|
13720
|
+
["id", "int"],
|
|
13721
|
+
["from_id", "Peer"],
|
|
13722
|
+
["date", "int"],
|
|
13723
|
+
["message", "TextWithEntities"],
|
|
13724
|
+
["paid_message_stars", "flags.0?long"],
|
|
13725
|
+
],
|
|
13726
|
+
"GroupCallMessage",
|
|
13727
|
+
],
|
|
13728
|
+
groupCallDonor: [
|
|
13729
|
+
0xEE430C85,
|
|
13730
|
+
[
|
|
13731
|
+
["flags", "#"],
|
|
13732
|
+
["top", "flags.0?true"],
|
|
13733
|
+
["my", "flags.1?true"],
|
|
13734
|
+
["peer_id", "flags.3?Peer"],
|
|
13735
|
+
["stars", "long"],
|
|
13736
|
+
],
|
|
13737
|
+
"GroupCallDonor",
|
|
13738
|
+
],
|
|
13739
|
+
"phone.groupCallStars": [
|
|
13740
|
+
0x9D1DBD26,
|
|
13741
|
+
[
|
|
13742
|
+
["total_stars", "long"],
|
|
13743
|
+
["top_donors", "Vector<GroupCallDonor>"],
|
|
13744
|
+
["chats", "Vector<Chat>"],
|
|
13745
|
+
["users", "Vector<User>"],
|
|
13746
|
+
],
|
|
13747
|
+
"phone.GroupCallStars",
|
|
13748
|
+
],
|
|
13749
|
+
recentStory: [
|
|
13750
|
+
0x711D692D,
|
|
13751
|
+
[
|
|
13752
|
+
["flags", "#"],
|
|
13753
|
+
["live", "flags.0?true"],
|
|
13754
|
+
["max_id", "flags.1?int"],
|
|
13755
|
+
],
|
|
13756
|
+
"RecentStory",
|
|
13757
|
+
],
|
|
13758
|
+
auctionBidLevel: [
|
|
13759
|
+
0x310240CC,
|
|
13760
|
+
[
|
|
13761
|
+
["pos", "int"],
|
|
13762
|
+
["amount", "long"],
|
|
13763
|
+
["date", "int"],
|
|
13764
|
+
],
|
|
13765
|
+
"AuctionBidLevel",
|
|
13766
|
+
],
|
|
13767
|
+
starGiftAuctionStateNotModified: [
|
|
13768
|
+
0xFE333952,
|
|
13769
|
+
[],
|
|
13770
|
+
"StarGiftAuctionState",
|
|
13771
|
+
],
|
|
13772
|
+
starGiftAuctionState: [
|
|
13773
|
+
0x771A4E66,
|
|
13774
|
+
[
|
|
13775
|
+
["version", "int"],
|
|
13776
|
+
["start_date", "int"],
|
|
13777
|
+
["end_date", "int"],
|
|
13778
|
+
["min_bid_amount", "long"],
|
|
13779
|
+
["bid_levels", "Vector<AuctionBidLevel>"],
|
|
13780
|
+
["top_bidders", "Vector<long>"],
|
|
13781
|
+
["next_round_at", "int"],
|
|
13782
|
+
["last_gift_num", "int"],
|
|
13783
|
+
["gifts_left", "int"],
|
|
13784
|
+
["current_round", "int"],
|
|
13785
|
+
["total_rounds", "int"],
|
|
13786
|
+
["rounds", "Vector<StarGiftAuctionRound>"],
|
|
13787
|
+
],
|
|
13788
|
+
"StarGiftAuctionState",
|
|
13789
|
+
],
|
|
13790
|
+
starGiftAuctionStateFinished: [
|
|
13791
|
+
0x972DABBF,
|
|
13792
|
+
[
|
|
13793
|
+
["flags", "#"],
|
|
13794
|
+
["start_date", "int"],
|
|
13795
|
+
["end_date", "int"],
|
|
13796
|
+
["average_price", "long"],
|
|
13797
|
+
["listed_count", "flags.0?int"],
|
|
13798
|
+
["fragment_listed_count", "flags.1?int"],
|
|
13799
|
+
["fragment_listed_url", "flags.1?string"],
|
|
13800
|
+
],
|
|
13801
|
+
"StarGiftAuctionState",
|
|
13802
|
+
],
|
|
13803
|
+
starGiftAuctionUserState: [
|
|
13804
|
+
0x2EEED1C4,
|
|
13805
|
+
[
|
|
13806
|
+
["flags", "#"],
|
|
13807
|
+
["returned", "flags.1?true"],
|
|
13808
|
+
["bid_amount", "flags.0?long"],
|
|
13809
|
+
["bid_date", "flags.0?int"],
|
|
13810
|
+
["min_bid_amount", "flags.0?long"],
|
|
13811
|
+
["bid_peer", "flags.0?Peer"],
|
|
13812
|
+
["acquired_count", "int"],
|
|
13813
|
+
],
|
|
13814
|
+
"StarGiftAuctionUserState",
|
|
13815
|
+
],
|
|
13816
|
+
"payments.starGiftAuctionState": [
|
|
13817
|
+
0x6B39F4EC,
|
|
13818
|
+
[
|
|
13819
|
+
["gift", "StarGift"],
|
|
13820
|
+
["state", "StarGiftAuctionState"],
|
|
13821
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
13822
|
+
["timeout", "int"],
|
|
13823
|
+
["users", "Vector<User>"],
|
|
13824
|
+
["chats", "Vector<Chat>"],
|
|
13825
|
+
],
|
|
13826
|
+
"payments.StarGiftAuctionState",
|
|
13827
|
+
],
|
|
13828
|
+
starGiftAuctionAcquiredGift: [
|
|
13829
|
+
0x42B00348,
|
|
13830
|
+
[
|
|
13831
|
+
["flags", "#"],
|
|
13832
|
+
["name_hidden", "flags.0?true"],
|
|
13833
|
+
["peer", "Peer"],
|
|
13834
|
+
["date", "int"],
|
|
13835
|
+
["bid_amount", "long"],
|
|
13836
|
+
["round", "int"],
|
|
13837
|
+
["pos", "int"],
|
|
13838
|
+
["message", "flags.1?TextWithEntities"],
|
|
13839
|
+
["gift_num", "flags.2?int"],
|
|
13840
|
+
],
|
|
13841
|
+
"StarGiftAuctionAcquiredGift",
|
|
13842
|
+
],
|
|
13843
|
+
"payments.starGiftAuctionAcquiredGifts": [
|
|
13844
|
+
0x7D5BD1F0,
|
|
13845
|
+
[
|
|
13846
|
+
["gifts", "Vector<StarGiftAuctionAcquiredGift>"],
|
|
13847
|
+
["users", "Vector<User>"],
|
|
13848
|
+
["chats", "Vector<Chat>"],
|
|
13849
|
+
],
|
|
13850
|
+
"payments.StarGiftAuctionAcquiredGifts",
|
|
13851
|
+
],
|
|
13852
|
+
starGiftActiveAuctionState: [
|
|
13853
|
+
0xD31BC45D,
|
|
13854
|
+
[
|
|
13855
|
+
["gift", "StarGift"],
|
|
13856
|
+
["state", "StarGiftAuctionState"],
|
|
13857
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
13858
|
+
],
|
|
13859
|
+
"StarGiftActiveAuctionState",
|
|
13860
|
+
],
|
|
13861
|
+
"payments.starGiftActiveAuctionsNotModified": [
|
|
13862
|
+
0xDB33DAD0,
|
|
13863
|
+
[],
|
|
13864
|
+
"payments.StarGiftActiveAuctions",
|
|
13865
|
+
],
|
|
13866
|
+
"payments.starGiftActiveAuctions": [
|
|
13867
|
+
0xAEF6ABBC,
|
|
13868
|
+
[
|
|
13869
|
+
["auctions", "Vector<StarGiftActiveAuctionState>"],
|
|
13870
|
+
["users", "Vector<User>"],
|
|
13871
|
+
["chats", "Vector<Chat>"],
|
|
13872
|
+
],
|
|
13873
|
+
"payments.StarGiftActiveAuctions",
|
|
13874
|
+
],
|
|
13875
|
+
inputStarGiftAuction: [
|
|
13876
|
+
0x02E16C98,
|
|
13877
|
+
[
|
|
13878
|
+
["gift_id", "long"],
|
|
13879
|
+
],
|
|
13880
|
+
"InputStarGiftAuction",
|
|
13881
|
+
],
|
|
13882
|
+
inputStarGiftAuctionSlug: [
|
|
13883
|
+
0x7AB58308,
|
|
13884
|
+
[
|
|
13885
|
+
["slug", "string"],
|
|
13886
|
+
],
|
|
13887
|
+
"InputStarGiftAuction",
|
|
13888
|
+
],
|
|
13889
|
+
passkey: [
|
|
13890
|
+
0x98613EBF,
|
|
13891
|
+
[
|
|
13892
|
+
["flags", "#"],
|
|
13893
|
+
["id", "string"],
|
|
13894
|
+
["name", "string"],
|
|
13895
|
+
["date", "int"],
|
|
13896
|
+
["software_emoji_id", "flags.0?long"],
|
|
13897
|
+
["last_usage_date", "flags.1?int"],
|
|
13898
|
+
],
|
|
13899
|
+
"Passkey",
|
|
13900
|
+
],
|
|
13901
|
+
"account.passkeys": [
|
|
13902
|
+
0xF8E0AA1C,
|
|
13903
|
+
[
|
|
13904
|
+
["passkeys", "Vector<Passkey>"],
|
|
13905
|
+
],
|
|
13906
|
+
"account.Passkeys",
|
|
13907
|
+
],
|
|
13908
|
+
"account.passkeyRegistrationOptions": [
|
|
13909
|
+
0xE16B5CE1,
|
|
13910
|
+
[
|
|
13911
|
+
["options", "DataJSON"],
|
|
13912
|
+
],
|
|
13913
|
+
"account.PasskeyRegistrationOptions",
|
|
13914
|
+
],
|
|
13915
|
+
"auth.passkeyLoginOptions": [
|
|
13916
|
+
0xE2037789,
|
|
13917
|
+
[
|
|
13918
|
+
["options", "DataJSON"],
|
|
13919
|
+
],
|
|
13920
|
+
"auth.PasskeyLoginOptions",
|
|
13921
|
+
],
|
|
13922
|
+
inputPasskeyResponseRegister: [
|
|
13923
|
+
0x3E63935C,
|
|
13924
|
+
[
|
|
13925
|
+
["client_data", "DataJSON"],
|
|
13926
|
+
["attestation_data", "bytes"],
|
|
13927
|
+
],
|
|
13928
|
+
"InputPasskeyResponse",
|
|
13929
|
+
],
|
|
13930
|
+
inputPasskeyResponseLogin: [
|
|
13931
|
+
0xC31FC14A,
|
|
13932
|
+
[
|
|
13933
|
+
["client_data", "DataJSON"],
|
|
13934
|
+
["authenticator_data", "bytes"],
|
|
13935
|
+
["signature", "bytes"],
|
|
13936
|
+
["user_handle", "string"],
|
|
13937
|
+
],
|
|
13938
|
+
"InputPasskeyResponse",
|
|
13939
|
+
],
|
|
13940
|
+
inputPasskeyCredentialPublicKey: [
|
|
13941
|
+
0x3C27B78F,
|
|
13942
|
+
[
|
|
13943
|
+
["id", "string"],
|
|
13944
|
+
["raw_id", "string"],
|
|
13945
|
+
["response", "InputPasskeyResponse"],
|
|
13946
|
+
],
|
|
13947
|
+
"InputPasskeyCredential",
|
|
13948
|
+
],
|
|
13949
|
+
inputPasskeyCredentialFirebasePNV: [
|
|
13950
|
+
0x5B1CCB28,
|
|
13951
|
+
[
|
|
13952
|
+
["pnv_token", "string"],
|
|
13953
|
+
],
|
|
13954
|
+
"InputPasskeyCredential",
|
|
13955
|
+
],
|
|
13956
|
+
starGiftBackground: [
|
|
13957
|
+
0xAFF56398,
|
|
13958
|
+
[
|
|
13959
|
+
["center_color", "int"],
|
|
13960
|
+
["edge_color", "int"],
|
|
13961
|
+
["text_color", "int"],
|
|
13962
|
+
],
|
|
13963
|
+
"StarGiftBackground",
|
|
13964
|
+
],
|
|
13965
|
+
starGiftAuctionRound: [
|
|
13966
|
+
0x3AAE0528,
|
|
13967
|
+
[
|
|
13968
|
+
["num", "int"],
|
|
13969
|
+
["duration", "int"],
|
|
13970
|
+
],
|
|
13971
|
+
"StarGiftAuctionRound",
|
|
13972
|
+
],
|
|
13973
|
+
starGiftAuctionRoundExtendable: [
|
|
13974
|
+
0x0AA021E5,
|
|
13975
|
+
[
|
|
13976
|
+
["num", "int"],
|
|
13977
|
+
["duration", "int"],
|
|
13978
|
+
["extend_top", "int"],
|
|
13979
|
+
["extend_window", "int"],
|
|
13980
|
+
],
|
|
13981
|
+
"StarGiftAuctionRound",
|
|
13982
|
+
],
|
|
13983
|
+
"payments.starGiftUpgradeAttributes": [
|
|
13984
|
+
0x46C6E36F,
|
|
13985
|
+
[
|
|
13986
|
+
["attributes", "Vector<StarGiftAttribute>"],
|
|
13987
|
+
],
|
|
13988
|
+
"payments.StarGiftUpgradeAttributes",
|
|
13989
|
+
],
|
|
13990
|
+
"messages.emojiGameOutcome": [
|
|
13991
|
+
0xDA2AD647,
|
|
13992
|
+
[
|
|
13993
|
+
["seed", "bytes"],
|
|
13994
|
+
["stake_ton_amount", "long"],
|
|
13995
|
+
["ton_amount", "long"],
|
|
13996
|
+
],
|
|
13997
|
+
"messages.EmojiGameOutcome",
|
|
13998
|
+
],
|
|
13999
|
+
"messages.emojiGameUnavailable": [
|
|
14000
|
+
0x59E65335,
|
|
14001
|
+
[],
|
|
14002
|
+
"messages.EmojiGameInfo",
|
|
14003
|
+
],
|
|
14004
|
+
"messages.emojiGameDiceInfo": [
|
|
14005
|
+
0x44E56023,
|
|
14006
|
+
[
|
|
14007
|
+
["flags", "#"],
|
|
14008
|
+
["game_hash", "string"],
|
|
14009
|
+
["prev_stake", "long"],
|
|
14010
|
+
["current_streak", "int"],
|
|
14011
|
+
["params", "Vector<int>"],
|
|
14012
|
+
["plays_left", "flags.0?int"],
|
|
14013
|
+
],
|
|
14014
|
+
"messages.EmojiGameInfo",
|
|
14015
|
+
],
|
|
14016
|
+
invokeWithBusinessConnectionPrefix: [
|
|
14017
|
+
0xDD289F8E,
|
|
14018
|
+
[
|
|
14019
|
+
["connection_id", "string"],
|
|
14020
|
+
],
|
|
14021
|
+
"Error",
|
|
14022
|
+
],
|
|
14023
|
+
invokeWithGooglePlayIntegrityPrefix: [
|
|
14024
|
+
0x1DF92984,
|
|
14025
|
+
[
|
|
14026
|
+
["nonce", "string"],
|
|
14027
|
+
["token", "string"],
|
|
14028
|
+
],
|
|
14029
|
+
"Error",
|
|
14030
|
+
],
|
|
14031
|
+
invokeWithApnsSecretPrefix: [
|
|
14032
|
+
0x0DAE54F8,
|
|
14033
|
+
[
|
|
14034
|
+
["nonce", "string"],
|
|
14035
|
+
["secret", "string"],
|
|
14036
|
+
],
|
|
14037
|
+
"Error",
|
|
14038
|
+
],
|
|
14039
|
+
invokeWithReCaptchaPrefix: [
|
|
14040
|
+
0xADBB0F94,
|
|
14041
|
+
[
|
|
14042
|
+
["token", "string"],
|
|
14043
|
+
],
|
|
14044
|
+
"Error",
|
|
14045
|
+
],
|
|
13537
14046
|
invokeAfterMsg: [
|
|
13538
14047
|
0xCB9F372D,
|
|
13539
14048
|
[
|
|
@@ -13833,6 +14342,24 @@ export const schema = Object.freeze({
|
|
|
13833
14342
|
],
|
|
13834
14343
|
"auth.SentCode",
|
|
13835
14344
|
],
|
|
14345
|
+
"auth.initPasskeyLogin": [
|
|
14346
|
+
0x518AD0B7,
|
|
14347
|
+
[
|
|
14348
|
+
["api_id", "int"],
|
|
14349
|
+
["api_hash", "string"],
|
|
14350
|
+
],
|
|
14351
|
+
"auth.PasskeyLoginOptions",
|
|
14352
|
+
],
|
|
14353
|
+
"auth.finishPasskeyLogin": [
|
|
14354
|
+
0x9857AD07,
|
|
14355
|
+
[
|
|
14356
|
+
["flags", "#"],
|
|
14357
|
+
["credential", "InputPasskeyCredential"],
|
|
14358
|
+
["from_dc_id", "flags.0?int"],
|
|
14359
|
+
["from_auth_key_id", "flags.0?long"],
|
|
14360
|
+
],
|
|
14361
|
+
"auth.Authorization",
|
|
14362
|
+
],
|
|
13836
14363
|
"account.registerDevice": [
|
|
13837
14364
|
0xEC86017A,
|
|
13838
14365
|
[
|
|
@@ -14743,6 +15270,30 @@ export const schema = Object.freeze({
|
|
|
14743
15270
|
],
|
|
14744
15271
|
"account.ChatThemes",
|
|
14745
15272
|
],
|
|
15273
|
+
"account.initPasskeyRegistration": [
|
|
15274
|
+
0x429547E8,
|
|
15275
|
+
[],
|
|
15276
|
+
"account.PasskeyRegistrationOptions",
|
|
15277
|
+
],
|
|
15278
|
+
"account.registerPasskey": [
|
|
15279
|
+
0x55B41FD6,
|
|
15280
|
+
[
|
|
15281
|
+
["credential", "InputPasskeyCredential"],
|
|
15282
|
+
],
|
|
15283
|
+
"Passkey",
|
|
15284
|
+
],
|
|
15285
|
+
"account.getPasskeys": [
|
|
15286
|
+
0xEA1F0C52,
|
|
15287
|
+
[],
|
|
15288
|
+
"account.Passkeys",
|
|
15289
|
+
],
|
|
15290
|
+
"account.deletePasskey": [
|
|
15291
|
+
0xF5B5563F,
|
|
15292
|
+
[
|
|
15293
|
+
["id", "string"],
|
|
15294
|
+
],
|
|
15295
|
+
"Bool",
|
|
15296
|
+
],
|
|
14746
15297
|
"users.getUsers": [
|
|
14747
15298
|
0x0D91A548,
|
|
14748
15299
|
[
|
|
@@ -15129,7 +15680,7 @@ export const schema = Object.freeze({
|
|
|
15129
15680
|
"Bool",
|
|
15130
15681
|
],
|
|
15131
15682
|
"messages.sendMessage": [
|
|
15132
|
-
|
|
15683
|
+
0x545CD15A,
|
|
15133
15684
|
[
|
|
15134
15685
|
["flags", "#"],
|
|
15135
15686
|
["no_webpage", "flags.1?true"],
|
|
@@ -15147,6 +15698,7 @@ export const schema = Object.freeze({
|
|
|
15147
15698
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15148
15699
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15149
15700
|
["schedule_date", "flags.10?int"],
|
|
15701
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15150
15702
|
["send_as", "flags.13?InputPeer"],
|
|
15151
15703
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15152
15704
|
["effect", "flags.18?long"],
|
|
@@ -15156,7 +15708,7 @@ export const schema = Object.freeze({
|
|
|
15156
15708
|
"Updates",
|
|
15157
15709
|
],
|
|
15158
15710
|
"messages.sendMedia": [
|
|
15159
|
-
|
|
15711
|
+
0x0330E77F,
|
|
15160
15712
|
[
|
|
15161
15713
|
["flags", "#"],
|
|
15162
15714
|
["silent", "flags.5?true"],
|
|
@@ -15174,6 +15726,7 @@ export const schema = Object.freeze({
|
|
|
15174
15726
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15175
15727
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15176
15728
|
["schedule_date", "flags.10?int"],
|
|
15729
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15177
15730
|
["send_as", "flags.13?InputPeer"],
|
|
15178
15731
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15179
15732
|
["effect", "flags.18?long"],
|
|
@@ -15183,7 +15736,7 @@ export const schema = Object.freeze({
|
|
|
15183
15736
|
"Updates",
|
|
15184
15737
|
],
|
|
15185
15738
|
"messages.forwardMessages": [
|
|
15186
|
-
|
|
15739
|
+
0x13704A7C,
|
|
15187
15740
|
[
|
|
15188
15741
|
["flags", "#"],
|
|
15189
15742
|
["silent", "flags.5?true"],
|
|
@@ -15200,8 +15753,10 @@ export const schema = Object.freeze({
|
|
|
15200
15753
|
["top_msg_id", "flags.9?int"],
|
|
15201
15754
|
["reply_to", "flags.22?InputReplyTo"],
|
|
15202
15755
|
["schedule_date", "flags.10?int"],
|
|
15756
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15203
15757
|
["send_as", "flags.13?InputPeer"],
|
|
15204
15758
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15759
|
+
["effect", "flags.18?long"],
|
|
15205
15760
|
["video_timestamp", "flags.20?int"],
|
|
15206
15761
|
["allow_paid_stars", "flags.21?long"],
|
|
15207
15762
|
["suggested_post", "flags.23?SuggestedPost"],
|
|
@@ -15614,7 +16169,7 @@ export const schema = Object.freeze({
|
|
|
15614
16169
|
"messages.MessageEditData",
|
|
15615
16170
|
],
|
|
15616
16171
|
"messages.editMessage": [
|
|
15617
|
-
|
|
16172
|
+
0x51E842E1,
|
|
15618
16173
|
[
|
|
15619
16174
|
["flags", "#"],
|
|
15620
16175
|
["no_webpage", "flags.1?true"],
|
|
@@ -15626,6 +16181,7 @@ export const schema = Object.freeze({
|
|
|
15626
16181
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15627
16182
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15628
16183
|
["schedule_date", "flags.15?int"],
|
|
16184
|
+
["schedule_repeat_period", "flags.18?int"],
|
|
15629
16185
|
["quick_reply_shortcut_id", "flags.17?int"],
|
|
15630
16186
|
],
|
|
15631
16187
|
"Updates",
|
|
@@ -17299,6 +17855,21 @@ export const schema = Object.freeze({
|
|
|
17299
17855
|
],
|
|
17300
17856
|
"messages.AffectedHistory",
|
|
17301
17857
|
],
|
|
17858
|
+
"messages.getEmojiGameInfo": [
|
|
17859
|
+
0xFB7E8CA7,
|
|
17860
|
+
[],
|
|
17861
|
+
"messages.EmojiGameInfo",
|
|
17862
|
+
],
|
|
17863
|
+
"messages.summarizeText": [
|
|
17864
|
+
0x9D4104E2,
|
|
17865
|
+
[
|
|
17866
|
+
["flags", "#"],
|
|
17867
|
+
["peer", "InputPeer"],
|
|
17868
|
+
["id", "int"],
|
|
17869
|
+
["to_lang", "flags.0?string"],
|
|
17870
|
+
],
|
|
17871
|
+
"TextWithEntities",
|
|
17872
|
+
],
|
|
17302
17873
|
"updates.getState": [
|
|
17303
17874
|
0xEDD4882A,
|
|
17304
17875
|
[],
|
|
@@ -17922,6 +18493,7 @@ export const schema = Object.freeze({
|
|
|
17922
18493
|
[
|
|
17923
18494
|
["flags", "#"],
|
|
17924
18495
|
["for_paid_reactions", "flags.0?true"],
|
|
18496
|
+
["for_live_stories", "flags.1?true"],
|
|
17925
18497
|
["peer", "InputPeer"],
|
|
17926
18498
|
],
|
|
17927
18499
|
"channels.SendAsPeers",
|
|
@@ -18872,6 +19444,57 @@ export const schema = Object.freeze({
|
|
|
18872
19444
|
],
|
|
18873
19445
|
"payments.CheckCanSendGiftResult",
|
|
18874
19446
|
],
|
|
19447
|
+
"payments.getStarGiftAuctionState": [
|
|
19448
|
+
0x5C9FF4D6,
|
|
19449
|
+
[
|
|
19450
|
+
["auction", "InputStarGiftAuction"],
|
|
19451
|
+
["version", "int"],
|
|
19452
|
+
],
|
|
19453
|
+
"payments.StarGiftAuctionState",
|
|
19454
|
+
],
|
|
19455
|
+
"payments.getStarGiftAuctionAcquiredGifts": [
|
|
19456
|
+
0x6BA2CBEC,
|
|
19457
|
+
[
|
|
19458
|
+
["gift_id", "long"],
|
|
19459
|
+
],
|
|
19460
|
+
"payments.StarGiftAuctionAcquiredGifts",
|
|
19461
|
+
],
|
|
19462
|
+
"payments.getStarGiftActiveAuctions": [
|
|
19463
|
+
0xA5D0514D,
|
|
19464
|
+
[
|
|
19465
|
+
["hash", "long"],
|
|
19466
|
+
],
|
|
19467
|
+
"payments.StarGiftActiveAuctions",
|
|
19468
|
+
],
|
|
19469
|
+
"payments.resolveStarGiftOffer": [
|
|
19470
|
+
0xE9CE781C,
|
|
19471
|
+
[
|
|
19472
|
+
["flags", "#"],
|
|
19473
|
+
["decline", "flags.0?true"],
|
|
19474
|
+
["offer_msg_id", "int"],
|
|
19475
|
+
],
|
|
19476
|
+
"Updates",
|
|
19477
|
+
],
|
|
19478
|
+
"payments.sendStarGiftOffer": [
|
|
19479
|
+
0x8FB86B41,
|
|
19480
|
+
[
|
|
19481
|
+
["flags", "#"],
|
|
19482
|
+
["peer", "InputPeer"],
|
|
19483
|
+
["slug", "string"],
|
|
19484
|
+
["price", "StarsAmount"],
|
|
19485
|
+
["duration", "int"],
|
|
19486
|
+
["random_id", "long"],
|
|
19487
|
+
["allow_paid_stars", "flags.0?long"],
|
|
19488
|
+
],
|
|
19489
|
+
"Updates",
|
|
19490
|
+
],
|
|
19491
|
+
"payments.getStarGiftUpgradeAttributes": [
|
|
19492
|
+
0x6D038B58,
|
|
19493
|
+
[
|
|
19494
|
+
["gift_id", "long"],
|
|
19495
|
+
],
|
|
19496
|
+
"payments.StarGiftUpgradeAttributes",
|
|
19497
|
+
],
|
|
18875
19498
|
"stickers.createStickerSet": [
|
|
18876
19499
|
0x9021AB67,
|
|
18877
19500
|
[
|
|
@@ -19102,13 +19725,14 @@ export const schema = Object.freeze({
|
|
|
19102
19725
|
"Updates",
|
|
19103
19726
|
],
|
|
19104
19727
|
"phone.toggleGroupCallSettings": [
|
|
19105
|
-
|
|
19728
|
+
0x974392F2,
|
|
19106
19729
|
[
|
|
19107
19730
|
["flags", "#"],
|
|
19108
19731
|
["reset_invite_hash", "flags.1?true"],
|
|
19109
19732
|
["call", "InputGroupCall"],
|
|
19110
19733
|
["join_muted", "flags.0?Bool"],
|
|
19111
19734
|
["messages_enabled", "flags.2?Bool"],
|
|
19735
|
+
["send_paid_messages_stars", "flags.3?long"],
|
|
19112
19736
|
],
|
|
19113
19737
|
"Updates",
|
|
19114
19738
|
],
|
|
@@ -19236,8 +19860,10 @@ export const schema = Object.freeze({
|
|
|
19236
19860
|
"phone.GroupCallStreamChannels",
|
|
19237
19861
|
],
|
|
19238
19862
|
"phone.getGroupCallStreamRtmpUrl": [
|
|
19239
|
-
|
|
19863
|
+
0x5AF4C73A,
|
|
19240
19864
|
[
|
|
19865
|
+
["flags", "#"],
|
|
19866
|
+
["live_story", "flags.0?true"],
|
|
19241
19867
|
["peer", "InputPeer"],
|
|
19242
19868
|
["revoke", "Bool"],
|
|
19243
19869
|
],
|
|
@@ -19313,13 +19939,16 @@ export const schema = Object.freeze({
|
|
|
19313
19939
|
"Updates",
|
|
19314
19940
|
],
|
|
19315
19941
|
"phone.sendGroupCallMessage": [
|
|
19316
|
-
|
|
19942
|
+
0xB1D11410,
|
|
19317
19943
|
[
|
|
19944
|
+
["flags", "#"],
|
|
19318
19945
|
["call", "InputGroupCall"],
|
|
19319
19946
|
["random_id", "long"],
|
|
19320
19947
|
["message", "TextWithEntities"],
|
|
19948
|
+
["allow_paid_stars", "flags.0?long"],
|
|
19949
|
+
["send_as", "flags.1?InputPeer"],
|
|
19321
19950
|
],
|
|
19322
|
-
"
|
|
19951
|
+
"Updates",
|
|
19323
19952
|
],
|
|
19324
19953
|
"phone.sendGroupCallEncryptedMessage": [
|
|
19325
19954
|
0xE5AFA56D,
|
|
@@ -19329,6 +19958,41 @@ export const schema = Object.freeze({
|
|
|
19329
19958
|
],
|
|
19330
19959
|
"Bool",
|
|
19331
19960
|
],
|
|
19961
|
+
"phone.deleteGroupCallMessages": [
|
|
19962
|
+
0xF64F54F7,
|
|
19963
|
+
[
|
|
19964
|
+
["flags", "#"],
|
|
19965
|
+
["report_spam", "flags.0?true"],
|
|
19966
|
+
["call", "InputGroupCall"],
|
|
19967
|
+
["messages", "Vector<int>"],
|
|
19968
|
+
],
|
|
19969
|
+
"Updates",
|
|
19970
|
+
],
|
|
19971
|
+
"phone.deleteGroupCallParticipantMessages": [
|
|
19972
|
+
0x1DBFECA0,
|
|
19973
|
+
[
|
|
19974
|
+
["flags", "#"],
|
|
19975
|
+
["report_spam", "flags.0?true"],
|
|
19976
|
+
["call", "InputGroupCall"],
|
|
19977
|
+
["participant", "InputPeer"],
|
|
19978
|
+
],
|
|
19979
|
+
"Updates",
|
|
19980
|
+
],
|
|
19981
|
+
"phone.getGroupCallStars": [
|
|
19982
|
+
0x6F636302,
|
|
19983
|
+
[
|
|
19984
|
+
["call", "InputGroupCall"],
|
|
19985
|
+
],
|
|
19986
|
+
"phone.GroupCallStars",
|
|
19987
|
+
],
|
|
19988
|
+
"phone.saveDefaultSendAs": [
|
|
19989
|
+
0x4167ADD1,
|
|
19990
|
+
[
|
|
19991
|
+
["call", "InputGroupCall"],
|
|
19992
|
+
["send_as", "InputPeer"],
|
|
19993
|
+
],
|
|
19994
|
+
"Bool",
|
|
19995
|
+
],
|
|
19332
19996
|
"langpack.getLangPack": [
|
|
19333
19997
|
0xF2F2330A,
|
|
19334
19998
|
[
|
|
@@ -19723,11 +20387,11 @@ export const schema = Object.freeze({
|
|
|
19723
20387
|
"Updates",
|
|
19724
20388
|
],
|
|
19725
20389
|
"stories.getPeerMaxIDs": [
|
|
19726
|
-
|
|
20390
|
+
0x78499170,
|
|
19727
20391
|
[
|
|
19728
20392
|
["id", "Vector<InputPeer>"],
|
|
19729
20393
|
],
|
|
19730
|
-
"Vector<
|
|
20394
|
+
"Vector<RecentStory>",
|
|
19731
20395
|
],
|
|
19732
20396
|
"stories.getChatsToSend": [
|
|
19733
20397
|
0xA56A8B60,
|
|
@@ -19831,6 +20495,23 @@ export const schema = Object.freeze({
|
|
|
19831
20495
|
],
|
|
19832
20496
|
"stories.Stories",
|
|
19833
20497
|
],
|
|
20498
|
+
"stories.startLive": [
|
|
20499
|
+
0xD069CCDE,
|
|
20500
|
+
[
|
|
20501
|
+
["flags", "#"],
|
|
20502
|
+
["pinned", "flags.2?true"],
|
|
20503
|
+
["noforwards", "flags.4?true"],
|
|
20504
|
+
["rtmp_stream", "flags.5?true"],
|
|
20505
|
+
["peer", "InputPeer"],
|
|
20506
|
+
["caption", "flags.0?string"],
|
|
20507
|
+
["entities", "flags.1?Vector<MessageEntity>"],
|
|
20508
|
+
["privacy_rules", "Vector<InputPrivacyRule>"],
|
|
20509
|
+
["random_id", "long"],
|
|
20510
|
+
["messages_enabled", "flags.6?Bool"],
|
|
20511
|
+
["send_paid_messages_stars", "flags.7?long"],
|
|
20512
|
+
],
|
|
20513
|
+
"Updates",
|
|
20514
|
+
],
|
|
19834
20515
|
"premium.getBoostsList": [
|
|
19835
20516
|
0x60F67660,
|
|
19836
20517
|
[
|
|
@@ -19926,7 +20607,12 @@ export const schema = Object.freeze({
|
|
|
19926
20607
|
identifierToName: {
|
|
19927
20608
|
[0x3FEDD339]: "true",
|
|
19928
20609
|
[0xC4B9F9BB]: "error",
|
|
19929
|
-
[
|
|
20610
|
+
[0xD433AD73]: "ipPort",
|
|
20611
|
+
[0x37982646]: "ipPortSecret",
|
|
20612
|
+
[0x4679B65F]: "accessPointRule",
|
|
20613
|
+
[0x5A592A6C]: "help.configSimple",
|
|
20614
|
+
[0x27D69997]: "inputPeerPhotoFileLocationLegacy",
|
|
20615
|
+
[0x0DBAEAE9]: "inputStickerSetThumbLegacy",
|
|
19930
20616
|
[0x7F3B18EA]: "inputPeerEmpty",
|
|
19931
20617
|
[0x7DA07EC9]: "inputPeerSelf",
|
|
19932
20618
|
[0x35A95CB9]: "inputPeerChat",
|
|
@@ -19938,7 +20624,7 @@ export const schema = Object.freeze({
|
|
|
19938
20624
|
[0xF7C1B13F]: "inputUserSelf",
|
|
19939
20625
|
[0xF21158C6]: "inputUser",
|
|
19940
20626
|
[0x1DA448E2]: "inputUserFromMessage",
|
|
19941
|
-
[
|
|
20627
|
+
[0x6A1DC4BE]: "inputPhoneContact",
|
|
19942
20628
|
[0xF52FF27F]: "inputFile",
|
|
19943
20629
|
[0xFA4F0BB5]: "inputFileBig",
|
|
19944
20630
|
[0x62DC8B48]: "inputFileStoryDocument",
|
|
@@ -19961,6 +20647,7 @@ export const schema = Object.freeze({
|
|
|
19961
20647
|
[0xC21B8849]: "inputMediaWebPage",
|
|
19962
20648
|
[0xC4103386]: "inputMediaPaidMedia",
|
|
19963
20649
|
[0x9FC55FDE]: "inputMediaTodo",
|
|
20650
|
+
[0xF3A9244A]: "inputMediaStakeDice",
|
|
19964
20651
|
[0x1CA48F57]: "inputChatPhotoEmpty",
|
|
19965
20652
|
[0xBDCDAEC0]: "inputChatUploadedPhoto",
|
|
19966
20653
|
[0x8953AD37]: "inputChatPhoto",
|
|
@@ -19992,7 +20679,7 @@ export const schema = Object.freeze({
|
|
|
19992
20679
|
[0xB3CEA0E4]: "storage.fileMp4",
|
|
19993
20680
|
[0x1081464C]: "storage.fileWebp",
|
|
19994
20681
|
[0xD3BC4B7A]: "userEmpty",
|
|
19995
|
-
[
|
|
20682
|
+
[0x31774388]: "user",
|
|
19996
20683
|
[0x4F11BAE1]: "userProfilePhotoEmpty",
|
|
19997
20684
|
[0x82D1F706]: "userProfilePhoto",
|
|
19998
20685
|
[0x09D05049]: "userStatusEmpty",
|
|
@@ -20004,7 +20691,7 @@ export const schema = Object.freeze({
|
|
|
20004
20691
|
[0x29562865]: "chatEmpty",
|
|
20005
20692
|
[0x41CBF256]: "chat",
|
|
20006
20693
|
[0x6592A1A7]: "chatForbidden",
|
|
20007
|
-
[
|
|
20694
|
+
[0x1C32B11C]: "channel",
|
|
20008
20695
|
[0x17D493D5]: "channelForbidden",
|
|
20009
20696
|
[0x2633421B]: "chatFull",
|
|
20010
20697
|
[0xE4E0B29D]: "channelFull",
|
|
@@ -20016,7 +20703,7 @@ export const schema = Object.freeze({
|
|
|
20016
20703
|
[0x37C1011C]: "chatPhotoEmpty",
|
|
20017
20704
|
[0x1C6E1C11]: "chatPhoto",
|
|
20018
20705
|
[0x90A6CA84]: "messageEmpty",
|
|
20019
|
-
[
|
|
20706
|
+
[0x9CB490E9]: "message",
|
|
20020
20707
|
[0x7A800E0A]: "messageService",
|
|
20021
20708
|
[0x3DED6320]: "messageMediaEmpty",
|
|
20022
20709
|
[0x695150D7]: "messageMediaPhoto",
|
|
@@ -20030,12 +20717,13 @@ export const schema = Object.freeze({
|
|
|
20030
20717
|
[0xF6A548D3]: "messageMediaInvoice",
|
|
20031
20718
|
[0xB940C666]: "messageMediaGeoLive",
|
|
20032
20719
|
[0x4BD6E798]: "messageMediaPoll",
|
|
20033
|
-
[
|
|
20720
|
+
[0x08CBEC07]: "messageMediaDice",
|
|
20034
20721
|
[0x68CB6283]: "messageMediaStory",
|
|
20035
20722
|
[0xAA073BEB]: "messageMediaGiveaway",
|
|
20036
20723
|
[0xCEAA3EA1]: "messageMediaGiveawayResults",
|
|
20037
20724
|
[0xA8852491]: "messageMediaPaidMedia",
|
|
20038
20725
|
[0x8A53B014]: "messageMediaToDo",
|
|
20726
|
+
[0xCA5CAB89]: "messageMediaVideoStream",
|
|
20039
20727
|
[0xB6AEF7B0]: "messageActionEmpty",
|
|
20040
20728
|
[0xBD47CBAD]: "messageActionChatCreate",
|
|
20041
20729
|
[0xB5A1CE5A]: "messageActionChatEditTitle",
|
|
@@ -20068,13 +20756,13 @@ export const schema = Object.freeze({
|
|
|
20068
20756
|
[0xEBBCA3CB]: "messageActionChatJoinedByRequest",
|
|
20069
20757
|
[0x47DD8079]: "messageActionWebViewDataSentMe",
|
|
20070
20758
|
[0xB4C38CB5]: "messageActionWebViewDataSent",
|
|
20071
|
-
[
|
|
20759
|
+
[0x48E91302]: "messageActionGiftPremium",
|
|
20072
20760
|
[0x0D999256]: "messageActionTopicCreate",
|
|
20073
20761
|
[0xC0944820]: "messageActionTopicEdit",
|
|
20074
20762
|
[0x57DE635E]: "messageActionSuggestProfilePhoto",
|
|
20075
20763
|
[0x31518E9B]: "messageActionRequestedPeer",
|
|
20076
20764
|
[0x5060A3F4]: "messageActionSetChatWallPaper",
|
|
20077
|
-
[
|
|
20765
|
+
[0x31C48347]: "messageActionGiftCode",
|
|
20078
20766
|
[0xA80F51E4]: "messageActionGiveawayLaunch",
|
|
20079
20767
|
[0x87E2F155]: "messageActionGiveawayResults",
|
|
20080
20768
|
[0xCC02AA6D]: "messageActionBoostApply",
|
|
@@ -20082,7 +20770,7 @@ export const schema = Object.freeze({
|
|
|
20082
20770
|
[0x41B3E202]: "messageActionPaymentRefunded",
|
|
20083
20771
|
[0x45D5B021]: "messageActionGiftStars",
|
|
20084
20772
|
[0xB00C47A2]: "messageActionPrizeStars",
|
|
20085
|
-
[
|
|
20773
|
+
[0xEA2C31D3]: "messageActionStarGift",
|
|
20086
20774
|
[0x95728543]: "messageActionStarGiftUnique",
|
|
20087
20775
|
[0xAC1F1FCD]: "messageActionPaidMessagesRefunded",
|
|
20088
20776
|
[0x84B88578]: "messageActionPaidMessagesPrice",
|
|
@@ -20094,6 +20782,8 @@ export const schema = Object.freeze({
|
|
|
20094
20782
|
[0x69F916F8]: "messageActionSuggestedPostRefund",
|
|
20095
20783
|
[0xA8A3C699]: "messageActionGiftTon",
|
|
20096
20784
|
[0x2C8F2A25]: "messageActionSuggestBirthday",
|
|
20785
|
+
[0x774278D4]: "messageActionStarGiftPurchaseOffer",
|
|
20786
|
+
[0x73ADA76B]: "messageActionStarGiftPurchaseOfferDeclined",
|
|
20097
20787
|
[0xD58A08C6]: "dialog",
|
|
20098
20788
|
[0x71BD134C]: "dialogFolder",
|
|
20099
20789
|
[0x2331B22D]: "photoEmpty",
|
|
@@ -20255,7 +20945,7 @@ export const schema = Object.freeze({
|
|
|
20255
20945
|
[0x5BB98608]: "updatePinnedChannelMessages",
|
|
20256
20946
|
[0xF89A6A4E]: "updateChat",
|
|
20257
20947
|
[0xF2EBDB4E]: "updateGroupCallParticipants",
|
|
20258
|
-
[
|
|
20948
|
+
[0x9D2216E0]: "updateGroupCall",
|
|
20259
20949
|
[0xBB9BB9A5]: "updatePeerHistoryTTL",
|
|
20260
20950
|
[0xD087663A]: "updateChatParticipant",
|
|
20261
20951
|
[0x985D3ABB]: "updateChannelParticipant",
|
|
@@ -20312,10 +21002,14 @@ export const schema = Object.freeze({
|
|
|
20312
21002
|
[0x77B0E372]: "updateReadMonoForumInbox",
|
|
20313
21003
|
[0xA4A79376]: "updateReadMonoForumOutbox",
|
|
20314
21004
|
[0x9F812B08]: "updateMonoForumNoPaidException",
|
|
20315
|
-
[
|
|
21005
|
+
[0xD8326F0D]: "updateGroupCallMessage",
|
|
20316
21006
|
[0xC957A766]: "updateGroupCallEncryptedMessage",
|
|
20317
21007
|
[0x683B2C52]: "updatePinnedForumTopic",
|
|
20318
21008
|
[0xDEF143D0]: "updatePinnedForumTopics",
|
|
21009
|
+
[0x3E85E92C]: "updateDeleteGroupCallMessages",
|
|
21010
|
+
[0x48E246C2]: "updateStarGiftAuctionState",
|
|
21011
|
+
[0xDC58F31E]: "updateStarGiftAuctionUserState",
|
|
21012
|
+
[0xFB9C547A]: "updateEmojiGameInfo",
|
|
20319
21013
|
[0xA56C2A3E]: "updates.state",
|
|
20320
21014
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
20321
21015
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -20400,6 +21094,7 @@ export const schema = Object.freeze({
|
|
|
20400
21094
|
[0xD65A11CC]: "inputPrivacyKeyBirthday",
|
|
20401
21095
|
[0xE1732341]: "inputPrivacyKeyStarGiftsAutoSave",
|
|
20402
21096
|
[0xBDC597B4]: "inputPrivacyKeyNoPaidMessages",
|
|
21097
|
+
[0x4DBE9226]: "inputPrivacyKeySavedMusic",
|
|
20403
21098
|
[0xBC2EAB30]: "privacyKeyStatusTimestamp",
|
|
20404
21099
|
[0x500E6DFA]: "privacyKeyChatInvite",
|
|
20405
21100
|
[0x3D662B7B]: "privacyKeyPhoneCall",
|
|
@@ -20413,6 +21108,7 @@ export const schema = Object.freeze({
|
|
|
20413
21108
|
[0x2000A518]: "privacyKeyBirthday",
|
|
20414
21109
|
[0x2CA4FDF8]: "privacyKeyStarGiftsAutoSave",
|
|
20415
21110
|
[0x17D348D2]: "privacyKeyNoPaidMessages",
|
|
21111
|
+
[0xFF7A571B]: "privacyKeySavedMusic",
|
|
20416
21112
|
[0x0D09E07B]: "inputPrivacyValueAllowContacts",
|
|
20417
21113
|
[0x184B35CE]: "inputPrivacyValueAllowAll",
|
|
20418
21114
|
[0x131CC67F]: "inputPrivacyValueAllowUsers",
|
|
@@ -20948,6 +21644,7 @@ export const schema = Object.freeze({
|
|
|
20948
21644
|
[0x50CC03D3]: "webPageAttributeStickerSet",
|
|
20949
21645
|
[0xCF6F6DB8]: "webPageAttributeUniqueStarGift",
|
|
20950
21646
|
[0x31CAD303]: "webPageAttributeStarGiftCollection",
|
|
21647
|
+
[0x01C641C2]: "webPageAttributeStarGiftAuction",
|
|
20951
21648
|
[0x4899484E]: "messages.votesList",
|
|
20952
21649
|
[0xF568028A]: "bankCardOpenUrl",
|
|
20953
21650
|
[0x3E24E573]: "payments.bankCardData",
|
|
@@ -20985,11 +21682,11 @@ export const schema = Object.freeze({
|
|
|
20985
21682
|
[0xE8FD8014]: "peerBlocked",
|
|
20986
21683
|
[0x7FE91C14]: "stats.messageStats",
|
|
20987
21684
|
[0x7780BCB4]: "groupCallDiscarded",
|
|
20988
|
-
[
|
|
21685
|
+
[0xEFB2B617]: "groupCall",
|
|
20989
21686
|
[0xD8AA840F]: "inputGroupCall",
|
|
20990
21687
|
[0xFE06823F]: "inputGroupCallSlug",
|
|
20991
21688
|
[0x8C10603F]: "inputGroupCallInviteMessage",
|
|
20992
|
-
[
|
|
21689
|
+
[0x2A3DC7AC]: "groupCallParticipant",
|
|
20993
21690
|
[0x9E727AAD]: "phone.groupCall",
|
|
20994
21691
|
[0xF47751B6]: "phone.groupParticipants",
|
|
20995
21692
|
[0x3081ED9D]: "inlineQueryPeerTypeSameBotPM",
|
|
@@ -21087,6 +21784,7 @@ export const schema = Object.freeze({
|
|
|
21087
21784
|
[0x9A0B48B8]: "inputInvoiceStarGiftPrepaidUpgrade",
|
|
21088
21785
|
[0x3E77F614]: "inputInvoicePremiumAuthCode",
|
|
21089
21786
|
[0x0923D8D1]: "inputInvoiceStarGiftDropOriginalDetails",
|
|
21787
|
+
[0x1ECAFA10]: "inputInvoiceStarGiftAuctionBid",
|
|
21090
21788
|
[0xAED0CBD9]: "payments.exportedInvoice",
|
|
21091
21789
|
[0xCFB9D957]: "messages.transcribedAudio",
|
|
21092
21790
|
[0x5334759C]: "help.premiumPromo",
|
|
@@ -21199,7 +21897,7 @@ export const schema = Object.freeze({
|
|
|
21199
21897
|
[0xCAE68768]: "stories.peerStories",
|
|
21200
21898
|
[0xFD5E12BD]: "messages.webPage",
|
|
21201
21899
|
[0x257E962B]: "premiumGiftCodeOption",
|
|
21202
|
-
[
|
|
21900
|
+
[0xEB983F8F]: "payments.checkedGiftCode",
|
|
21203
21901
|
[0x4367DAA0]: "payments.giveawayInfo",
|
|
21204
21902
|
[0xE175E66F]: "payments.giveawayInfoResults",
|
|
21205
21903
|
[0xB2539D54]: "prepaidGiveaway",
|
|
@@ -21323,8 +22021,8 @@ export const schema = Object.freeze({
|
|
|
21323
22021
|
[0x4BA3A95A]: "messageReactor",
|
|
21324
22022
|
[0x94CE852A]: "starsGiveawayOption",
|
|
21325
22023
|
[0x54236209]: "starsGiveawayWinnersOption",
|
|
21326
|
-
[
|
|
21327
|
-
[
|
|
22024
|
+
[0x313A9547]: "starGift",
|
|
22025
|
+
[0x569D64C9]: "starGiftUnique",
|
|
21328
22026
|
[0xA388A368]: "payments.starGiftsNotModified",
|
|
21329
22027
|
[0x2ED82995]: "payments.starGifts",
|
|
21330
22028
|
[0x7903E3D9]: "messageReportOption",
|
|
@@ -21353,7 +22051,7 @@ export const schema = Object.freeze({
|
|
|
21353
22051
|
[0x315A4974]: "users.usersSlice",
|
|
21354
22052
|
[0x416C56E8]: "payments.uniqueStarGift",
|
|
21355
22053
|
[0x8C9A88AC]: "messages.webPagePreview",
|
|
21356
|
-
[
|
|
22054
|
+
[0xEAD6805E]: "savedStarGift",
|
|
21357
22055
|
[0x95F389B1]: "payments.savedStarGifts",
|
|
21358
22056
|
[0x69279795]: "inputSavedStarGiftUser",
|
|
21359
22057
|
[0xF101AA7F]: "inputSavedStarGiftChat",
|
|
@@ -21380,7 +22078,7 @@ export const schema = Object.freeze({
|
|
|
21380
22078
|
[0xE7E82E12]: "pendingSuggestion",
|
|
21381
22079
|
[0xCBA9A52F]: "todoItem",
|
|
21382
22080
|
[0x49B92A26]: "todoList",
|
|
21383
|
-
[
|
|
22081
|
+
[0x221BB5E4]: "todoCompletion",
|
|
21384
22082
|
[0x0E8E37E5]: "suggestedPost",
|
|
21385
22083
|
[0x1B0E4F07]: "starsRating",
|
|
21386
22084
|
[0x9D6B13B0]: "starGiftCollection",
|
|
@@ -21409,6 +22107,38 @@ export const schema = Object.freeze({
|
|
|
21409
22107
|
[0xC93DE95C]: "inputChatTheme",
|
|
21410
22108
|
[0x87E5DFE4]: "inputChatThemeUniqueGift",
|
|
21411
22109
|
[0x99EA331D]: "starGiftUpgradePrice",
|
|
22110
|
+
[0x1A8AFC7E]: "groupCallMessage",
|
|
22111
|
+
[0xEE430C85]: "groupCallDonor",
|
|
22112
|
+
[0x9D1DBD26]: "phone.groupCallStars",
|
|
22113
|
+
[0x711D692D]: "recentStory",
|
|
22114
|
+
[0x310240CC]: "auctionBidLevel",
|
|
22115
|
+
[0xFE333952]: "starGiftAuctionStateNotModified",
|
|
22116
|
+
[0x771A4E66]: "starGiftAuctionState",
|
|
22117
|
+
[0x972DABBF]: "starGiftAuctionStateFinished",
|
|
22118
|
+
[0x2EEED1C4]: "starGiftAuctionUserState",
|
|
22119
|
+
[0x6B39F4EC]: "payments.starGiftAuctionState",
|
|
22120
|
+
[0x42B00348]: "starGiftAuctionAcquiredGift",
|
|
22121
|
+
[0x7D5BD1F0]: "payments.starGiftAuctionAcquiredGifts",
|
|
22122
|
+
[0xD31BC45D]: "starGiftActiveAuctionState",
|
|
22123
|
+
[0xDB33DAD0]: "payments.starGiftActiveAuctionsNotModified",
|
|
22124
|
+
[0xAEF6ABBC]: "payments.starGiftActiveAuctions",
|
|
22125
|
+
[0x02E16C98]: "inputStarGiftAuction",
|
|
22126
|
+
[0x7AB58308]: "inputStarGiftAuctionSlug",
|
|
22127
|
+
[0x98613EBF]: "passkey",
|
|
22128
|
+
[0xF8E0AA1C]: "account.passkeys",
|
|
22129
|
+
[0xE16B5CE1]: "account.passkeyRegistrationOptions",
|
|
22130
|
+
[0xE2037789]: "auth.passkeyLoginOptions",
|
|
22131
|
+
[0x3E63935C]: "inputPasskeyResponseRegister",
|
|
22132
|
+
[0xC31FC14A]: "inputPasskeyResponseLogin",
|
|
22133
|
+
[0x3C27B78F]: "inputPasskeyCredentialPublicKey",
|
|
22134
|
+
[0x5B1CCB28]: "inputPasskeyCredentialFirebasePNV",
|
|
22135
|
+
[0xAFF56398]: "starGiftBackground",
|
|
22136
|
+
[0x3AAE0528]: "starGiftAuctionRound",
|
|
22137
|
+
[0x0AA021E5]: "starGiftAuctionRoundExtendable",
|
|
22138
|
+
[0x46C6E36F]: "payments.starGiftUpgradeAttributes",
|
|
22139
|
+
[0xDA2AD647]: "messages.emojiGameOutcome",
|
|
22140
|
+
[0x59E65335]: "messages.emojiGameUnavailable",
|
|
22141
|
+
[0x44E56023]: "messages.emojiGameDiceInfo",
|
|
21412
22142
|
},
|
|
21413
22143
|
});
|
|
21414
|
-
export const LAYER =
|
|
22144
|
+
export const LAYER = 221;
|