MadelineProtoDocs/docs/API_docs/constructors/storyItemSkipped.md
2024-05-01 14:53:46 +02:00

1.4 KiB

title description nav_exclude image
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. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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:

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];