From b5ca8d10b45cce951b79900641f4387ea374d112 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Nov 2023 21:15:00 +0000 Subject: [PATCH] Update content of files --- .../web/corefork.telegram.org/api/layers.html | 36 +- .../corefork.telegram.org/api/privacy.html | 10 +- .../constructor/channelFull.html | 6 +- .../constructor/chatInvite.html | 6 +- .../constructor/exportedStoryLink.html | 30 +- .../constructor/inputMediaAreaVenue.html | 48 +- .../constructor/inputMediaStory.html | 33 +- .../constructor/inputPrivacyKeyAbout.html | 13 +- .../inputPrivacyValueAllowCloseFriends.html | 18 +- .../constructor/invoice.html | 2 +- .../constructor/messagePeerVote.html | 41 +- .../messagePeerVoteInputOption.html | 38 +- .../constructor/messagePeerVoteMultiple.html | 41 +- .../constructor/messageReplyStoryHeader.html | 38 +- .../constructor/messages.votesList.html | 2 +- .../constructor/peerStories.html | 44 +- .../constructor/privacyKeyAbout.html | 13 +- .../privacyValueAllowCloseFriends.html | 18 +- .../constructor/stories.allStories.html | 54 +-- .../stories.allStoriesNotModified.html | 38 +- .../constructor/stories.peerStories.html | 46 +- .../constructor/stories.stories.html | 52 +-- .../constructor/stories.storyViews.html | 38 +- .../constructor/stories.storyViewsList.html | 48 +- .../constructor/storyItem.html | 12 +- .../method/stories.getStoryViewsList.html | 1 + .../mtproto/samples-auth_key.html | 412 +++++++++--------- .../type/ExportedStoryLink.html | 2 +- .../type/InputMedia.html | 2 +- .../type/InputPrivacyKey.html | 2 +- .../type/InputPrivacyRule.html | 2 +- .../corefork.telegram.org/type/MediaArea.html | 2 +- .../type/MessagePeerVote.html | 6 +- .../type/MessageReplyHeader.html | 2 +- .../type/PeerStories.html | 2 +- .../type/PrivacyKey.html | 2 +- .../type/PrivacyRule.html | 2 +- .../type/stories.AllStories.html | 4 +- .../type/stories.PeerStories.html | 2 +- .../type/stories.Stories.html | 2 +- .../type/stories.StoryViews.html | 2 +- .../type/stories.StoryViewsList.html | 2 +- 42 files changed, 435 insertions(+), 739 deletions(-) diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index 5bed9829ce..fb893e268c 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -101,12 +101,12 @@
  • Added updateStoriesStealthMode - Indicates that stories stealth mode was activated.
  • Added mediaAreaCoordinates - Coordinates and size of a clicable rectangular area on top of a story.
  • Added mediaAreaVenue - Represents a location tag attached to a story, with additional venue information.
  • -
  • Added inputMediaAreaVenue -
  • +
  • Added inputMediaAreaVenue - Represents a location tag attached to a story, with additional venue information.
  • Added mediaAreaGeoPoint - Represents a geolocation tag attached to a story.
  • Added updateSentStoryReaction - Indicates we reacted to a story ».
  • Added mediaAreaSuggestedReaction - Represents a reaction bubble.
  • -
  • Added peerStories -
  • -
  • Added stories.peerStories -
  • +
  • Added peerStories - Stories associated to a peer
  • +
  • Added stories.peerStories - Active story list of a specific peer.
  • Added stories.boostsStatus - The current boost status » of a channel.
  • Added stories.canApplyBoostOk - We're not boosting any channel, and we can freely boost the specified channel.
  • Added stories.canApplyBoostReplace - We're boosting another channel, but we can freely boost the specified channel.
  • @@ -268,21 +268,21 @@
  • Added userStories
  • Added updateStory - A new story was posted.
  • Added updateReadStories -
  • -
  • Added stories.allStoriesNotModified -
  • -
  • Added stories.allStories -
  • -
  • Added stories.stories -
  • +
  • Added stories.allStoriesNotModified - The list of active (or active and hidden) stories has not changed.
  • +
  • Added stories.allStories - Full list of active (or active and hidden) stories.
  • +
  • Added stories.stories - List of stories
  • Added stories.userStories
  • -
  • Added inputPrivacyValueAllowCloseFriends -
  • -
  • Added privacyValueAllowCloseFriends -
  • +
  • Added inputPrivacyValueAllowCloseFriends - Allow only close friends »
  • +
  • Added privacyValueAllowCloseFriends - Allow only close friends »
  • Added storyView -
  • -
  • Added stories.storyViewsList -
  • -
  • Added stories.storyViews -
  • +
  • Added stories.storyViewsList - Reaction and view counters for a story
  • +
  • Added stories.storyViews - Reaction and view counters for a list of stories
  • Added inputReplyToMessage - Reply to a message.
  • Added inputReplyToStory - Reply to a story.
  • -
  • Added messageReplyStoryHeader -
  • +
  • Added messageReplyStoryHeader - Represents a reply to a story
  • Added updateStoryID -
  • -
  • Added exportedStoryLink -
  • -
  • Added inputMediaStory -
  • +
  • Added exportedStoryLink - Represents a story deep link.
  • +
  • Added inputMediaStory - Forwarded story
  • Added messageMediaStory -
  • Added webPageAttributeStory -
  • @@ -373,11 +373,11 @@
    New Constructors
    Changed Constructors
    diff --git a/data/web/corefork.telegram.org/api/privacy.html b/data/web/corefork.telegram.org/api/privacy.html index 1dc276a1ee..5dac841539 100644 --- a/data/web/corefork.telegram.org/api/privacy.html +++ b/data/web/corefork.telegram.org/api/privacy.html @@ -113,7 +113,15 @@ InputPrivacyKey constructors are passed as input to methods that accept privacy keys, while PrivacyKeys are contained in constructors returned by the API.

    See the type page » for a full list of privacy keys and their descriptions.

    Use account.getPrivacy to obtain the current set of rules associated to a key, and account.setPrivacy to change it.

    -

    Changing the privacy settings will trigger an updatePrivacy, sent to all currently logged in sessions of the current account.

    +

    Changing the privacy settings will trigger an updatePrivacy, sent to all currently logged in sessions of the current account.

    +

    Global privacy settings

    +
    globalPrivacySettings#734c4ccb flags:# archive_and_mute_new_noncontact_peers:flags.0?true keep_archived_unmuted:flags.1?true keep_archived_folders:flags.2?true = GlobalPrivacySettings;
    +
    +---functions---
    +
    +account.getGlobalPrivacySettings#eb2b4cf6 = GlobalPrivacySettings;
    +account.setGlobalPrivacySettings#1edaaac2 settings:GlobalPrivacySettings = GlobalPrivacySettings;
    +

    Some global privacy settings can also be fetched and modified using account.getGlobalPrivacySettings and account.setGlobalPrivacySettings.

    diff --git a/data/web/corefork.telegram.org/constructor/channelFull.html b/data/web/corefork.telegram.org/constructor/channelFull.html index ca6a8c58e1..c4e5eaa527 100644 --- a/data/web/corefork.telegram.org/constructor/channelFull.html +++ b/data/web/corefork.telegram.org/constructor/channelFull.html @@ -324,7 +324,7 @@ stories flags2.4?PeerStories -  +Channel stories @@ -358,7 +358,9 @@

    Invites

    Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.

    Message reactions

    -

    Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

    +

    Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

    +

    Stories

    +

    Telegram users and channels can easily post and view stories through the API.

    diff --git a/data/web/corefork.telegram.org/constructor/chatInvite.html b/data/web/corefork.telegram.org/constructor/chatInvite.html index f54d8c1a3a..bc6a711891 100644 --- a/data/web/corefork.telegram.org/constructor/chatInvite.html +++ b/data/web/corefork.telegram.org/constructor/chatInvite.html @@ -99,17 +99,17 @@ verified flags.7?true -  +Is this chat or channel verified by Telegram? scam flags.8?true -  +This chat is probably a scam fake flags.9?true -  +If set, this chat was reported by many users as a fake or scam: be careful when interacting with it. title diff --git a/data/web/corefork.telegram.org/constructor/exportedStoryLink.html b/data/web/corefork.telegram.org/constructor/exportedStoryLink.html index 83a8625493..618931c7b4 100644 --- a/data/web/corefork.telegram.org/constructor/exportedStoryLink.html +++ b/data/web/corefork.telegram.org/constructor/exportedStoryLink.html @@ -4,26 +4,10 @@ exportedStoryLink - + - + @@ -58,7 +42,8 @@ ExportedStoryLink">

    exportedStoryLink

    -

    +

    Represents a story deep link.

    +

    +

    ExportedStoryLink

    +

    Related pages

    +

    Stories

    +

    Telegram users and channels can easily post and view stories through the API.

    diff --git a/data/web/corefork.telegram.org/constructor/inputMediaAreaVenue.html b/data/web/corefork.telegram.org/constructor/inputMediaAreaVenue.html index e52404176d..5f5223066e 100644 --- a/data/web/corefork.telegram.org/constructor/inputMediaAreaVenue.html +++ b/data/web/corefork.telegram.org/constructor/inputMediaAreaVenue.html @@ -4,38 +4,10 @@ inputMediaAreaVenue - + - + @@ -70,7 +42,8 @@ MediaArea">

    inputMediaAreaVenue

    -

    +

    Represents a location tag attached to a story, with additional venue information.

    +

    +

    MediaArea

    +

    Related pages

    +

    messages.botResults

    +

    Result of a query to an inline bot

    +

    Stories

    +

    Telegram users and channels can easily post and view stories through the API.

    diff --git a/data/web/corefork.telegram.org/constructor/inputMediaStory.html b/data/web/corefork.telegram.org/constructor/inputMediaStory.html index e9c2bb3a08..47bdddfd06 100644 --- a/data/web/corefork.telegram.org/constructor/inputMediaStory.html +++ b/data/web/corefork.telegram.org/constructor/inputMediaStory.html @@ -4,32 +4,10 @@ inputMediaStory - + - + @@ -64,7 +42,8 @@ InputMedia">

    inputMediaStory

    -

    +

    Forwarded story

    +