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:
@ -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("")
|
||||
|
||||
|
Reference in New Issue
Block a user