@rcd
d886ab87-daa4-4e73-8764-e10a7eb203db-image.png
54b405ee-0393-4c04-839b-924fe7398674-image.png
and then it will open source of url that downloads this photo's
Image in Telegraph
Moved
Support
-
F Fox moved this topic from Feedback on
-
It's tricky.
What solved it for me was:-
Screenshot in Base64 of the web;
-
Write it to disk
-
Post https://api.telegram.org/botXXXXXXXXXXX:SECRET/sendPhoto
-
Post using the postdata constructor as example: -- "chat_id",{{chatId}},"photo","file://" + {{Image folder location}} + "screenshot.png"
-
use multipart content type
-