Raw.stats.GetStoryPublicForwards

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.TypeInputPeer

    Peer where the story was originally posted

  • id : number

    Story id

  • offset : string

    Offset for pagination, from stats.publicforwards.nextOffset.

  • limit : number

    Maximum number of results to return, see pagination

Results

Raw.stats.TypePublicForwards