Open LFMJUN opened 1 year ago
root@VM19901:~/Truecaller-Smsbomber_telegram_bot# python main.py Traceback (most recent call last): File "/root/Truecaller-Smsbomber_telegram_bot/main.py", line 4, in from telegram.ext import Updater, CommandHandler, MessageHandler, Filters,CallbackContext ImportError: cannot import name 'Filters' from 'telegram.ext' (/usr/local/python3/lib/python3.9/site-packages/telegram/ext/init.py)
try with this version of ptb python-telegram-bot==13.15
root@VM19901:~/Truecaller-Smsbomber_telegram_bot# python main.py Traceback (most recent call last): File "/root/Truecaller-Smsbomber_telegram_bot/main.py", line 4, in
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters,CallbackContext
ImportError: cannot import name 'Filters' from 'telegram.ext' (/usr/local/python3/lib/python3.9/site-packages/telegram/ext/init.py)