
    dh                    D    d dl mZ ddlmZ ddlmZ  G d dee         Zy)	    )annotations   )User   )TelegramMethodc                      e Zd ZdZeZdZy)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__     P/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_me.pyr	   r	      s     MNr   r	   N)
__future__r   typesr   baser   r	   r   r   r   <module>r      s    "   N4  r   