Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add clarification for file limits in documentation/FAQ #514
Comments
|
MTProto supports file uploads and downloads upto 2000MB. Uploading files via URL only works if the link points to some file and should be less than 20MB. So to upload any file greater than 20MB you have to download the file somehow. An explicit clarification is not requited, |
Checklist
Description
The Telegram Bots FAQ explicitly states that only files up to 50 MBs are allowed. An old commit (before the file limit increase) seems to be using the maximum file limit for users. A random paste I found in the Telegram discussion group possibly insinuates that the restriction still applies. The closest thing I've found in Pyrogram's FAQ so far is a general question regarding file_id values.
In a nutshell, I've looked everywhere. If I were to make a bot using Pyrogram, would it be hypothetically possible for me, as a bot account maintainer, to cross the 50 MB mark? It would be helpful for me (and probably for others as well) to see a clarification in the documentation about that.
Thanks!