Constructor: stories.storyViewsList
Reaction and view counters for a story
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of results that can be fetched |
views_count | int | Yes | Total number of story views |
forwards_count | int | Yes | Total number of story forwards/reposts |
reactions_count | int | Yes | Number of reactions that were added to the story |
views | Array of StoryView | Yes | Story view date and reaction information |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Mentioned users |
next_offset | string | Optional | Offset for pagination |
Type: stories.StoryViewsList
Example:
$stories_storyViewsList = ['_' => 'stories.storyViewsList', 'count' => int, 'views_count' => int, 'forwards_count' => int, 'reactions_count' => int, 'views' => [StoryView, StoryView], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => 'string'];