I have a Telegram bot set up and now I’m curious whether or not I can receive/download the files I upload to the bot.
I haven’t found a lot of information, though the Telegram API makes it possible generally. When I listen to the events in the developer tools though, I don’t see anything related to files in the relevant event
Exactly I use Appdaemon for some more complex apps and one of them keeps my music on Google Drive up2date by checking my relevant YouTube playlists.
I don’t have any logic for when I want to use local files instead of downloading them from YouTube. Since I use the bot to set metadata etc. I’m interested, if I can do the actual file using Telegram too
Basically:
Upload music file to bot
App saves it with some data locally
Bot prompts me to set metadata like it does with YouTube music
Bot sets metadata using ffmpeg and uploads file to Google Drive
Might be overkill so I’m still pondering, if I even do it instead of doing the steps manually