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.
type tg.StoryItemSkipped struct { /* ... */ }
Implements StoryItem.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
CloseFriends | bool | — | Whether this story can only be viewed by our close friends, see here » for more info |
Live | bool | — | Live field of StoryItemSkipped. |
ID | int | yes | Story ID |
Date | int | yes | When was the story posted. |
ExpireDate | int | yes | When does the story expire. |
References
- Official documentation
- Generated Go reference
- TL definition:
storyItemSkipped#ffadc913