@mtkruto/node 0.77.0 → 0.77.2
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 +1 -1
- package/esm/3_errors.js +1 -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 +2 -2
- 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.js +1 -1
- 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 +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 +1 -1
- package/script/3_errors.js +1 -1
- 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 +2 -2
- 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.js +1 -1
- 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 +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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* MTKruto - Cross-runtime JavaScript library for building Telegram clients
|
|
4
|
-
* Copyright (C) 2023-
|
|
4
|
+
* Copyright (C) 2023-2026 Roj <https://roj.im/>
|
|
5
5
|
*
|
|
6
6
|
* This file is part of MTKruto.
|
|
7
7
|
*
|
|
@@ -35,10 +35,60 @@ exports.schema = Object.freeze({
|
|
|
35
35
|
],
|
|
36
36
|
"Error",
|
|
37
37
|
],
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
[
|
|
41
|
-
|
|
38
|
+
ipPort: [
|
|
39
|
+
0xD433AD73,
|
|
40
|
+
[
|
|
41
|
+
["ipv4", "int"],
|
|
42
|
+
["port", "int"],
|
|
43
|
+
],
|
|
44
|
+
"IpPort",
|
|
45
|
+
],
|
|
46
|
+
ipPortSecret: [
|
|
47
|
+
0x37982646,
|
|
48
|
+
[
|
|
49
|
+
["ipv4", "int"],
|
|
50
|
+
["port", "int"],
|
|
51
|
+
["secret", "bytes"],
|
|
52
|
+
],
|
|
53
|
+
"IpPort",
|
|
54
|
+
],
|
|
55
|
+
accessPointRule: [
|
|
56
|
+
0x4679B65F,
|
|
57
|
+
[
|
|
58
|
+
["phone_prefix_rules", "string"],
|
|
59
|
+
["dc_id", "int"],
|
|
60
|
+
["ips", "vector<IpPort>"],
|
|
61
|
+
],
|
|
62
|
+
"AccessPointRule",
|
|
63
|
+
],
|
|
64
|
+
"help.configSimple": [
|
|
65
|
+
0x5A592A6C,
|
|
66
|
+
[
|
|
67
|
+
["date", "int"],
|
|
68
|
+
["expires", "int"],
|
|
69
|
+
["rules", "vector<AccessPointRule>"],
|
|
70
|
+
],
|
|
71
|
+
"help.ConfigSimple",
|
|
72
|
+
],
|
|
73
|
+
inputPeerPhotoFileLocationLegacy: [
|
|
74
|
+
0x27D69997,
|
|
75
|
+
[
|
|
76
|
+
["flags", "#"],
|
|
77
|
+
["big", "flags.0?true"],
|
|
78
|
+
["peer", "InputPeer"],
|
|
79
|
+
["volume_id", "long"],
|
|
80
|
+
["local_id", "int"],
|
|
81
|
+
],
|
|
82
|
+
"InputFileLocation",
|
|
83
|
+
],
|
|
84
|
+
inputStickerSetThumbLegacy: [
|
|
85
|
+
0x0DBAEAE9,
|
|
86
|
+
[
|
|
87
|
+
["stickerset", "InputStickerSet"],
|
|
88
|
+
["volume_id", "long"],
|
|
89
|
+
["local_id", "int"],
|
|
90
|
+
],
|
|
91
|
+
"InputFileLocation",
|
|
42
92
|
],
|
|
43
93
|
inputPeerEmpty: [
|
|
44
94
|
0x7F3B18EA,
|
|
@@ -119,12 +169,14 @@ exports.schema = Object.freeze({
|
|
|
119
169
|
"InputUser",
|
|
120
170
|
],
|
|
121
171
|
inputPhoneContact: [
|
|
122
|
-
|
|
172
|
+
0x6A1DC4BE,
|
|
123
173
|
[
|
|
174
|
+
["flags", "#"],
|
|
124
175
|
["client_id", "long"],
|
|
125
176
|
["phone", "string"],
|
|
126
177
|
["first_name", "string"],
|
|
127
178
|
["last_name", "string"],
|
|
179
|
+
["note", "flags.0?TextWithEntities"],
|
|
128
180
|
],
|
|
129
181
|
"InputContact",
|
|
130
182
|
],
|
|
@@ -351,6 +403,15 @@ exports.schema = Object.freeze({
|
|
|
351
403
|
],
|
|
352
404
|
"InputMedia",
|
|
353
405
|
],
|
|
406
|
+
inputMediaStakeDice: [
|
|
407
|
+
0xF3A9244A,
|
|
408
|
+
[
|
|
409
|
+
["game_hash", "string"],
|
|
410
|
+
["ton_amount", "long"],
|
|
411
|
+
["client_seed", "bytes"],
|
|
412
|
+
],
|
|
413
|
+
"InputMedia",
|
|
414
|
+
],
|
|
354
415
|
inputChatPhotoEmpty: [
|
|
355
416
|
0x1CA48F57,
|
|
356
417
|
[],
|
|
@@ -575,7 +636,7 @@ exports.schema = Object.freeze({
|
|
|
575
636
|
"User",
|
|
576
637
|
],
|
|
577
638
|
user: [
|
|
578
|
-
|
|
639
|
+
0x31774388,
|
|
579
640
|
[
|
|
580
641
|
["flags", "#"],
|
|
581
642
|
["self", "flags.10?true"],
|
|
@@ -619,7 +680,7 @@ exports.schema = Object.freeze({
|
|
|
619
680
|
["lang_code", "flags.22?string"],
|
|
620
681
|
["emoji_status", "flags.30?EmojiStatus"],
|
|
621
682
|
["usernames", "flags2.0?Vector<Username>"],
|
|
622
|
-
["stories_max_id", "flags2.5?
|
|
683
|
+
["stories_max_id", "flags2.5?RecentStory"],
|
|
623
684
|
["color", "flags2.8?PeerColor"],
|
|
624
685
|
["profile_color", "flags2.9?PeerColor"],
|
|
625
686
|
["bot_active_users", "flags2.12?int"],
|
|
@@ -726,7 +787,7 @@ exports.schema = Object.freeze({
|
|
|
726
787
|
"Chat",
|
|
727
788
|
],
|
|
728
789
|
channel: [
|
|
729
|
-
|
|
790
|
+
0x1C32B11C,
|
|
730
791
|
[
|
|
731
792
|
["flags", "#"],
|
|
732
793
|
["creator", "flags.0?true"],
|
|
@@ -770,7 +831,7 @@ exports.schema = Object.freeze({
|
|
|
770
831
|
["default_banned_rights", "flags.18?ChatBannedRights"],
|
|
771
832
|
["participants_count", "flags.17?int"],
|
|
772
833
|
["usernames", "flags2.0?Vector<Username>"],
|
|
773
|
-
["stories_max_id", "flags2.4?
|
|
834
|
+
["stories_max_id", "flags2.4?RecentStory"],
|
|
774
835
|
["color", "flags2.7?PeerColor"],
|
|
775
836
|
["profile_color", "flags2.8?PeerColor"],
|
|
776
837
|
["emoji_status", "flags2.9?EmojiStatus"],
|
|
@@ -965,7 +1026,7 @@ exports.schema = Object.freeze({
|
|
|
965
1026
|
"Message",
|
|
966
1027
|
],
|
|
967
1028
|
message: [
|
|
968
|
-
|
|
1029
|
+
0x9CB490E9,
|
|
969
1030
|
[
|
|
970
1031
|
["flags", "#"],
|
|
971
1032
|
["out", "flags.1?true"],
|
|
@@ -1013,6 +1074,8 @@ exports.schema = Object.freeze({
|
|
|
1013
1074
|
["report_delivery_until_date", "flags2.5?int"],
|
|
1014
1075
|
["paid_message_stars", "flags2.6?long"],
|
|
1015
1076
|
["suggested_post", "flags2.7?SuggestedPost"],
|
|
1077
|
+
["schedule_repeat_period", "flags2.10?int"],
|
|
1078
|
+
["summary_from_language", "flags2.11?string"],
|
|
1016
1079
|
],
|
|
1017
1080
|
"Message",
|
|
1018
1081
|
],
|
|
@@ -1162,10 +1225,12 @@ exports.schema = Object.freeze({
|
|
|
1162
1225
|
"MessageMedia",
|
|
1163
1226
|
],
|
|
1164
1227
|
messageMediaDice: [
|
|
1165
|
-
|
|
1228
|
+
0x08CBEC07,
|
|
1166
1229
|
[
|
|
1230
|
+
["flags", "#"],
|
|
1167
1231
|
["value", "int"],
|
|
1168
1232
|
["emoticon", "string"],
|
|
1233
|
+
["game_outcome", "flags.0?messages.EmojiGameOutcome"],
|
|
1169
1234
|
],
|
|
1170
1235
|
"MessageMedia",
|
|
1171
1236
|
],
|
|
@@ -1232,6 +1297,15 @@ exports.schema = Object.freeze({
|
|
|
1232
1297
|
],
|
|
1233
1298
|
"MessageMedia",
|
|
1234
1299
|
],
|
|
1300
|
+
messageMediaVideoStream: [
|
|
1301
|
+
0xCA5CAB89,
|
|
1302
|
+
[
|
|
1303
|
+
["flags", "#"],
|
|
1304
|
+
["rtmp_stream", "flags.0?true"],
|
|
1305
|
+
["call", "InputGroupCall"],
|
|
1306
|
+
],
|
|
1307
|
+
"MessageMedia",
|
|
1308
|
+
],
|
|
1235
1309
|
messageActionEmpty: [
|
|
1236
1310
|
0xB6AEF7B0,
|
|
1237
1311
|
[],
|
|
@@ -1479,12 +1553,12 @@ exports.schema = Object.freeze({
|
|
|
1479
1553
|
"MessageAction",
|
|
1480
1554
|
],
|
|
1481
1555
|
messageActionGiftPremium: [
|
|
1482
|
-
|
|
1556
|
+
0x48E91302,
|
|
1483
1557
|
[
|
|
1484
1558
|
["flags", "#"],
|
|
1485
1559
|
["currency", "string"],
|
|
1486
1560
|
["amount", "long"],
|
|
1487
|
-
["
|
|
1561
|
+
["days", "int"],
|
|
1488
1562
|
["crypto_currency", "flags.0?string"],
|
|
1489
1563
|
["crypto_amount", "flags.0?long"],
|
|
1490
1564
|
["message", "flags.1?TextWithEntities"],
|
|
@@ -1539,13 +1613,13 @@ exports.schema = Object.freeze({
|
|
|
1539
1613
|
"MessageAction",
|
|
1540
1614
|
],
|
|
1541
1615
|
messageActionGiftCode: [
|
|
1542
|
-
|
|
1616
|
+
0x31C48347,
|
|
1543
1617
|
[
|
|
1544
1618
|
["flags", "#"],
|
|
1545
1619
|
["via_giveaway", "flags.0?true"],
|
|
1546
1620
|
["unclaimed", "flags.5?true"],
|
|
1547
1621
|
["boost_peer", "flags.1?Peer"],
|
|
1548
|
-
["
|
|
1622
|
+
["days", "int"],
|
|
1549
1623
|
["slug", "string"],
|
|
1550
1624
|
["currency", "flags.2?string"],
|
|
1551
1625
|
["amount", "flags.2?long"],
|
|
@@ -1626,7 +1700,7 @@ exports.schema = Object.freeze({
|
|
|
1626
1700
|
"MessageAction",
|
|
1627
1701
|
],
|
|
1628
1702
|
messageActionStarGift: [
|
|
1629
|
-
|
|
1703
|
+
0xEA2C31D3,
|
|
1630
1704
|
[
|
|
1631
1705
|
["flags", "#"],
|
|
1632
1706
|
["name_hidden", "flags.0?true"],
|
|
@@ -1637,6 +1711,7 @@ exports.schema = Object.freeze({
|
|
|
1637
1711
|
["can_upgrade", "flags.10?true"],
|
|
1638
1712
|
["prepaid_upgrade", "flags.13?true"],
|
|
1639
1713
|
["upgrade_separate", "flags.16?true"],
|
|
1714
|
+
["auction_acquired", "flags.17?true"],
|
|
1640
1715
|
["gift", "StarGift"],
|
|
1641
1716
|
["message", "flags.1?TextWithEntities"],
|
|
1642
1717
|
["convert_stars", "flags.4?long"],
|
|
@@ -1647,6 +1722,8 @@ exports.schema = Object.freeze({
|
|
|
1647
1722
|
["saved_id", "flags.12?long"],
|
|
1648
1723
|
["prepaid_upgrade_hash", "flags.14?string"],
|
|
1649
1724
|
["gift_msg_id", "flags.15?int"],
|
|
1725
|
+
["to_id", "flags.18?Peer"],
|
|
1726
|
+
["gift_num", "flags.19?int"],
|
|
1650
1727
|
],
|
|
1651
1728
|
"MessageAction",
|
|
1652
1729
|
],
|
|
@@ -1660,6 +1737,7 @@ exports.schema = Object.freeze({
|
|
|
1660
1737
|
["refunded", "flags.5?true"],
|
|
1661
1738
|
["prepaid_upgrade", "flags.11?true"],
|
|
1662
1739
|
["assigned", "flags.13?true"],
|
|
1740
|
+
["from_offer", "flags.14?true"],
|
|
1663
1741
|
["gift", "StarGift"],
|
|
1664
1742
|
["can_export_at", "flags.3?int"],
|
|
1665
1743
|
["transfer_stars", "flags.4?long"],
|
|
@@ -1764,6 +1842,28 @@ exports.schema = Object.freeze({
|
|
|
1764
1842
|
],
|
|
1765
1843
|
"MessageAction",
|
|
1766
1844
|
],
|
|
1845
|
+
messageActionStarGiftPurchaseOffer: [
|
|
1846
|
+
0x774278D4,
|
|
1847
|
+
[
|
|
1848
|
+
["flags", "#"],
|
|
1849
|
+
["accepted", "flags.0?true"],
|
|
1850
|
+
["declined", "flags.1?true"],
|
|
1851
|
+
["gift", "StarGift"],
|
|
1852
|
+
["price", "StarsAmount"],
|
|
1853
|
+
["expires_at", "int"],
|
|
1854
|
+
],
|
|
1855
|
+
"MessageAction",
|
|
1856
|
+
],
|
|
1857
|
+
messageActionStarGiftPurchaseOfferDeclined: [
|
|
1858
|
+
0x73ADA76B,
|
|
1859
|
+
[
|
|
1860
|
+
["flags", "#"],
|
|
1861
|
+
["expired", "flags.0?true"],
|
|
1862
|
+
["gift", "StarGift"],
|
|
1863
|
+
["price", "StarsAmount"],
|
|
1864
|
+
],
|
|
1865
|
+
"MessageAction",
|
|
1866
|
+
],
|
|
1767
1867
|
dialog: [
|
|
1768
1868
|
0xD58A08C6,
|
|
1769
1869
|
[
|
|
@@ -3212,10 +3312,11 @@ exports.schema = Object.freeze({
|
|
|
3212
3312
|
"Update",
|
|
3213
3313
|
],
|
|
3214
3314
|
updateGroupCall: [
|
|
3215
|
-
|
|
3315
|
+
0x9D2216E0,
|
|
3216
3316
|
[
|
|
3217
3317
|
["flags", "#"],
|
|
3218
|
-
["
|
|
3318
|
+
["live_story", "flags.2?true"],
|
|
3319
|
+
["peer", "flags.1?Peer"],
|
|
3219
3320
|
["call", "GroupCall"],
|
|
3220
3321
|
],
|
|
3221
3322
|
"Update",
|
|
@@ -3708,12 +3809,10 @@ exports.schema = Object.freeze({
|
|
|
3708
3809
|
"Update",
|
|
3709
3810
|
],
|
|
3710
3811
|
updateGroupCallMessage: [
|
|
3711
|
-
|
|
3812
|
+
0xD8326F0D,
|
|
3712
3813
|
[
|
|
3713
3814
|
["call", "InputGroupCall"],
|
|
3714
|
-
["
|
|
3715
|
-
["random_id", "long"],
|
|
3716
|
-
["message", "TextWithEntities"],
|
|
3815
|
+
["message", "GroupCallMessage"],
|
|
3717
3816
|
],
|
|
3718
3817
|
"Update",
|
|
3719
3818
|
],
|
|
@@ -3745,6 +3844,37 @@ exports.schema = Object.freeze({
|
|
|
3745
3844
|
],
|
|
3746
3845
|
"Update",
|
|
3747
3846
|
],
|
|
3847
|
+
updateDeleteGroupCallMessages: [
|
|
3848
|
+
0x3E85E92C,
|
|
3849
|
+
[
|
|
3850
|
+
["call", "InputGroupCall"],
|
|
3851
|
+
["messages", "Vector<int>"],
|
|
3852
|
+
],
|
|
3853
|
+
"Update",
|
|
3854
|
+
],
|
|
3855
|
+
updateStarGiftAuctionState: [
|
|
3856
|
+
0x48E246C2,
|
|
3857
|
+
[
|
|
3858
|
+
["gift_id", "long"],
|
|
3859
|
+
["state", "StarGiftAuctionState"],
|
|
3860
|
+
],
|
|
3861
|
+
"Update",
|
|
3862
|
+
],
|
|
3863
|
+
updateStarGiftAuctionUserState: [
|
|
3864
|
+
0xDC58F31E,
|
|
3865
|
+
[
|
|
3866
|
+
["gift_id", "long"],
|
|
3867
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
3868
|
+
],
|
|
3869
|
+
"Update",
|
|
3870
|
+
],
|
|
3871
|
+
updateEmojiGameInfo: [
|
|
3872
|
+
0xFB9C547A,
|
|
3873
|
+
[
|
|
3874
|
+
["info", "messages.EmojiGameInfo"],
|
|
3875
|
+
],
|
|
3876
|
+
"Update",
|
|
3877
|
+
],
|
|
3748
3878
|
"updates.state": [
|
|
3749
3879
|
0xA56C2A3E,
|
|
3750
3880
|
[
|
|
@@ -4473,6 +4603,11 @@ exports.schema = Object.freeze({
|
|
|
4473
4603
|
[],
|
|
4474
4604
|
"InputPrivacyKey",
|
|
4475
4605
|
],
|
|
4606
|
+
inputPrivacyKeySavedMusic: [
|
|
4607
|
+
0x4DBE9226,
|
|
4608
|
+
[],
|
|
4609
|
+
"InputPrivacyKey",
|
|
4610
|
+
],
|
|
4476
4611
|
privacyKeyStatusTimestamp: [
|
|
4477
4612
|
0xBC2EAB30,
|
|
4478
4613
|
[],
|
|
@@ -4538,6 +4673,11 @@ exports.schema = Object.freeze({
|
|
|
4538
4673
|
[],
|
|
4539
4674
|
"PrivacyKey",
|
|
4540
4675
|
],
|
|
4676
|
+
privacyKeySavedMusic: [
|
|
4677
|
+
0xFF7A571B,
|
|
4678
|
+
[],
|
|
4679
|
+
"PrivacyKey",
|
|
4680
|
+
],
|
|
4541
4681
|
inputPrivacyValueAllowContacts: [
|
|
4542
4682
|
0x0D09E07B,
|
|
4543
4683
|
[],
|
|
@@ -9194,6 +9334,14 @@ exports.schema = Object.freeze({
|
|
|
9194
9334
|
],
|
|
9195
9335
|
"WebPageAttribute",
|
|
9196
9336
|
],
|
|
9337
|
+
webPageAttributeStarGiftAuction: [
|
|
9338
|
+
0x01C641C2,
|
|
9339
|
+
[
|
|
9340
|
+
["gift", "StarGift"],
|
|
9341
|
+
["end_date", "int"],
|
|
9342
|
+
],
|
|
9343
|
+
"WebPageAttribute",
|
|
9344
|
+
],
|
|
9197
9345
|
"messages.votesList": [
|
|
9198
9346
|
0x4899484E,
|
|
9199
9347
|
[
|
|
@@ -9601,7 +9749,7 @@ exports.schema = Object.freeze({
|
|
|
9601
9749
|
"GroupCall",
|
|
9602
9750
|
],
|
|
9603
9751
|
groupCall: [
|
|
9604
|
-
|
|
9752
|
+
0xEFB2B617,
|
|
9605
9753
|
[
|
|
9606
9754
|
["flags", "#"],
|
|
9607
9755
|
["join_muted", "flags.1?true"],
|
|
@@ -9628,6 +9776,8 @@ exports.schema = Object.freeze({
|
|
|
9628
9776
|
["unmuted_video_limit", "int"],
|
|
9629
9777
|
["version", "int"],
|
|
9630
9778
|
["invite_link", "flags.16?string"],
|
|
9779
|
+
["send_paid_messages_stars", "flags.20?long"],
|
|
9780
|
+
["default_send_as", "flags.21?Peer"],
|
|
9631
9781
|
],
|
|
9632
9782
|
"GroupCall",
|
|
9633
9783
|
],
|
|
@@ -9654,7 +9804,7 @@ exports.schema = Object.freeze({
|
|
|
9654
9804
|
"InputGroupCall",
|
|
9655
9805
|
],
|
|
9656
9806
|
groupCallParticipant: [
|
|
9657
|
-
|
|
9807
|
+
0x2A3DC7AC,
|
|
9658
9808
|
[
|
|
9659
9809
|
["flags", "#"],
|
|
9660
9810
|
["muted", "flags.0?true"],
|
|
@@ -9676,6 +9826,7 @@ exports.schema = Object.freeze({
|
|
|
9676
9826
|
["raise_hand_rating", "flags.13?long"],
|
|
9677
9827
|
["video", "flags.6?GroupCallParticipantVideo"],
|
|
9678
9828
|
["presentation", "flags.14?GroupCallParticipantVideo"],
|
|
9829
|
+
["paid_stars_total", "flags.16?long"],
|
|
9679
9830
|
],
|
|
9680
9831
|
"GroupCallParticipant",
|
|
9681
9832
|
],
|
|
@@ -10472,6 +10623,19 @@ exports.schema = Object.freeze({
|
|
|
10472
10623
|
],
|
|
10473
10624
|
"InputInvoice",
|
|
10474
10625
|
],
|
|
10626
|
+
inputInvoiceStarGiftAuctionBid: [
|
|
10627
|
+
0x1ECAFA10,
|
|
10628
|
+
[
|
|
10629
|
+
["flags", "#"],
|
|
10630
|
+
["hide_name", "flags.0?true"],
|
|
10631
|
+
["update_bid", "flags.2?true"],
|
|
10632
|
+
["peer", "flags.3?InputPeer"],
|
|
10633
|
+
["gift_id", "long"],
|
|
10634
|
+
["bid_amount", "long"],
|
|
10635
|
+
["message", "flags.1?TextWithEntities"],
|
|
10636
|
+
],
|
|
10637
|
+
"InputInvoice",
|
|
10638
|
+
],
|
|
10475
10639
|
"payments.exportedInvoice": [
|
|
10476
10640
|
0xAED0CBD9,
|
|
10477
10641
|
[
|
|
@@ -11231,6 +11395,7 @@ exports.schema = Object.freeze({
|
|
|
11231
11395
|
[
|
|
11232
11396
|
["flags", "#"],
|
|
11233
11397
|
["close_friends", "flags.8?true"],
|
|
11398
|
+
["live", "flags.9?true"],
|
|
11234
11399
|
["id", "int"],
|
|
11235
11400
|
["date", "int"],
|
|
11236
11401
|
["expire_date", "int"],
|
|
@@ -11545,7 +11710,7 @@ exports.schema = Object.freeze({
|
|
|
11545
11710
|
"PremiumGiftCodeOption",
|
|
11546
11711
|
],
|
|
11547
11712
|
"payments.checkedGiftCode": [
|
|
11548
|
-
|
|
11713
|
+
0xEB983F8F,
|
|
11549
11714
|
[
|
|
11550
11715
|
["flags", "#"],
|
|
11551
11716
|
["via_giveaway", "flags.2?true"],
|
|
@@ -11553,7 +11718,7 @@ exports.schema = Object.freeze({
|
|
|
11553
11718
|
["giveaway_msg_id", "flags.3?int"],
|
|
11554
11719
|
["to_id", "flags.0?long"],
|
|
11555
11720
|
["date", "int"],
|
|
11556
|
-
["
|
|
11721
|
+
["days", "int"],
|
|
11557
11722
|
["used_date", "flags.1?int"],
|
|
11558
11723
|
["chats", "Vector<Chat>"],
|
|
11559
11724
|
["users", "Vector<User>"],
|
|
@@ -12534,6 +12699,9 @@ exports.schema = Object.freeze({
|
|
|
12534
12699
|
["posts_search", "flags.24?true"],
|
|
12535
12700
|
["stargift_prepaid_upgrade", "flags.25?true"],
|
|
12536
12701
|
["stargift_drop_original_details", "flags.26?true"],
|
|
12702
|
+
["phonegroup_message", "flags.27?true"],
|
|
12703
|
+
["stargift_auction_bid", "flags.28?true"],
|
|
12704
|
+
["offer", "flags.29?true"],
|
|
12537
12705
|
["id", "string"],
|
|
12538
12706
|
["amount", "StarsAmount"],
|
|
12539
12707
|
["date", "int"],
|
|
@@ -12754,7 +12922,7 @@ exports.schema = Object.freeze({
|
|
|
12754
12922
|
"StarsGiveawayWinnersOption",
|
|
12755
12923
|
],
|
|
12756
12924
|
starGift: [
|
|
12757
|
-
|
|
12925
|
+
0x313A9547,
|
|
12758
12926
|
[
|
|
12759
12927
|
["flags", "#"],
|
|
12760
12928
|
["limited", "flags.0?true"],
|
|
@@ -12763,6 +12931,7 @@ exports.schema = Object.freeze({
|
|
|
12763
12931
|
["require_premium", "flags.7?true"],
|
|
12764
12932
|
["limited_per_user", "flags.8?true"],
|
|
12765
12933
|
["peer_color_available", "flags.10?true"],
|
|
12934
|
+
["auction", "flags.11?true"],
|
|
12766
12935
|
["id", "long"],
|
|
12767
12936
|
["sticker", "Document"],
|
|
12768
12937
|
["stars", "long"],
|
|
@@ -12779,11 +12948,16 @@ exports.schema = Object.freeze({
|
|
|
12779
12948
|
["per_user_total", "flags.8?int"],
|
|
12780
12949
|
["per_user_remains", "flags.8?int"],
|
|
12781
12950
|
["locked_until_date", "flags.9?int"],
|
|
12951
|
+
["auction_slug", "flags.11?string"],
|
|
12952
|
+
["gifts_per_round", "flags.11?int"],
|
|
12953
|
+
["auction_start_date", "flags.11?int"],
|
|
12954
|
+
["upgrade_variants", "flags.12?int"],
|
|
12955
|
+
["background", "flags.13?StarGiftBackground"],
|
|
12782
12956
|
],
|
|
12783
12957
|
"StarGift",
|
|
12784
12958
|
],
|
|
12785
12959
|
starGiftUnique: [
|
|
12786
|
-
|
|
12960
|
+
0x569D64C9,
|
|
12787
12961
|
[
|
|
12788
12962
|
["flags", "#"],
|
|
12789
12963
|
["require_premium", "flags.6?true"],
|
|
@@ -12805,9 +12979,11 @@ exports.schema = Object.freeze({
|
|
|
12805
12979
|
["released_by", "flags.5?Peer"],
|
|
12806
12980
|
["value_amount", "flags.8?long"],
|
|
12807
12981
|
["value_currency", "flags.8?string"],
|
|
12982
|
+
["value_usd_amount", "flags.8?long"],
|
|
12808
12983
|
["theme_peer", "flags.10?Peer"],
|
|
12809
12984
|
["peer_color", "flags.11?PeerColor"],
|
|
12810
12985
|
["host_id", "flags.12?Peer"],
|
|
12986
|
+
["offer_min_stars", "flags.13?int"],
|
|
12811
12987
|
],
|
|
12812
12988
|
"StarGift",
|
|
12813
12989
|
],
|
|
@@ -13072,7 +13248,7 @@ exports.schema = Object.freeze({
|
|
|
13072
13248
|
"messages.WebPagePreview",
|
|
13073
13249
|
],
|
|
13074
13250
|
savedStarGift: [
|
|
13075
|
-
|
|
13251
|
+
0xEAD6805E,
|
|
13076
13252
|
[
|
|
13077
13253
|
["flags", "#"],
|
|
13078
13254
|
["name_hidden", "flags.0?true"],
|
|
@@ -13096,6 +13272,7 @@ exports.schema = Object.freeze({
|
|
|
13096
13272
|
["collection_id", "flags.15?Vector<int>"],
|
|
13097
13273
|
["prepaid_upgrade_hash", "flags.16?string"],
|
|
13098
13274
|
["drop_original_details_stars", "flags.18?long"],
|
|
13275
|
+
["gift_num", "flags.19?int"],
|
|
13099
13276
|
],
|
|
13100
13277
|
"SavedStarGift",
|
|
13101
13278
|
],
|
|
@@ -13211,6 +13388,7 @@ exports.schema = Object.freeze({
|
|
|
13211
13388
|
["disallow_limited_stargifts", "flags.1?true"],
|
|
13212
13389
|
["disallow_unique_stargifts", "flags.2?true"],
|
|
13213
13390
|
["disallow_premium_gifts", "flags.3?true"],
|
|
13391
|
+
["disallow_stargifts_from_channels", "flags.4?true"],
|
|
13214
13392
|
],
|
|
13215
13393
|
"DisallowedGiftsSettings",
|
|
13216
13394
|
],
|
|
@@ -13320,10 +13498,10 @@ exports.schema = Object.freeze({
|
|
|
13320
13498
|
"TodoList",
|
|
13321
13499
|
],
|
|
13322
13500
|
todoCompletion: [
|
|
13323
|
-
|
|
13501
|
+
0x221BB5E4,
|
|
13324
13502
|
[
|
|
13325
13503
|
["id", "int"],
|
|
13326
|
-
["completed_by", "
|
|
13504
|
+
["completed_by", "Peer"],
|
|
13327
13505
|
["date", "int"],
|
|
13328
13506
|
],
|
|
13329
13507
|
"TodoCompletion",
|
|
@@ -13537,6 +13715,337 @@ exports.schema = Object.freeze({
|
|
|
13537
13715
|
],
|
|
13538
13716
|
"StarGiftUpgradePrice",
|
|
13539
13717
|
],
|
|
13718
|
+
groupCallMessage: [
|
|
13719
|
+
0x1A8AFC7E,
|
|
13720
|
+
[
|
|
13721
|
+
["flags", "#"],
|
|
13722
|
+
["from_admin", "flags.1?true"],
|
|
13723
|
+
["id", "int"],
|
|
13724
|
+
["from_id", "Peer"],
|
|
13725
|
+
["date", "int"],
|
|
13726
|
+
["message", "TextWithEntities"],
|
|
13727
|
+
["paid_message_stars", "flags.0?long"],
|
|
13728
|
+
],
|
|
13729
|
+
"GroupCallMessage",
|
|
13730
|
+
],
|
|
13731
|
+
groupCallDonor: [
|
|
13732
|
+
0xEE430C85,
|
|
13733
|
+
[
|
|
13734
|
+
["flags", "#"],
|
|
13735
|
+
["top", "flags.0?true"],
|
|
13736
|
+
["my", "flags.1?true"],
|
|
13737
|
+
["peer_id", "flags.3?Peer"],
|
|
13738
|
+
["stars", "long"],
|
|
13739
|
+
],
|
|
13740
|
+
"GroupCallDonor",
|
|
13741
|
+
],
|
|
13742
|
+
"phone.groupCallStars": [
|
|
13743
|
+
0x9D1DBD26,
|
|
13744
|
+
[
|
|
13745
|
+
["total_stars", "long"],
|
|
13746
|
+
["top_donors", "Vector<GroupCallDonor>"],
|
|
13747
|
+
["chats", "Vector<Chat>"],
|
|
13748
|
+
["users", "Vector<User>"],
|
|
13749
|
+
],
|
|
13750
|
+
"phone.GroupCallStars",
|
|
13751
|
+
],
|
|
13752
|
+
recentStory: [
|
|
13753
|
+
0x711D692D,
|
|
13754
|
+
[
|
|
13755
|
+
["flags", "#"],
|
|
13756
|
+
["live", "flags.0?true"],
|
|
13757
|
+
["max_id", "flags.1?int"],
|
|
13758
|
+
],
|
|
13759
|
+
"RecentStory",
|
|
13760
|
+
],
|
|
13761
|
+
auctionBidLevel: [
|
|
13762
|
+
0x310240CC,
|
|
13763
|
+
[
|
|
13764
|
+
["pos", "int"],
|
|
13765
|
+
["amount", "long"],
|
|
13766
|
+
["date", "int"],
|
|
13767
|
+
],
|
|
13768
|
+
"AuctionBidLevel",
|
|
13769
|
+
],
|
|
13770
|
+
starGiftAuctionStateNotModified: [
|
|
13771
|
+
0xFE333952,
|
|
13772
|
+
[],
|
|
13773
|
+
"StarGiftAuctionState",
|
|
13774
|
+
],
|
|
13775
|
+
starGiftAuctionState: [
|
|
13776
|
+
0x771A4E66,
|
|
13777
|
+
[
|
|
13778
|
+
["version", "int"],
|
|
13779
|
+
["start_date", "int"],
|
|
13780
|
+
["end_date", "int"],
|
|
13781
|
+
["min_bid_amount", "long"],
|
|
13782
|
+
["bid_levels", "Vector<AuctionBidLevel>"],
|
|
13783
|
+
["top_bidders", "Vector<long>"],
|
|
13784
|
+
["next_round_at", "int"],
|
|
13785
|
+
["last_gift_num", "int"],
|
|
13786
|
+
["gifts_left", "int"],
|
|
13787
|
+
["current_round", "int"],
|
|
13788
|
+
["total_rounds", "int"],
|
|
13789
|
+
["rounds", "Vector<StarGiftAuctionRound>"],
|
|
13790
|
+
],
|
|
13791
|
+
"StarGiftAuctionState",
|
|
13792
|
+
],
|
|
13793
|
+
starGiftAuctionStateFinished: [
|
|
13794
|
+
0x972DABBF,
|
|
13795
|
+
[
|
|
13796
|
+
["flags", "#"],
|
|
13797
|
+
["start_date", "int"],
|
|
13798
|
+
["end_date", "int"],
|
|
13799
|
+
["average_price", "long"],
|
|
13800
|
+
["listed_count", "flags.0?int"],
|
|
13801
|
+
["fragment_listed_count", "flags.1?int"],
|
|
13802
|
+
["fragment_listed_url", "flags.1?string"],
|
|
13803
|
+
],
|
|
13804
|
+
"StarGiftAuctionState",
|
|
13805
|
+
],
|
|
13806
|
+
starGiftAuctionUserState: [
|
|
13807
|
+
0x2EEED1C4,
|
|
13808
|
+
[
|
|
13809
|
+
["flags", "#"],
|
|
13810
|
+
["returned", "flags.1?true"],
|
|
13811
|
+
["bid_amount", "flags.0?long"],
|
|
13812
|
+
["bid_date", "flags.0?int"],
|
|
13813
|
+
["min_bid_amount", "flags.0?long"],
|
|
13814
|
+
["bid_peer", "flags.0?Peer"],
|
|
13815
|
+
["acquired_count", "int"],
|
|
13816
|
+
],
|
|
13817
|
+
"StarGiftAuctionUserState",
|
|
13818
|
+
],
|
|
13819
|
+
"payments.starGiftAuctionState": [
|
|
13820
|
+
0x6B39F4EC,
|
|
13821
|
+
[
|
|
13822
|
+
["gift", "StarGift"],
|
|
13823
|
+
["state", "StarGiftAuctionState"],
|
|
13824
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
13825
|
+
["timeout", "int"],
|
|
13826
|
+
["users", "Vector<User>"],
|
|
13827
|
+
["chats", "Vector<Chat>"],
|
|
13828
|
+
],
|
|
13829
|
+
"payments.StarGiftAuctionState",
|
|
13830
|
+
],
|
|
13831
|
+
starGiftAuctionAcquiredGift: [
|
|
13832
|
+
0x42B00348,
|
|
13833
|
+
[
|
|
13834
|
+
["flags", "#"],
|
|
13835
|
+
["name_hidden", "flags.0?true"],
|
|
13836
|
+
["peer", "Peer"],
|
|
13837
|
+
["date", "int"],
|
|
13838
|
+
["bid_amount", "long"],
|
|
13839
|
+
["round", "int"],
|
|
13840
|
+
["pos", "int"],
|
|
13841
|
+
["message", "flags.1?TextWithEntities"],
|
|
13842
|
+
["gift_num", "flags.2?int"],
|
|
13843
|
+
],
|
|
13844
|
+
"StarGiftAuctionAcquiredGift",
|
|
13845
|
+
],
|
|
13846
|
+
"payments.starGiftAuctionAcquiredGifts": [
|
|
13847
|
+
0x7D5BD1F0,
|
|
13848
|
+
[
|
|
13849
|
+
["gifts", "Vector<StarGiftAuctionAcquiredGift>"],
|
|
13850
|
+
["users", "Vector<User>"],
|
|
13851
|
+
["chats", "Vector<Chat>"],
|
|
13852
|
+
],
|
|
13853
|
+
"payments.StarGiftAuctionAcquiredGifts",
|
|
13854
|
+
],
|
|
13855
|
+
starGiftActiveAuctionState: [
|
|
13856
|
+
0xD31BC45D,
|
|
13857
|
+
[
|
|
13858
|
+
["gift", "StarGift"],
|
|
13859
|
+
["state", "StarGiftAuctionState"],
|
|
13860
|
+
["user_state", "StarGiftAuctionUserState"],
|
|
13861
|
+
],
|
|
13862
|
+
"StarGiftActiveAuctionState",
|
|
13863
|
+
],
|
|
13864
|
+
"payments.starGiftActiveAuctionsNotModified": [
|
|
13865
|
+
0xDB33DAD0,
|
|
13866
|
+
[],
|
|
13867
|
+
"payments.StarGiftActiveAuctions",
|
|
13868
|
+
],
|
|
13869
|
+
"payments.starGiftActiveAuctions": [
|
|
13870
|
+
0xAEF6ABBC,
|
|
13871
|
+
[
|
|
13872
|
+
["auctions", "Vector<StarGiftActiveAuctionState>"],
|
|
13873
|
+
["users", "Vector<User>"],
|
|
13874
|
+
["chats", "Vector<Chat>"],
|
|
13875
|
+
],
|
|
13876
|
+
"payments.StarGiftActiveAuctions",
|
|
13877
|
+
],
|
|
13878
|
+
inputStarGiftAuction: [
|
|
13879
|
+
0x02E16C98,
|
|
13880
|
+
[
|
|
13881
|
+
["gift_id", "long"],
|
|
13882
|
+
],
|
|
13883
|
+
"InputStarGiftAuction",
|
|
13884
|
+
],
|
|
13885
|
+
inputStarGiftAuctionSlug: [
|
|
13886
|
+
0x7AB58308,
|
|
13887
|
+
[
|
|
13888
|
+
["slug", "string"],
|
|
13889
|
+
],
|
|
13890
|
+
"InputStarGiftAuction",
|
|
13891
|
+
],
|
|
13892
|
+
passkey: [
|
|
13893
|
+
0x98613EBF,
|
|
13894
|
+
[
|
|
13895
|
+
["flags", "#"],
|
|
13896
|
+
["id", "string"],
|
|
13897
|
+
["name", "string"],
|
|
13898
|
+
["date", "int"],
|
|
13899
|
+
["software_emoji_id", "flags.0?long"],
|
|
13900
|
+
["last_usage_date", "flags.1?int"],
|
|
13901
|
+
],
|
|
13902
|
+
"Passkey",
|
|
13903
|
+
],
|
|
13904
|
+
"account.passkeys": [
|
|
13905
|
+
0xF8E0AA1C,
|
|
13906
|
+
[
|
|
13907
|
+
["passkeys", "Vector<Passkey>"],
|
|
13908
|
+
],
|
|
13909
|
+
"account.Passkeys",
|
|
13910
|
+
],
|
|
13911
|
+
"account.passkeyRegistrationOptions": [
|
|
13912
|
+
0xE16B5CE1,
|
|
13913
|
+
[
|
|
13914
|
+
["options", "DataJSON"],
|
|
13915
|
+
],
|
|
13916
|
+
"account.PasskeyRegistrationOptions",
|
|
13917
|
+
],
|
|
13918
|
+
"auth.passkeyLoginOptions": [
|
|
13919
|
+
0xE2037789,
|
|
13920
|
+
[
|
|
13921
|
+
["options", "DataJSON"],
|
|
13922
|
+
],
|
|
13923
|
+
"auth.PasskeyLoginOptions",
|
|
13924
|
+
],
|
|
13925
|
+
inputPasskeyResponseRegister: [
|
|
13926
|
+
0x3E63935C,
|
|
13927
|
+
[
|
|
13928
|
+
["client_data", "DataJSON"],
|
|
13929
|
+
["attestation_data", "bytes"],
|
|
13930
|
+
],
|
|
13931
|
+
"InputPasskeyResponse",
|
|
13932
|
+
],
|
|
13933
|
+
inputPasskeyResponseLogin: [
|
|
13934
|
+
0xC31FC14A,
|
|
13935
|
+
[
|
|
13936
|
+
["client_data", "DataJSON"],
|
|
13937
|
+
["authenticator_data", "bytes"],
|
|
13938
|
+
["signature", "bytes"],
|
|
13939
|
+
["user_handle", "string"],
|
|
13940
|
+
],
|
|
13941
|
+
"InputPasskeyResponse",
|
|
13942
|
+
],
|
|
13943
|
+
inputPasskeyCredentialPublicKey: [
|
|
13944
|
+
0x3C27B78F,
|
|
13945
|
+
[
|
|
13946
|
+
["id", "string"],
|
|
13947
|
+
["raw_id", "string"],
|
|
13948
|
+
["response", "InputPasskeyResponse"],
|
|
13949
|
+
],
|
|
13950
|
+
"InputPasskeyCredential",
|
|
13951
|
+
],
|
|
13952
|
+
inputPasskeyCredentialFirebasePNV: [
|
|
13953
|
+
0x5B1CCB28,
|
|
13954
|
+
[
|
|
13955
|
+
["pnv_token", "string"],
|
|
13956
|
+
],
|
|
13957
|
+
"InputPasskeyCredential",
|
|
13958
|
+
],
|
|
13959
|
+
starGiftBackground: [
|
|
13960
|
+
0xAFF56398,
|
|
13961
|
+
[
|
|
13962
|
+
["center_color", "int"],
|
|
13963
|
+
["edge_color", "int"],
|
|
13964
|
+
["text_color", "int"],
|
|
13965
|
+
],
|
|
13966
|
+
"StarGiftBackground",
|
|
13967
|
+
],
|
|
13968
|
+
starGiftAuctionRound: [
|
|
13969
|
+
0x3AAE0528,
|
|
13970
|
+
[
|
|
13971
|
+
["num", "int"],
|
|
13972
|
+
["duration", "int"],
|
|
13973
|
+
],
|
|
13974
|
+
"StarGiftAuctionRound",
|
|
13975
|
+
],
|
|
13976
|
+
starGiftAuctionRoundExtendable: [
|
|
13977
|
+
0x0AA021E5,
|
|
13978
|
+
[
|
|
13979
|
+
["num", "int"],
|
|
13980
|
+
["duration", "int"],
|
|
13981
|
+
["extend_top", "int"],
|
|
13982
|
+
["extend_window", "int"],
|
|
13983
|
+
],
|
|
13984
|
+
"StarGiftAuctionRound",
|
|
13985
|
+
],
|
|
13986
|
+
"payments.starGiftUpgradeAttributes": [
|
|
13987
|
+
0x46C6E36F,
|
|
13988
|
+
[
|
|
13989
|
+
["attributes", "Vector<StarGiftAttribute>"],
|
|
13990
|
+
],
|
|
13991
|
+
"payments.StarGiftUpgradeAttributes",
|
|
13992
|
+
],
|
|
13993
|
+
"messages.emojiGameOutcome": [
|
|
13994
|
+
0xDA2AD647,
|
|
13995
|
+
[
|
|
13996
|
+
["seed", "bytes"],
|
|
13997
|
+
["stake_ton_amount", "long"],
|
|
13998
|
+
["ton_amount", "long"],
|
|
13999
|
+
],
|
|
14000
|
+
"messages.EmojiGameOutcome",
|
|
14001
|
+
],
|
|
14002
|
+
"messages.emojiGameUnavailable": [
|
|
14003
|
+
0x59E65335,
|
|
14004
|
+
[],
|
|
14005
|
+
"messages.EmojiGameInfo",
|
|
14006
|
+
],
|
|
14007
|
+
"messages.emojiGameDiceInfo": [
|
|
14008
|
+
0x44E56023,
|
|
14009
|
+
[
|
|
14010
|
+
["flags", "#"],
|
|
14011
|
+
["game_hash", "string"],
|
|
14012
|
+
["prev_stake", "long"],
|
|
14013
|
+
["current_streak", "int"],
|
|
14014
|
+
["params", "Vector<int>"],
|
|
14015
|
+
["plays_left", "flags.0?int"],
|
|
14016
|
+
],
|
|
14017
|
+
"messages.EmojiGameInfo",
|
|
14018
|
+
],
|
|
14019
|
+
invokeWithBusinessConnectionPrefix: [
|
|
14020
|
+
0xDD289F8E,
|
|
14021
|
+
[
|
|
14022
|
+
["connection_id", "string"],
|
|
14023
|
+
],
|
|
14024
|
+
"Error",
|
|
14025
|
+
],
|
|
14026
|
+
invokeWithGooglePlayIntegrityPrefix: [
|
|
14027
|
+
0x1DF92984,
|
|
14028
|
+
[
|
|
14029
|
+
["nonce", "string"],
|
|
14030
|
+
["token", "string"],
|
|
14031
|
+
],
|
|
14032
|
+
"Error",
|
|
14033
|
+
],
|
|
14034
|
+
invokeWithApnsSecretPrefix: [
|
|
14035
|
+
0x0DAE54F8,
|
|
14036
|
+
[
|
|
14037
|
+
["nonce", "string"],
|
|
14038
|
+
["secret", "string"],
|
|
14039
|
+
],
|
|
14040
|
+
"Error",
|
|
14041
|
+
],
|
|
14042
|
+
invokeWithReCaptchaPrefix: [
|
|
14043
|
+
0xADBB0F94,
|
|
14044
|
+
[
|
|
14045
|
+
["token", "string"],
|
|
14046
|
+
],
|
|
14047
|
+
"Error",
|
|
14048
|
+
],
|
|
13540
14049
|
invokeAfterMsg: [
|
|
13541
14050
|
0xCB9F372D,
|
|
13542
14051
|
[
|
|
@@ -13836,6 +14345,24 @@ exports.schema = Object.freeze({
|
|
|
13836
14345
|
],
|
|
13837
14346
|
"auth.SentCode",
|
|
13838
14347
|
],
|
|
14348
|
+
"auth.initPasskeyLogin": [
|
|
14349
|
+
0x518AD0B7,
|
|
14350
|
+
[
|
|
14351
|
+
["api_id", "int"],
|
|
14352
|
+
["api_hash", "string"],
|
|
14353
|
+
],
|
|
14354
|
+
"auth.PasskeyLoginOptions",
|
|
14355
|
+
],
|
|
14356
|
+
"auth.finishPasskeyLogin": [
|
|
14357
|
+
0x9857AD07,
|
|
14358
|
+
[
|
|
14359
|
+
["flags", "#"],
|
|
14360
|
+
["credential", "InputPasskeyCredential"],
|
|
14361
|
+
["from_dc_id", "flags.0?int"],
|
|
14362
|
+
["from_auth_key_id", "flags.0?long"],
|
|
14363
|
+
],
|
|
14364
|
+
"auth.Authorization",
|
|
14365
|
+
],
|
|
13839
14366
|
"account.registerDevice": [
|
|
13840
14367
|
0xEC86017A,
|
|
13841
14368
|
[
|
|
@@ -14746,6 +15273,30 @@ exports.schema = Object.freeze({
|
|
|
14746
15273
|
],
|
|
14747
15274
|
"account.ChatThemes",
|
|
14748
15275
|
],
|
|
15276
|
+
"account.initPasskeyRegistration": [
|
|
15277
|
+
0x429547E8,
|
|
15278
|
+
[],
|
|
15279
|
+
"account.PasskeyRegistrationOptions",
|
|
15280
|
+
],
|
|
15281
|
+
"account.registerPasskey": [
|
|
15282
|
+
0x55B41FD6,
|
|
15283
|
+
[
|
|
15284
|
+
["credential", "InputPasskeyCredential"],
|
|
15285
|
+
],
|
|
15286
|
+
"Passkey",
|
|
15287
|
+
],
|
|
15288
|
+
"account.getPasskeys": [
|
|
15289
|
+
0xEA1F0C52,
|
|
15290
|
+
[],
|
|
15291
|
+
"account.Passkeys",
|
|
15292
|
+
],
|
|
15293
|
+
"account.deletePasskey": [
|
|
15294
|
+
0xF5B5563F,
|
|
15295
|
+
[
|
|
15296
|
+
["id", "string"],
|
|
15297
|
+
],
|
|
15298
|
+
"Bool",
|
|
15299
|
+
],
|
|
14749
15300
|
"users.getUsers": [
|
|
14750
15301
|
0x0D91A548,
|
|
14751
15302
|
[
|
|
@@ -15132,7 +15683,7 @@ exports.schema = Object.freeze({
|
|
|
15132
15683
|
"Bool",
|
|
15133
15684
|
],
|
|
15134
15685
|
"messages.sendMessage": [
|
|
15135
|
-
|
|
15686
|
+
0x545CD15A,
|
|
15136
15687
|
[
|
|
15137
15688
|
["flags", "#"],
|
|
15138
15689
|
["no_webpage", "flags.1?true"],
|
|
@@ -15150,6 +15701,7 @@ exports.schema = Object.freeze({
|
|
|
15150
15701
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15151
15702
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15152
15703
|
["schedule_date", "flags.10?int"],
|
|
15704
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15153
15705
|
["send_as", "flags.13?InputPeer"],
|
|
15154
15706
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15155
15707
|
["effect", "flags.18?long"],
|
|
@@ -15159,7 +15711,7 @@ exports.schema = Object.freeze({
|
|
|
15159
15711
|
"Updates",
|
|
15160
15712
|
],
|
|
15161
15713
|
"messages.sendMedia": [
|
|
15162
|
-
|
|
15714
|
+
0x0330E77F,
|
|
15163
15715
|
[
|
|
15164
15716
|
["flags", "#"],
|
|
15165
15717
|
["silent", "flags.5?true"],
|
|
@@ -15177,6 +15729,7 @@ exports.schema = Object.freeze({
|
|
|
15177
15729
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15178
15730
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15179
15731
|
["schedule_date", "flags.10?int"],
|
|
15732
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15180
15733
|
["send_as", "flags.13?InputPeer"],
|
|
15181
15734
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15182
15735
|
["effect", "flags.18?long"],
|
|
@@ -15186,7 +15739,7 @@ exports.schema = Object.freeze({
|
|
|
15186
15739
|
"Updates",
|
|
15187
15740
|
],
|
|
15188
15741
|
"messages.forwardMessages": [
|
|
15189
|
-
|
|
15742
|
+
0x13704A7C,
|
|
15190
15743
|
[
|
|
15191
15744
|
["flags", "#"],
|
|
15192
15745
|
["silent", "flags.5?true"],
|
|
@@ -15203,8 +15756,10 @@ exports.schema = Object.freeze({
|
|
|
15203
15756
|
["top_msg_id", "flags.9?int"],
|
|
15204
15757
|
["reply_to", "flags.22?InputReplyTo"],
|
|
15205
15758
|
["schedule_date", "flags.10?int"],
|
|
15759
|
+
["schedule_repeat_period", "flags.24?int"],
|
|
15206
15760
|
["send_as", "flags.13?InputPeer"],
|
|
15207
15761
|
["quick_reply_shortcut", "flags.17?InputQuickReplyShortcut"],
|
|
15762
|
+
["effect", "flags.18?long"],
|
|
15208
15763
|
["video_timestamp", "flags.20?int"],
|
|
15209
15764
|
["allow_paid_stars", "flags.21?long"],
|
|
15210
15765
|
["suggested_post", "flags.23?SuggestedPost"],
|
|
@@ -15617,7 +16172,7 @@ exports.schema = Object.freeze({
|
|
|
15617
16172
|
"messages.MessageEditData",
|
|
15618
16173
|
],
|
|
15619
16174
|
"messages.editMessage": [
|
|
15620
|
-
|
|
16175
|
+
0x51E842E1,
|
|
15621
16176
|
[
|
|
15622
16177
|
["flags", "#"],
|
|
15623
16178
|
["no_webpage", "flags.1?true"],
|
|
@@ -15629,6 +16184,7 @@ exports.schema = Object.freeze({
|
|
|
15629
16184
|
["reply_markup", "flags.2?ReplyMarkup"],
|
|
15630
16185
|
["entities", "flags.3?Vector<MessageEntity>"],
|
|
15631
16186
|
["schedule_date", "flags.15?int"],
|
|
16187
|
+
["schedule_repeat_period", "flags.18?int"],
|
|
15632
16188
|
["quick_reply_shortcut_id", "flags.17?int"],
|
|
15633
16189
|
],
|
|
15634
16190
|
"Updates",
|
|
@@ -17302,6 +17858,21 @@ exports.schema = Object.freeze({
|
|
|
17302
17858
|
],
|
|
17303
17859
|
"messages.AffectedHistory",
|
|
17304
17860
|
],
|
|
17861
|
+
"messages.getEmojiGameInfo": [
|
|
17862
|
+
0xFB7E8CA7,
|
|
17863
|
+
[],
|
|
17864
|
+
"messages.EmojiGameInfo",
|
|
17865
|
+
],
|
|
17866
|
+
"messages.summarizeText": [
|
|
17867
|
+
0x9D4104E2,
|
|
17868
|
+
[
|
|
17869
|
+
["flags", "#"],
|
|
17870
|
+
["peer", "InputPeer"],
|
|
17871
|
+
["id", "int"],
|
|
17872
|
+
["to_lang", "flags.0?string"],
|
|
17873
|
+
],
|
|
17874
|
+
"TextWithEntities",
|
|
17875
|
+
],
|
|
17305
17876
|
"updates.getState": [
|
|
17306
17877
|
0xEDD4882A,
|
|
17307
17878
|
[],
|
|
@@ -17925,6 +18496,7 @@ exports.schema = Object.freeze({
|
|
|
17925
18496
|
[
|
|
17926
18497
|
["flags", "#"],
|
|
17927
18498
|
["for_paid_reactions", "flags.0?true"],
|
|
18499
|
+
["for_live_stories", "flags.1?true"],
|
|
17928
18500
|
["peer", "InputPeer"],
|
|
17929
18501
|
],
|
|
17930
18502
|
"channels.SendAsPeers",
|
|
@@ -18875,6 +19447,57 @@ exports.schema = Object.freeze({
|
|
|
18875
19447
|
],
|
|
18876
19448
|
"payments.CheckCanSendGiftResult",
|
|
18877
19449
|
],
|
|
19450
|
+
"payments.getStarGiftAuctionState": [
|
|
19451
|
+
0x5C9FF4D6,
|
|
19452
|
+
[
|
|
19453
|
+
["auction", "InputStarGiftAuction"],
|
|
19454
|
+
["version", "int"],
|
|
19455
|
+
],
|
|
19456
|
+
"payments.StarGiftAuctionState",
|
|
19457
|
+
],
|
|
19458
|
+
"payments.getStarGiftAuctionAcquiredGifts": [
|
|
19459
|
+
0x6BA2CBEC,
|
|
19460
|
+
[
|
|
19461
|
+
["gift_id", "long"],
|
|
19462
|
+
],
|
|
19463
|
+
"payments.StarGiftAuctionAcquiredGifts",
|
|
19464
|
+
],
|
|
19465
|
+
"payments.getStarGiftActiveAuctions": [
|
|
19466
|
+
0xA5D0514D,
|
|
19467
|
+
[
|
|
19468
|
+
["hash", "long"],
|
|
19469
|
+
],
|
|
19470
|
+
"payments.StarGiftActiveAuctions",
|
|
19471
|
+
],
|
|
19472
|
+
"payments.resolveStarGiftOffer": [
|
|
19473
|
+
0xE9CE781C,
|
|
19474
|
+
[
|
|
19475
|
+
["flags", "#"],
|
|
19476
|
+
["decline", "flags.0?true"],
|
|
19477
|
+
["offer_msg_id", "int"],
|
|
19478
|
+
],
|
|
19479
|
+
"Updates",
|
|
19480
|
+
],
|
|
19481
|
+
"payments.sendStarGiftOffer": [
|
|
19482
|
+
0x8FB86B41,
|
|
19483
|
+
[
|
|
19484
|
+
["flags", "#"],
|
|
19485
|
+
["peer", "InputPeer"],
|
|
19486
|
+
["slug", "string"],
|
|
19487
|
+
["price", "StarsAmount"],
|
|
19488
|
+
["duration", "int"],
|
|
19489
|
+
["random_id", "long"],
|
|
19490
|
+
["allow_paid_stars", "flags.0?long"],
|
|
19491
|
+
],
|
|
19492
|
+
"Updates",
|
|
19493
|
+
],
|
|
19494
|
+
"payments.getStarGiftUpgradeAttributes": [
|
|
19495
|
+
0x6D038B58,
|
|
19496
|
+
[
|
|
19497
|
+
["gift_id", "long"],
|
|
19498
|
+
],
|
|
19499
|
+
"payments.StarGiftUpgradeAttributes",
|
|
19500
|
+
],
|
|
18878
19501
|
"stickers.createStickerSet": [
|
|
18879
19502
|
0x9021AB67,
|
|
18880
19503
|
[
|
|
@@ -19105,13 +19728,14 @@ exports.schema = Object.freeze({
|
|
|
19105
19728
|
"Updates",
|
|
19106
19729
|
],
|
|
19107
19730
|
"phone.toggleGroupCallSettings": [
|
|
19108
|
-
|
|
19731
|
+
0x974392F2,
|
|
19109
19732
|
[
|
|
19110
19733
|
["flags", "#"],
|
|
19111
19734
|
["reset_invite_hash", "flags.1?true"],
|
|
19112
19735
|
["call", "InputGroupCall"],
|
|
19113
19736
|
["join_muted", "flags.0?Bool"],
|
|
19114
19737
|
["messages_enabled", "flags.2?Bool"],
|
|
19738
|
+
["send_paid_messages_stars", "flags.3?long"],
|
|
19115
19739
|
],
|
|
19116
19740
|
"Updates",
|
|
19117
19741
|
],
|
|
@@ -19239,8 +19863,10 @@ exports.schema = Object.freeze({
|
|
|
19239
19863
|
"phone.GroupCallStreamChannels",
|
|
19240
19864
|
],
|
|
19241
19865
|
"phone.getGroupCallStreamRtmpUrl": [
|
|
19242
|
-
|
|
19866
|
+
0x5AF4C73A,
|
|
19243
19867
|
[
|
|
19868
|
+
["flags", "#"],
|
|
19869
|
+
["live_story", "flags.0?true"],
|
|
19244
19870
|
["peer", "InputPeer"],
|
|
19245
19871
|
["revoke", "Bool"],
|
|
19246
19872
|
],
|
|
@@ -19316,13 +19942,16 @@ exports.schema = Object.freeze({
|
|
|
19316
19942
|
"Updates",
|
|
19317
19943
|
],
|
|
19318
19944
|
"phone.sendGroupCallMessage": [
|
|
19319
|
-
|
|
19945
|
+
0xB1D11410,
|
|
19320
19946
|
[
|
|
19947
|
+
["flags", "#"],
|
|
19321
19948
|
["call", "InputGroupCall"],
|
|
19322
19949
|
["random_id", "long"],
|
|
19323
19950
|
["message", "TextWithEntities"],
|
|
19951
|
+
["allow_paid_stars", "flags.0?long"],
|
|
19952
|
+
["send_as", "flags.1?InputPeer"],
|
|
19324
19953
|
],
|
|
19325
|
-
"
|
|
19954
|
+
"Updates",
|
|
19326
19955
|
],
|
|
19327
19956
|
"phone.sendGroupCallEncryptedMessage": [
|
|
19328
19957
|
0xE5AFA56D,
|
|
@@ -19332,6 +19961,41 @@ exports.schema = Object.freeze({
|
|
|
19332
19961
|
],
|
|
19333
19962
|
"Bool",
|
|
19334
19963
|
],
|
|
19964
|
+
"phone.deleteGroupCallMessages": [
|
|
19965
|
+
0xF64F54F7,
|
|
19966
|
+
[
|
|
19967
|
+
["flags", "#"],
|
|
19968
|
+
["report_spam", "flags.0?true"],
|
|
19969
|
+
["call", "InputGroupCall"],
|
|
19970
|
+
["messages", "Vector<int>"],
|
|
19971
|
+
],
|
|
19972
|
+
"Updates",
|
|
19973
|
+
],
|
|
19974
|
+
"phone.deleteGroupCallParticipantMessages": [
|
|
19975
|
+
0x1DBFECA0,
|
|
19976
|
+
[
|
|
19977
|
+
["flags", "#"],
|
|
19978
|
+
["report_spam", "flags.0?true"],
|
|
19979
|
+
["call", "InputGroupCall"],
|
|
19980
|
+
["participant", "InputPeer"],
|
|
19981
|
+
],
|
|
19982
|
+
"Updates",
|
|
19983
|
+
],
|
|
19984
|
+
"phone.getGroupCallStars": [
|
|
19985
|
+
0x6F636302,
|
|
19986
|
+
[
|
|
19987
|
+
["call", "InputGroupCall"],
|
|
19988
|
+
],
|
|
19989
|
+
"phone.GroupCallStars",
|
|
19990
|
+
],
|
|
19991
|
+
"phone.saveDefaultSendAs": [
|
|
19992
|
+
0x4167ADD1,
|
|
19993
|
+
[
|
|
19994
|
+
["call", "InputGroupCall"],
|
|
19995
|
+
["send_as", "InputPeer"],
|
|
19996
|
+
],
|
|
19997
|
+
"Bool",
|
|
19998
|
+
],
|
|
19335
19999
|
"langpack.getLangPack": [
|
|
19336
20000
|
0xF2F2330A,
|
|
19337
20001
|
[
|
|
@@ -19726,11 +20390,11 @@ exports.schema = Object.freeze({
|
|
|
19726
20390
|
"Updates",
|
|
19727
20391
|
],
|
|
19728
20392
|
"stories.getPeerMaxIDs": [
|
|
19729
|
-
|
|
20393
|
+
0x78499170,
|
|
19730
20394
|
[
|
|
19731
20395
|
["id", "Vector<InputPeer>"],
|
|
19732
20396
|
],
|
|
19733
|
-
"Vector<
|
|
20397
|
+
"Vector<RecentStory>",
|
|
19734
20398
|
],
|
|
19735
20399
|
"stories.getChatsToSend": [
|
|
19736
20400
|
0xA56A8B60,
|
|
@@ -19834,6 +20498,23 @@ exports.schema = Object.freeze({
|
|
|
19834
20498
|
],
|
|
19835
20499
|
"stories.Stories",
|
|
19836
20500
|
],
|
|
20501
|
+
"stories.startLive": [
|
|
20502
|
+
0xD069CCDE,
|
|
20503
|
+
[
|
|
20504
|
+
["flags", "#"],
|
|
20505
|
+
["pinned", "flags.2?true"],
|
|
20506
|
+
["noforwards", "flags.4?true"],
|
|
20507
|
+
["rtmp_stream", "flags.5?true"],
|
|
20508
|
+
["peer", "InputPeer"],
|
|
20509
|
+
["caption", "flags.0?string"],
|
|
20510
|
+
["entities", "flags.1?Vector<MessageEntity>"],
|
|
20511
|
+
["privacy_rules", "Vector<InputPrivacyRule>"],
|
|
20512
|
+
["random_id", "long"],
|
|
20513
|
+
["messages_enabled", "flags.6?Bool"],
|
|
20514
|
+
["send_paid_messages_stars", "flags.7?long"],
|
|
20515
|
+
],
|
|
20516
|
+
"Updates",
|
|
20517
|
+
],
|
|
19837
20518
|
"premium.getBoostsList": [
|
|
19838
20519
|
0x60F67660,
|
|
19839
20520
|
[
|
|
@@ -19929,7 +20610,12 @@ exports.schema = Object.freeze({
|
|
|
19929
20610
|
identifierToName: {
|
|
19930
20611
|
[0x3FEDD339]: "true",
|
|
19931
20612
|
[0xC4B9F9BB]: "error",
|
|
19932
|
-
[
|
|
20613
|
+
[0xD433AD73]: "ipPort",
|
|
20614
|
+
[0x37982646]: "ipPortSecret",
|
|
20615
|
+
[0x4679B65F]: "accessPointRule",
|
|
20616
|
+
[0x5A592A6C]: "help.configSimple",
|
|
20617
|
+
[0x27D69997]: "inputPeerPhotoFileLocationLegacy",
|
|
20618
|
+
[0x0DBAEAE9]: "inputStickerSetThumbLegacy",
|
|
19933
20619
|
[0x7F3B18EA]: "inputPeerEmpty",
|
|
19934
20620
|
[0x7DA07EC9]: "inputPeerSelf",
|
|
19935
20621
|
[0x35A95CB9]: "inputPeerChat",
|
|
@@ -19941,7 +20627,7 @@ exports.schema = Object.freeze({
|
|
|
19941
20627
|
[0xF7C1B13F]: "inputUserSelf",
|
|
19942
20628
|
[0xF21158C6]: "inputUser",
|
|
19943
20629
|
[0x1DA448E2]: "inputUserFromMessage",
|
|
19944
|
-
[
|
|
20630
|
+
[0x6A1DC4BE]: "inputPhoneContact",
|
|
19945
20631
|
[0xF52FF27F]: "inputFile",
|
|
19946
20632
|
[0xFA4F0BB5]: "inputFileBig",
|
|
19947
20633
|
[0x62DC8B48]: "inputFileStoryDocument",
|
|
@@ -19964,6 +20650,7 @@ exports.schema = Object.freeze({
|
|
|
19964
20650
|
[0xC21B8849]: "inputMediaWebPage",
|
|
19965
20651
|
[0xC4103386]: "inputMediaPaidMedia",
|
|
19966
20652
|
[0x9FC55FDE]: "inputMediaTodo",
|
|
20653
|
+
[0xF3A9244A]: "inputMediaStakeDice",
|
|
19967
20654
|
[0x1CA48F57]: "inputChatPhotoEmpty",
|
|
19968
20655
|
[0xBDCDAEC0]: "inputChatUploadedPhoto",
|
|
19969
20656
|
[0x8953AD37]: "inputChatPhoto",
|
|
@@ -19995,7 +20682,7 @@ exports.schema = Object.freeze({
|
|
|
19995
20682
|
[0xB3CEA0E4]: "storage.fileMp4",
|
|
19996
20683
|
[0x1081464C]: "storage.fileWebp",
|
|
19997
20684
|
[0xD3BC4B7A]: "userEmpty",
|
|
19998
|
-
[
|
|
20685
|
+
[0x31774388]: "user",
|
|
19999
20686
|
[0x4F11BAE1]: "userProfilePhotoEmpty",
|
|
20000
20687
|
[0x82D1F706]: "userProfilePhoto",
|
|
20001
20688
|
[0x09D05049]: "userStatusEmpty",
|
|
@@ -20007,7 +20694,7 @@ exports.schema = Object.freeze({
|
|
|
20007
20694
|
[0x29562865]: "chatEmpty",
|
|
20008
20695
|
[0x41CBF256]: "chat",
|
|
20009
20696
|
[0x6592A1A7]: "chatForbidden",
|
|
20010
|
-
[
|
|
20697
|
+
[0x1C32B11C]: "channel",
|
|
20011
20698
|
[0x17D493D5]: "channelForbidden",
|
|
20012
20699
|
[0x2633421B]: "chatFull",
|
|
20013
20700
|
[0xE4E0B29D]: "channelFull",
|
|
@@ -20019,7 +20706,7 @@ exports.schema = Object.freeze({
|
|
|
20019
20706
|
[0x37C1011C]: "chatPhotoEmpty",
|
|
20020
20707
|
[0x1C6E1C11]: "chatPhoto",
|
|
20021
20708
|
[0x90A6CA84]: "messageEmpty",
|
|
20022
|
-
[
|
|
20709
|
+
[0x9CB490E9]: "message",
|
|
20023
20710
|
[0x7A800E0A]: "messageService",
|
|
20024
20711
|
[0x3DED6320]: "messageMediaEmpty",
|
|
20025
20712
|
[0x695150D7]: "messageMediaPhoto",
|
|
@@ -20033,12 +20720,13 @@ exports.schema = Object.freeze({
|
|
|
20033
20720
|
[0xF6A548D3]: "messageMediaInvoice",
|
|
20034
20721
|
[0xB940C666]: "messageMediaGeoLive",
|
|
20035
20722
|
[0x4BD6E798]: "messageMediaPoll",
|
|
20036
|
-
[
|
|
20723
|
+
[0x08CBEC07]: "messageMediaDice",
|
|
20037
20724
|
[0x68CB6283]: "messageMediaStory",
|
|
20038
20725
|
[0xAA073BEB]: "messageMediaGiveaway",
|
|
20039
20726
|
[0xCEAA3EA1]: "messageMediaGiveawayResults",
|
|
20040
20727
|
[0xA8852491]: "messageMediaPaidMedia",
|
|
20041
20728
|
[0x8A53B014]: "messageMediaToDo",
|
|
20729
|
+
[0xCA5CAB89]: "messageMediaVideoStream",
|
|
20042
20730
|
[0xB6AEF7B0]: "messageActionEmpty",
|
|
20043
20731
|
[0xBD47CBAD]: "messageActionChatCreate",
|
|
20044
20732
|
[0xB5A1CE5A]: "messageActionChatEditTitle",
|
|
@@ -20071,13 +20759,13 @@ exports.schema = Object.freeze({
|
|
|
20071
20759
|
[0xEBBCA3CB]: "messageActionChatJoinedByRequest",
|
|
20072
20760
|
[0x47DD8079]: "messageActionWebViewDataSentMe",
|
|
20073
20761
|
[0xB4C38CB5]: "messageActionWebViewDataSent",
|
|
20074
|
-
[
|
|
20762
|
+
[0x48E91302]: "messageActionGiftPremium",
|
|
20075
20763
|
[0x0D999256]: "messageActionTopicCreate",
|
|
20076
20764
|
[0xC0944820]: "messageActionTopicEdit",
|
|
20077
20765
|
[0x57DE635E]: "messageActionSuggestProfilePhoto",
|
|
20078
20766
|
[0x31518E9B]: "messageActionRequestedPeer",
|
|
20079
20767
|
[0x5060A3F4]: "messageActionSetChatWallPaper",
|
|
20080
|
-
[
|
|
20768
|
+
[0x31C48347]: "messageActionGiftCode",
|
|
20081
20769
|
[0xA80F51E4]: "messageActionGiveawayLaunch",
|
|
20082
20770
|
[0x87E2F155]: "messageActionGiveawayResults",
|
|
20083
20771
|
[0xCC02AA6D]: "messageActionBoostApply",
|
|
@@ -20085,7 +20773,7 @@ exports.schema = Object.freeze({
|
|
|
20085
20773
|
[0x41B3E202]: "messageActionPaymentRefunded",
|
|
20086
20774
|
[0x45D5B021]: "messageActionGiftStars",
|
|
20087
20775
|
[0xB00C47A2]: "messageActionPrizeStars",
|
|
20088
|
-
[
|
|
20776
|
+
[0xEA2C31D3]: "messageActionStarGift",
|
|
20089
20777
|
[0x95728543]: "messageActionStarGiftUnique",
|
|
20090
20778
|
[0xAC1F1FCD]: "messageActionPaidMessagesRefunded",
|
|
20091
20779
|
[0x84B88578]: "messageActionPaidMessagesPrice",
|
|
@@ -20097,6 +20785,8 @@ exports.schema = Object.freeze({
|
|
|
20097
20785
|
[0x69F916F8]: "messageActionSuggestedPostRefund",
|
|
20098
20786
|
[0xA8A3C699]: "messageActionGiftTon",
|
|
20099
20787
|
[0x2C8F2A25]: "messageActionSuggestBirthday",
|
|
20788
|
+
[0x774278D4]: "messageActionStarGiftPurchaseOffer",
|
|
20789
|
+
[0x73ADA76B]: "messageActionStarGiftPurchaseOfferDeclined",
|
|
20100
20790
|
[0xD58A08C6]: "dialog",
|
|
20101
20791
|
[0x71BD134C]: "dialogFolder",
|
|
20102
20792
|
[0x2331B22D]: "photoEmpty",
|
|
@@ -20258,7 +20948,7 @@ exports.schema = Object.freeze({
|
|
|
20258
20948
|
[0x5BB98608]: "updatePinnedChannelMessages",
|
|
20259
20949
|
[0xF89A6A4E]: "updateChat",
|
|
20260
20950
|
[0xF2EBDB4E]: "updateGroupCallParticipants",
|
|
20261
|
-
[
|
|
20951
|
+
[0x9D2216E0]: "updateGroupCall",
|
|
20262
20952
|
[0xBB9BB9A5]: "updatePeerHistoryTTL",
|
|
20263
20953
|
[0xD087663A]: "updateChatParticipant",
|
|
20264
20954
|
[0x985D3ABB]: "updateChannelParticipant",
|
|
@@ -20315,10 +21005,14 @@ exports.schema = Object.freeze({
|
|
|
20315
21005
|
[0x77B0E372]: "updateReadMonoForumInbox",
|
|
20316
21006
|
[0xA4A79376]: "updateReadMonoForumOutbox",
|
|
20317
21007
|
[0x9F812B08]: "updateMonoForumNoPaidException",
|
|
20318
|
-
[
|
|
21008
|
+
[0xD8326F0D]: "updateGroupCallMessage",
|
|
20319
21009
|
[0xC957A766]: "updateGroupCallEncryptedMessage",
|
|
20320
21010
|
[0x683B2C52]: "updatePinnedForumTopic",
|
|
20321
21011
|
[0xDEF143D0]: "updatePinnedForumTopics",
|
|
21012
|
+
[0x3E85E92C]: "updateDeleteGroupCallMessages",
|
|
21013
|
+
[0x48E246C2]: "updateStarGiftAuctionState",
|
|
21014
|
+
[0xDC58F31E]: "updateStarGiftAuctionUserState",
|
|
21015
|
+
[0xFB9C547A]: "updateEmojiGameInfo",
|
|
20322
21016
|
[0xA56C2A3E]: "updates.state",
|
|
20323
21017
|
[0x5D75A138]: "updates.differenceEmpty",
|
|
20324
21018
|
[0x00F49CA0]: "updates.difference",
|
|
@@ -20403,6 +21097,7 @@ exports.schema = Object.freeze({
|
|
|
20403
21097
|
[0xD65A11CC]: "inputPrivacyKeyBirthday",
|
|
20404
21098
|
[0xE1732341]: "inputPrivacyKeyStarGiftsAutoSave",
|
|
20405
21099
|
[0xBDC597B4]: "inputPrivacyKeyNoPaidMessages",
|
|
21100
|
+
[0x4DBE9226]: "inputPrivacyKeySavedMusic",
|
|
20406
21101
|
[0xBC2EAB30]: "privacyKeyStatusTimestamp",
|
|
20407
21102
|
[0x500E6DFA]: "privacyKeyChatInvite",
|
|
20408
21103
|
[0x3D662B7B]: "privacyKeyPhoneCall",
|
|
@@ -20416,6 +21111,7 @@ exports.schema = Object.freeze({
|
|
|
20416
21111
|
[0x2000A518]: "privacyKeyBirthday",
|
|
20417
21112
|
[0x2CA4FDF8]: "privacyKeyStarGiftsAutoSave",
|
|
20418
21113
|
[0x17D348D2]: "privacyKeyNoPaidMessages",
|
|
21114
|
+
[0xFF7A571B]: "privacyKeySavedMusic",
|
|
20419
21115
|
[0x0D09E07B]: "inputPrivacyValueAllowContacts",
|
|
20420
21116
|
[0x184B35CE]: "inputPrivacyValueAllowAll",
|
|
20421
21117
|
[0x131CC67F]: "inputPrivacyValueAllowUsers",
|
|
@@ -20951,6 +21647,7 @@ exports.schema = Object.freeze({
|
|
|
20951
21647
|
[0x50CC03D3]: "webPageAttributeStickerSet",
|
|
20952
21648
|
[0xCF6F6DB8]: "webPageAttributeUniqueStarGift",
|
|
20953
21649
|
[0x31CAD303]: "webPageAttributeStarGiftCollection",
|
|
21650
|
+
[0x01C641C2]: "webPageAttributeStarGiftAuction",
|
|
20954
21651
|
[0x4899484E]: "messages.votesList",
|
|
20955
21652
|
[0xF568028A]: "bankCardOpenUrl",
|
|
20956
21653
|
[0x3E24E573]: "payments.bankCardData",
|
|
@@ -20988,11 +21685,11 @@ exports.schema = Object.freeze({
|
|
|
20988
21685
|
[0xE8FD8014]: "peerBlocked",
|
|
20989
21686
|
[0x7FE91C14]: "stats.messageStats",
|
|
20990
21687
|
[0x7780BCB4]: "groupCallDiscarded",
|
|
20991
|
-
[
|
|
21688
|
+
[0xEFB2B617]: "groupCall",
|
|
20992
21689
|
[0xD8AA840F]: "inputGroupCall",
|
|
20993
21690
|
[0xFE06823F]: "inputGroupCallSlug",
|
|
20994
21691
|
[0x8C10603F]: "inputGroupCallInviteMessage",
|
|
20995
|
-
[
|
|
21692
|
+
[0x2A3DC7AC]: "groupCallParticipant",
|
|
20996
21693
|
[0x9E727AAD]: "phone.groupCall",
|
|
20997
21694
|
[0xF47751B6]: "phone.groupParticipants",
|
|
20998
21695
|
[0x3081ED9D]: "inlineQueryPeerTypeSameBotPM",
|
|
@@ -21090,6 +21787,7 @@ exports.schema = Object.freeze({
|
|
|
21090
21787
|
[0x9A0B48B8]: "inputInvoiceStarGiftPrepaidUpgrade",
|
|
21091
21788
|
[0x3E77F614]: "inputInvoicePremiumAuthCode",
|
|
21092
21789
|
[0x0923D8D1]: "inputInvoiceStarGiftDropOriginalDetails",
|
|
21790
|
+
[0x1ECAFA10]: "inputInvoiceStarGiftAuctionBid",
|
|
21093
21791
|
[0xAED0CBD9]: "payments.exportedInvoice",
|
|
21094
21792
|
[0xCFB9D957]: "messages.transcribedAudio",
|
|
21095
21793
|
[0x5334759C]: "help.premiumPromo",
|
|
@@ -21202,7 +21900,7 @@ exports.schema = Object.freeze({
|
|
|
21202
21900
|
[0xCAE68768]: "stories.peerStories",
|
|
21203
21901
|
[0xFD5E12BD]: "messages.webPage",
|
|
21204
21902
|
[0x257E962B]: "premiumGiftCodeOption",
|
|
21205
|
-
[
|
|
21903
|
+
[0xEB983F8F]: "payments.checkedGiftCode",
|
|
21206
21904
|
[0x4367DAA0]: "payments.giveawayInfo",
|
|
21207
21905
|
[0xE175E66F]: "payments.giveawayInfoResults",
|
|
21208
21906
|
[0xB2539D54]: "prepaidGiveaway",
|
|
@@ -21326,8 +22024,8 @@ exports.schema = Object.freeze({
|
|
|
21326
22024
|
[0x4BA3A95A]: "messageReactor",
|
|
21327
22025
|
[0x94CE852A]: "starsGiveawayOption",
|
|
21328
22026
|
[0x54236209]: "starsGiveawayWinnersOption",
|
|
21329
|
-
[
|
|
21330
|
-
[
|
|
22027
|
+
[0x313A9547]: "starGift",
|
|
22028
|
+
[0x569D64C9]: "starGiftUnique",
|
|
21331
22029
|
[0xA388A368]: "payments.starGiftsNotModified",
|
|
21332
22030
|
[0x2ED82995]: "payments.starGifts",
|
|
21333
22031
|
[0x7903E3D9]: "messageReportOption",
|
|
@@ -21356,7 +22054,7 @@ exports.schema = Object.freeze({
|
|
|
21356
22054
|
[0x315A4974]: "users.usersSlice",
|
|
21357
22055
|
[0x416C56E8]: "payments.uniqueStarGift",
|
|
21358
22056
|
[0x8C9A88AC]: "messages.webPagePreview",
|
|
21359
|
-
[
|
|
22057
|
+
[0xEAD6805E]: "savedStarGift",
|
|
21360
22058
|
[0x95F389B1]: "payments.savedStarGifts",
|
|
21361
22059
|
[0x69279795]: "inputSavedStarGiftUser",
|
|
21362
22060
|
[0xF101AA7F]: "inputSavedStarGiftChat",
|
|
@@ -21383,7 +22081,7 @@ exports.schema = Object.freeze({
|
|
|
21383
22081
|
[0xE7E82E12]: "pendingSuggestion",
|
|
21384
22082
|
[0xCBA9A52F]: "todoItem",
|
|
21385
22083
|
[0x49B92A26]: "todoList",
|
|
21386
|
-
[
|
|
22084
|
+
[0x221BB5E4]: "todoCompletion",
|
|
21387
22085
|
[0x0E8E37E5]: "suggestedPost",
|
|
21388
22086
|
[0x1B0E4F07]: "starsRating",
|
|
21389
22087
|
[0x9D6B13B0]: "starGiftCollection",
|
|
@@ -21412,6 +22110,38 @@ exports.schema = Object.freeze({
|
|
|
21412
22110
|
[0xC93DE95C]: "inputChatTheme",
|
|
21413
22111
|
[0x87E5DFE4]: "inputChatThemeUniqueGift",
|
|
21414
22112
|
[0x99EA331D]: "starGiftUpgradePrice",
|
|
22113
|
+
[0x1A8AFC7E]: "groupCallMessage",
|
|
22114
|
+
[0xEE430C85]: "groupCallDonor",
|
|
22115
|
+
[0x9D1DBD26]: "phone.groupCallStars",
|
|
22116
|
+
[0x711D692D]: "recentStory",
|
|
22117
|
+
[0x310240CC]: "auctionBidLevel",
|
|
22118
|
+
[0xFE333952]: "starGiftAuctionStateNotModified",
|
|
22119
|
+
[0x771A4E66]: "starGiftAuctionState",
|
|
22120
|
+
[0x972DABBF]: "starGiftAuctionStateFinished",
|
|
22121
|
+
[0x2EEED1C4]: "starGiftAuctionUserState",
|
|
22122
|
+
[0x6B39F4EC]: "payments.starGiftAuctionState",
|
|
22123
|
+
[0x42B00348]: "starGiftAuctionAcquiredGift",
|
|
22124
|
+
[0x7D5BD1F0]: "payments.starGiftAuctionAcquiredGifts",
|
|
22125
|
+
[0xD31BC45D]: "starGiftActiveAuctionState",
|
|
22126
|
+
[0xDB33DAD0]: "payments.starGiftActiveAuctionsNotModified",
|
|
22127
|
+
[0xAEF6ABBC]: "payments.starGiftActiveAuctions",
|
|
22128
|
+
[0x02E16C98]: "inputStarGiftAuction",
|
|
22129
|
+
[0x7AB58308]: "inputStarGiftAuctionSlug",
|
|
22130
|
+
[0x98613EBF]: "passkey",
|
|
22131
|
+
[0xF8E0AA1C]: "account.passkeys",
|
|
22132
|
+
[0xE16B5CE1]: "account.passkeyRegistrationOptions",
|
|
22133
|
+
[0xE2037789]: "auth.passkeyLoginOptions",
|
|
22134
|
+
[0x3E63935C]: "inputPasskeyResponseRegister",
|
|
22135
|
+
[0xC31FC14A]: "inputPasskeyResponseLogin",
|
|
22136
|
+
[0x3C27B78F]: "inputPasskeyCredentialPublicKey",
|
|
22137
|
+
[0x5B1CCB28]: "inputPasskeyCredentialFirebasePNV",
|
|
22138
|
+
[0xAFF56398]: "starGiftBackground",
|
|
22139
|
+
[0x3AAE0528]: "starGiftAuctionRound",
|
|
22140
|
+
[0x0AA021E5]: "starGiftAuctionRoundExtendable",
|
|
22141
|
+
[0x46C6E36F]: "payments.starGiftUpgradeAttributes",
|
|
22142
|
+
[0xDA2AD647]: "messages.emojiGameOutcome",
|
|
22143
|
+
[0x59E65335]: "messages.emojiGameUnavailable",
|
|
22144
|
+
[0x44E56023]: "messages.emojiGameDiceInfo",
|
|
21415
22145
|
},
|
|
21416
22146
|
});
|
|
21417
|
-
exports.LAYER =
|
|
22147
|
+
exports.LAYER = 221;
|