U
    ;g1	                     @   sN   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 dZdS )    )Union)raw)TLObjectc                   @   s   e Zd ZdZdZdd ZdS )SentCodea  Telegram API base type.

    Constructors:
        This base type has 2 constructors available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            auth.SentCode
            auth.SentCodeSuccess

    Functions:
        This object can be returned by 6 functions.

        .. currentmodule:: pyrogram.raw.functions

        .. autosummary::
            :nosignatures:

            auth.SendCode
            auth.ResendCode
            auth.ResetLoginEmail
            account.SendChangePhoneCode
            account.SendConfirmPhoneCode
            account.SendVerifyPhoneCode
    zpyrogram.raw.base.auth.SentCodec                 C   s   t dd S )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/sent-code)	TypeError)self r   `/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/raw/base/auth/sent_code.py__init__A   s    zSentCode.__init__N)__name__
__module____qualname____doc__ZQUALNAMEr
   r   r   r   r	   r   !   s   r   N)
typingr   Zpyrogramr   Zpyrogram.raw.corer   typesauthr   ZSentCodeSuccessr   r   r   r	   <module>   s   