o
    Uj5
                     @  sX   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 de
eeB  Zd	S )
    )annotations)TYPE_CHECKINGAny   )ChatIdUnionInlineKeyboardMarkupMessage   )TelegramMethodc                      s   e Zd ZU dZeeB 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rDddddddd fddZ  ZS   ZS )EditMessageReplyMarkupa  
    Use this method to edit only the reply markup of messages. 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. Note that business messages that were not sent by the bot and do not contain an inline keyboard can only be edited within **48 hours** from the time they were sent.

    Source: https://core.telegram.org/bots/api#editmessagereplymarkup
    editMessageReplyMarkupN
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   (_EditMessageReplyMarkup__pydantic_kwargsr   returnNonec                  s"   t  jd|||||d| d S )Nr    )super__init__)__pydantic__self__r   r   r   r   r   r   	__class__r   b/opt/telega-widget/.venv/lib/python3.10/site-packages/aiogram/methods/edit_message_reply_markup.pyr   "   s   
zEditMessageReplyMarkup.__init__)r   r   r   r   r   r   r   r   r   r   r   r   r   r   )__name__
__module____qualname____doc__r   bool__returning____api_method__r   __annotations__r   r   r   r   r   r   __classcell__r   r   r   r    r   	   s,   
 r   N)
__future__r   typingr   r   typesr   r   r   baser
   r%   r   r   r   r   r    <module>   s
    