
    G˝i]                    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                  j     e Zd ZU dZeZdZded<   	 dZded<   	 e	rdd	 	 	 	 	 	 	 d
 fd	Z
 xZS  xZS )
VerifyUserz
    Verifies a user `on behalf of the organization <https://telegram.org/verify#third-party-verification>`_ which is represented by the bot. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#verifyuser
    
verifyUserintuser_idN
str | Nonecustom_description)r   c               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   _VerifyUser__pydantic_kwargs	__class__s       T/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/verify_user.pyr   zVerifyUser.__init__   s%     G 4FJ[    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   r   __classcell__)r   s   @r   r	   r	      sl     M!NL.%)
) b .2		 	 !+		
 "%	 	 		 r   r	   N)	
__future__r   typingr   r   baser   r   r	   r   r   r   <module>r&      s    " %   %  r   