Upload audio as instant link with download button in telethon bot – Telegram API
I want to send mp3 file to the user from telethon bot, when I do that with bot.send_file(supports_streaming=True) it arrives with delay like this: https://i.stack.imgur.com/69oau.png I also tried bot.upload_file which should upload file on telegram server and return InputFile, but…