How do I use a public bot and retrieve information from it using my bot TELEGRAM?
So I made a bot using BotFather, I'm going to add many functions to it, but one of them is that I want it to use another bot.
There is a bot called
@TG_mp3downloader_bot
, which takes a youtube video URL and creates a downloadable mp3 file out of it.
How do implement or embed the @TG_mp3downloader_bot into a command in my bot?
A there a way to create a bot similar to @TG_mp3downloader_bot instead? And if so, how?
*Note: I code with python