chatbot_tele.py 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import telegram api_key = "1721885449:AAHDGMbjSJfhXxML6nfSCpfiU7SghpL_vOE" bot = telegram.Bot(token=api_key) chat_id = bot.get_updates()[-1].message.chat_id print(chat_id)