Interface GetStatisticalGraph

Loads an asynchronous or a zoomed in statistical graph. Request type for Tdjson#getStatisticalGraph.

interface GetStatisticalGraph {
    @type: "getStatisticalGraph";
    chat_id: number;
    token: string;
    x: number;
}

Properties

Properties

@type: "getStatisticalGraph"
chat_id: number

Chat identifier.

token: string

The token for graph loading.

x: number

X-value for zoomed in graph or 0 otherwise.