Constructor: stories.storyReactionsList
List of peers that reacted to or intercated with a specific story
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| count | int | Yes | Total number of reactions matching query |
| reactions | Array of StoryReaction | Yes | List of peers that reacted to or interacted with a specific story |
| chats | Array of Chat | Yes | Mentioned chats |
| users | Array of User | Yes | Mentioned users |
| next_offset | string | Optional | If set, indicates the next offset to use to load more results by invoking stories.getStoryReactionsList. |
Type: stories.StoryReactionsList
Example:
$stories_storyReactionsList = ['_' => 'stories.storyReactionsList', 'count' => int, 'reactions' => [StoryReaction, StoryReaction], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => 'string'];