Merge branch 'dev-2.x' into private-chat-links

This commit is contained in:
Ramzan Bekbulatov 2019-11-12 15:19:14 +03:00 committed by GitHub
commit b8cfe386da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: