Interface StoryOriginPublicStory

Contains information about the origin of a story that was reposted. Subtype of StoryOrigin.

interface StoryOriginPublicStory {
    @type: "storyOriginPublicStory";
    chat_id: number;
    story_id: number;
}

Properties

@type: "storyOriginPublicStory"
chat_id: number

Identifier of the chat that posted original story.

story_id: number

Story identifier of the original story.