Link Search Menu Expand Document

Constructor: storyView

Back to constructors index

Story view date and reaction information

Attributes:

NameTypeRequiredDescription
blockedBoolOptionalWhether we have completely blocked this user, including from viewing more of our stories.
blocked_my_stories_fromBoolOptionalWhether we have blocked this user from viewing more of our stories.
user_idlongYesThe user that viewed the story
dateintYesWhen did the user view the story
reactionReactionOptionalIf present, contains the reaction that the user left on the story

Type: StoryView

Example:

$storyView = ['_' => 'storyView', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'user_id' => long, 'date' => int, 'reaction' => Reaction];