Ë
    > /iØ  ã                   óž   — d Z ddlmZmZmZmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZ ddlmZ ddlmZmZ dd	lmZ erdd
lmZ  G d„ de	«      Zy)zPThis module contains the classes that represent Telegram InlineQueryResultPhoto.é    )ÚTYPE_CHECKINGÚOptionalÚSequenceÚTuple)ÚInlineKeyboardMarkup)ÚInlineQueryResult)ÚMessageEntity)Úparse_sequence_arg)ÚDEFAULT_NONE)ÚJSONDictÚODVInput)ÚInlineQueryResultType)ÚInputMessageContentc                   ó¸   ‡ — e Zd ZdZdZdddddddedf	ddœdedededee   d	ee   d
ee   dee   dee   dee	   ded   de
e   deee      dee   fˆ fd„Zˆ xZS )ÚInlineQueryResultPhotoa  
    Represents a link to a photo. By default, this photo will be sent by the user with optional
    caption. Alternatively, you can use :attr:`input_message_content` to send a message with the
    specified content instead of the photo.

    .. seealso:: :wiki:`Working with Files and Media <Working-with-Files-and-Media>`

    .. versionchanged:: 20.5
      |removed_thumb_url_note|

    Args:
        id (:obj:`str`): Unique identifier for this result,
            :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
            :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
        photo_url (:obj:`str`): A valid URL of the photo. Photo must be in JPEG format. Photo size
            must not exceed 5MB.
        thumbnail_url (:obj:`str`, optional): URL of the thumbnail for the photo.

            Warning:
                The Bot API does **not** define this as an optional argument. It is formally
                optional for backwards compatibility with the deprecated :paramref:`thumb_url`.
                If you pass neither :paramref:`thumbnail_url` nor :paramref:`thumb_url`,
                :class:`ValueError` will be raised.

            .. versionadded:: 20.2
        photo_width (:obj:`int`, optional): Width of the photo.
        photo_height (:obj:`int`, optional): Height of the photo.
        title (:obj:`str`, optional): Title for the result.
        description (:obj:`str`, optional): Short description of the result.
        caption (:obj:`str`, optional): Caption of the photo to be sent,
            0-:tg-const:`telegram.constants.MessageLimit.CAPTION_LENGTH` characters after
            entities parsing.
        parse_mode (:obj:`str`, optional): |parse_mode|
        caption_entities (Sequence[:class:`telegram.MessageEntity`], optional): |caption_entities|

            .. versionchanged:: 20.0
                |sequenceclassargs|

        reply_markup (:class:`telegram.InlineKeyboardMarkup`, optional): Inline keyboard attached
            to the message.
        input_message_content (:class:`telegram.InputMessageContent`, optional): Content of the
            message to be sent instead of the photo.

    Raises:
        :class:`ValueError`: If neither :paramref:`thumbnail_url` nor :paramref:`thumb_url` is
            supplied or if both are supplied and are not equal.

    Attributes:
        type (:obj:`str`): :tg-const:`telegram.constants.InlineQueryResultType.PHOTO`.
        id (:obj:`str`): Unique identifier for this result,
            :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
            :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
        photo_url (:obj:`str`): A valid URL of the photo. Photo must be in JPEG format. Photo size
            must not exceed 5MB.
        thumbnail_url (:obj:`str`): URL of the thumbnail for the photo.
        photo_width (:obj:`int`): Optional. Width of the photo.
        photo_height (:obj:`int`): Optional. Height of the photo.
        title (:obj:`str`): Optional. Title for the result.
        description (:obj:`str`): Optional. Short description of the result.
        caption (:obj:`str`): Optional. Caption of the photo to be sent,
            0-:tg-const:`telegram.constants.MessageLimit.CAPTION_LENGTH` characters after
            entities parsing.
        parse_mode (:obj:`str`): Optional. |parse_mode|
        caption_entities (Tuple[:class:`telegram.MessageEntity`]): Optional. |captionentitiesattr|

            .. versionchanged:: 20.0

                * |tupleclassattrs|
                * |alwaystuple|
        reply_markup (:class:`telegram.InlineKeyboardMarkup`): Optional. Inline keyboard attached
            to the message.
        input_message_content (:class:`telegram.InputMessageContent`): Optional. Content of the
            message to be sent instead of the photo.

    )Ú	photo_urlÚreply_markupÚcaption_entitiesÚphoto_widthÚcaptionÚtitleÚdescriptionÚ
parse_modeÚinput_message_contentÚphoto_heightÚthumbnail_urlN©Ú
api_kwargsÚidr   r   r   r   r   r   r   r   r   r   r   r   r   c                ó<  •— t         ‰|   t        j                  ||¬«       | j	                  «       5  || _        || _        || _        || _        || _	        || _
        || _        || _        t        |«      | _        |	| _        |
| _        d d d «       y # 1 sw Y   y xY w)Nr   )ÚsuperÚ__init__r   ÚPHOTOÚ	_unfrozenr   r   r   r   r   r   r   r   r
   r   r   r   )Úselfr   r   r   r   r   r   r   r   r   r   r   r   r   Ú	__class__s                 €ú]/srv/sistema/bot/venv/lib/python3.12/site-packages/telegram/_inline/inlinequeryresultphoto.pyr"   zInlineQueryResultPhoto.__init__}   sŸ   ø€ ô$ 	‰ÑÔ.×4Ñ4°bÀZÐÔPØ^‰^Óñ 	^Ø"+ˆDŒNØ&3ˆDÔð /:ˆDÔØ/;ˆDÔØ(-ˆDŒJØ.9ˆDÔØ*1ˆDŒLØ-7ˆDŒOÜ?QÐRbÓ?cˆDÔ!Ø@LˆDÔØH]ˆDÔ&÷	^÷ 	^ñ 	^ús   ²ABÂB)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__r   Ústrr   Úintr   r   r   r	   r   r"   Ú__classcell__)r&   s   @r'   r   r   "   s  ø„ ñJðX€Ið& &*Ø&*Ø#Ø%)Ø!%Ø7;ØAEØ$0Ø>Bð ^ð *.ò ^àð ^ð ð ^ð ð	 ^ð
 ˜c‘]ð ^ð ˜s‘mð ^ð ˜‰}ð ^ð ˜c‘]ð ^ð ˜#‘ð ^ð Ð3Ñ4ð ^ð  (Ð(=Ñ>ð ^ð ˜S‘Mð ^ð # 8¨MÑ#:Ñ;ð ^ð ˜XÑ&÷ ^ñ  ^ó    r   N)r+   Útypingr   r   r   r   Ú%telegram._inline.inlinekeyboardmarkupr   Ú"telegram._inline.inlinequeryresultr   Útelegram._messageentityr	   Útelegram._utils.argumentparsingr
   Útelegram._utils.defaultvaluer   Útelegram._utils.typesr   r   Útelegram.constantsr   Útelegramr   r   © r0   r'   ú<module>r;      s=   ðñ& Wß ;Ó ;å FÝ @Ý 1Ý >Ý 5ß 4Ý 4áÝ,ô{^Ð.õ {^r0   