§
    øÐßiš  ã                   óv   — d Z ddlmZmZ ddlmZ ddlmZ ddlm	Z	 ddl
mZ erddlmZ  G d„ d	e¦  «        Zd
S )zRThis module contains the classes that represent Telegram InlineQueryResultArticle.é    )ÚTYPE_CHECKINGÚOptional)ÚInlineKeyboardMarkup)ÚInlineQueryResult)ÚJSONDict)ÚInlineQueryResultType)ÚInputMessageContentc                   óÊ   ‡ — e Zd ZdZdZ	 	 	 	 	 	 	 dddœdededdd	ee         d
ee         dee         dee         dee         dee	         dee	         dee
         fˆ fd„Zˆ xZS )ÚInlineQueryResultArticleaµ	  This object represents a Telegram InlineQueryResultArticle.

    Examples:
        :any:`Inline Bot <examples.inlinebot>`

    .. versionchanged:: 20.5
      Removed the deprecated arguments and attributes ``thumb_*``.

    Args:
        id (:obj:`str`): Unique identifier for this result,
            :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
            :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
        title (:obj:`str`): Title of the result.
        input_message_content (:class:`telegram.InputMessageContent`): Content of the message to
            be sent.
        reply_markup (:class:`telegram.InlineKeyboardMarkup`, optional): Inline keyboard attached
            to the message.
        url (:obj:`str`, optional): URL of the result.
        hide_url (:obj:`bool`, optional): Pass :obj:`True`, if you don't want the URL to be shown
            in the message.
        description (:obj:`str`, optional): Short description of the result.
        thumbnail_url (:obj:`str`, optional): Url of the thumbnail for the result.

            .. versionadded:: 20.2
        thumbnail_width (:obj:`int`, optional): Thumbnail width.

            .. versionadded:: 20.2
        thumbnail_height (:obj:`int`, optional): Thumbnail height.

            .. versionadded:: 20.2

    Attributes:
        type (:obj:`str`): :tg-const:`telegram.constants.InlineQueryResultType.ARTICLE`.
        id (:obj:`str`): Unique identifier for this result,
            :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
            :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
        title (:obj:`str`): Title of the result.
        input_message_content (:class:`telegram.InputMessageContent`): Content of the message to
            be sent.
        reply_markup (:class:`telegram.InlineKeyboardMarkup`): Optional. Inline keyboard attached
            to the message.
        url (:obj:`str`): Optional. URL of the result.
        hide_url (:obj:`bool`): Optional. Pass :obj:`True`, if you don't want the URL to be shown
            in the message.
        description (:obj:`str`): Optional. Short description of the result.
        thumbnail_url (:obj:`str`): Optional. Url of the thumbnail for the result.

            .. versionadded:: 20.2
        thumbnail_width (:obj:`int`): Optional. Thumbnail width.

            .. versionadded:: 20.2
        thumbnail_height (:obj:`int`): Optional. Thumbnail height.

            .. versionadded:: 20.2

    )	ÚdescriptionÚhide_urlÚinput_message_contentÚreply_markupÚthumbnail_heightÚthumbnail_urlÚthumbnail_widthÚtitleÚurlN©Ú
api_kwargsÚidr   r   r	   r   r   r   r   r   r   r   r   c                ó<  •— t          ¦   «                              t          j        ||¬¦  «         |                      ¦   «         5  || _        || _        || _        || _        || _	        || _
        || _        |	| _        |
| _        d d d ¦  «         d S # 1 swxY w Y   d S )Nr   )ÚsuperÚ__init__r   ÚARTICLEÚ	_unfrozenr   r   r   r   r   r   r   r   r   )Úselfr   r   r   r   r   r   r   r   r   r   r   Ú	__class__s               €úo/var/www/html/crypto-bot/backend/venv/lib/python3.11/site-packages/telegram/_inline/inlinequeryresultarticle.pyr   z!InlineQueryResultArticle.__init__f   sù   ø€ õ  	‰Œ×ÒÕ.Ô6¸ÀzÐÑRÔRÐRØ^Š^ÑÔð 	Dð 	DØ#ˆDŒJØ>SˆDÔ&ð AMˆDÔØ&)ˆDŒHØ,4ˆDŒMØ.9ˆDÔØ0=ˆDÔØ2AˆDÔ Ø3CˆDÔ!ð	Dð 	Dð 	Dñ 	Dô 	Dð 	Dð 	Dð 	Dð 	Dð 	Dð 	Dð 	Døøøð 	Dð 	Dð 	Dð 	Dð 	Dð 	Ds   ÁA BÂBÂB)NNNNNNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__Ústrr   r   ÚboolÚintr   r   Ú__classcell__)r   s   @r   r   r       s!  ø€ € € € € ð7ð 7ðr
€Ið" 8<Ø!Ø#'Ø%)Ø'+Ø)-Ø*.ðDð *.ðDð Dð DàðDð ðDð  5ð	Dð
 Ð3Ô4ðDð cŒ]ðDð ˜4”.ðDð ˜c”]ðDð   ”}ðDð " #œðDð # 3œ-ðDð ˜XÔ&ðDð Dð Dð Dð Dð Dð Dð Dð Dð Dó    r   N)r#   Útypingr   r   Ú%telegram._inline.inlinekeyboardmarkupr   Ú"telegram._inline.inlinequeryresultr   Útelegram._utils.typesr   Útelegram.constantsr   Útelegramr	   r   © r)   r   ú<module>r1      sÑ   ðð& YÐ Xà *Ð *Ð *Ð *Ð *Ð *Ð *Ð *à FÐ FÐ FÐ FÐ FÐ FØ @Ð @Ð @Ð @Ð @Ð @Ø *Ð *Ð *Ð *Ð *Ð *Ø 4Ð 4Ð 4Ð 4Ð 4Ð 4àð -Ø,Ð,Ð,Ð,Ð,Ð,ðbDð bDð bDð bDð bDÐ0ñ bDô bDð bDð bDð bDr)   