Node-telegram-bot-api: file is too big

Created on 28 Jul 2019  路  1Comment  路  Source: yagop/node-telegram-bot-api

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

  • Downloading of files up to 1.5 GB in size
  • Uploading of files up to 1.5 GB in size
question tg-side-issue

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dimawebmaker picture dimawebmaker  路  3Comments

Panthro picture Panthro  路  3Comments

kenanchristian picture kenanchristian  路  4Comments

FerX picture FerX  路  4Comments

sidelux picture sidelux  路  3Comments