1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/docs/API_docs/constructors/error.md
2016-12-19 20:56:05 +03:00

334 B

Constructor: error

Attributes:

Name Type Required
code int Required
text string Required

Type: Error

Example:

$error = ['_' => error', 'code' => int, 'text' => string, ];