I have developed a bot in Telegram.
I have an app built on https://apex.oracle.com/pls
I now want to call the telegram bot using below api call...
https://api.telegram.org/botxxxxxxxx-key/sendMessage?chat_id=999999&text="this is my message to telegram"
from the browser it works (obviously with the correct bot ID and the chat persons valid ID.
So all I need is my plsql code in apex.oracle.com to send that one line.
Alvin