MadelineProtoDocs/docs/API_docs/constructors/statsGraphError.md

620 B

title description image
statsGraphError statsGraphError attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsGraphError

Back to constructors index

Attributes:

Name Type Required
error string Yes

Type: StatsGraph

Example:

$statsGraphError = ['_' => 'statsGraphError', 'error' => 'string'];

Or, if you're into Lua:

statsGraphError={_='statsGraphError', error='string'}