o
    *fj                     @   s4   d dl mZmZ ddlmZ G dd dee ZdS )    )TYPE_CHECKINGAny   )TelegramMethodc                       sN   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dZ  ZS   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                   s   t  jdd|i| d S )Nr    )super__init__)__pydantic__self__r   r	   	__class__r   /var/www/botplatforma_usr/data/www/botplatforma.ilyaolesya.ru/.venv/lib/python3.10/site-packages/aiogram/methods/replace_managed_bot_token.pyr      s   zReplaceManagedBotToken.__init__)__name__
__module____qualname____doc__str__returning____api_method__int__annotations__r   r   r   __classcell__r   r   r   r   r      s   
 "r   N)typingr   r   baser   r   r   r   r   r   r   <module>   s    