1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Custom filters

Added new feature - from now you can create your own custom filters
This commit is contained in:
coder2020official
2021-09-11 21:47:59 +05:00
parent 78fb69ded1
commit ec8975c9e3
2 changed files with 22 additions and 3 deletions

View File

@@ -455,3 +455,4 @@ def webhook_google_functions(bot, request):
return 'Bot FAIL', 400
else:
return 'Bot ON'