We've made faster-pyrogram publicly available in order to facilitate conversation about potentially upstreaming some of this work to Pyrogram and to reduce duplication of effort among people working ...
NetGram/ ├── bot/ # Telegram Bot (Pyrogram) │ ├── main.py # Bot entry point │ ├── config.py # Configuration │ ├── handlers.py # Command handlers │ ├── database.py # Database operations │ └── ...