mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix incorrect link to handlers.html
This commit is contained in:
parent
1d0e110126
commit
d4e6ab3acb
@ -58,7 +58,7 @@ class Filters:
|
|||||||
"""This class provides access to all library-defined Filters available in Pyrogram.
|
"""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.
|
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 <Handlers.html>`_ you have to create
|
At the moment, if you want to filter updates coming from different `Handlers <handlers.html>`_ you have to create
|
||||||
your own filters with :meth:`~Filters.create` and use them in the same way.
|
your own filters with :meth:`~Filters.create` and use them in the same way.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user