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

created async TextFilter

This commit is contained in:
abdullaev388
2022-02-12 17:33:29 +05:00
parent 5b1483f646
commit 5f7ccc8c9b
2 changed files with 87 additions and 5 deletions

View File

@ -6,10 +6,9 @@ with (message_handler, callback_query_handler, poll_handler)
"""
import asyncio
from telebot.async_telebot import AsyncTeleBot
from telebot import types
from telebot.custom_filters import TextFilter
from telebot.asyncio_filters import TextMatchFilter
from telebot.async_telebot import AsyncTeleBot
from telebot.asyncio_filters import TextMatchFilter, TextFilter
bot = AsyncTeleBot("")