Constructor: storyView
Story view date and reaction information
Attributes:
Name | Type | Required | Description |
---|---|---|---|
blocked | Bool | Optional | Whether we have completely blocked this user, including from viewing more of our stories. |
blocked_my_stories_from | Bool | Optional | Whether we have blocked this user from viewing more of our stories. |
user_id | long | Yes | The user that viewed the story |
date | int | Yes | When did the user view the story |
reaction | Reaction | Optional | If 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];