From 803f36412f1f4b34cbfe713ffff0ec3f5fb8569c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 8 Nov 2018 20:24:54 +0100 Subject: [PATCH] Update Filters.user docstrings --- pyrogram/client/filters/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 9105543c..53081a04 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -282,6 +282,7 @@ class Filters: Args: users (``int`` | ``str`` | ``list``): Pass one or more user ids/usernames to filter users. + For you yourself, "me" or "self" can be used as well. Defaults to None (no users). """