mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 05:54:51 +00:00
Fix type hint of User.status (#998)
This commit is contained in:
parent
644dd55393
commit
6974d97fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class User(Object, Update):
|
|||
is_support: bool = None,
|
||||
first_name: str = None,
|
||||
last_name: str = None,
|
||||
status: str = None,
|
||||
status: "enums.UserStatus" = None,
|
||||
last_online_date: datetime = None,
|
||||
next_offline_date: datetime = None,
|
||||
username: str = None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue