Telegram BOT API has functions to send audio files and documents ,But can it play from an online sound streaming URL?
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
4
Answers
Yes.
I use:
For example in row 74 in https://github.com/Ellusu/Jamendo_SearchBot/blob/master/index.php
No, you can’t with Telegram Bot APIs.
You must download the file and upload it on Telegram servers.
It will just show preview of link and if it’s an audio, an audio bar will be shown. so the answer is yes, but it will not start automatically and user should download and play it.
The userbot VoiceChatStreamer claims to allow exactly that.