pub async fn load_active_stories(
story_list: StoryList,
client_id: i32,
) -> Result<(), Error>Expand description
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
ยงArguments
story_list- The story list in which to load active storiesclient_id- The client id to send the request to