Javascript – How to send large files to user? node-telegram-bot-api
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…