python-telegram-bot/telegram/ext
manorom c5598b96bc Fix Bug #571 (second try) (#574)
* Fix Bug #571
ConversationHandler will not process CallbackQuery if per_chat=True and
the CallbackQuery has no message attached to it (as is the case with
buttons on inline results)

* Adds test case for CallbackQuery without Chat
2017-04-29 15:51:48 +02:00
..
__init__.py
callbackqueryhandler.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02:00
choseninlineresulthandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
commandhandler.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02:00
conversationhandler.py Fix Bug #571 (second try) (#574) 2017-04-29 15:51:48 +02:00
dispatcher.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02:00
filters.py Group filters (#575) 2017-04-23 23:22:05 +02:00
handler.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +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 Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02:00
messagequeue.py Issue 566 (#577) 2017-04-25 10:37:06 +02:00
regexhandler.py Update handlers (#532) 2017-03-26 14:36:45 +02:00
stringcommandhandler.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02:00
stringregexhandler.py Remove deprecated code #408 part 1 (#564) 2017-04-25 10:39:02 +02: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