mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.4 KiB
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
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];