We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e247fa7 commit b9f56caCopy full SHA for b9f56ca
examples/conversationbot2.py
@@ -109,7 +109,7 @@ def main():
109
# Get the dispatcher to register handlers
110
dp = updater.dispatcher
111
112
- # Add conversation handler with the states GENDER, PHOTO, LOCATION and BIO
+ # Add conversation handler with the states CHOOSING, TYPING_CHOICE and TYPING_REPLY
113
conv_handler = ConversationHandler(
114
entry_points=[CommandHandler('start', start)],
115
0 commit comments