U
    ē;ćgu  ć                   @   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 )ŚPeerBlockedząTelegram API base type.

    Constructors:
        This base type has 1 constructor available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            PeerBlocked
    zpyrogram.raw.base.PeerBlockedc                 C   s   t dd S )NzēBase 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/peer-blocked)Ś	TypeError)Śself© r   ś^/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/raw/base/peer_blocked.pyŚ__init__1   s    zPeerBlocked.__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   