mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge 3dac40d5a2 into 51beb48257
This commit is contained in:
commit
3ba192e78f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Is the same as the next example, but without usage markup
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
await message.answer(
|
await message.answer(
|
||||||
text=f"Hello, <b>{html.quote(message.from_user.full_name)}!",
|
text=f"Hello, <b>{html.quote(message.from_user.full_name)}</b>!",
|
||||||
parse_mode=ParseMode.HTML
|
parse_mode=ParseMode.HTML
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue