You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: