how to bypass the file size limitation in bots .
Now we have to work with files under the size of 20 MB, if we want to work with files with more than 20 Mb in size, what should we do?
some projects like pwrTelegram
PWRTelegram used the core API to bypass that limit. I believe that has been patched. You have to use a user bot (td-lib) to bypass the limit.
Most helpful comment
PWRTelegram used the core API to bypass that limit. I believe that has been patched. You have to use a user bot (
td-lib) to bypass the limit.