I wanted to make a url for the words in telegram bot.
Used this code but it doesn't work:
https://api.telegram.org/bot$botToken/sendMessage?chat_id=chat_id&text=<a href="url.com">the word</a>
how to make link for the words. when the user clicks on the word, he will go to the url adress page
<a href="url.com">WORD</a>
. i want to create a link for the message of telegram bot! β Votive