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
you should use the parse_mode parameter:
output: