2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-05 00:35:10 +00:00

Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Dan
2020-02-20 13:55:03 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -724,4 +724,4 @@ class Chat(Object):
ValueError: In case the chat_id belongs to a user.
"""
return self._client.export_invite_link(self.id)
return self._client.export_chat_invite_link(self.id)