diff --git a/data/web/corefork.telegram.org/api/stories.html b/data/web/corefork.telegram.org/api/stories.html index 81108317ed..90fc9ccc09 100644 --- a/data/web/corefork.telegram.org/api/stories.html +++ b/data/web/corefork.telegram.org/api/stories.html @@ -206,7 +206,9 @@ When the stories of a user are marked as hidden, the stories_hidden

Replying to stories

inputReplyToStory#15b0f283 user_id:InputUser story_id:int = InputReplyTo;
 
----functions---
+---functions--- + +messages.sendMessage#280d096f flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true peer:InputPeer reply_to:flags.0?InputReplyTo message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates;

You may reply to stories posted by users by using messages.sendMessage, messages.sendMedia or any other method used to send messages, passing an inputReplyToStory to reply_to, with the ID of the user that posted the story (which must also be the destination peer of the message) and the story ID.

Reporting stories

inputReportReasonSpam#58dbcab8 = ReportReason;
diff --git a/data/web/corefork.telegram.org/method/stories.getStoryViewsList.html b/data/web/corefork.telegram.org/method/stories.getStoryViewsList.html
index 9f83b8b81d..6f48b71db3 100644
--- a/data/web/corefork.telegram.org/method/stories.getStoryViewsList.html
+++ b/data/web/corefork.telegram.org/method/stories.getStoryViewsList.html
@@ -81,7 +81,7 @@
 
 reactions_first
 flags.2?true
-Whether to return storyView info about users that reacted to the story (i.e. if set, the server will also sort results based on the presence of a reaction, after sorting it by date as usual).
+Whether to return storyView info about users that reacted to the story (i.e. if set, the server will first sort results by view date as usual, and then also additionally sort the list by putting storyViews with an associated reaction first in the list).
 
 
 peer