export_folder_link()

Export link to a user’s folder.

Usable by Users Bots

folder_id (int) – Unique identifier (int) of the target folder.

str – On success, a link to the folder as string is returned.

Example

# Export folder link
app.export_folder_link(folder_id)