mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
9953216980
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com> Co-authored-by: Shivam Saini <51438830+shivamsn97@users.noreply.github.com> Co-authored-by: Aditya Yadav <adityayadav11082@gmail.com> Co-authored-by: Dmitry Kolomatskiy <58207913+lemontree210@users.noreply.github.com> Co-authored-by: Crsi <47722349+CrsiX@users.noreply.github.com> Co-authored-by: poolitzer <github@poolitzer.eu> Co-authored-by: Aditya <clot27@apx_managed.vanilla>
11 lines
No EOL
390 B
ReStructuredText
11 lines
No EOL
390 B
ReStructuredText
filters Module
|
|
==============
|
|
|
|
.. :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
|
|
|
|
.. automodule:: telegram.ext.filters
|
|
:inherited-members: BaseFilter, MessageFilter, UpdateFilter
|
|
:members:
|
|
:show-inheritance:
|
|
:member-order: bysource |