How to make a Hyperlink in telegram?
how to make a hyperlink in telegram without the help of bots?
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)
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:
[This is an example](https://example.com)
HTML:
<a href="https://example.com">This is an example</a>
In both cases you will have:
This is an example
EDIT: In new version of Telegram clients you can do that, see above answers.
In the new desktop versions, you can add hyperlink by pressing ctrl + k and typing links.
As of Telegram Desktop 1.3 you can format your messages and add links.
[Ctrl+K] = create link (https://my.website)
Other useful hotkeys are:
[Ctrl+B] = bold
[Ctrl+I] = italic
[Ctrl+Shift+M] = monospace
[Ctrl+Shift+N] = clear formatting
On Telegram Desktop for macOS, the shortcuts differ. You can right-click a highlighted text, then hover over Transformations
to see the available options:
First make link with @bold bot . Then Copy text and paste it to remove "via @bold"