
    N[iZ                     X    d dl Z d dlZd dlmZ  e j                  e      Z G d d      Zy)    N)rawc                       e Zd Z	 	 ddZy)LogOutc                 
  K   | j                  t        j                  j                  j	                                d{    | j                          d{    | j                  j                          d{    y7 ?7 )7 	w)a  Log out from Telegram and delete the *\*.session* file.

        When you log out, the current client is stopped and the storage session deleted.
        No more API calls can be made until you start the client and re-authorize again.

        .. include:: /_includes/usable-by/users-bots.rst

        Returns:
            ``bool``: On success, True is returned.

        Example:
            .. code-block:: python

                # Log out.
                app.log_out()
        NT)invoker   	functionsauthr   stopstoragedelete)selfs    P/var/www/files/kim/lib/python3.12/site-packages/pyrogram/methods/auth/log_out.pylog_outzLogOut.log_out   sb     & kk#--,,335666iikll!!###	 	7#s3   ;BA=BA?!B7B8B?BBN)r   zpyrogram.Client)__name__
__module____qualname__r        r   r   r      s    r   r   )loggingpyrogramr   	getLoggerr   logr   r   r   r   <module>r      s,   &   g! r   