Interface GetStory

Returns a story. Request type for Tdjson#getStory.

interface GetStory {
    @type: "getStory";
    only_local?: boolean;
    story_id: number;
    story_sender_chat_id: number;
}

Properties

@type: "getStory"
only_local?: boolean

Pass true to get only locally available information without sending network requests.

story_id: number

Story identifier.

story_sender_chat_id: number

Identifier of the chat that posted the story.