thank you!
I don't actually expect this to ever be done
IMO making it so easy! API very simple, Telegram very popular.
May be SHAREX need plugin system? but plugins can be as XML or JSON files in special directory. One parameter must contain secret code for security. This secret code will be set it Sharex plugins preferences. It will be safe.
Telegram is increasingly a method used for file transfer but this particular example is overly specific, meaning I think you'd be hard pressed to find another person who would use this function.
But then maybe Jaex will handle it like a feature bounty, who knows?
@bambus1980
you can use custom uploader instead
with url https://api.telegram.org/botTOKEN/sendPhoto?$chat_id&$photo
and arguments MUST be:
photo @photo
chat_id your_chat_id chat id can be channelname started with @ character or your account id

for document uploading just change method and argumints like this

Thank you! Its a good ability!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If the custom uploader works, it can be closed.
Thank you! Its a good ability!
Could u make it work? The document uploader doesn't work for me.
@MercuryxLion
Could u make it work? The document uploader doesn't work for me.
download and install https://github.com/Blucknote/CustomUploaders
then you just need to replace bot token with your token and chat_id with chat id like this

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Most helpful comment
@bambus1980


you can use custom uploader instead
with url
https://api.telegram.org/botTOKEN/sendPhoto?$chat_id&$photoand arguments MUST be:
photo @photochat_id your_chat_idchat id can be channelname started with@character or your account idfor document uploading just change method and argumints like this