mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update README.md
This commit is contained in:
parent
7d5e9e5111
commit
cf75e76e5c
@ -170,6 +170,15 @@ TeleBot supports the following filters:
|
|||||||
|chat_types|list of chat types|`True` if `message.chat.type` in your filter
|
|chat_types|list of chat types|`True` if `message.chat.type` in your filter
|
||||||
|func|a function (lambda or function reference)|`True` if the lambda or function reference returns `True`
|
|func|a function (lambda or function reference)|`True` if the lambda or function reference returns `True`
|
||||||
|
|
||||||
|
### Custom filters
|
||||||
|
Also, you can use built-in custom filters. Or, you can create your own filter.
|
||||||
|
|
||||||
|
[Example of custom filter](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/custom_filters.py)
|
||||||
|
|
||||||
|
You can check some built-in filters in source [code](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/telebot/custom_filters.py)
|
||||||
|
Example of [filtering by id](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/id_filter_example.py)
|
||||||
|
Example of [filtering by text](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/text_filter_example.py)
|
||||||
|
|
||||||
Here are some examples of using the filters and message handlers:
|
Here are some examples of using the filters and message handlers:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user