U
    ;g                     @   sB   d dl mZ d dlmZ d dlmZ eejj 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 )SecureValuea  Telegram API base type.

    Constructors:
        This base type has 1 constructor available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            SecureValue

    Functions:
        This object can be returned by 3 functions.

        .. currentmodule:: pyrogram.raw.functions

        .. autosummary::
            :nosignatures:

            account.GetAllSecureValues
            account.GetSecureValue
            account.SaveSecureValue
    zpyrogram.raw.base.SecureValuec                 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/secure-value)	TypeError)self r   ^/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/raw/base/secure_value.py__init__=   s    zSecureValue.__init__N)__name__
__module____qualname____doc__ZQUALNAMEr
   r   r   r   r	   r   !   s   r   N)typingr   Zpyrogramr   Zpyrogram.raw.corer   typesr   r   r   r   r	   <module>   s   