Update update_chat_notifications bound methods to only accept unix time
This commit is contained in:
parent
1940c97c6d
commit
024f89d3fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user