687 B
687 B
title | description | image |
---|---|---|
statsGraph | statsGraph attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGraph
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'}