danog\MadelineProto\EventHandler\Filter\FilterFromSenders
Author: Daniil Gentili daniil@daniil.it
Allow incoming or outgoing group messages made by a certain list of senders.
Method list:
__construct(string|int ...$idOrUsername)
initialize(\danog\MadelineProto\EventHandler $API): \danog\MadelineProto\EventHandler\Filter\Filter
apply(\danog\MadelineProto\EventHandler\Update $update): bool
fromReflectionType(\ReflectionType $type): \danog\MadelineProto\EventHandler\Filter\Filter
Methods:
__construct(string|int ...$idOrUsername)
Parameters:
...$idOrUsername
: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