
    Yi
                     Z    S r SSKJr  SSKJr  SSKJr  SSKJr  SSK	J
r
   " S S\5      rg	)
zOThis module contains the classes that represent Telegram InlineQueryResultGame.    )Optional)InlineKeyboardMarkup)InlineQueryResult)JSONDict)InlineQueryResultTypec                   ^   ^  \ rS rSrSrSr SSS.S\S\S\\   S	\\	   4U 4S
 jjjjr
SrU =r$ )InlineQueryResultGame   a`  Represents a :class:`telegram.Game`.

Args:
    id (:obj:`str`): Unique identifier for this result,
        :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
        :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
    game_short_name (:obj:`str`): Short name of the game.
    reply_markup (:class:`telegram.InlineKeyboardMarkup`, optional): Inline keyboard attached
        to the message.

Attributes:
    type (:obj:`str`): :tg-const:`telegram.constants.InlineQueryResultType.GAME`.
    id (:obj:`str`): Unique identifier for this result,
        :tg-const:`telegram.InlineQueryResult.MIN_ID_LENGTH`-
        :tg-const:`telegram.InlineQueryResult.MAX_ID_LENGTH` Bytes.
    game_short_name (:obj:`str`): Short name of the game.
    reply_markup (:class:`telegram.InlineKeyboardMarkup`): Optional. Inline keyboard attached
        to the message.

)game_short_namereply_markupN
api_kwargsidr   r   r   c                   > [         TU ]  [        R                  XS9  U R	                  5          Xl        X l        X0l        S S S 5        g ! , (       d  f       g = f)Nr   )super__init__r   GAME	_unfrozenr   r   r   )selfr   r   r   r   	__class__s        Q/app/.venv/lib/python3.13/site-packages/telegram/_inline/inlinequeryresultgame.pyr   InlineQueryResultGame.__init__4   sE     	.33RO^^G(7 @L	 s   A


A)r   r   r   )N)__name__
__module____qualname____firstlineno____doc__	__slots__strr   r   r   r   __static_attributes____classcell__)r   s   @r   r	   r	      s`    * 4I 8<	M *.MM M 34	M X&M M    r	   N)r   typingr   %telegram._inline.inlinekeyboardmarkupr   "telegram._inline.inlinequeryresultr   telegram._utils.typesr   telegram.constantsr   r	    r"   r   <module>r)      s)   & V  F @ * 4&M- &Mr"   