yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.17k stars 1.5k forks source link

Taking too long to send an audio, document or video #1093

Open ianmsfvenom opened 1 year ago

ianmsfvenom commented 1 year ago

Hello, I'm trying to send an audio file, but it takes a long time to send a file that only weighs 2MB, I thought it was my internet connection but the upload speed is 80Mbps. What can it be?

My code:

bot.sendAudio({
     filename: 'kamaitachi - BotasVerdesDeNeon.jpg.mp3',
     contentType: 'audio/mp3'
})

Photo of the time it was sent: Screenshot_55