
    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   )
StarAmount   )TelegramMethodc                      e Zd ZdZeZdZy)GetMyStarBalancez
    A method to get the current Telegram Stars balance of the bot. Requires no parameters. On success, returns a :class:`aiogram.types.star_amount.StarAmount` object.

    Source: https://core.telegram.org/bots/api#getmystarbalance
    getMyStarBalanceN)__name__
__module____qualname____doc__r   __returning____api_method__     ]/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_my_star_balance.pyr	   r	      s     M'Nr   r	   N)
__future__r   typesr   baser   r	   r   r   r   <module>r      s    "   (~j1 (r   