diff --git a/data/web/corefork.telegram.org/api/stories.html b/data/web/corefork.telegram.org/api/stories.html
index cf29264c37..ced09b423a 100644
--- a/data/web/corefork.telegram.org/api/stories.html
+++ b/data/web/corefork.telegram.org/api/stories.html
@@ -201,7 +201,7 @@ When the stories of a user are marked as hidden, the stories_hidden
stories.getStoryViewsList#7ed23c57 flags:# just_contacts:flags.0?true reactions_first:flags.2?true peer:InputPeer q:flags.1?string id:int offset:string limit:int = stories.StoryViewsList;
stories.getStoriesViews#28e16cc8 peer:InputPeer id:Vector<int> = stories.StoryViews;
-
Use stories.getStoryViewsList to obtain the full list of users that have viewed a specific story we posted, returned as a list of storyView constructors; pass the returned next_offset
(if present) to offset
to paginate through the results; the full list is available at all times only to Premium users, and will be hidden to non-Premium users story_viewers_expire_period » seconds after the story expires.
Use stories.getStoryViewsList to obtain the full list of users that have viewed a specific story we posted, returned as a list of storyView constructors; pass the returned next_offset
(if present) to offset
to paginate through the results; the full list is available at all times only to Premium users, and will be deleted on stories posted by non-Premium users story_viewers_expire_period » seconds after the story expires; if it's still viewable, the has_viewers
flag will be set.
Use stories.getStoriesViews to obtain info about the view count, forward count, reactions and recent viewers list of one or more stories, using a single, unpaginated method call, obviously potentially returning less info than stories.getStoryViewsList.
inputReplyToStory#15b0f283 user_id:InputUser story_id:int = InputReplyTo;
diff --git a/data/web/corefork.telegram.org/api/wallpapers.html b/data/web/corefork.telegram.org/api/wallpapers.html
index 2d2704a5a8..46f5b4334d 100644
--- a/data/web/corefork.telegram.org/api/wallpapers.html
+++ b/data/web/corefork.telegram.org/api/wallpapers.html
@@ -150,6 +150,8 @@ As mentioned earlier, fill wallpapers can't be sa
Installing wallpapers in a specific chat
messageActionSetChatWallPaper#5060a3f4 flags:# same:flags.0?true for_both:flags.1?true wallpaper:WallPaper = MessageAction;
+updatePeerWallpaper#ae3f101d flags:# wallpaper_overridden:flags.1?true peer:Peer wallpaper:flags.0?WallPaper = Update;
+
---functions---
messages.setChatWallPaper#8ffacae1 flags:# for_both:flags.3?true revert:flags.4?true peer:InputPeer wallpaper:flags.0?InputWallPaper settings:flags.2?WallPaperSettings id:flags.1?int = Updates;
@@ -165,7 +167,8 @@ As mentioned earlier, fill wallpapers can't be sa
This will change the wallpaper for both sides of the chat, without requiring confirmation; the userFull.wallpaper_overridden
flag will also be set for the other user; the action will also emit a messageActionSetChatWallPaper with the for_both
flag set.
If the other user does not like the new wallpaper we have chosen for them, they can re-set their previous wallpaper just on their side, by invoking messages.setChatWallPaper, providing only the revert
flag (and obviously the peer
parameter).
Note that in order to pass image or pattern wallpapers to messages.setChatWallPaper, the for_chat
flag must be set when uploading them with account.uploadWallPaper.
-Also note that unlike account.installWallPaper or account.saveWallPaper, messages.setChatWallPaper accepts fill wallpapers as well.
+Also note that unlike account.installWallPaper or account.saveWallPaper, messages.setChatWallPaper accepts fill wallpapers as well.
+Wallpaper changes will also emit an updatePeerWallpaper update.
diff --git a/data/web/corefork.telegram.org/constructor/messageMediaWebPage.html b/data/web/corefork.telegram.org/constructor/messageMediaWebPage.html
index ea7dffefa7..3c96061eac 100644
--- a/data/web/corefork.telegram.org/constructor/messageMediaWebPage.html
+++ b/data/web/corefork.telegram.org/constructor/messageMediaWebPage.html
@@ -74,12 +74,12 @@
force_large_media
flags.0?true
-
+If set, specifies that a large media preview should be used.
force_small_media
flags.1?true
-
+If set, specifies that a small media preview should be used.
manual
@@ -89,7 +89,7 @@
safe
flags.4?true
-
+If set, the webpage can be opened directly without user confirmation.
webpage
diff --git a/data/web/corefork.telegram.org/constructor/stickerSet.html b/data/web/corefork.telegram.org/constructor/stickerSet.html
index c7d62048f4..67a1ea7575 100644
--- a/data/web/corefork.telegram.org/constructor/stickerSet.html
+++ b/data/web/corefork.telegram.org/constructor/stickerSet.html
@@ -104,7 +104,7 @@
text_color
flags.9?true
-
+Whether the color of this TGS custom emoji stickerset should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context.
installed_date
diff --git a/data/web/corefork.telegram.org/constructor/storyViews.html b/data/web/corefork.telegram.org/constructor/storyViews.html
index 9d4a4772f4..63a6b4869a 100644
--- a/data/web/corefork.telegram.org/constructor/storyViews.html
+++ b/data/web/corefork.telegram.org/constructor/storyViews.html
@@ -74,7 +74,7 @@
has_viewers
flags.1?true
-
+If set, indicates that the viewers list is currently viewable, and was not yet deleted because the story has expired while the user didn't have a Premium account.
views_count
@@ -106,6 +106,8 @@
Type
Related pages
+Telegram Premium
+Telegram Premium is an optional subscription service that unlocks additional exclusive client-side and API-side features, while helping support the development of the app.
Stories
Telegram users and channels can easily post and view stories through the API.
diff --git a/data/web/corefork.telegram.org/constructor/updateBotChatBoost.html b/data/web/corefork.telegram.org/constructor/updateBotChatBoost.html
index 72af523b61..9b6536b53a 100644
--- a/data/web/corefork.telegram.org/constructor/updateBotChatBoost.html
+++ b/data/web/corefork.telegram.org/constructor/updateBotChatBoost.html
@@ -4,38 +4,10 @@
updateBotChatBoost
-
+
-
+
@@ -70,7 +42,8 @@ Update">
updateBotChatBoost
-
+ A channel boost has changed (bots only)
+
+
+Related pages
+Working with Updates
+How to subscribe to updates and handle them properly.
+Channel boosts
+Telegram Premium users can grant their favorite channels additional features like the ability to post stories by giving them boosts.
diff --git a/data/web/corefork.telegram.org/constructor/updatePeerWallpaper.html b/data/web/corefork.telegram.org/constructor/updatePeerWallpaper.html
index 29113bd1f4..70dbc0930c 100644
--- a/data/web/corefork.telegram.org/constructor/updatePeerWallpaper.html
+++ b/data/web/corefork.telegram.org/constructor/updatePeerWallpaper.html
@@ -74,7 +74,7 @@
wallpaper_overridden
flags.1?true
-
+Whether the other user has chosen a custom wallpaper for us using messages.setChatWallPaper and the for_both
flag, see here » for more info.
peer
@@ -84,13 +84,15 @@
wallpaper
flags.0?WallPaper
-
+The new wallpaper, if none the wallpaper was removed and the default wallpaper should be used.
Type
Related pages
+messages.setChatWallPaper
+Set a custom wallpaper » in a specific private chat with another user.
Wallpapers
Telegram apps support generating, sharing and synchronizing chat backgrounds.
diff --git a/data/web/corefork.telegram.org/type/BotInlineMessage.html b/data/web/corefork.telegram.org/type/BotInlineMessage.html
index 8c2ab0d70d..3f676036b0 100644
--- a/data/web/corefork.telegram.org/type/BotInlineMessage.html
+++ b/data/web/corefork.telegram.org/type/BotInlineMessage.html
@@ -97,7 +97,7 @@
botInlineMessageMediaWebPage
-Specifies options that will be used to generate the link preview for the message, or even a standalone link preview without an attached message.
+Specifies options that must be used to generate the link preview for the message, or even a standalone link preview without an attached message.
diff --git a/data/web/corefork.telegram.org/type/Update.html b/data/web/corefork.telegram.org/type/Update.html
index 5b2ed6bb4b..399e210b56 100644
--- a/data/web/corefork.telegram.org/type/Update.html
+++ b/data/web/corefork.telegram.org/type/Update.html
@@ -654,7 +654,7 @@
updateBotChatBoost
-
+A channel boost has changed (bots only)
updateChannelViewForumAsMessages