Raw.PostInteractionCountersStory

Raw.PostInteractionCountersStory

Interaction counters for a story.

postInteractionCountersStory#8a480e27 story_id:int views:int forwards:int reactions:int = PostInteractionCounters;
export namespace Raw {
  export class PostInteractionCountersStory {
    constructor(params: { storyId: number; views: number; forwards: number; reactions: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x8a480e27

Property

  • storyId : number

    Story id

  • views : number

    Number of views

  • forwards : number

    Number of forwards and reposts to public chats and channels

  • reactions : number

    Number of reactions