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