diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 0ac281e9..ba63434a 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -58,7 +58,7 @@ class Filters: """This class provides access to all library-defined Filters available in Pyrogram. The Filters listed here are currently intended to be used with the :obj:`MessageHandler` only. - At the moment, if you want to filter updates coming from different `Handlers `_ you have to create + At the moment, if you want to filter updates coming from different `Handlers `_ you have to create your own filters with :meth:`~Filters.create` and use them in the same way. """