states={ MOB_NO: [MessageHandler(filters.text, reply_to)],
},
AttributeError: module 'telegram.ext.filters' has no attribute 'text'
I install pip install python-telegram-bot.
And here we import module. from telegram.ext import (Updater, CommandHandler, MessageHandler, filters, ConversationHandler)
When we handle messages it says.
AttributeError: module 'telegram.ext.filters' has no attribute 'text