
    dh$                    H    d dl mZ d dlmZmZ ddlmZ  G d dee         Zy)    )annotations)TYPE_CHECKINGAny   )TelegramMethodc                  F     e Zd ZU dZeZdZded<   	 er
d fdZ	 xZ
S  xZ
S )RemoveUserVerificationa  
    Removes verification from a user who is currently verified `on behalf of the organization <https://telegram.org/verify#third-party-verification>`_ represented by the bot. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#removeuserverification
    removeUserVerificationintuser_idc               (    t        |   dd|i| y )Nr    )super__init__)__pydantic__self__r   (_RemoveUserVerification__pydantic_kwargs	__class__s      b/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/remove_user_verification.pyr   zRemoveUserVerification.__init__   s    
 GBWB0AB    )r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   __classcell__)r   s   @r   r	   r	      s0     M-NL.	C 	C	 r   r	   N)	
__future__r   typingr   r   baser   r   r	   r   r   r   <module>r$      s!    " %  C^D1 Cr   