bot.sendDocument(id, 'test.zip');
I have a 1.5GB file. But it is not sent to the user, it gives the following error:
(Unhandled rejection Error: ETELEGRAM: 413 Request Entity Too Large)
I know that the limit is 2GB, but the file is not sent. Tell me what should I do?
I only tried the above code.
The 2 GB is the user limit, Bot's have an upload limit of 50 MB
So there is currently no way to exceed that limit using the Bot API.
From the
sendDocument
documenetation: