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: 201
Constructor ID: 0x5821a5dc
Property
peer: Raw.TypeInputPeerPeer whose pinned stories should be fetched
offsetId: numberOffsets for pagination, for more info click here
limit: numberMaximum number of results to return, see pagination