How to format text in a Telegram bot (bold, strikethrough, links)?

Hello!
Could you please tell me how to format text in a Telegram bot — make it bold, italic, strikethrough, or add a clickable text with a hidden link?

I tried using HTML formatting like this:

<b>This is bold text</b><br>
<i>This is italic text</i><br>
<code>Monospace text</code><br><br>
<s>Strikethrough text</s>
<b>This is <s>strikethrough</s> bold text</b>
<a href="https://example.com">Click here</a>

In the bot builder, everything looked fine, but the messages were not delivered in Telegram at all.

Is there another way to do this, or am I missing something?

2
2 replies