Hello, I am trying to deploy a Telegram bot on a beginner account. I use a library (telepot) which makes use of aiohttp for connections. I configured it to use a proxy following the instructions found here, but I am getting a 403 error.
I thought the Telegram API was whitelisted, could it be a problem with aiohttp?
Thanks!