Constructor: webPageAttributeStory
Webpage preview of a Telegram story
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Peer that posted the story |
id | int | Yes | Story ID |
story | StoryItem | Optional | May contain the story, if not the story should be fetched when and if needed using stories.getStoriesByID with the above id and peer . |
Type: WebPageAttribute
Example:
$webPageAttributeStory = ['_' => 'webPageAttributeStory', 'peer' => long, 'id' => int, 'story' => StoryItem];