This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2024-12-12 14:07:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
bfc665ace0
MadelineProto
/
docs
/
API_docs
/
constructors
/
error.md
danogentili
bfc665ace0
Fixed bugs
2016-12-30 23:21:36 +03:00
445 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, ];