
    dh>	                    \    d dl mZ d dlmZmZmZ ddlmZmZ ddl	m
Z
  G d de
e         Zy	)
    )annotations)TYPE_CHECKINGAnyOptional   )InlineQueryResultUnionPreparedInlineMessage   )TelegramMethodc                       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<   	 erddddd	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )SavePreparedInlineMessagez
    Stores a message that can be sent by a user of a Mini App. Returns a :class:`aiogram.types.prepared_inline_message.PreparedInlineMessage` object.

    Source: https://core.telegram.org/bots/api#savepreparedinlinemessage
    savePreparedInlineMessageintuser_idr   resultNOptional[bool]allow_user_chatsallow_bot_chatsallow_group_chatsallow_channel_chats)r   r   r   r   c          
     2    t        |   d||||||d| y )N)r   r   r   r   r   r    )super__init__)	__pydantic__self__r   r   r   r   r   r   +_SavePreparedInlineMessage__pydantic_kwargs	__class__s	           f/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/save_prepared_inline_message.pyr   z"SavePreparedInlineMessage.__init__$   s3     G !1 /"3$7 $    )r   r   r   r   r   r   r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r	   __returning____api_method____annotations__r   r   r   r   r   r   __classcell__)r   s   @r   r   r   	   s     *M0NLP""D'+n+R&*O^*Q(,~,T*..G 04.20426	 	 +		
 -	 ,	  .	 "0	 "%	 	 		 r   r   N)
__future__r   typingr   r   r   typesr   r	   baser   r   r   r   r   <module>r.      s&    " / / A  2/D E 2r   