diff --git a/README.md b/README.md index bcfc517..a2d80d5 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,9 @@ 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: