Skip to content

Commit

Permalink
default: Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jul 14, 2024
1 parent d02f56f commit 7d939a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgram/bound.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class UserB:
def mention(
self: "tgram.types.User",
name: str = None,
parse_mode: str = None,
parse_mode: str = "Markdown",
) -> str:
return (
"[{name}](tg://user?id={id})"
Expand Down

0 comments on commit 7d939a7

Please sign in to comment.