python-telegram-bot/telegram
Eldinnie 87afd98e02
CommandHandler overhaul and PrefixHandler added (#1114)
* Commandhandler reworked

* Make CommandHandler strict

Only register valid botcommands, else raise ValueError

* Add PrefixHandler

* declare encoding on test_commandhandler

* Fix some tests dependend on CommandHandler

* CR changes

* small docfix.

* Test all possibilities for PrefixHandler
2018-05-22 21:44:20 +02:00
..
ext CommandHandler overhaul and PrefixHandler added (#1114) 2018-05-22 21:44:20 +02:00
files InputFile: Fix proper naming of file when reading from subprocess.PIPE (#1079) 2018-05-03 00:17:54 +03:00
games Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inline remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
payment remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
utils Handle utf8 decoding errors (#1076) 2018-04-17 07:40:02 +03:00
vendor Add urllib3 fix for socks5h support (#1085) 2018-04-25 21:23:48 +03:00
__init__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
__main__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
base.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
bot.py bot.py: Remove an inaccurate note from docstring 2018-05-05 00:22:23 +03:00
callbackquery.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
chat.py Add t.me links for User, Chat and Message if available and update User.mention_* (#1092) 2018-05-09 11:42:12 +02:00
chataction.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chatmember.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresult.py remove unnecessary to_dict() (#834) 2018-02-19 10:31:38 +02:00
constants.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
error.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
forcereply.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
keyboardbutton.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
message.py Add t.me links for User, Chat and Message if available and update User.mention_* (#1092) 2018-05-09 11:42:12 +02:00
messageentity.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
parsemode.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardmarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardremove.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replymarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
update.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
user.py Add t.me links for User, Chat and Message if available and update User.mention_* (#1092) 2018-05-09 11:42:12 +02:00
userprofilephotos.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
version.py Bump version to v10.1.0 2018-05-05 00:37:13 +03:00
webhookinfo.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00