
    G˝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                       e Zd ZU dZeez  ZdZ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 fdZ xZS  xZS )StopMessageLiveLocationa@  
    Use this method to stop updating a live location message before *live_period* expires. On success, if the 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#stopmessagelivelocation
    stopMessageLiveLocationN
str | Nonebusiness_connection_idChatIdUnion | Nonechat_id
int | None
message_idinline_message_idInlineKeyboardMarkup | Nonereply_markupr   r   r   r   r   c          	     0    t        |   d|||||d| y )Nr    )super__init__)__pydantic__self__r   r   r   r   r   )_StopMessageLiveLocation__pydantic_kwargs	__class__s          c/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/stop_message_live_location.pyr   z StopMessageLiveLocation.__init__"   s0     G '=%"3) $    )r   r   r   r   r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r	   bool__returning____api_method__r   __annotations__r   r   r   r   r   r   __classcell__)r   s   @r    r   r   	   s     dNM.N)-J-k"&G& m!J
!p$(z(d04L-4{ 26*.%),08<	 %/	 (		
 #	  *	 6	 "%	 	 		 r!   r   N)
__future__r   typingr   r   typesr   r   r	   baser   r(   r   r   r!   r    <module>r1      s)    " % > >  .nWt^< .r!   