620 B
620 B
title | description | image |
---|---|---|
statsGraphError | statsGraphError attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGraphError
Attributes:
Name | Type | Required |
---|---|---|
error | string | Yes |
Type: StatsGraph
Example:
$statsGraphError = ['_' => 'statsGraphError', 'error' => 'string'];
Or, if you're into Lua:
statsGraphError={_='statsGraphError', error='string'}