
    G˝i$                        d dl mZ d dlmZmZ d dlmZ ddlmZ ddl	m
Z
mZmZmZmZmZmZmZmZ ddlmZ  G d	 d
ee         Zy)    )annotations)TYPE_CHECKINGAny)Field   )Default)	ChatIdUnionDateTimeUnion	InputFileInputFileUnionMessageMessageEntityReplyMarkupUnionReplyParametersSuggestedPostParameters   )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<   	 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<   	 dZded<   	  ed      Zded<   	 dZded<   	  ed      Zded<   	 dZded<   	 dZded<   	 dZded <   	  e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'<   	 dZd(ed)<   	  edd*d+i,      Z ded-<   	  edd*d+i,      Z!d
ed.<   	 e"rmdddddddddd ed      d ed      ddd ed!      dddddddd/	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d1 fd0Z# xZ$S  xZ$S )2	SendVideoa  
    Use this method to send video files, Telegram clients support MPEG4 videos (other formats may be sent as :class:`aiogram.types.document.Document`). On success, the sent :class:`aiogram.types.message.Message` is returned. Bots can currently send video files of up to 50 MB in size, this limit may be changed in the future.

    Source: https://core.telegram.org/bots/api#sendvideo
    	sendVideor	   chat_idr   videoN
str | Nonebusiness_connection_id
int | Nonemessage_thread_iddirect_messages_topic_iddurationwidthheightInputFile | None	thumbnailInputFileUnion | NonecoverDateTimeUnion | Nonestart_timestampcaption
parse_modestr | Default | Nonelist[MessageEntity] | Nonecaption_entitiesshow_caption_above_mediabool | Default | Nonebool | Nonehas_spoilersupports_streamingdisable_notificationprotect_contentallow_paid_broadcastmessage_effect_idSuggestedPostParameters | Nonesuggested_post_parametersReplyParameters | Nonereply_parametersReplyMarkupUnion | Nonereply_markup
deprecatedT)json_schema_extraallow_sending_without_replyreply_to_message_id)r   r   r   r   r   r    r"   r$   r&   r'   r(   r+   r,   r/   r0   r1   r2   r3   r4   r6   r8   r:   r=   r>   c                   t        |   di d|d|d|d|d|d|d|d|d	|	d
|
d|d|d|d|d|d|d|d|d|d|d|d|d|d|d|d|| y )Nr   r   r   r   r   r   r   r    r"   r$   r&   r'   r(   r+   r,   r/   r0   r1   r2   r3   r4   r6   r8   r:   r=   r>    )super__init__)__pydantic__self__r   r   r   r   r   r   r   r    r"   r$   r&   r'   r(   r+   r,   r/   r0   r1   r2   r3   r4   r6   r8   r:   r=   r>   _SendVideo__pydantic_kwargs	__class__s                               S/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/send_video.pyrB   zSendVideo.__init___   s   F G  (> #4	
 *B "   $  !0   & "2 *B  (!" $6#$ &:%& !0'( &:)* #4+, +D-. "2/0 *12 -H34 %8#7    )8r   r	   r   r   r   r   r   r   r   r   r   r   r   r   r    r   r"   r!   r$   r#   r&   r%   r'   r   r(   r)   r+   r*   r,   r-   r/   r.   r0   r.   r1   r.   r2   r-   r3   r.   r4   r   r6   r5   r8   r7   r:   r9   r=   r.   r>   r   rD   r   returnNone)%__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   r   r   r   r    r"   r$   r&   r'   r   r(   r+   r,   r/   r0   r1   r2   r3   r4   r6   r8   r:   r   r=   r>   r   rB   __classcell__)rE   s   @rF   r   r      sN    M Nz n)-J-b$(z( a+/j/ OHj+E:FJ"&I& m#'E ' m,0O)06GZw'.|'<J$< ^37076=>X6Y3YQ#K#U&**K(,+, S-45F-GO*GN(,+, k$(z(d@D=D m/3,30,0L)0 o/4Tl\`Ma/bbD ',D\SWDX&YYD
  26,037#' $!%*.+/48"&/6|/D;?>EF`>a'+.2045<=N5O04,0HL7;487;.29?	 !?	 "	?	
 %/?	  *?	 '1?	 !?	 ?	 ?	 (?	 )?	 2?	  ?	 -?	  9!?	" '<#?	$ %%?	& !,'?	( #.)?	* 3+?	, #.-?	.  */?	0 (F1?	2 53?	4 25?	6 *57?	8 ",9?	: "%;?	< =?	 ?		 rG   r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr	   r
   r   r   r   r   r   r   r   baser   r   r@   rG   rF   <module>rX      s8    " %  $
 
 
 !Hw' HrG   