
    dh                    T    d dl mZ d dlmZmZ d dlmZ ddlmZ  G d dee         Z	y)	    )annotations)TYPE_CHECKINGAny)BusinessConnection   )TelegramMethodc                  R     e Zd ZU dZeZdZded<   	 er	 	 	 	 	 	 d fdZ	 xZ
S  xZ
S )GetBusinessConnectiona  
    Use this method to get information about the connection of the bot with a business account. Returns a :class:`aiogram.types.business_connection.BusinessConnection` object on success.

    Source: https://core.telegram.org/bots/api#getbusinessconnection
    getBusinessConnectionstrbusiness_connection_idc               (    t        |   dd|i| y )Nr    )super__init__)__pydantic__self__r   '_GetBusinessConnection__pydantic_kwargs	__class__s      a/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_business_connection.pyr   zGetBusinessConnection.__init__   s     G`4J`N_`    )r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   __classcell__)r   s   @r   r
   r
   
   sL     'M,N6	a;>	aUX	a	a 	a	 r   r
   N)

__future__r   typingr   r   aiogram.typesr   baser   r
   r   r   r   <module>r%      s%    " % ,  aN+=> ar   