mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Compare commits
3 commits
8422ca878d
...
52720d893c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52720d893c | ||
|
|
6bbff46417 | ||
|
|
2c32c152cb |
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# along with Pyrofork. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrofork. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
__fork_name__ = "PyroFork"
|
__fork_name__ = "PyroFork"
|
||||||
__version__ = "2.3.68"
|
__version__ = "2.3.69"
|
||||||
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
|
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
|
||||||
__copyright__ = "Copyright (C) 2022-present Mayuri-Chan <https://github.com/Mayuri-Chan>"
|
__copyright__ = "Copyright (C) 2022-present Mayuri-Chan <https://github.com/Mayuri-Chan>"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ class ExportFolderLink:
|
||||||
async def export_folder_link(
|
async def export_folder_link(
|
||||||
self: "pyrogram.Client",
|
self: "pyrogram.Client",
|
||||||
folder_id: int
|
folder_id: int
|
||||||
) -> str:
|
) -> "pyrogram.types.ExportedFolderLink":
|
||||||
"""Export link to a user's folder.
|
"""Export link to a user's folder.
|
||||||
|
|
||||||
.. include:: /_includes/usable-by/users.rst
|
.. include:: /_includes/usable-by/users.rst
|
||||||
|
|
@ -35,7 +35,7 @@ class ExportFolderLink:
|
||||||
Unique identifier (int) of the target folder.
|
Unique identifier (int) of the target folder.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
``str``: On success, a link to the folder as string is returned.
|
:obj:`~pyrogram.types.ExportedFolderLink` objects.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue