python-telegram-bot/telegram
Masoud Naservand 25f9eb7898 Extended the Bot class. Added a dispatching mechanism,
and decorators to add command to the bot the flask routing style, e.g:
>>> @bot.command('/start')
... def start(command, user_id):
...    return ('Hello, there', None, None)
2015-08-28 18:08:03 +04:30
..
utils Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
__init__.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
audio.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
base.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
bot.py Adding support for Voice object and sendVoice method #39 2015-08-17 11:34:42 -03:00
chataction.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
contact.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
document.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
emoji.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
enchancedbot.py Extended the Bot class. Added a dispatching mechanism, 2015-08-28 18:08:03 +04:30
error.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
forcereply.py fix license header 2015-08-11 16:58:17 -03:00
groupchat.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
inputfile.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
location.py Adding required comments 2015-08-21 23:22:58 -03:00
message.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
nullhandler.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
photosize.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
replykeyboardhide.py fix license header 2015-08-11 16:58:17 -03:00
replykeyboardmarkup.py fix license header 2015-08-11 16:58:17 -03:00
replymarkup.py fix license header 2015-08-11 16:58:17 -03:00
sticker.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
update.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
user.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
userprofilephotos.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
video.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00
voice.py Improving the design of existing Telegram classes and adding docstrings 2015-08-21 23:15:29 -03:00