Link Search Menu Expand Document

Constructor: storyItemSkipped

Back to constructors index

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:

NameTypeRequiredDescription
close_friendsBoolOptionalWhether this story can only be viewed by our close friends, see here » for more info
idintYesStory ID
dateintYesWhen was the story posted.
expire_dateintYesWhen does the story expire.

Type: StoryItem

Example:

$storyItemSkipped = ['_' => 'storyItemSkipped', 'close_friends' => Bool, 'id' => int, 'date' => int, 'expire_date' => int];