ImportError: cannot import name ‘Chat’ from ‘telegram’ (/usr/local/lib/python3.10/dist-packages/telegram/init.py)
How can I overcome this error?
!pip install python-telegram
!pip install telegram
!pip install telegram.chat
import time
import requests
import logging
from telegram.ext import Updater, CommandHandler, CallbackContext
from telegram.error import TelegramError
from bs4 import BeautifulSoup
from telegram import Bot, Chat