Raw.WebPageAttributeStory

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.TypePeer

    Peer that posted the story

  • id : number

    Story id

  • story : Raw.TypeStoryItem or undefined

    May contain the story, if not the story should be fetched when and if needed using stories.getstoriesbyid with the above id and peer.