The Telegram Bot API has a 20MB limit for file transfers. This project focuses on the Bot API, not a full Telegram client.
Would it be feasible to support using a local Telegram Bot API server to bypass this limit? This would allow users to handle larger files by running their own API server (which can interact directly with Telegram servers via MTProto). This would avoid needing to implement MTProto within this library itself.
Is this something that could be considered?