
    ,hg                    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 )
SetMyShortDescriptiona  
    Use this method to change the bot's short description, which is shown on the bot's profile page and is sent together with the link when users share the bot. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#setmyshortdescription
    setMyShortDescriptionNOptional[str]short_descriptionlanguage_coder   r   c               *    t        |   d||d| y )Nr    )super__init__)__pydantic__self__r   r   '_SetMyShortDescription__pydantic_kwargs	__class__s       [/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/set_my_short_description.pyr   zSetMyShortDescription.__init__   s'     G "3+ $    )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
      sw     M,N'+}+ V#'M=' i 04+/		  -	 )		
 "%	 	 		 r   r
   N)

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