804 B
804 B
title | description | image |
---|---|---|
statsGraphError | An error occurred while generating the [statistics graph](https://core.telegram.org/api/stats) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGraphError
An error occurred while generating the statistics graph
Attributes:
Name | Type | Required | Description |
---|---|---|---|
error | string | Yes | The error |
Type: StatsGraph
Example:
$statsGraphError = ['_' => 'statsGraphError', 'error' => 'string'];
Or, if you're into Lua:
statsGraphError={_='statsGraphError', error='string'}