
    dh                    X    d dl mZ d dl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   )InlineQueryResultUnionSentWebAppMessage   )TelegramMethodc                  b     e Zd ZU dZeZdZded<   	 ded<   	 er	 	 	 	 	 	 	 	 d fdZ	 xZ
S  xZ
S )	AnswerWebAppQuerya~  
    Use this method to set the result of an interaction with a `Web App <https://core.telegram.org/bots/webapps>`_ and send a corresponding message on behalf of the user to the chat from which the query originated. On success, a :class:`aiogram.types.sent_web_app_message.SentWebAppMessage` object is returned.

    Source: https://core.telegram.org/bots/api#answerwebappquery
    answerWebAppQuerystrweb_app_query_idr   resultc               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   #_AnswerWebAppQuery__pydantic_kwargs	__class__s       ^/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/answer_web_app_query.pyr   zAnswerWebAppQuery.__init__   s     Gc.>vcQbc    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   __classcell__)r   s   @r   r   r   	   sf     &M(N8""D	d "	d +		d
 "%	d 	d 	d	 r   r   N)
__future__r   typingr   r   typesr   r   baser
   r   r   r   r   <module>r(      s%    " % =  d'89 dr   