Update update_chat_notifications bound methods to only accept unix time

This commit is contained in:
CyanBook 2020-08-30 23:29:33 +02:00 committed by Dan
parent 1940c97c6d
commit 024f89d3fa

View File

@ -994,7 +994,7 @@ class Chat(Object):
If the text of the message shall be displayed in notification.
mute_until (``int``, *optional*):
Unix date until which all notifications shall be switched off.
When notifications shall be switched off. Unix time.
Default to forever.
Returns:
@ -1034,7 +1034,7 @@ class Chat(Object):
If the text of the message shall be displayed in notification.
mute_until (``int``, *optional*):
Unix date until which all notifications shall be switched off.
When notifications shall be switched off. Unix time.
Default to forever.
Returns: