mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 05:48:14 +00:00
Reformat UserStatus style
This commit is contained in:
parent
26b15f384d
commit
0d0fbdad27
@ -64,11 +64,12 @@ class UserStatus(Object):
|
|||||||
|
|
||||||
ID = 0xb0700031
|
ID = 0xb0700031
|
||||||
|
|
||||||
def __init__(self, user_id: int, *, online: bool = None, offline: bool = None, date: int = None,
|
def __init__(self, user_id: int, *,
|
||||||
recently: bool = None, within_week: bool = None, within_month: bool = None,
|
online: bool = None, offline: bool = None, date: int = None, recently: bool = None,
|
||||||
long_time_ago: bool = None,
|
within_week: bool = None, within_month: bool = None, long_time_ago: bool = None,
|
||||||
client=None, raw=None):
|
client=None, raw=None):
|
||||||
self.user_id = user_id
|
self.user_id = user_id
|
||||||
|
|
||||||
self.online = online
|
self.online = online
|
||||||
self.offline = offline
|
self.offline = offline
|
||||||
self.date = date
|
self.date = date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user