Interface StoryRepostInfo

Contains information about original story that was reposted.

interface StoryRepostInfo {
    @type: "storyRepostInfo";
    is_content_modified?: boolean;
    origin: StoryOrigin;
}

Properties

@type: "storyRepostInfo"
is_content_modified?: boolean

True, if story content was modified during reposting; otherwise, story wasn't modified.

origin: StoryOrigin

Origin of the story that was reposted.