How to use markdown in telegram? I want to send message with hyperlink

Today I found that in the Telegram desktop client I can add a hyperlink pressing Ctrl-K (or through popup menu by RightClick)! It's great! No bots and markdown needed!


You can use Markdown or HTML style in parse_mode.

If you are using Telegram client, it didn't support, but you can use inline bot. For instance, copy following line to input area, and wait for result:

@Sean_Bot md [hello](https://t.me/)

At the official Telegram page there is @bold bot, which actually does what you need.

NOTE! There is an unpleasant limitation: It was not able to process more 256 characters.


For MacOS you can use ⌘+U. Or select text and click right mouse button in order to see all possible actions.