2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 04:48:06 +00:00

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

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

View File

@ -21,7 +21,7 @@ The reason about being an optional package is that TgCrypto requires some extra
The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand
what you should do next:
- **Windows**: Install `Visual C++ 2015 Build Tools <http://landinghub.visualstudio.com/visual-cpp-build-tools>`_.
- **Windows**: Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
- **macOS**: A pop-up will automatically ask you to install the command line developer tools.
- **Linux**: Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``).
- **Termux (Android)**: Install ``clang`` package.

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)