MadelineProtoDocs/docs/API_docs/constructors/statsGraph.md

687 B

title description image
statsGraph statsGraph attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsGraph

Back to constructors index

Attributes:

Name Type Required
json DataJSON Yes
zoom_token string Optional

Type: StatsGraph

Example:

$statsGraph = ['_' => 'statsGraph', 'json' => DataJSON, 'zoom_token' => 'string'];

Or, if you're into Lua:

statsGraph={_='statsGraph', json=DataJSON, zoom_token='string'}