Telegram – python coroutine and while loop, how to run both
I'm trying to run two coroutines together and using async, one is teleton telegram client and one async task who get data every minute for the telegram bot. Some code: from asyncio import Runner from asyncio import sleep import asyncio…