
    dh	                    `    d dl mZ d dlmZmZmZ ddlmZmZm	Z	 ddl
mZ  G d dee         Zy	)
    )annotations)TYPE_CHECKINGAnyOptional   )ChatIdUnionChatInviteLinkDateTimeUnion   )TelegramMethodc                       e Zd ZU dZeZdZded<   	 ded<   	 dZded	<   	 dZ	d
ed<   	 dZ
ded<   	 dZded<   	 erddddd	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )EditChatInviteLinkag  
    Use this method to edit a non-primary invite link created by the bot. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Returns the edited invite link as a :class:`aiogram.types.chat_invite_link.ChatInviteLink` object.

    Source: https://core.telegram.org/bots/api#editchatinvitelink
    editChatInviteLinkr   chat_idstrinvite_linkNOptional[str]nameOptional[DateTimeUnion]expire_dateOptional[int]member_limitOptional[bool]creates_join_request)r   r   r   r   c          
     2    t        |   d||||||d| y )N)r   r   r   r   r   r    )super__init__)	__pydantic__self__r   r   r   r   r   r   $_EditChatInviteLink__pydantic_kwargs	__class__s	           _/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/edit_chat_invite_link.pyr   zEditChatInviteLink.__init__$   s3     G '')%9 $    )r   r   r   r   r   r   r   r   r   r   r   r   r    r   returnNone)__name__
__module____qualname____doc__r	   __returning____api_method____annotations__r   r   r   r   r   r   __classcell__)r!   s   @r"   r   r   	   s     #M)Nz!D-++/K(/B"&L-& J+/./ ^ #'37*.37	 !	 		
  	 1	 (	 #1	 "%	 	 		 r#   r   N)
__future__r   typingr   r   r   typesr   r	   r
   baser   r   r   r#   r"   <module>r2      s(    " / / > >  27 2r#   