MadelineProtoDocs/docs/API_docs/constructors/statsGraphError.md

37 lines
620 B
Markdown
Raw Normal View History

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