Is there a specific service to send a file to a user? I’m trying to create a bot on Telegram where - after a user request with a message (i.e: “I need file xyz”), bot send the file(s).
Which approach do you suggest?
thank you1
Telegram bot: send file(s) to user
Marco_Govoni
(Marco Govoni)
#1
johnjackson
(John Jackson)
#2
This really depends on where the file originates from. If it’s something you’re generating on the fly, I would upload to somewhere like Amazon AWS and then just send the link to the user.
Hope that helps!