diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index d5bb9caa4..039e56c91 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -4958,10 +4958,10 @@ storyInfo story_id:int32 date:int32 = StoryInfo; //@description Describes active stories sent by the same sender //@list Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list //@order A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list. Stories must be sorted by the pair (order, story_sender_chat_id) in descending order -//@story_sender_chat_id Identifier of the sender of the stories +//@chat_id Identifier of the chat that posted the the stories //@max_read_story_id Identifier of the last read active story //@stories Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers) -activeStories list:StoryList order:int53 story_sender_chat_id:int53 max_read_story_id:int32 stories:vector = ActiveStories; +activeStories list:StoryList order:int53 chat_id:int53 max_read_story_id:int32 stories:vector = ActiveStories; //@description Contains a part of a file @data File bytes