
    dh!                     L    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)	    )TYPE_CHECKINGAnyOptional   )BotName   )TelegramMethodc                   h     e Zd ZU dZeZdZdZee	   e
d<   	 erdddee	   deddf fdZ xZS  xZS )		GetMyNamez
    Use this method to get the current bot name for the given user language. Returns :class:`aiogram.types.bot_name.BotName` on success.

    Source: https://core.telegram.org/bots/api#getmyname
    	getMyNameNlanguage_code)r   _GetMyName__pydantic_kwargsreturnc                (    t        |   dd|i| y )Nr    )super__init__)__pydantic__self__r   r   	__class__s      U/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_my_name.pyr   zGetMyName.__init__   s     GN=N<MN    )__name__
__module____qualname____doc__r   __returning____api_method__r   r   str__annotations__r   r   r   __classcell__)r   s   @r   r   r      s_     M N#'M8C='A
 CG	O2:3-	O]`	O	O 	O	 r   r   N)	typingr   r   r   typesr   baser	   r   r   r   r   <module>r$      s$    / /   Ow' Or   