Raw.stories.GetStoriesArchive
Fetch the story archive of a peer we control.
stories.getStoriesArchive#b4352016 peer:InputPeer offset_id:int limit:int = stories.Stories;
export namespace Raw {
export namespace stories {
export class GetStoriesArchive {
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: 0xb4352016
Property
peer
: Raw.TypeInputPeerPeer whose archived stories should be fetched
offsetId
: numberOffsets for pagination, for more info click here
limit
: numberMaximum number of results to return, see pagination