danog\MadelineProto\PeerNotInDbException
Author: Daniil Gentili daniil@daniil.it
Indicates that a specified peer (user, chat, channel) was not found in the internal MadelineProto peer database.
This can usually be fixed by enabling setFullFetch(true)
in the peer database settings.
Properties
$tlTrace
:string
TL trace.
Method list:
__construct()
extension(string $extensionName): self
getMessage(): string
getCode(): mixed
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?\Throwable
getTraceAsString(): string
updateTLTrace(array $trace): void
getTLTrace(): string
setTLTrace(string $tlTrace): void
prettifyTL(string $init = '', array $trace = NULL): void
Methods:
__construct()
extension(string $extensionName): self
Complain about missing extensions.
Parameters:
$extensionName
:string
Extension name
getMessage(): string
getCode(): mixed
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?\Throwable
See also:
\Throwable
getTraceAsString(): string
updateTLTrace(array $trace): void
Update TL trace.
Parameters:
$trace
:array
getTLTrace(): string
Get TL trace.
setTLTrace(string $tlTrace): void
Set TL trace.
Parameters:
$tlTrace
:string
TL trace
prettifyTL(string $init = '', array $trace = NULL): void
Generate async trace.
Parameters:
$init
:string
Method name$trace
:array
Async trace
Generated by danog/phpdoc