skip to Main Content

telegram bot – Chat not found

I am totally new to telegram_bot. I want to execute a bot.send_message() in the following code (as commented in the code), but can't do so. Please help. !pip install python-telegram-bot --upgrade import telegram bot = telegram.Bot(token='**************') bot.send_message(chat_id='******', text="I'm sorry Dave…

VIEW QUESTION
Back To Top
Search