--- title: statsGraphAsync description: statsGraphAsync attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: statsGraphAsync [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |token|[string](../types/string.md) | Yes| ### Type: [StatsGraph](../types/StatsGraph.md) ### Example: ```php $statsGraphAsync = ['_' => 'statsGraphAsync', 'token' => 'string']; ``` Or, if you're into Lua: ```lua statsGraphAsync={_='statsGraphAsync', token='string'} ```