python-telegram-bot/docs/source/telegram.ext.filters.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
416 B
ReStructuredText
Raw Normal View History

telegram.ext.filters Module
2016-09-25 00:30:04 +02:00
===========================
2021-11-20 11:36:18 +01:00
.. :bysource: since e.g filters.CHAT is much above filters.Chat() in the docs when it shouldn't.
The classes in `filters.py` are sorted alphabetically such that :bysource: still is readable
2016-09-25 00:30:04 +02:00
.. automodule:: telegram.ext.filters
2023-02-02 18:55:07 +01:00
:inherited-members: BaseFilter, MessageFilter, UpdateFilter
2016-09-25 00:30:04 +02:00
:members:
:show-inheritance:
2023-02-02 18:55:07 +01:00
:member-order: bysource