How to make a hyperlink in telegram without using bots?
How to make a Hyperlink in telegram?
how to make a hyperlink in telegram without the help of bots?
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
On Telegram Desktop for macOS, the shortcuts differ. You can right-click a highlighted text, then hover over Transformations
to see the available options:
In telegram desktop, use this hotkey:
ctrl+K
In android:
- type your text
- select it
- and click on
Create Link
from its options
You can see these steps in this image:
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.