Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to handle files larger than 20MB? #325

Open
mmahdium opened this issue Dec 30, 2024 · 0 comments
Open

Is there any way to handle files larger than 20MB? #325

mmahdium opened this issue Dec 30, 2024 · 0 comments

Comments

@mmahdium
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant