
    YiK                     x    S r SSKJrJr  SSKJr  SSKJr  SSKJ	r	  SSK
Jr  \(       a  SSKJr   " S S	\5      rg
)zXThis module contains the classes that represent Telegram InlineQueryResultCachedSticker.    )TYPE_CHECKINGOptional)InlineKeyboardMarkup)InlineQueryResult)JSONDict)InlineQueryResultType)InputMessageContentc                   j   ^  \ rS rSrSrSr  SSS.S\S\S\\   S	\S
   S\\	   4
U 4S jjjjr
SrU =r$ )InlineQueryResultCachedSticker    a  
Represents a link to a sticker stored on the Telegram servers. By default, this sticker will
be sent by the user. Alternatively, you can use :attr:`input_message_content` to send a
message with the specified content instead of the sticker.

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

Args:
    id (:obj:`str`): Unique identifier for this result,
        :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
        :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
    sticker_file_id (:obj:`str`): A valid file identifier of the sticker.
    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 sticker.

Attributes:
    type (:obj:`str`): :tg-const:`telegram.constants.InlineQueryResultType.STICKER`.
    id (:obj:`str`): Unique identifier for this result,
        :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
        :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
    sticker_file_id (:obj:`str`): A valid file identifier of the sticker.
    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 sticker.

)input_message_contentreply_markupsticker_file_idN
api_kwargsidr   r   r   r	   r   c                   > [         TU ]  [        R                  XS9  U R	                  5          X l        X0l        X@l        S S S 5        g ! , (       d  f       g = f)Nr   )super__init__r   STICKER	_unfrozenr   r   r   )selfr   r   r   r   r   	__class__s         Z/app/.venv/lib/python3.13/site-packages/telegram/_inline/inlinequeryresultcachedsticker.pyr   'InlineQueryResultCachedSticker.__init__A   sJ     	.66R^^(7  AMH]& s   A


A)NN)__name__
__module____qualname____firstlineno____doc__	__slots__strr   r   r   r   __static_attributes____classcell__)r   s   @r   r   r       su    < MI 8<AE^ *.^^ ^ 34	^
  ((=>^ X&^ ^    r   N)r    typingr   r   %telegram._inline.inlinekeyboardmarkupr   "telegram._inline.inlinequeryresultr   telegram._utils.typesr   telegram.constantsr   telegramr	   r    r%   r   <module>r-      s/   & _ * F @ * 4,1^%6 1^r%   