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.
storyItemSkipped#ffadc913 flags:# close_friends:flags.8?true live:flags.9?true id:int date:int expire_date:int = StoryItem;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| close_friends | flags.8?true | Whether this story can only be viewed by our close friends, see here » for more info |
| live | flags.9?true | Whether this story is a live video stream ». |
| id | int | Story ID |
| date | int | When was the story posted. |
| expire_date | int | When does the story expire. |
Telegram allows users to specify granular privacy settings, choosing which users can or can't interact with them in certain ways.
Telegram users and channels can easily post and view stories through the API.
Obtain full info about a set of stories by their IDs.