From d056884d5ae6d3ce684aad183e74503aeaedec31 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Oct 2023 19:44:42 +0000 Subject: [PATCH] Update content of files --- .../web/corefork.telegram.org/api/config.html | 11 ++- .../web/corefork.telegram.org/api/layers.html | 20 +++--- .../constructor/auth.loginToken | 2 +- .../constructor/chatAdminRights.html | 10 +-- .../constructor/exportedContactToken.html | 2 +- .../constructor/stories.boostersList | 48 ++++--------- .../method/channels.convertToGigagroup | 6 +- .../method/channels.createChannel | 5 -- .../method/channels.togglePreHistoryHidden | 7 +- .../method/messages.createChat | 5 ++ .../method/messages.migrateChat | 5 -- .../method/stories.canSendStory | 72 ++++++++++--------- .../method/stories.editStory | 31 ++++---- 13 files changed, 108 insertions(+), 116 deletions(-) diff --git a/data/web/corefork.telegram.org/api/config.html b/data/web/corefork.telegram.org/api/config.html index e37d0a6aa6..690d4e381f 100644 --- a/data/web/corefork.telegram.org/api/config.html +++ b/data/web/corefork.telegram.org/api/config.html @@ -427,7 +427,7 @@ Note that the stickerset can be fetched using caption_length_limit_default

The maximum UTF-8 length of media captions sendable by non-Premium users (integer)

caption_length_limit_premium

-

The maximum UTF-8 length of media captions sendable by non-Premium users (integer)

+

The maximum UTF-8 length of media captions sendable by Premium users (integer)

upload_max_fileparts_default

The maximum number of file parts uploadable by non-Premium users (integer, the maximum file size can be extrapolated by multiplying this value by 524288, the biggest possible chunk size)

upload_max_fileparts_premium

@@ -466,8 +466,17 @@ Note that the stickerset can be fetched using story_expiring_limit_default

story_expiring_limit_premium

story_caption_length_limit_premium

+

The maximum UTF-8 length of story captions for Premium users (integer)

story_caption_length_limit_default

+

The maximum UTF-8 length of story captions for non-Premium users (integer)

stories_posting

+

Indicates whether users can post stories. (string)

+

One of:

+

stories_stealth_past_period

Enabling stories stealth mode with the past flag will erase views of any story opened in the past stories_stealth_past_period seconds. (integer)

stories_stealth_future_period

diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index bf6e957cdd..b124d0dd71 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -60,10 +60,10 @@
  • Added stories.getPeerMaxIDs -
  • Added stories.getChatsToSend -
  • Added stories.togglePeerStoriesHidden -
  • -
  • Added stories.getBoostsStatus -
  • -
  • Added stories.getBoostersList -
  • -
  • Added stories.canApplyBoost -
  • -
  • Added stories.applyBoost -
  • +
  • Added stories.getBoostsStatus - Get the current boost status of a channel, see here » for more info on boosts.
  • +
  • Added stories.getBoostersList - Obtain info about the users currently boosting a channel, see here » for more info about boosts.
  • +
  • Added stories.canApplyBoost - Check whether a channel can be boosted, see here for more info ».
  • +
  • Added stories.applyBoost - Boost » a channel, leveling it up and granting it permission to post stories ».
  • Changed Methods
    Changed Constructors