get_statistical_graph

Function get_statistical_graph 

Source
pub async fn get_statistical_graph(
    chat_id: i64,
    token: String,
    x: i64,
    client_id: i32,
) -> Result<StatisticalGraph, Error>
Expand description

Loads an asynchronous or a zoomed in statistical graph

ยงArguments

  • chat_id - Chat identifier
  • token - The token for graph loading
  • x - X-value for zoomed in graph or 0 otherwise
  • client_id - The client id to send the request to