U
    2Òtc~  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )z_This module contains an object that represents a change in the Telegram message auto
deletion.
é    )ÚAny)ÚTelegramObjectc                   @   s$   e Zd ZdZdZeedœdd„ZdS )ÚMessageAutoDeleteTimerChangedaM  This object represents a service message about a change in auto-delete timer settings.

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

    .. versionadded:: 13.4

    Args:
        message_auto_delete_time (:obj:`int`): New auto-delete time for messages in the
            chat.
        **kwargs (:obj:`dict`): Arbitrary keyword arguments.

    Attributes:
        message_auto_delete_time (:obj:`int`): New auto-delete time for messages in the
            chat.

    )Úmessage_auto_delete_timeÚ	_id_attrs)r   Ú_kwargsc                 K   s   t |ƒ| _| jf| _d S )N)Úintr   r   )Úselfr   r   © r
   úJ/tmp/pip-unpacked-wheel-2u9rcp5s/telegram/messageautodeletetimerchanged.pyÚ__init__1   s    
z&MessageAutoDeleteTimerChanged.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú	__slots__r   r   r   r
   r
   r
   r   r      s
   ýr   N)r   Útypingr   Ztelegramr   r   r
   r
   r
   r   Ú<module>   s   