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

    Constructors:
        This base type has 6 constructors available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            PhotoCachedSize
            PhotoPathSize
            PhotoSize
            PhotoSizeEmpty
            PhotoSizeProgressive
            PhotoStrippedSize
    zpyrogram.raw.base.PhotoSizec                     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/photo-size)	TypeError)selfs    O/var/www/files/kim/lib/python3.12/site-packages/pyrogram/raw/base/photo_size.py__init__zPhotoSize.__init__6   s     X Y 	Y    N)__name__
__module____qualname____doc__QUALNAMEr    r   r   r   r   !   s    $ -HYr   r   N)typingr   pyrogramr   pyrogram.raw.corer   typesPhotoCachedSizePhotoPathSizer   PhotoSizeEmptyPhotoSizeProgressivePhotoStrippedSizer   r   r   <module>r      s   2   &#))++SYY-D-DciiFYFY[^[d[d[s[suxu~u~  vT  vT  VY  V_  V_  Vq  Vq  q  r	Y Yr   