
    dh                    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   )BotCommandScopeUnion   )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 )DeleteMyCommandsaW  
    Use this method to delete the list of the bot's commands for the given scope and user language. After deletion, `higher level commands <https://core.telegram.org/bots/api#determining-list-of-commands>`_ will be shown to affected users. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#deletemycommands
    deleteMyCommandsNOptional[BotCommandScopeUnion]scopeOptional[str]language_coder   r   c               *    t        |   d||d| y )Nr    )super__init__)__pydantic__self__r   r   "_DeleteMyCommands__pydantic_kwargs	__class__s       \/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/delete_my_commands.pyr   zDeleteMyCommands.__init__   s     G[5[IZ[    )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   	   s}     M'N,0E)0 x#'M=' i 59+/		\ 2	\ )		\
 "%	\ 	\ 	\	 r   r   N)
__future__r   typingr   r   r   typesr   baser
   r"   r   r   r   r   <module>r+      s'    " / / (  \~d+ \r   