python-telegram-bot/telegram/ext
Evgen 33512ffd2e Improved CommandHandler (#613)
* Improved CommandHandler

Now you can pass list of commands instead of one command

* Added tests for list of commands

* Return backward compatibility

Renamed `commands` to `command` in CommandHandler

* Added test for a command not in the list

* Fixed py2 unicode command support in `CommandHandler`
2017-05-19 20:21:37 +02:00
..
__init__.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
callbackqueryhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
choseninlineresulthandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
commandhandler.py Improved CommandHandler (#613) 2017-05-19 20:21:37 +02:00
conversationhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
dispatcher.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
filters.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
handler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
jobqueue.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
messagehandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
messagequeue.py Issue 566 (#577) 2017-04-25 10:37:06 +02:00
regexhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
stringcommandhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
stringregexhandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
typehandler.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
updater.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00