I have installed python-telegram-bot like this:
pip install python-telegram-bot
And when I'm trying to do this:
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, CallbackContext
I get this error:
ImportError: cannot import name 'Filters' from 'telegram.ext' (/home/mobitnlh/virtualenv/db_application/3.8/lib/python3.8/site-packages/telegram/ext/__init__.py)