
    Yi	                     X    S r SSKJr  SSKJr  SSKJr   " S S\5      r " S S\5      rg	)
zTThis module contains two objects that represent a Telegram bots (short) description.    )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$ )
BotDescription   aX  This object represents the bot's description.

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

.. versionadded:: 20.2

Args:
    description (:obj:`str`): The bot's description.

Attributes:
    description (:obj:`str`): The bot's description.

)descriptionN
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      C/app/.venv/lib/python3.13/site-packages/telegram/_botdescription.pyr   BotDescription.__init__,   s2    J/ +**,    )r   r	   __name__
__module____qualname____firstlineno____doc__	__slots__strr   r   r   __static_attributes____classcell__r   s   @r   r   r      s/     !IMQ C 8J  r   r   c                   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$ )
BotShortDescription5   a|  This object represents the bot's short description.

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

.. versionadded:: 20.2

Args:
    short_description (:obj:`str`): The bot's short description.

Attributes:
    short_description (:obj:`str`): The bot's short description.

)short_descriptionNr
   r%   r   c                p   > [         TU ]  US9  Xl        U R                  4U l        U R	                  5         g r   )r   r   r%   r   r   )r   r%   r   r   s      r   r   BotShortDescription.__init__G   s2    J/&7002r   )r   r%   r   r!   s   @r   r#   r#   5   s/     'ISW # hx>P  r   r#   N)	r   typingr   telegram._telegramobjectr   telegram._utils.typesr   r   r#    r   r   <module>r,      s,   & [  3 *^ 6. r   