
    dhP                    H    d dl mZ d dlmZmZ ddlmZ  G d dee         Zy)    )annotations)TYPE_CHECKINGAny   )TelegramMethodc                  b     e Zd ZU dZeZdZded<   	 ded<   	 er	 	 	 	 	 	 	 	 d fdZ	 xZ
S  xZ
S )	TransferBusinessAccountStarsz
    Transfers Telegram Stars from the business account balance to the bot's balance. Requires the *can_transfer_stars* business bot right. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#transferbusinessaccountstars
    transferBusinessAccountStarsstrbusiness_connection_idint
star_countc               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   ._TransferBusinessAccountStars__pydantic_kwargs	__class__s       i/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/transfer_business_account_stars.pyr   z%TransferBusinessAccountStars.__init__   s'     G '=% $    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   __classcell__)r   s   @r   r	   r	      s_     M3N6O7	 %(	 		
 "%	 	 		 r   r	   N)	
__future__r   typingr   r   baser   r   r	   r   r   r   <module>r&      s    " %  ">$#7 "r   