danog\MadelineProto\RPCErrorException
Author: Daniil Gentili daniil@daniil.it
Indicates an error returned by Telegram’s API.
Properties
$rpc
:string
RPC error.$description
:string
Human-readable description of RPC error.$tlTrace
:string
TL trace.
Method list:
getLocalization(): string
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
getTraceAsString(): string
getTLTrace(): string
Methods:
getLocalization(): string
Get localized error name.
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
See also:
Throwable
getTraceAsString(): string
getTLTrace(): string
Get TL trace.
Generated by danog/phpdoc