Raw.stories.GetPinnedStories

Raw.stories.GetPinnedStories

Fetch the stories pinned on a peer’s profile.

stories.getPinnedStories#5821a5dc peer:InputPeer offset_id:int limit:int = stories.Stories;
export namespace Raw {
  export namespace stories {
    export class GetPinnedStories {
      constructor(params: { peer: Raw.TypeInputPeer; offsetId: number; limit: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x5821a5dc

Property

  • peer : Raw.TypeInputPeer

    Peer whose pinned stories should be fetched

  • offsetId : number

    Offsets for pagination, for more info click here

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.stories.TypeStories