Ë
    N[Îi9	  ã                   ó‚   — d dl mZ d dlmZ d dlmZ eej                  j                  j                     Z G d„ d«      Zy)é    )ÚUnion)Úraw)ÚTLObjectc                   ó   — e Zd ZdZdZd„ Zy)ÚAffectedHistorya~  Telegram API base type.

    Constructors:
        This base type has 1 constructor available.

        .. currentmodule:: pyrogram.raw.types

        .. autosummary::
            :nosignatures:

            messages.AffectedHistory

    Functions:
        This object can be returned by 6 functions.

        .. currentmodule:: pyrogram.raw.functions

        .. autosummary::
            :nosignatures:

            messages.DeleteHistory
            messages.ReadMentions
            messages.UnpinAllMessages
            messages.ReadReactions
            channels.DeleteParticipantHistory
            channels.DeleteTopicHistory
    z*pyrogram.raw.base.messages.AffectedHistoryc                 ó   — t        d«      ‚)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/affected-history)Ú	TypeError)Úselfs    ú^/var/www/files/kim/lib/python3.12/site-packages/pyrogram/raw/base/messages/affected_history.pyÚ__init__zAffectedHistory.__init__@   s   € Üð ^ó _ð 	_ó    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚQUALNAMEr   © r   r   r   r   !   s   „ ñð8 <€Hó_r   r   N)	Útypingr   Úpyrogramr   Úpyrogram.raw.corer   ÚtypesÚmessagesr   r   r   r   ú<module>r      s6   ðõ2 Ý Ý &à˜Ÿ	™	×*Ñ*×:Ñ:Ñ;€÷#_ò #_r   