Update to v1.0

This commit is contained in:
Lonami Exo
2018-06-27 13:05:19 +02:00
parent a1799ee74b
commit 72835dfb44
13 changed files with 156 additions and 29 deletions

View File

@@ -82,7 +82,7 @@ class UserUpdate(EventBuilder):
contact (`bool`):
``True`` if what's being uploaded (selected) is a contact.
"""
def __init__(self, user_id, status=None, typing=None):
def __init__(self, user_id, *, status=None, typing=None):
super().__init__(types.PeerUser(user_id))
self.online = None if status is None else \