Interface GetStoryStatistics

Returns detailed statistics about a story. Can be used only if story.can_get_statistics == true. Request type for Tdjson#getStoryStatistics.

interface GetStoryStatistics {
    @type: "getStoryStatistics";
    chat_id: number;
    is_dark?: boolean;
    story_id: number;
}

Properties

@type: "getStoryStatistics"
chat_id: number

Chat identifier.

is_dark?: boolean

Pass true if a dark theme is used by the application.

story_id: number

Story identifier.