
    G˝i
                    `    d dl mZ d dlmZmZ ddlmZmZmZm	Z	 ddl
mZ  G d dee         Zy	)
    )annotations)TYPE_CHECKINGAny   )InlineKeyboardMarkupInputChecklistMessageReplyParameters   )TelegramMethodc                       e Zd ZU dZeZdZded<   	 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<   	 d	Zded<   	 er$d	d	d	d	d	d	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )SendChecklistz
    Use this method to send a checklist on behalf of a connected business account. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#sendchecklist
    sendCheckliststrbusiness_connection_idintchat_idr   	checklistNbool | Nonedisable_notificationprotect_content
str | Nonemessage_effect_idReplyParameters | Nonereply_parametersInlineKeyboardMarkup | Nonereply_markup)r   r   r   r   r   c               6    t        
|   d||||||||d|	 y )N)r   r   r   r   r   r   r   r    )super__init__)__pydantic__self__r   r   r   r   r   r   r   r   _SendChecklist__pydantic_kwargs	__class__s             W/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/send_checklist.pyr!   zSendChecklist.__init__(   s9    " G 
'=#%9 /"3!1)
 $
    )r   r   r   r   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   r!   __classcell__)r$   s   @r%   r   r   	   s     M$NbL/<(,+,V#'O['N$(z(L/3,3M04L-49 15+/,07;8<	 %(	 		
 &	 #.	 )	  *	 5	 6	 "%	 	 		 r&   r   N)
__future__r   typingr   r   typesr   r   r	   r
   baser   r   r   r&   r%   <module>r5      s%    " % R R  :N7+ :r&   