
    ,h                    X    d dl mZ d dlmZmZmZ ddlmZ ddlm	Z	  G d de	e         Z
y	)
    )annotations)TYPE_CHECKINGAnyOptional   )BotShortDescription   )TelegramMethodc                  Z     e Zd ZU dZeZdZdZded<   	 e	rdd	 	 	 	 	 d fdZ
 xZS  xZS )	GetMyShortDescriptionz
    Use this method to get the current bot short description for the given user language. Returns :class:`aiogram.types.bot_short_description.BotShortDescription` on success.

    Source: https://core.telegram.org/bots/api#getmyshortdescription
    getMyShortDescriptionNOptional[str]language_code)r   c               (    t        |   dd|i| y )Nr    )super__init__)__pydantic__self__r   '_GetMyShortDescription__pydantic_kwargs	__class__s      [/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/get_my_short_description.pyr   zGetMyShortDescription.__init__   s     GN=N<MN    )r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method__r   __annotations__r   r   __classcell__)r   s   @r   r   r   	   sW     (M,N#'M='A
 CG	O2?	O]`	O	O 	O	 r   r   N)
__future__r   typingr   r   r   typesr   baser
   r   r   r   r   <module>r'      s(    " / / '  ON+>? Or   