Ë
    N[Îi  ã                   ó    — d dl Z  G d„ d«      Zy)é    Nc                   ó   — e Zd Z	 	 dd„Zy)ÚExportSessionStringc              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)a   Export the current authorized session as a serialized string.

        Session strings are useful for storing in-memory authorized sessions in a portable, serialized string.
        More detailed information about session strings can be found at the dedicated page of
        :doc:`Storage Engines <../../topics/storage-engines>`.

        Returns:
            ``str``: The session serialized into a printable, url-safe string.

        Example:
            .. code-block:: python

                s = await app.export_session_string()
        N)ÚstorageÚexport_session_string)Úselfs    úc/var/www/files/kim/lib/python3.12/site-packages/pyrogram/methods/utilities/export_session_string.pyr   z)ExportSessionString.export_session_string   s!   è ø€ ð" —\‘\×7Ñ7Ó9×9Ð9Ð9ús   ‚' %¡'N)r   zpyrogram.Client)Ú__name__Ú
__module__Ú__qualname__r   © ó    r	   r   r      s   „ ð:Øô:r   r   )Úpyrogramr   r   r   r	   ú<module>r      s   ðó& ÷:ò :r   