from selenium import webdriver
import time
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import TimeoutException
import telegram
browser = webdriver.Chrome()
browser.maximize_window()
browser.get('****************************')
def CC():
BOT_TOKEN = '******************************'
bot = telegram.Bot(token=BOT_TOKEN)
bot.edit_message_text('55555555', chat_id=*************, message_id=15)
response = bot.send_message(chat_id=chat_id, text=answer)
message_id = response.message_id
bot.edit_message_text('55555555', chat_id=*************, message_id=message_id)