
    F˝i                    b    d dl mZ d dlmZmZ ddlmZmZmZ ddl	m
Z
  G d de
eez           Zy	)
    )annotations)TYPE_CHECKINGAny   )ChatIdUnionInlineKeyboardMarkupMessage   )TelegramMethodc            
      0    e Zd ZU dZeez  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<   	 er.dddddddddd		 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )EditMessageLiveLocationa  
    Use this method to edit live location messages. A location can be edited until its *live_period* expires or editing is explicitly disabled by a call to :class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`. On success, if the edited message is not an inline message, the edited :class:`aiogram.types.message.Message` is returned, otherwise :code:`True` is returned.

    Source: https://core.telegram.org/bots/api#editmessagelivelocation
    editMessageLiveLocationfloatlatitude	longitudeN
str | Nonebusiness_connection_idChatIdUnion | Nonechat_id
int | None
message_idinline_message_idlive_periodfloat | Nonehorizontal_accuracyheadingproximity_alert_radiusInlineKeyboardMarkup | Nonereply_markup)	r   r   r   r   r   r   r   r   r   c               <    t        |   d|||||||||	|
|d| y )N)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   )_EditMessageLiveLocation__pydantic_kwargs	__class__s                c/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/edit_message_live_location.pyr#   z EditMessageLiveLocation.__init__.   sB    ( G !#'=%"3'$7'=) $    )r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r%   r   returnNone)__name__
__module____qualname____doc__r	   bool__returning____api_method____annotations__r   r   r   r   r   r   r   r   r   r   r#   __classcell__)r&   s   @r'   r   r   	   s^    dNM.NO"#)-J-k"&G& m!J
!]$(z(d"K" N(,,PGZd)-J- Q04L-4{ 26*.%),0&*04"&158<!	 !	 	!	
 %/!	 (!	 #!	  *!	 $!	 ".!	  !	 %/!	 6!	 "%!	 !	 !		 r(   r   N)
__future__r   typingr   r   typesr   r   r	   baser   r/   r   r!   r(   r'   <module>r8      s+    " % > >  FnWt^< Fr(   