o
    *fjN                     @  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 ddlmZ G d	d
 d
ee ZdS )    )annotations)TYPE_CHECKINGAny)Field   )Default)ChatIdUnion	InputFileInputFileUnionMessage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< 	 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d!Zded"< 	 eddd id!Zd
ed#< 	 erdddddddeddddddddddd$d+ fd)d*Z  ZS   ZS ),SendVideoNoteaN  
    As of `v.4.0 <https://telegram.org/blog/video-messages-and-telescope>`_, Telegram clients support rounded square MPEG4 videos of up to 1 minute long. Use this method to send video messages. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#sendvideonote
    sendVideoNoter   chat_idr
   
video_noteN
str | Nonebusiness_connection_id
int | Nonemessage_thread_iddirect_messages_topic_iddurationlengthInputFile | None	thumbnailbool | Nonedisable_notificationprotect_contentbool | Default | None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*   r+   r.   r/   _SendVideoNote__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 S )Nr   r   r   r   r   r   r   r   r   r    r"   r#   r%   r'   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*   r+   r.   r/   r0   	__class__r3   /var/www/botplatforma_usr/data/www/botplatforma.ilyaolesya.ru/.venv/lib/python3.10/site-packages/aiogram/methods/send_video_note.pyr5   O   sP   	

zSendVideoNote.__init__)*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.   r   r/   r   r0   r   r1   r2   )__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   r.   r/   r   r5   __classcell__r3   r3   r7   r9   r      s|   
 	r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr   r	   r
   r   r   r   r   baser   r   r3   r3   r3   r9   <module>   s    $	