Reaction and view counters for a story
stories.storyViewsList#fb3f77ac count:int views:Vector<StoryView> users:Vector<User> = stories.StoryViewsList;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| count | int | Total number of results that can be fetched |
| views_count | int | Total number of story views |
| forwards_count | int | Total number of story forwards/reposts |
| reactions_count | int | Number of reactions that were added to the story |
| views | Vector<StoryView> | Story view date and reaction information |
| chats | Vector<Chat> | Mentioned chats |
| users | Vector<User> | Mentioned users |
| next_offset | flags.0?string | Offset for pagination |
Telegram users and channels can easily post and view stories through the API.