o
    / h  ã                   @   s<   d Z ddlmZ ddlmZ ddlmZ G dd„ deƒZdS )zGThis module contains an object that represents a Telegram CallbackGame.é    )ÚOptional)ÚTelegramObject)ÚJSONDictc                       s8   e Zd ZdZdZddœdee ddf‡ fdd„Z‡  ZS )	ÚCallbackGamezQA placeholder, currently holds no information. Use BotFather to set up your game.© N©Ú
api_kwargsr   Úreturnc                   s   t ƒ j|d |  ¡  d S )Nr   )ÚsuperÚ__init__Ú_freeze)Úselfr   ©Ú	__class__r   úU/var/www/html/govbot/env/lib/python3.10/site-packages/telegram/_games/callbackgame.pyr       s   zCallbackGame.__init__)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__r   r   r   Ú__classcell__r   r   r   r   r      s    (r   N)r   Útypingr   Útelegram._telegramobjectr   Útelegram._utils.typesr   r   r   r   r   r   Ú<module>   s
   