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, ];