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_sender_chat_id: number;
}

Properties

@type: "openStory"
story_id: number

The identifier of the story.

story_sender_chat_id: number

The identifier of the sender of the opened story.