mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:46:55 +01:00
593 B
593 B
title | description |
---|---|
error | Object of this type may be returned on every function call in case of the error |
Constructor: error
Object of this type may be returned on every function call in case of the error
Attributes:
Name | Type | Required | Description |
---|---|---|---|
code | int | Yes | Error code, maybe changed in the future |
message | string | Yes | Error message, may be changed in the future |