danog\MadelineProto\EventHandler\Filter\FilterTextStartsCaseInsensitive
Author: Daniil Gentili daniil@daniil.it
Allow only messages that start with a specific case-insensitive content.
Method list:
__construct(string $content)apply(\danog\MadelineProto\EventHandler\Update $update): boolinitialize(\danog\MadelineProto\EventHandler $API): \danog\MadelineProto\EventHandler\Filter\FilterfromReflectionType(\ReflectionType $type): \danog\MadelineProto\EventHandler\Filter\Filter
Methods:
__construct(string $content)
Parameters:
$content:string
apply(\danog\MadelineProto\EventHandler\Update $update): bool
Parameters:
$update:\danog\MadelineProto\EventHandler\Update
See also:
initialize(\danog\MadelineProto\EventHandler $API): \danog\MadelineProto\EventHandler\Filter\Filter
Run some initialization logic, optionally returning a new filter to replace the current one.
Parameters:
$API:\danog\MadelineProto\EventHandler
See also:
fromReflectionType(\ReflectionType $type): \danog\MadelineProto\EventHandler\Filter\Filter
Parameters:
$type:\ReflectionType
See also:
\ReflectionType
Generated by danog/phpdoc