mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Transition guide to Version 5.0 (markdown)
parent
ec68d5c7f9
commit
d078dfe46b
1 changed files with 1 additions and 1 deletions
|
@ -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` example.
|
||||
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.
|
Loading…
Reference in a new issue