ó
    ÉìÓiî  ã                   ó2   • S SK Jr  SSKJr   " S S\5      rg)é    )ÚCallableé   )ÚHandlerc                   ó8   ^ • \ rS rSrSrSS\4U 4S jjjrSrU =r$ )ÚMessageReactionHandleré   a¢  The MessageReaction handler class.
Used to handle changes in the reaction of a message.

It is intended to be used with :meth:`~pyrogram.Client.add_handler`.

For a nicer way to register this handler, have a look at the
:meth:`~pyrogram.Client.on_message_reaction` decorator.

Parameters:
    callback (``Callable``):
        Pass a function that will be called when a new MessageReaction event arrives. It takes
        *(client, reactions)* as positional arguments (look at the section below for a detailed
        description).

    filters (:obj:`Filters`):
        Pass one or more filters to allow only a subset of updates to be passed in your callback function.

Other parameters:
    client (:obj:`~pyrogram.Client`):
        The Client itself, useful when you want to call other API methods inside the handler.

    reactions (:obj:`~pyrogram.types.MessageReactionUpdated`):
        The received message reaction update.
Úcallbackc                 ó$   >• [         TU ]  X5        g ©N)ÚsuperÚ__init__)Úselfr	   ÚfiltersÚ	__class__s      €ÚW/app/mltbenv/lib/python3.13/site-packages/pyrogram/handlers/message_reaction_handler.pyr   ÚMessageReactionHandler.__init__2   s   ø€ Ü‰Ñ˜Õ+ó    © r   )	Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__r   r   Ú__static_attributes__Ú__classcell__)r   s   @r   r   r      s   ø† ññ2, ÷ ,ö ,r   r   N)Útypingr   Úhandlerr   r   r   r   r   Ú<module>r      s   ðõ& å ô,˜Wõ ,r   