o
    @j\  ã                   @  s    d dl mZ d dlmZmZmZ ddlmZmZm	Z	m
Z
mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZ ddlmZ G dd„ dee ƒZd	S )
é    )Úannotations)ÚTYPE_CHECKINGÚAnyÚUnioné   )ÚInlineQueryResultArticleÚInlineQueryResultAudioÚInlineQueryResultCachedAudioÚInlineQueryResultCachedDocumentÚInlineQueryResultCachedGifÚInlineQueryResultCachedMpeg4GifÚInlineQueryResultCachedPhotoÚInlineQueryResultCachedStickerÚInlineQueryResultCachedVideoÚInlineQueryResultCachedVoiceÚInlineQueryResultContactÚInlineQueryResultDocumentÚInlineQueryResultGameÚInlineQueryResultGifÚInlineQueryResultLocationÚInlineQueryResultMpeg4GifÚInlineQueryResultPhotoÚInlineQueryResultVenueÚInlineQueryResultVideoÚInlineQueryResultVoiceÚSentWebAppMessageé   )ÚTelegramMethodc                      sL   e Zd ZU dZeZdZded< 	 ded< 	 er"d‡ fdd„Z	‡  Z
S ‡  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_idá%  Union[InlineQueryResultCachedAudio, InlineQueryResultCachedDocument, InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedPhoto, InlineQueryResultCachedSticker, InlineQueryResultCachedVideo, InlineQueryResultCachedVoice, InlineQueryResultArticle, InlineQueryResultAudio, InlineQueryResultContact, InlineQueryResultGame, InlineQueryResultDocument, InlineQueryResultGif, InlineQueryResultLocation, InlineQueryResultMpeg4Gif, InlineQueryResultPhoto, InlineQueryResultVenue, InlineQueryResultVideo, InlineQueryResultVoice]ÚresultÚ#_AnswerWebAppQuery__pydantic_kwargsr   ÚreturnÚNonec                  s   t ƒ jd||dœ|¤Ž d S )N)r!   r#   © )ÚsuperÚ__init__)Ú__pydantic__self__r!   r#   r$   ©Ú	__class__r'   ús/var/www/www-root/data/www/ai-bot.pdev.uz/venv/lib/python3.10/site-packages/aiogram/methods/answer_web_app_query.pyr)   G   s    zAnswerWebAppQuery.__init__)r!   r    r#   r"   r$   r   r%   r&   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__returning__Ú__api_method__Ú__annotations__r   r)   Ú__classcell__r'   r'   r+   r-   r      s   
 ür   N)Ú
__future__r   Útypingr   r   r   Útypesr   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   Úbaser   r   r'   r'   r'   r-   Ú<module>   s
    \