python-telegram-bot/telegram/ext
Noam Meltzer e4a132c0e4 Reusable dispatcher (#402)
* Create a Request class which maintains its own connection pool
* When creating a Bot instance a new Request instance will be created if one wasn't supplied.
* Updater is responsible for creating a Request instance if a Bot instance wasn't provided.
* Dispatcher: add method to run async functions without decorator
* Dispatcher can now run as a singleton (allowing run_async decorator to work) as it always did and as multiple instances (where run_async decorator will raise RuntimeError)
2016-09-06 16:38:07 +03:00
..
__init__.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
callbackqueryhandler.py fix yapf 2016-08-26 11:17:05 +02:00
choseninlineresulthandler.py fix yapf 2016-08-26 11:17:05 +02:00
commandhandler.py fix yapf 2016-08-26 11:17:05 +02:00
conversationhandler.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
dispatcher.py Reusable dispatcher (#402) 2016-09-06 16:38:07 +03:00
handler.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
inlinequeryhandler.py fix yapf 2016-08-26 11:17:05 +02:00
jobqueue.py yapf 2016-06-24 19:22:49 +02:00
messagehandler.py fix yapf 2016-08-26 11:17:05 +02:00
regexhandler.py fix yapf 2016-08-26 11:17:05 +02:00
stringcommandhandler.py fix yapf 2016-08-26 11:17:05 +02:00
stringregexhandler.py fix yapf 2016-08-26 11:17:05 +02:00
typehandler.py fix yapf 2016-08-26 11:17:05 +02:00
updater.py Reusable dispatcher (#402) 2016-09-06 16:38:07 +03:00