Interface LinkPreviewTypeLiveStory

The link is a link to a live story group call. Subtype of LinkPreviewType.

interface LinkPreviewTypeLiveStory {
    @type: "linkPreviewTypeLiveStory";
    story_id: number;
    story_poster_chat_id: number;
}

Properties

@type: "linkPreviewTypeLiveStory"
story_id: number

Story identifier.

story_poster_chat_id: number

The identifier of the chat that posted the story.