Compare commits

..

No commits in common. "main" and "v2.3.69" have entirely different histories.

View file

@ -25,7 +25,7 @@ class ExportFolderLink:
async def export_folder_link(
self: "pyrogram.Client",
folder_id: int
) -> "pyrogram.types.ExportedFolderLink":
) -> str:
"""Export link to a user's folder.
.. include:: /_includes/usable-by/users.rst
@ -35,7 +35,7 @@ class ExportFolderLink:
Unique identifier (int) of the target folder.
Returns:
:obj:`~pyrogram.types.ExportedFolderLink` objects.
``str``: On success, a link to the folder as string is returned.
Example:
.. code-block:: python