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
5fa11f52ef
MadelineProto
/
docs
/
API_docs
/
constructors
/
error.md
danogentili
e3a5cf5ba1
Fixing markdown syntax
2016-12-19 20:56:05 +03:00
334 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, ];