
     j'                        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)<   	 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d0<   	 e$rsd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dd1	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d3 fd2Z% xZ&S  xZ&S )4	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receiver_user_idcallback_query_id
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<   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|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<   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<   r?   r@   _SendVideo__pydantic_kwargs	__class__s                                 M/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/send_video.pyrD   zSendVideo.__init__c   s.   J G  (> #4	
 *B "   $  !0   & "2 *B  (!" $6#$ &:%& !0'( &:)* #4+, +D-. "2/0 *12 "234 #456 -H78 %8#;    )<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/   r.   r0   r.   r1   r.   r2   r-   r3   r.   r4   r   r6   r5   r8   r7   r:   r9   r;   r   r<   r   r?   r.   r@   r   rF   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?   r@   r   rD   __classcell__)rG   s   @rH   r   r      s    M N E 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P#K#U&**K(,+, R-45F-GO*GN(,+, k$(z(d@D=D l/3,30,0L)0 o#'j' `$(z(o/4Tl\`Ma/bbD ',D\SWDX&YYD
  26,037#' $!%*.+/48"&/6|/D;?>EF`>a'+.2045<=N5O04,0HL7;48+/,07;.2=C	 !C	 "	C	
 %/C	  *C	 '1C	 !C	 C	 C	 (C	 )C	 2C	  C	 -C	  9!C	" '<#C	$ %%C	& !,'C	( #.)C	* 3+C	, #.-C	.  */C	0 (F1C	2 53C	4 25C	6 )7C	8  *9C	: *5;C	< ",=C	> "%?C	@ AC	 C		 rI   r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr	   r
   r   r   r   r   r   r   r   baser   r   rB   rI   rH   <module>rZ      s8    " %  $
 
 
 !Pw' PrI   