danog\MadelineProto\EventHandler\Filter\FilterPeer
Author: Daniil Gentili daniil@daniil.it
Allow messages coming from or sent to a certain peer.
Method list:
__construct(string|int $peer)initialize(\danog\MadelineProto\EventHandler $API): \danog\MadelineProto\EventHandler\Filter\Filterapply(\danog\MadelineProto\EventHandler\Update $update): boolfromReflectionType(\ReflectionType $type): \danog\MadelineProto\EventHandler\Filter\Filter
Methods:
__construct(string|int $peer)
Parameters:
$peer:string|int
initialize(\danog\MadelineProto\EventHandler $API): \danog\MadelineProto\EventHandler\Filter\Filter
Parameters:
$API:\danog\MadelineProto\EventHandler
See also:
apply(\danog\MadelineProto\EventHandler\Update $update): bool
Parameters:
$update:\danog\MadelineProto\EventHandler\Update
See also:
fromReflectionType(\ReflectionType $type): \danog\MadelineProto\EventHandler\Filter\Filter
Parameters:
$type:\ReflectionType
See also:
\ReflectionType
Generated by danog/phpdoc