
    ,h<                    L    d dl mZ d dlmZmZmZ ddlmZ  G d dee         Z	y)    )annotations)TYPE_CHECKINGAnyOptional   )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 )!RemoveBusinessAccountProfilePhotoz
    Removes the current profile photo of a managed business account. Requires the *can_edit_profile_photo* business bot right. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#removebusinessaccountprofilephoto
    !removeBusinessAccountProfilePhotostrbusiness_connection_idNOptional[bool]	is_public)r   c               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   3_RemoveBusinessAccountProfilePhoto__pydantic_kwargs	__class__s       h/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/remove_business_account_profile_photo.pyr   z*RemoveBusinessAccountProfilePhoto.__init__   s'     G '=# $    )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8N6 $I~$ w )-		 %(	 &		
 "%	 	 		 r   r
   N)

__future__r   typingr   r   r   baser   r   r
   r   r   r   <module>r'      s"    " / /  "t(< "r   