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:stringTL trace.
Method list:
__construct()extension(string $extensionName): selfgetMessage(): stringgetCode()getFile(): stringgetLine(): intgetTrace(): arraygetPrevious(): ?ThrowablegetTraceAsString(): stringgetTLTrace(): string
Methods:
__construct()
extension(string $extensionName): self
Complain about missing extensions.
Parameters:
$extensionName:stringExtension 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