Link Search Menu Expand Document

Constructor: stories.storyReactionsList

Back to constructors index

List of peers that reacted to or intercated with a specific story

Attributes:

NameTypeRequiredDescription
countintYesTotal number of reactions matching query
reactionsArray of StoryReactionYesList of peers that reacted to or interacted with a specific story
chatsArray of ChatYesMentioned chats
usersArray of UserYesMentioned users
next_offsetstringOptionalIf 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'];