diff --git a/aiogram/types/chat.py b/aiogram/types/chat.py index a05ad47e..1792613c 100644 --- a/aiogram/types/chat.py +++ b/aiogram/types/chat.py @@ -73,7 +73,7 @@ class Chat(base.TelegramObject): shift = -1000000000000 return shift - self.id - def get_mention(self, name=None, as_html=False): + def get_mention(self, name=None, as_html=True): if name is None: name = self.mention if as_html: