
    N[i	                         d dl mZ d dlmZ d dlmZ eej                  j                  j                  ej                  j                  j                  f   Z G d d      Zy)    )Union)raw)TLObjectc                       e Zd ZdZdZd Zy)Authorizationa  Telegram API base type.

    Constructors:
        This base type has 2 constructors available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            auth.Authorization
            auth.AuthorizationSignUpRequired

    Functions:
        This object can be returned by 7 functions.

        .. currentmodule:: pyrogram.raw.functions

        .. autosummary::
            :nosignatures:

            auth.SignUp
            auth.SignIn
            auth.ImportAuthorization
            auth.ImportBotAuthorization
            auth.CheckPassword
            auth.RecoverPassword
            auth.ImportWebTokenAuthorization
    z$pyrogram.raw.base.auth.Authorizationc                     t        d      )NzBase types can only be used for type checking purposes: you tried to use a base type instance as argument, but you need to instantiate one of its constructors instead. More info: https://docs.pyrogram.org/telegram/base/authorization)	TypeError)selfs    W/var/www/files/kim/lib/python3.12/site-packages/pyrogram/raw/base/auth/authorization.py__init__zAuthorization.__init__B   s     [ \ 	\    N)__name__
__module____qualname____doc__QUALNAMEr    r   r   r   r   !   s    < 6H\r   r   N)
typingr   pyrogramr   pyrogram.raw.corer   typesauthr   AuthorizationSignUpRequiredr   r   r   <module>r      sG   2   &ciinn22CIINN4^4^^_%\ %\r   