How to use telethon with hypercorn?
How to convert the following line
app.run(loop=client.loop)
In procfile, how to pass the loop
hypercorn file:app -k asyncio
Or how to use hypercorn api?
import asyncio
from hypercorn.asyncio import serve
asyncio.run(serve(app, config)) # value for config