export_folder_link()¶ Client.export_folder_link()¶ Export link to a user’s folder. Usable by Users Bots Parameters:¶ folder_id (int) – Unique identifier (int) of the target folder. Returns:¶ str – On success, a link to the folder as string is returned. Example # Export folder link app.export_folder_link(folder_id)