o
    FÆh·  ã                   @  s<   d dl mZ ddlmZ ddlmZ G dd„ dee ƒZdS )	é    )Úannotationsé   )ÚUseré   )ÚTelegramMethodc                   @  s   e Zd ZdZeZdZdS )ÚGetMezò
    A simple method for testing your bot's authentication token. Requires no parameters. Returns basic information about the bot in form of a :class:`aiogram.types.user.User` object.

    Source: https://core.telegram.org/bots/api#getme
    ÚgetMeN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__returning__Ú__api_method__© r   r   úI/var/www/html/venv/lib/python3.10/site-packages/aiogram/methods/get_me.pyr      s    r   N)Ú
__future__r   Útypesr   Úbaser   r   r   r   r   r   Ú<module>   s    