
    Yi	                     B    S r SSKJr  SSKJr  SSKJr   " S S\5      rg)zSThis module contains an object that represents an instance of a Telegram MessageId.    )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$ )
	MessageId   a  This object represents a unique message identifier.

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

Args:
    message_id (:obj:`int`): Unique message identifier. In specific instances
        (e.g., message containing a video sent to a big chat), the server might automatically
        schedule a message instead of sending it immediately. In such cases, this field will be
        ``0`` and the relevant message will be unusable until it is actually sent.

Attributes:
    message_id (:obj:`int`): Unique message identifier. In specific instances
        (e.g., message containing a video sent to a big chat), the server might automatically
        schedule a message instead of sending it immediately. In such cases, this field will be
        ``0`` and the relevant message will be unusable until it is actually sent.
)
message_idN
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/_messageid.pyr   MessageId.__init__0   s/    J/)//+    )r   r	   )__name__
__module____qualname____firstlineno____doc__	__slots__intr   r   r   __static_attributes____classcell__)r   s   @r   r   r      s/    $  ILP 3 x7I  r   r   N)r   typingr   telegram._telegramobjectr   telegram._utils.typesr   r    r   r   <module>r#      s    & Z  3 * r   