
     j                     <    d dl mZmZ ddlmZ  G d dee         Zy)    )TYPE_CHECKINGAny   )TelegramMethodc                   R     e Zd ZU dZeZdZeed<   	 e	rdede
ddf fdZ xZS  xZS )ReplaceManagedBotTokenz
    Use this method to revoke the current token of a managed bot and generate a new one. Returns the new token as *String* on success.

    Source: https://core.telegram.org/bots/api#replacemanagedbottoken
    replaceManagedBotTokenuser_id(_ReplaceManagedBotToken__pydantic_kwargsreturnNc                (    t        |   dd|i| y )Nr
    )super__init__)__pydantic__self__r
   r   	__class__s      \/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/replace_managed_bot_token.pyr   zReplaceManagedBotToken.__init__   s    
 GBWB0AB    )__name__
__module____qualname____doc__str__returning____api_method__int__annotations__r   r   r   __classcell__)r   s   @r   r   r      sI     M-NLI	CS 	Cs 	CW[ 	C 	C	 r   r   N)typingr   r   baser   r   r   r   r   r   <module>r!      s    %  C^C0 Cr   