python-telegram-bot/telegram/utils
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 Merging testing 2015-09-04 23:21:31 -03:00
botan.py move botan to contrib 2016-05-28 09:12:10 +02:00
deprecate.py Running yapf for codebase #259 2016-05-14 22:46:40 -03:00
promise.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
request.py Reusable dispatcher (#402) 2016-09-06 16:38:07 +03:00
webhookhandler.py Class methods (#362) 2016-09-20 06:36:55 +02:00