Android Question send image to telegram bot

king_mkv

Member
Hello guys, I hope you are well
I want to write a project that has permission to Storage, like most programs that display a pop-up and have a Deny and Allow option for Storage.
After that, I want to send a file (for example, a photo in the existing path) to the Telegram bot.
How to write this code? What Libs do I need?
 

DonManfred

Expert
Licensed User
Longtime User
You need to use Telegrams REST Api to do this.

It may be possible to do with this Lib. the lib isn´t maintained any longer though.
 
Upvote 0
Top