Raw.stats.GetStoryPublicForwards
Obtain forwards of a story as a message to public chats and reposts by public channels.
stats.getStoryPublicForwards#a6437ef6 peer:InputPeer id:int offset:string limit:int = stats.PublicForwards;
export namespace Raw {
export namespace stats {
export class GetStoryPublicForwards {
constructor(params: { peer: Raw.TypeInputPeer; id: number; offset: string; limit: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa6437ef6
Property
peer
: Raw.TypeInputPeerPeer where the story was originally posted
id
: numberStory id
offset
: stringOffset for pagination, from stats.publicforwards.nextOffset.
limit
: numberMaximum number of results to return, see pagination