Interface OpenStory

Informs TDLib that a story is opened and is being viewed by the user. Request type for Tdjson#openStory.

interface OpenStory {
    @type: "openStory";
    story_id: number;
    story_poster_chat_id: number;
}

Properties

@type: "openStory"
story_id: number

The identifier of the story.

story_poster_chat_id: number

The identifier of the chat that posted the opened story.