Category "aiogram"

Telegram-bot replies to messages from specific user in group chat (aiogram)

I want my bot to reply to a certain person in chat every time he writes (in fact every 2 hrs, like regular cuddling) e.g. User1: Good morning everyone User2:

aiogram bot stops answering messages several minutes after the bot was run

I am new to aiogram and I have a problem: several minutes after running a bot my bot stops reacting to the messages. Is it because of the problems in my code, o

The asyncio.sleep is "waking up" too early

I am writing a telegram bot, which has to work for numerous users simultaneously. The bot has to send messages at random time during a certain time frame. When