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
2a04787c98
MadelineProto
/
docs
/
API_docs
/
constructors
/
error.md
Daniil Gentili
95ebf6147b
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 20:04:36 +00:00
449 B
Raw
Blame
History
title
description
error
error attributes, type and example
Constructor: error
Back to constructors index
Attributes:
Name
Type
Required
code
int
Required
text
string
Required
Type:
Error
Example:
$error = ['_' => 'error', 'code' => int, 'text' => string, ];