o
    Uj{	  ã                   @  sT   d dl mZ d dlmZmZ ddlmZmZmZ ddl	m
Z
 G dd„ de
e ƒZd	S )
é    )Úannotations)ÚTYPE_CHECKINGÚAnyé   )ÚChatIdUnionÚChatInviteLinkÚDateTimeUnioné   )ÚTelegramMethodc                      s†   e Zd ZU dZeZdZ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d„Z‡  ZS ‡  ZS )ÚCreateChatInviteLinkaÎ  
    Use this method to create an additional invite link for a chat. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. The link can be revoked using the method :class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. Returns the new invite link as :class:`aiogram.types.chat_invite_link.ChatInviteLink` object.

    Source: https://core.telegram.org/bots/api#createchatinvitelink
    ÚcreateChatInviteLinkr   Úchat_idNú
str | NoneÚnameúDateTimeUnion | NoneÚexpire_dateú
int | NoneÚmember_limitúbool | NoneÚcreates_join_request)r   r   r   r   Ú&_CreateChatInviteLink__pydantic_kwargsr   ÚreturnÚNonec                  s"   t ƒ jd|||||dœ|¤Ž d S )N)r   r   r   r   r   © )ÚsuperÚ__init__)Ú__pydantic__self__r   r   r   r   r   r   ©Ú	__class__r   ú`/opt/telega-widget/.venv/lib/python3.10/site-packages/aiogram/methods/create_chat_invite_link.pyr   "   s   û
úzCreateChatInviteLink.__init__)r   r   r   r   r   r   r   r   r   r   r   r   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__returning__Ú__api_method__Ú__annotations__r   r   r   r   r   r   Ú__classcell__r   r   r   r   r   	   s*   
 ùür   N)Ú
__future__r   Útypingr   r   Útypesr   r   r   Úbaser
   r   r   r   r   r   Ú<module>   s
    