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 identifiertoken
- The token for graph loadingx
- X-value for zoomed in graph or 0 otherwiseclient_id
- The client id to send the request to