diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 7636f382..e218155a 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -236,6 +236,7 @@ class Filters: return create("Regex", f, p=re.compile(pattern, flags)) + # noinspection PyPep8Naming class user(Filter, set): """Filter messages coming from one or more users.