U
    ç;ãg  ã                   @   s   d dl Z G dd„ dƒZdS )é    Nc                   @   s   e Zd Zddœdd„ZdS )ÚExportSessionStringzpyrogram.Client©Úselfc                 Ã   s   | j  ¡ I dH S )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)ZstorageÚexport_session_stringr   © r   úp/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/methods/utilities/export_session_string.pyr      s    z)ExportSessionString.export_session_stringN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s   ÿr   )Zpyrogramr   r   r   r   r   Ú<module>   s   