Interface LinkPreviewTypeStory

The link is a link to a story. Link preview description is unavailable. Subtype of LinkPreviewType.

interface LinkPreviewTypeStory {
    @type: "linkPreviewTypeStory";
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "linkPreviewTypeStory"
story_id: number

Story identifier.

story_sender_chat_id: number

The identifier of the chat that posted the story.