python-telegram-bot/telegram/ext
Jeff 3767d26fc8 Add both handlers for queries from new Payment API (#630)
* add handlers for new payment API

* fix typo

* fix docstring mistakes

* added missing 'from_user'
2017-05-22 14:07:53 +02:00
..
__init__.py Add both handlers for queries from new Payment API (#630) 2017-05-22 14:07:53 +02:00
callbackqueryhandler.py
choseninlineresulthandler.py
commandhandler.py
conversationhandler.py
dispatcher.py
filters.py add support for User.language_code (#624) 2017-05-21 14:00:53 +02:00
handler.py
inlinequeryhandler.py
jobqueue.py
messagehandler.py
messagequeue.py
precheckoutqueryhandler.py Add both handlers for queries from new Payment API (#630) 2017-05-22 14:07:53 +02:00
regexhandler.py
shippingqueryhandler.py Add both handlers for queries from new Payment API (#630) 2017-05-22 14:07:53 +02:00
stringcommandhandler.py
stringregexhandler.py
typehandler.py
updater.py