List of stories
stories.stories#63c3dd0a flags:# count:int stories:Vector<StoryItem> pinned_to_top:flags.0?Vector<int> chats:Vector<Chat> users:Vector<User> = stories.Stories;| Name | Type | Description | 
|---|---|---|
| flags | # | Flags, see TL conditional fields | 
| count | int | Total number of stories that can be fetched | 
| stories | Vector<StoryItem> | Stories | 
| pinned_to_top | flags.0?Vector<int> | IDs of pinned stories. | 
| chats | Vector<Chat> | Mentioned chats | 
| users | Vector<User> | Mentioned users | 
Telegram users and channels can easily post and view stories through the API.