Raw.stats.StoryStats

Raw.stats.StoryStats

Contains statistics about a story.

stats.storyStats#50cd067c views_graph:StatsGraph reactions_by_emotion_graph:StatsGraph = stats.StoryStats;
export namespace Raw {
  export namespace stats {
    export class StoryStats {
      constructor(params: {
        viewsGraph: Raw.TypeStatsGraph;
        reactionsByEmotionGraph: Raw.TypeStatsGraph;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x50cd067c

Property

  • viewsGraph : Raw.TypeStatsGraph

    A graph containing the number of story views and shares

  • reactionsByEmotionGraph : Raw.TypeStatsGraph

    A bar graph containing the number of story reactions categorized by “emotion” (i.e. positive, negative, other, etc…)