Please answer these questions before submitting your issue. Thanks!
- What version of pyTelegramBotAPI are you using?
4.7
- What OS are you using?
win11
- What version of python are you using?
3.7
Example:
from telebot.async_telebot import AsyncTeleBot
bot = AsyncTeleBot('TOKEN', allow_sending_without_reply=True)