mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-02 15:25:41 +00:00
Fix type hinting
This commit is contained in:
@@ -75,7 +75,7 @@ class Filters:
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
def user(user: int or str or list()):
|
||||
def user(user: int or str or list):
|
||||
return build(
|
||||
"User",
|
||||
lambda _, m: bool(m.from_user
|
||||
|
Reference in New Issue
Block a user