
    dh                    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                  p     e Zd ZU dZeZdZdZded<   	 dZ	ded<   	 e
rddd	 	 	 	 	 	 	 d	 fdZ xZS  xZS )
SetMyDescriptionz
    Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#setmydescription
    setMyDescriptionNOptional[str]descriptionlanguage_coder   r   c               *    t        |   d||d| y )Nr    )super__init__)__pydantic__self__r   r   "_SetMyDescription__pydantic_kwargs	__class__s       \/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/set_my_description.pyr   zSetMyDescription.__init__   s$     G '}HY    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method__r   __annotations__r   r   r   __classcell__)r   s   @r   r
   r
      sv     M'N!%K% B#'M=' ] *.+/		 '	 )		
 "%	 	 		 r   r
   N)

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