python-telegram-bot/telegram/ext
Eldinnie b5b09884b1 Group filters (#575)
* stripping token of whitespaces before starting bot

* Line feed

* show exception that's caused (fixes flake8 failing)

* Add private/group filters

Add filters:
 - Filters.private (for messages in private chats)
 - Filters.group   (for messages in group chats)

* use constants
2017-04-23 23:22:05 +02:00
..
__init__.py Add docs for filters. 2016-09-25 00:30:04 +02:00
callbackqueryhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
choseninlineresulthandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
commandhandler.py Add filters to commandHandler (#536) 2017-02-28 15:44:55 +01:00
conversationhandler.py Group filters (#575) 2017-04-23 23:22:05 +02:00
dispatcher.py Changed promises to handle exceptions 2017-02-26 23:27:03 +02:00
filters.py Group filters (#575) 2017-04-23 23:22:05 +02:00
handler.py Refactor Update.extract_ methods to Update.effective_ properties (#531) 2017-03-26 14:36:34 +02:00
inlinequeryhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
jobqueue.py rename Job.is_removed to removed 2016-12-20 22:37:36 +01:00
messagehandler.py Update handlers (#532) 2017-03-26 14:36:45 +02:00
messagequeue.py Introduce MessageQueue (#537) 2017-03-15 17:35:33 +01:00
regexhandler.py Update handlers (#532) 2017-03-26 14:36:45 +02:00
stringcommandhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
stringregexhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
typehandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
updater.py Added user defined function for updater's signalHandler (#512) 2017-03-26 14:36:13 +02:00