MadelineProtoDocs/old_docs/API_docs_v41/constructors/statsGraphError.md

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

Back to constructors index

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'}