
    dh_                    X    d dl mZ d dlmZ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   )ChatIdUnionResultChatMemberUnion   )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 )	GetChatMembera1  
    Use this method to get information about a member of a chat. The method is only guaranteed to work for other users if the bot is an administrator in the chat. Returns a :class:`aiogram.types.chat_member.ChatMember` object on success.

    Source: https://core.telegram.org/bots/api#getchatmember
    getChatMemberr   chat_idintuser_idc               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   _GetChatMember__pydantic_kwargs	__class__s       Y/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_chat_member.pyr   zGetChatMember.__init__   s     GSWgSARS    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   __classcell__)r   s   @r   r   r   	   s`     *M$N IL.	T,7	TBE	T\_	T	T 	T	 r   r   N)
__future__r   typingr   r   typesr   r   baser
   r   r   r   r   <module>r(      s%    " % 6  TN#89 Tr   