Constructor: storyItemSkipped
Represents an active story, whose full information was omitted for space and performance reasons; use stories.getStoriesByID to fetch full info about the skipped story when and if needed.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| close_friends | Bool | Optional | Whether this story can only be viewed by our close friends, see here » for more info |
| id | int | Yes | Story ID |
| date | int | Yes | When was the story posted. |
| expire_date | int | Yes | When does the story expire. |
Type: StoryItem
Example:
$storyItemSkipped = ['_' => 'storyItemSkipped', 'close_friends' => Bool, 'id' => int, 'date' => int, 'expire_date' => int];