MadelineProtoDocs/docs/API_docs/constructors/statsGraphError.md
2024-05-01 14:53:46 +02:00

732 B

title description nav_exclude image
statsGraphError An error occurred while generating the statistics graph true 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'];