mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
732 B
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
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'];