File: telegram.ext.filters.rst

package info (click to toggle)
python-telegram-bot 22.3-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 11,060 kB
  • sloc: python: 90,298; makefile: 176; sh: 4
file content (11 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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, object
    :members:
    :show-inheritance:
    :member-order: bysource