
    YiL                     B    S r SSKJr  SSKJr  SSKJr   " S S\5      rg)zGThis module contains an object that represents a Telegram Web App Info.    )Optional)TelegramObject)JSONDictc                   J   ^  \ rS rSrSrSrSS.S\S\\   4U 4S jjjr	S	r
U =r$ )

WebAppInfo   a  
This object contains information about a `Web App <https://core.telegram.org/bots/webapps>`_.

Objects of this class are comparable in terms of equality. Two objects of this class are
considered equal, if their :attr:`url` are equal.

Examples:
    :any:`Webapp Bot <examples.webappbot>`

.. versionadded:: 20.0

Args:
    url (:obj:`str`): An HTTPS URL of a Web App to be opened with additional data as specified
        in `Initializing Web Apps             <https://core.telegram.org/bots/webapps#initializing-mini-apps>`_.

Attributes:
    url (:obj:`str`): An HTTPS URL of a Web App to be opened with additional data as specified
        in `Initializing Web Apps             <https://core.telegram.org/bots/webapps#initializing-mini-apps>`_.
)urlN
api_kwargsr	   r   c                p   > [         TU ]  US9  Xl        U R                  4U l        U R	                  5         g )Nr
   )super__init__r	   	_id_attrs_freeze)selfr	   r   	__class__s      ?/app/.venv/lib/python3.13/site-packages/telegram/_webappinfo.pyr   WebAppInfo.__init__4   s.    J/((    )r   r	   )__name__
__module____qualname____firstlineno____doc__	__slots__strr   r   r   __static_attributes____classcell__)r   s   @r   r   r      s/    , IEI C 0B  r   r   N)r   typingr   telegram._telegramobjectr   telegram._utils.typesr   r    r   r   <module>r#      s    & N  3 *   r   