This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
2
Star
2
Fork
0
You've already forked MadelineProto
Code
Issues
Pull Requests
Releases
Wiki
Activity
5ba1457d0a
MadelineProto
/
docs
/
API_docs
/
constructors
/
error.md
danogentili
5ba1457d0a
Fixing markdown syntax
2016-12-19 20:35:27 +03:00
331 B
Raw
Blame
History
Constructor: error
Attributes:
Name
Type
Required
code
int
Required
text
string
Required
Type:
Error
Example:
$error = ['_' => error', 'code' => int, 'text' => string, ];