GoyGram is a Telegram framework for Python. It runs both of Telegram's protocols — Bot API and MTProto — in a single asyncio runtime, and moves crypto and TL serialization into a compiled Rust extension. The dual-transport problem aiogram and python-telegram-bot are Bot API only.
Source: [Dev.to](https://dev.to/sam_sepiol_b877bcc20da75b/goygram-one-python-runtime-for-both-telegram-bot-api-and-mtproto-with-a-rust-core-and-48na)