Raw.WebPageAttributeStory
Webpage preview of a telegram story
webPageAttributeStory#2e94c3e7 flags:# peer:Peer id:int story:flags.0?StoryItem = WebPageAttribute;
export namespace Raw {
export class WebPageAttributeStory {
constructor(params: { peer: Raw.TypePeer; id: number; story?: Raw.TypeStoryItem }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x2e94c3e7
Property
peer
: Raw.TypePeerPeer that posted the story
id
: numberStory id
story
: Raw.TypeStoryItem or undefinedMay contain the story, if not the story should be fetched when and if needed using stories.getstoriesbyid with the above id and peer.