Interface StoryInteractionTypeRepost

A repost of the story as a story. Subtype of StoryInteractionType.

interface StoryInteractionTypeRepost {
    @type: "storyInteractionTypeRepost";
    story: Story;
}

Properties

Properties

@type: "storyInteractionTypeRepost"
story: Story

The reposted story.