Interface StoryInteractionInfo

Contains information about interactions with a story.

interface StoryInteractionInfo {
    @type: "storyInteractionInfo";
    forward_count: number;
    reaction_count: number;
    recent_viewer_user_ids: number[];
    view_count: number;
}

Properties

@type: "storyInteractionInfo"
forward_count: number

Number of times the story was forwarded; 0 if none or unknown.

reaction_count: number

Number of reactions added to the story; 0 if none or unknown.

recent_viewer_user_ids: number[]

Identifiers of at most 3 recent viewers of the story.

view_count: number

Number of times the story was viewed.