
    F˝i                    T    d dl mZ d dlmZmZ ddlmZ ddlmZ  G d dee	         Z
y	)
    )annotations)TYPE_CHECKINGAny   )ShippingOption   )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<   	 e
rddd	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )AnswerShippingQueryam  
    If you sent an invoice requesting a shipping address and the parameter *is_flexible* was specified, the Bot API will send an :class:`aiogram.types.update.Update` with a *shipping_query* field to the bot. Use this method to reply to shipping queries. On success, :code:`True` is returned.

    Source: https://core.telegram.org/bots/api#answershippingquery
    answerShippingQuerystrshipping_query_idboolokNlist[ShippingOption] | Noneshipping_options
str | Noneerror_message)r   r   c               .    t        |   d||||d| y )N)r   r   r   r    )super__init__)__pydantic__self__r   r   r   r   %_AnswerShippingQuery__pydantic_kwargs	__class__s         ^/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/answer_shipping_query.pyr   zAnswerShippingQuery.__init__    s-     G "3!1+	
 $    )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   __classcell__)r   s   @r   r   r   	   s     M*N8H }4818b $M:$ | =A(,	  #	 		
 :	 &	 "%	 	 		 r   r   N)
__future__r   typingr   r   typesr   baser	   r   r   r   r   r   <module>r,      s"    " % "  *.. *r   