Interface StoryInteractionTypeView

Describes type of interaction with a story. Subtype of StoryInteractionType.

interface StoryInteractionTypeView {
    @type: "storyInteractionTypeView";
    chosen_reaction_type: ReactionType;
}

Properties

@type: "storyInteractionTypeView"
chosen_reaction_type: ReactionType

Type of the reaction that was chosen by the viewer; may be null if none.