How to make a bot talk conversationally using Pyrogram on Telegram – Telegram API
I wrote a bot using Python Telegram Bot. Then, i wanted to write some automatic tests for it. And that's the problem: i needed a way to send messages, wait for my bot to reply, and then react to those…