2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Reformat UserStatus style

This commit is contained in:
Dan 2018-12-15 17:28:52 +01:00
parent 26b15f384d
commit 0d0fbdad27

View File

@ -64,11 +64,12 @@ class UserStatus(Object):
ID = 0xb0700031
def __init__(self, user_id: int, *, online: bool = None, offline: bool = None, date: int = None,
recently: bool = None, within_week: bool = None, within_month: bool = None,
long_time_ago: bool = None,
def __init__(self, user_id: int, *,
online: bool = None, offline: bool = None, date: int = None, recently: bool = None,
within_week: bool = None, within_month: bool = None, long_time_ago: bool = None,
client=None, raw=None):
self.user_id = user_id
self.online = online
self.offline = offline
self.date = date