We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bae64 commit 104b7c9Copy full SHA for 104b7c9
hydrogram/types/user_and_chats/user.py
@@ -148,7 +148,7 @@ class User(Object, Update):
148
Generate a text mention for this user.
149
You can use ``user.mention()`` to mention the user using their first name (styled using html), or
150
``user.mention("another name")`` for a custom name. To choose a different style
151
- ("html" or "md"/"markdown") use ``user.mention(style="md")``.
+ ("HTML" or "MARKDOWN") use ``user.mention(style=ParseMode.MARKDOWN)``.
152
"""
153
154
def __init__(
0 commit comments