View Source ExTDLib.Method.LoadActiveStories (ExTDLib v0.0.4)
Loads more active stories from a story list. The loaded stories will be sent through updates. Active stories are sorted by the pair (active_stories.order, active_stories.story_sender_chat_id) in descending order. Returns a 404 error if all active stories have been loaded. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| story_list | StoryList | The story list in which to load active stories. |
More details on telegram's documentation.