o
    @j                     @  s   d dl mZ d dlmZmZ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 ddlmZ G d	d
 d
ee ZdS )    )annotations)TYPE_CHECKINGAnyOptionalUnion)Field   )Default)
ForceReplyInlineKeyboardMarkupMessageReplyKeyboardMarkupReplyKeyboardRemoveReplyParameters   )TelegramMethodc                      sZ  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< 	 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< 	 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( fd&d'Z  ZS   ZS ))SendLocationz
    Use this method to send point on the map. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#sendlocation
    sendLocationUnion[int, str]chat_idfloatlatitude	longitudeNOptional[str]business_connection_idOptional[int]message_thread_idOptional[float]horizontal_accuracylive_periodheadingproximity_alert_radiusOptional[bool]disable_notificationprotect_contentOptional[Union[bool, Default]]allow_paid_broadcastmessage_effect_idOptional[ReplyParameters]reply_parameters[Optional[Union[InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, ForceReply]]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/   _SendLocation__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 S )Nr   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/   r0   	__class__r3   l/var/www/www-root/data/www/ai-bot.pdev.uz/venv/lib/python3.10/site-packages/aiogram/methods/send_location.pyr5   N   sH   	

zSendLocation.__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   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   r5   __classcell__r3   r3   r7   r9   r      st   
 

r   N)
__future__r   typingr   r   r   r   pydanticr   client.defaultr	   typesr
   r   r   r   r   r   baser   r   r3   r3   r3   r9   <module>   s     