diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 53081a04..6042173f 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -314,7 +314,7 @@ class Filters: Args: chats (``int`` | ``str`` | ``list``): Pass one or more chat ids/usernames to filter chats. - For your personal cloud (Saved Messages) you can simply use “me” or “self”. + For your personal cloud (Saved Messages) you can simply use "me" or "self". Defaults to None (no chats). """