MadelineProtoDocs/docs/API_docs/constructors/error.md
2024-05-01 14:53:46 +02:00

612 B

title description nav_exclude image
error Error. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: error

Back to constructors index

Error.

Attributes:

Name Type Required Description
code int Yes Error code
text string Yes Message

Type: Error

Example:

$error = ['_' => 'error', 'code' => int, 'text' => 'string'];