Skip to content

Commit 71c73bd

Browse files
authored
Update README.md
1 parent 761547e commit 71c73bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This bot uses the [`JobQueue`](https://python-telegram-bot.readthedocs.io/en/lat
1313
### [`conversationbot.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/conversationbot.py)
1414
A common task for a bot is to ask information from the user. In v5.0 of this library, we introduced the [`ConversationHandler`](https://python-telegram-bot.readthedocs.io/en/latest/telegram.ext.conversationhandler.html) for that exact purpose. This example uses it to retrieve user-information in a conversation-like style.
1515

16+
### [`conversationbot2.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/conversationbot.py)
17+
A more complex example of a bot that uses the `ConversationHandler`
18+
1619
### [`inlinekeyboard.py`](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/inlinekeyboard.py)
1720
This example sheds some light on inline keyboards, callback queries and message editing.
1821

0 commit comments

Comments
 (0)