
    dh                     L    d dl mZmZ ddlmZmZ ddlmZ  G d dee         Zy)	    )TYPE_CHECKINGAny   )ChatIdUnionUserChatBoosts   )TelegramMethodc                   b     e Zd ZU dZeZdZeed<   	 e	ed<   	 e
rdede	deddf fdZ xZS  xZS )	GetUserChatBoostsa  
    Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a :class:`aiogram.types.user_chat_boosts.UserChatBoosts` object.

    Source: https://core.telegram.org/bots/api#getuserchatboosts
    getUserChatBoostschat_iduser_id#_GetUserChatBoosts__pydantic_kwargsreturnNc                *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   r   	__class__s       ^/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_user_chat_boosts.pyr   zGetUserChatBoosts.__init__   s     GSWgSARS    )__name__
__module____qualname____doc__r   __returning____api_method__r   __annotations__intr   r   r   __classcell__)r   s   @r   r   r      s]     #M(NlL.	T,7	TBE	T\_	T	T 	T	 r   r   N)	typingr   r   typesr   r   baser	   r   r   r   r   <module>r%      s!    % /  T~6 Tr   