Raw.PublicForwardStory

Raw.PublicForwardStory

Contains info about a forward of a story as a repost by a public channel.

publicForwardStory#edf3add0 peer:Peer story:StoryItem = PublicForward;
export namespace Raw {
  export class PublicForwardStory {
    constructor(params: { peer: Raw.TypePeer; story: Raw.TypeStoryItem }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xedf3add0

Property

  • peer : Raw.TypePeer

    The channel that reposted the story.

  • story : Raw.TypeStoryItem

    The reposted story (may be different from the original story).