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:
commit
9e0868dd77
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user