python-telegram-bot/telegram/ext
Jannes Höke 5116a77221 Class methods (#362)
* bot.py: add create_references method

* create bot reference in webhook handler, use create_references on new updates

* message.py: implement reply_text

* echobot2.py: use Message.reply_text

* fix create_references in webhook handler

* add some more instance methods

* Chat.kick_member and unban_member

* bot.py: Create bot references in outgoing messages

* add tests for everything testable

* test_updater.py: add create_references method to MockBot

* remove Bot.create_references and refactor TelegramObject.de_json to take the additional parameter bot

* List bot as named kwarg where used

* file.py: Use Bot.request property instead of Bot._request attr
2016-09-20 06:36:55 +02: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: Fix #373 2016-09-20 05:00:39 +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 Class methods (#362) 2016-09-20 06:36:55 +02:00