How to make a Hyperlink in telegram?
how to make a hyperlink in telegram without the help of bots?
How to make a hyperlink in telegram without using bots?
261.1k Views Asked by Hà Linh AtThere are 10 best solutions below

Step 1:Select the text you want to give to the hyperlink.
Step 2:Select the three dots at the above right corner.
Step 3: click create link
from the options
Step 4: insert the url
Select ok
then the link will be created

As of Telegram Desktop Version 3.1.1, You can format the your message like:
Create link:
Ctrl + K = this pops Create link field and auto fills selected text on Text
Other useful hotkeys:
Ctrl + B = Bold
Ctrl + I = Italic
Ctrl + U = Underline
Ctrl + Shift + S = Strikethrough
Ctrl + Shift + M = Monospace
Ctrl + Shift + N = Plain Text
Ctrl + Shift + X = Strikethrough

Try this link format: https://t.me/[YourUserName]
I was looking for such a thing, BUT with text in (like the one that WhatsApp got)

If you're using iOS and (still, after all these years) don't have the button to create a link you can use this shortcut to create a link with custom text.
URL is taken via "share" action, clipboard if the shortcut wasn't called via "share" menu or requested from user.
The result is put in the clipboard, you just have to paste it into telegram.

My phone is xiaomi Redmi note 8 with MIUI 11.0.9 . There is no option for create hyperlink :
So I use Telegram desktop or Telegram X for create hyperlink because Telegram X supports markdown. Type url and send message (in Telegram X) or there is an alternate way which is the easiest!
Update
This way works for all phones!
Select the text using Word Editor and click in the three dots on the top right corner of the chat. It is usually used for accessing settings but if you select a text and click there, you can see Telegram's own Formatter!
You can make a hyperlink in Telegram by writing an URL and send the message. Using Telegram Bot APIs you can send a clickable URL in two ways:
Markdown:
HTML:
In both cases you will have:
EDIT: In new version of Telegram clients you can do that, see above answers.