Interface PublicForwardStory

Contains a public repost to a story. Subtype of PublicForward.

interface PublicForwardStory {
    @type: "publicForwardStory";
    story: Story;
}

Properties

Properties

@type: "publicForwardStory"
story: Story

Information about the story.