From d66683338a0d17f927c5abeaa79c694b7c767b03 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 26 Dec 2021 09:42:12 +0000 Subject: [PATCH] Update content of files --- data/core.telegram.org/bots/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core.telegram.org/bots/api.html b/data/core.telegram.org/bots/api.html index fa27484001..8e0ec11a77 100644 --- a/data/core.telegram.org/bots/api.html +++ b/data/core.telegram.org/bots/api.html @@ -3184,7 +3184,7 @@ To learn how to create…">

Formatting options

The Bot API supports basic formatting for messages. You can use bold, italic, underlined and strikethrough text, as well as inline links and pre-formatted code in your bots' messages. Telegram clients will render them accordingly. You can use either markdown-style or HTML-style formatting.

Note that Telegram clients will display an alert to the user before opening an inline link ('Open this link?' together with the full URL).

-

Message entities can be nested, providing following restrictions are met:
- If two entities has common characters then one of them is fully contained inside another.
- bold, italic, underline and strikethrough entities can contain and to be contained in any other entities, except pre and code.
- All other entities can't contain each other.

+

Message entities can be nested, providing following restrictions are met:
- If two entities have common characters then one of them is fully contained inside another.
- bold, italic, underline and strikethrough entities can contain and to be contained in any other entities, except pre and code.
- All other entities can't contain each other.

Links tg://user?id=<user_id> can be used to mention a user by their ID without using a username. Please note: