MadelineProtoDocs/docs/API_docs/constructors/statsGraphAsync.md

37 lines
620 B
Markdown
Raw Normal View History

2020-04-03 14:11:09 +02:00
---
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'}
```