o
    Uj%                     @  s   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
 d
ee ZdS )    )annotations)TYPE_CHECKINGAny)Field   )Default)	ChatIdUnionDateTimeUnion	InputFileInputFileUnionMessageMessageEntityReplyMarkupUnionReplyParametersSuggestedPostParameters   )TelegramMethodc                      s   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d,Z ded-< 	 edd*d+id,Z!d
ed.< 	 e"rd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/d6 fd4d5Z#  Z$S   Z$S )7	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-   r.   r/   r0   r1   r2   r4   r6   r8   r;   r<   _SendVideo__pydantic_kwargsr   returnNonec                  s   t  j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 S )Nr   r   r   r   r   r   r   r   r    r"   r$   r%   r&   r)   r*   r-   r.   r/   r0   r1   r2   r4   r6   r8   r;   r<    )super__init__)__pydantic__self__r   r   r   r   r   r   r   r   r    r"   r$   r%   r&   r)   r*   r-   r.   r/   r0   r1   r2   r4   r6   r8   r;   r<   r=   	__class__r@   S/opt/telega-widget/.venv/lib/python3.10/site-packages/aiogram/methods/send_video.pyrB   _   sl   #	

zSendVideo.__init__)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,   r.   r,   r/   r,   r0   r+   r1   r,   r2   r   r4   r3   r6   r5   r8   r7   r;   r,   r<   r   r=   r   r>   r?   )%__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   r   r   r   r   r    r"   r$   r%   r   r&   r)   r*   r-   r.   r/   r0   r1   r2   r4   r6   r8   r   r;   r<   r   rB   __classcell__r@   r@   rD   rF   r      s   
 	r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr   r	   r
   r   r   r   r   r   r   baser   r   r@   r@   r@   rF   <module>   s    ,