mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-25 09:34:42 +01:00
a0cd6e8fef
* Check caption in Filters.regex Added regex matching for message caption in Filters.regex. * Moved caption check to Filters.caption_regex * Added caption_regex tests The same as for regex, with only the content of the message changed, that is now inside caption. * Fixed pre-commit tests Lines too long and an additional blank line * Moved line break to comply * Reformatted code with black * Added docstrings |
||
---|---|---|
.. | ||
__init__.py | ||
basepersistence.py | ||
callbackcontext.py | ||
callbackqueryhandler.py | ||
choseninlineresulthandler.py | ||
commandhandler.py | ||
conversationhandler.py | ||
defaults.py | ||
dictpersistence.py | ||
dispatcher.py | ||
filters.py | ||
handler.py | ||
inlinequeryhandler.py | ||
jobqueue.py | ||
messagehandler.py | ||
messagequeue.py | ||
picklepersistence.py | ||
pollanswerhandler.py | ||
pollhandler.py | ||
precheckoutqueryhandler.py | ||
regexhandler.py | ||
shippingqueryhandler.py | ||
stringcommandhandler.py | ||
stringregexhandler.py | ||
typehandler.py | ||
updater.py |