Fetch the List of active (or active and hidden) stories, see here » for more info on watching stories.
stories.allStoriesNotModified#1158fe3e flags:# state:string stealth_mode:StoriesStealthMode = stories.AllStories;
stories.allStories#6efc5e81 flags:# has_more:flags.0?true count:int state:string peer_stories:Vector<PeerStories> chats:Vector<Chat> users:Vector<User> stealth_mode:StoriesStealthMode = stories.AllStories;
---functions---
stories.getAllStories#eeb0d625 flags:# next:flags.1?true hidden:flags.2?true state:flags.0?string = stories.AllStories;| Name | Type | Description | 
|---|---|---|
| flags | # | Flags, see TL conditional fields | 
| next | flags.1?true | If nextandstateare both set, uses the passedstateto paginate to the next results; if neitherstatenornextare set, fetches the initial page; ifstateis set andnextis not set, check for changes in the active/hidden peerset, see here » for more info on the full flow. | 
| hidden | flags.2?true | If set, fetches the hidden active story list, otherwise fetches the active story list, see here » for more info on the full flow. | 
| state | flags.0?string | If nextandstateare both set, uses the passedstateto paginate to the next results; if neitherstatenornextare set, fetches the initial page; ifstateis set andnextis not set, check for changes in the active/hidden peerset, see here » for more info on the full flow. | 
Telegram users and channels can easily post and view stories through the API.