From f4a69f78403fd48224a96dc55322fb98ee134242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Wed, 19 Oct 2016 18:14:45 +0200 Subject: [PATCH] switch to readthedocs --- Transition-guide-to-Version-5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transition-guide-to-Version-5.0.md b/Transition-guide-to-Version-5.0.md index cadc750..06d76e5 100644 --- a/Transition-guide-to-Version-5.0.md +++ b/Transition-guide-to-Version-5.0.md @@ -5,4 +5,4 @@ We did some serious work on the `telegram.ext.JobQueue` class. The changes are s Botan was moved from `telegram.utils.botan` to `telegram.contrib.botan` ## New: ConversationHandler -The `telegram.ext.ConversationHandler` class has been added. It implements a [state machine](https://en.wikipedia.org/wiki/Finite-state_machine) and replaces the old `state_machine_bot.py` example with the new [`conversationbot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/conversationbot.py) example. [Read the documentation](http://pythonhosted.org/python-telegram-bot/telegram.ext.conversationhandler.html) for more information. \ No newline at end of file +The `telegram.ext.ConversationHandler` class has been added. It implements a [state machine](https://en.wikipedia.org/wiki/Finite-state_machine) and replaces the old `state_machine_bot.py` example with the new [`conversationbot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/conversationbot.py) example. [Read the documentation](http://python-telegram-bot.readthedocs.io/en/latest/telegram.ext.conversationhandler.html) for more information. \ No newline at end of file