MadelineProto/docs/API_docs/constructors/error.md
2016-12-19 20:35:27 +03:00

331 B

Constructor: error

Attributes:

Name Type Required
code int Required
text string Required

Type:

Error

Example:

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