MadelineProtoDocs/docs/API_docs/constructors/statsGraphAsync.md

620 B

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

Constructor: statsGraphAsync

Back to constructors index

Attributes:

Name Type Required
token string Yes

Type: StatsGraph

Example:

$statsGraphAsync = ['_' => 'statsGraphAsync', 'token' => 'string'];

Or, if you're into Lua:

statsGraphAsync={_='statsGraphAsync', token='string'}