From fb3e040df6185a426bb66a1416987e12172328c1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 14 Apr 2023 17:39:00 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/config.html | 12 +++++------- data/web/corefork.telegram.org/api/forum.html | 3 ++- data/web/corefork.telegram.org/api/fragment.html | 2 +- data/web/corefork.telegram.org/api/layers.html | 2 +- .../method/channels.toggleParticipantsHidden | 14 ++++++++++---- data/web/corefork.telegram.org/methods.html | 2 +- data/web/corefork.telegram.org/type/Updates.html | 2 +- 7 files changed, 21 insertions(+), 16 deletions(-) diff --git a/data/web/corefork.telegram.org/api/config.html b/data/web/corefork.telegram.org/api/config.html index 30cd03beb3..5edb2872b3 100644 --- a/data/web/corefork.telegram.org/api/config.html +++ b/data/web/corefork.telegram.org/api/config.html @@ -259,7 +259,6 @@ While help.getConfig returns MTProto-specif ], "premium_bot_username": "PremiumBot", "premium_playmarket_direct_currency_list": ["USD"], - "forum_upgrade_participants_min": 0, "whitelisted_domains": [ "telegram.dog", "telegram.me", @@ -275,7 +274,6 @@ While help.getConfig returns MTProto-specif "888" ], "hidden_members_group_size_min": 100, - "ios_disable_parallel_channel_reset": 1, "premium_gift_attach_menu_icon": true, "premium_gift_text_field_icon": false } @@ -312,16 +310,16 @@ While help.getConfig returns MTProto-specif

Whether clients can invoke account.setGlobalPrivacySettings with globalPrivacySettings.archive_and_mute_new_noncontact_peers = boolTrue, to automatically archive and mute new incoming chats from non-contacts. (boolean)

pending_suggestions

Contains a list of suggestions that should be actively shown as a tooltip to the user. (Array of strings, possible values shown in the suggestions section ».

-

forum_upgrade_participants_min

topics_pinned_limit

+

Maximum number of topics that can be pinned in a single forum. (integer)

telegram_antispam_user_id

The ID of the official native antispam bot, that will automatically delete spam messages if enabled as specified in the native antispam documentation ».
-When fetching the admin list of a supergroup using channels.getParticipants, if native antispam functionality in the specified supergroup, the bot should be manually added to the admin list displayed to the user.

+When fetching the admin list of a supergroup using channels.getParticipants, if native antispam functionality in the specified supergroup, the bot should be manually added to the admin list displayed to the user. (numeric string that represents a Telegram user/bot ID, should be casted to an int64)

telegram_antispam_group_size_min

-

Minimum number of members required to enable native antispam functionality.

+

Minimum number of members required to enable native antispam functionality. (integer)

fragment_prefixes

hidden_members_group_size_min

-

ios_disable_parallel_channel_reset

+

Minimum number of participants required to hide the participants list of a supergroup using channels.toggleParticipantsHidden. (integer)

premium_gift_attach_menu_icon

premium_gift_text_field_icon

url_auth_domains

@@ -331,7 +329,7 @@ When fetching the admin list of a supergroup using autologin_domains

A list of Telegram domains that support automatic login with no user confirmation, click here for more info on URL authorization ». (array of strings)

round_video_encoding

-

Contains a set of recommended codec parameters for round videos.

+

Contains a set of recommended codec parameters for round videos. (object, as described in the example)

chat_read_mark_size_threshold

Per-user read receipts, fetchable using messages.getMessageReadParticipants, will be available in groups with an amount of participants less or equal to chat_read_mark_size_threshold. (integer)

chat_read_mark_expire_period

diff --git a/data/web/corefork.telegram.org/api/forum.html b/data/web/corefork.telegram.org/api/forum.html index a1dccc977f..df1fa2f62e 100644 --- a/data/web/corefork.telegram.org/api/forum.html +++ b/data/web/corefork.telegram.org/api/forum.html @@ -100,7 +100,8 @@ All topics except for the "General" topic can be deleted by invoking channels.createForumTopic method, and may be modified with the channels.editForumTopic method: these actions require manage_topics rights, and will generate messageActionTopicCreate/messageActionTopicEdit service messages.

Note that Telegram Premium users can pass any custom emoji to icon_emoji_id, while other users can only use the custom emojis contained in the inputStickerSetEmojiDefaultTopicIcons emoji pack.
If the default chat icon is used, its color cannot be modified after creating the topic.

-

Topics may be pinned or unpinned using channels.updatePinnedForumTopic; use channels.reorderPinnedForumTopics to reorder pinned topics.

+

Topics may be pinned or unpinned using channels.updatePinnedForumTopic; use channels.reorderPinnedForumTopics to reorder pinned topics.
+You can pin at most topics_pinned_limit topics per forum, as specified by the client configuration parameters ».

diff --git a/data/web/corefork.telegram.org/api/fragment.html b/data/web/corefork.telegram.org/api/fragment.html index ca128235d3..338ce32d59 100644 --- a/data/web/corefork.telegram.org/api/fragment.html +++ b/data/web/corefork.telegram.org/api/fragment.html @@ -64,7 +64,7 @@ channels.deactivateAllUsernames#0a245dd3 channel:InputChannel = Bool;

The ownership of collectible usernames is secured by TON, a fast and scalable blockchain network. They can be bought and sold through the Fragment platform », giving a simple and secure way to acquire and exchange valuable Telegram domains.

Collectible usernames work just like basic @usernames, they appear in Global Search results and have deep links », just like basic usernames.

-

Clients may associate or dissociate a purchased collectible username either to the current account by using account.toggleUsername, or to a channel or supergroup by using channels.toggleUsername.
+

Clients may associate or dissociate purchased collectible usernames either to the current account by using account.toggleUsername, or to a channel or supergroup by using channels.toggleUsername.
Note that you can't dissociate the basic (non-collectible) username, if any.

channels.deactivateAllUsernames may also be used to dissociate all collectible usernames associated to a certain supergroup or channel.

Use account.reorderUsernames/channels.reorderUsernames to change the order of the usernames associated to an account, channel or supergroup.
diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index a9bdf8fadb..410ae99169 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -262,7 +262,7 @@

New Methods
Changed Methods